/* *************************************************************

NAME: style.css
DATE: 2008/09/18

DESCRIPTION: global style sheet

AUTHOR: Force & Form
http://www.forceandform.com/

************************************************************* */

a:link {
	color: #F9F4E1;
	text-decoration: none;
}
a:visited {
	color: #D2D92B;
	text-decoration: none;
}
a:hover {
	color: #D2D92B;
	text-decoration: none;
	background-color: #D2D92B;
}
a:active {
	text-decoration: none;
}


/* Container Class */


body {
	margin: 0px;
	padding: 10px 0px 0px;
	text-align: center;
	font: 14px/20px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background: #1D1D1D url(../images/bground.gif);
}
#container {
	width: 960px;
	margin: 0px auto;
	text-align: left;
}


/* Overview Classes */


.overview #stage {
	padding: 0px;
	background: #41382E;
	margin: 0px;
	width: 960px;
	border-top: 10px solid #41382E;
}
.overview #feature {
	margin: 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #stage div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 480px;
	width: 960px;
	background: #CCCCCC;
} 

	
/* tool bar */

.breadcrumbs {
	width: 960px;
	position: absolute;
	top: 10px;
	height: 40px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #B7A679;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #B7A679;
	background-color: #B7A679;
	font-size: 11px;
	line-height: 20px;
	text-indent: 10px;
}

.send {
	height: 20px;
	width: 69px;
	position: absolute;
	top: 10px;
	font-size: 11px;
	margin-left: 705px;
	line-height: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #503010;
}

.send a {
	display:block;
	margin:0;
	width:100%;
	padding:0px;
	text-decoration:none;
	text-indent: 10px;
}

.send a:hover {background:#FB823C;color:#503010;}

.print {
	height: 20px;
	width: 70px;
	position: absolute;
	top: 10px;
	font-size: 11px;
	margin-left: 775px;
	line-height: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #503010;
}

.print a {
	display:block;
	margin:0;
	width:100%;
	padding:0px;
	text-decoration:none;
	text-indent: 10px;
}

.print a:hover {background:#FB823C;color:#503010;}


/* Studio News and Subscription */


.overview #information {
	width: 960px;
	margin: 0px auto;
	background: #41382E;
	padding: 20px 0px 0px;
	height: 480px;
} 
.overview #information p {
	color: #000000;
	font-size: 16px;
	padding-left: 0px;
	padding-bottom: 10px;
	margin: 0px;
}
.overview #about {
	width: 480px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
} 
.overview #newsfeed {
	width: 480px;
	padding: 0px;
}
.overview #contact {
	width: 149px;
	float: right;
	border-left: 1px dotted #000000;
	height: 461px;
	margin: 0px;
	padding: 0px 10px 10px;
}
.overview #contact p {
	color: #000000;
	font-size: 12px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.overview #contact ul {
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	padding: 0px 0px 20px;
	list-style: none;
	margin: 0px;
}
.overview #contact li {
	padding:0px;
	text-decoration:none;
	text-indent: 5px;
	border-top: 1px dotted #000000;
	list-style: none;
	color: #000000;
}
.overview #contact a {
	display:block;
	margin:0;
	width:100%;
	padding:0px;
	text-decoration:none;
	background: url(../images/mail_f1.gif) repeat-y right;
	text-indent: 20px;
	list-style: none;
	color: #707064;
}
.overview #contact a:hover {
	background:#564636 url(../images/mail_f2.gif) repeat-y right;
	color:#D2D92B;
}

.overview #clients {
	width: 149px;
	float: right;
	border-left: 1px dotted #000000;
	height: 461px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.overview #clients p {
	color: #000000;
	font-size: 12px;
	padding-left: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.overview #clients ul {
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	padding: 0px;
	list-style: none;
	margin: 0px;
}
.overview #clients a {
	display:block;
	margin:0;
	width:100%;
	padding:0px;
	text-decoration:none;
	background: url(../images/arrow_f1.gif) repeat-y right;
	text-indent: 5px;
	border-top: 1px dotted #000000;
	list-style: none;
	color: #707064;
}
.overview #clients a:hover {
	background:#564636 url(../images/arrow_f2.gif) repeat-y right;
	color:#D2D92B;
}


/* Newsfeed Class */


#newsfeed {
	margin:0px;
	padding:20px 5px;
	width: 150px;
	line-height: 20px;
	}
#newsfeed a.head {
	cursor:pointer;
	background:url(../images/collapsed.gif) no-repeat right;
	color:#707064;
	line-height: 20px;
	display:block;
	margin:0px;
	padding:5px 0px;
	text-indent:0px;
	text-decoration: none;
	font-size: 14px;
	border-top: 1px dotted #D2D92B;
}
#newsfeed a.head:hover {
	color:#D2D92B;
	background: #564636 url(../images/expanded.gif) no-repeat right;
}
#newsfeed a.selected {
	color:#F9F4E1;
	background-image: url(../images/expanded.gif);
}
#newsfeed a.current {
	background-color:#F6EFE1;
}
#newsfeed ul {
	margin:0px;
	padding:0px;
	text-indent:10px;
}
#newsfeed li {
	list-style:none outside none;
	padding: 0px;
	font-size: 12px;
	color:#000000;
	text-indent: 0px;
	}
#newsfeed li a {
	font-size: 12px;
	color:#707064;
	display:block;
	width: 100%;
	text-decoration: none;
	background: url(../images/arrow_f1.gif) no-repeat right;
}
#newsfeed li a:hover {
	color:#D2D92B;
	background: #564636 url(../images/arrow_f2.gif) no-repeat right;
}
.break {
	margin-top: 9px;
}
.mail {
	background: #F5DAC9 url(../images/send_f1.gif) no-repeat right;
	margin-top: 9px;
}




/* Primary Typographic Styles */

p {
	color: #666666;
	font-size: 12px;
	padding-left: 10px;
	margin: 0px;
	padding-bottom: 10px;
}
h1 {
	font-size: 16px;
	color: #F9F4E1;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px 10px 10px 0px;
}
h2 {
	font-size: 16px;
	color: #D2D92B;
	line-height: 20px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-style: normal;
	margin: 0px;
}

ul {
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	padding: 0px 0px 0px 10px;
	list-style: square inside;
}
dl {
	padding-left: 0px;
	padding-top: 0px;
}
h3 {
	color: #503010;
	font-weight: bold;
	padding-top: 0px;
}
.date {
	display: inline;
	position: absolute;
	left: 140px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FB823C;
}
.newstoggle {
	height: 20px;
	width: 280px;
	margin-left: 280px;
	font-size: 12px;
	text-align: right;
}
.newstoggle a {
	width:70px;
	height: 20px;
	margin:0;
	padding:0px;
	text-indent: 10px;
}

.newstoggle a:hover {
	width:70px;
	height: 20px;
	color:#503010;
}



/* Footer */


#footer {
	width: 960px;
	margin: 10px auto 0px;
	text-align: left;
} 
#copyright {
	padding: 0 10px;
	height: 240px;
	margin-right: 320px;
} 
#terms {
	float: right; /* since this element is floated, a width must be given */
	width: 320px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	color: #41382E;
}
#terms a {
	color: #955B31;
	text-decoration: none;
	margin:0;
	padding:0px 0px 0px 20px;
	background: url(../images/arrow_f1.gif) no-repeat left;
}

#terms a:hover {
	color: #C6A677;
	background: url(../images/arrow_f2.gif) no-repeat left;
}
#terms a:visited {
}
#footer ul {
	width: 159px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EBEBE0;
}
