/* 
	Ask Auk Simple Site page styles	
	Author: Miranda Waugh http://www.askauk.com
	Created: 2009
	Table of Contents:
		layout
		typography
		sidebar
		content
		
*/


/* layout
----------------------------------------------- */

* {
	margin: 0;
	padding:0;
}
body {
	color: #666666;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 86%;
	background-color: #CCC;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#container { 
	width: 730px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:600px;
} 

#topborder {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.0em;
	background-color: #900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#sidebarBackground {
	left:20px;
	height: 83px;
	width: 160px;
	float:left;
	background: #F2F2F2;
	z-index:10;
}

#sidebar {
	top: 38px;
	left:20px;
	width: 160px;
	float:left;
	background: #F2F2F2;
	z-index:5;
	margin-top: 15px;
	margin-right: 0%;
	margin-bottom: 0em;
	margin-left: 0px;
}


#rssBar {
	top: 410px;
	margin-left:10px;
	width: 140px; 
	height: 120px;
	position:absolute;

}
#rssBarOLD {
	top: 50px;
	margin-left:770px;
	width: 170px; 
	height: 500px;
	position:absolute;

}

* html div#sidebar { 
	top: 38px; 
	left:20px;	
	width: 160px;
	position:absolute; 
}

#header {
	margin: 60px 4% 5em 60px;
	max-width: 750px;
}
#content {
	margin: 15px 4% 5em 170px;
	max-width: 540px;
}
#footer {
	font-family:Georgia, "Times New Roman", Times, serif;
	width:900px;
	height:30px;
	position:absolute;
	margin-left:-170px;
	text-align:right;
	top: 630px;
}

#validation {
	width:900px;
	height:30px;
	position:absolute;
	margin-left:-730px;
	text-align:right;
	top: 625px;
}


.siteInfoLayout #container {
	width: 500px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #900;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.siteInfoLayout #mainContent {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/* footer
----------------------------------------------- */


#footer ul {
	margin:0;
	padding:0;
	list-style-type:none;
	float:right;
}

#footer ul li {
	float:left;
	text-align:right;
}

#footer ul li a {
	font-size:.9em;
	color:#999;
	text-decoration:none;
}

#footer ul li a:hover {
	font-size:.9em;
	color:#999;
	text-decoration:underline;
}

#footer ul li span {
	color:#900;
	padding:0 9px 0 9px;
	float:none;
}


/* typography
----------------------------------------------- */

p {	
	line-height: 1.4em;	
	margin-bottom: 1.0em; 
	font-size: 0.9em;
}

p.lead {
	font-size: 1em;
}


p.big {
	font-size: 1.5em;
	color: #666666;
}

ol, ul{ 
	margin: 0.5em 0 1.2em 2em; 
}	

ol, ul, dl { 
	line-height: 1.4em; 
}

ol li{ 
	margin-bottom: 0.2em; 
}

li{ 
	font-size: 0.9em; 
	font: 86% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;

}


li strong {
	color: #3d3d33;
}

dl{ 
	margin: 0.5em 0 1.2em 0; 
}

dt{
	font-size: 0.9em;
	font-weight: bold;
	color: #3d3d33;
	padding-top: 0.4em;
}

dd{	
	font-size: 0.9em;
	margin-bottom: 1.0em;
	padding-bottom: 0.9em;
	border-bottom: 1px dashed #3d3d33;
}

h1 {
	font-family: Futura, "Trebuchet MS", Verdana, Sans-Serif;
	font-size: 2em;
	color: #900;
}

h1 a { 
	color:#fff; border: none; 
}

h1 em{
	font-size: 1.25em;
	color: #900;
	font-style: normal;
}

h2 {
	font-family: Futura, "Trebuchet MS", Verdana, Sans-Serif;
	font-size: 1.5em;
	letter-spacing: 0.4pt;
	color: #999;
	padding-top: 0.5em;
}

h3 {
	font-size: 1em;
	letter-spacing: 0.2pt;
	padding-top: 0.5em;
}

a, .contact-link{
	color: #900;
	text-decoration: none;
}

#content p a:hover,
#content dd a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #900;
}

a img{ 	
	border: none;
}

small{ 
	font-size: 0.8em; 
}

fieldset { 
	border: none; 
}



/* sidebar
----------------------------------------------- */
#sidebar a {
	color: #fff;
	font-size: 1.3em;
	font-family:Futura, "Trebuchet MS",Verdana,Sans-Serif; 
}
#sidebar #nav li a {
	color: #666666;
}
#sidebar #nav li a:hover {
	color: #fff;
}

#sidebar h1 a { 
	font-weight: bold; 
	padding-left: 10px;
}

#sidebar h1 a:hover {  
}

#nav { 
	list-style: none; 
	margin: -2em 0 1em 0;
	
}

#nav li { 
	padding: 0; 
	margin: 0;
	height:40px;
}

#nav a {
	display: block;
	height: 2em;
	padding: 0.3em 0.2em 0 0.8em;
	margin-bottom: 1px;
	color: #000;
	background-color: #F2F2F2;
}

#nav a:hover {
	color: #1a1a1a;
	background-color: #900;
}	

#sidebar .callout { 
	background-color: #333;
	border: 1px solid #222; 
	padding: 0.25em .5em;
}

#sidebar .callout a {
	color: #900;
}

#sidebar .callout ul { 
	margin-top: -.45em; 
	margin-left: 1em;
	margin-bottom: .4em; 
}



/* content
----------------------------------------------- */
#content ul { 
	margin-left: 4px;
}

#content ul li {
	list-style: none;
	padding: 0 0 0 12px;
	background: url(HOLD/lightbox/images/bullet.gif) no-repeat 0 6px;
}

#content ul ul { 
	margin-top: 0;
}
	
.blocklink {
	background-color: #363633;
	border: 1px solid #444;
	padding: 0.7em 1.5em;
}

.blocklink:hover {
	background-color: #555;
	border: 1px solid #777;
}

#blocklink ul.download li {
	padding: 0.3em 0;
	background-image:none;
}

.blocklink img { 
	padding-right: 0.3em; 
}

.blocklink li strong { 
	font-family: Futura, "Trebuchet MS",Verdana,Sans-Serif; 
	font-size: 2.25em; color: #fff;
}

.blocklink li em {
	font-style: normal;
	color: #900;
}

/* misc
----------------------------------------------- */

.section {
	padding: 30px 10px 10px 20px;
	overflow: auto;
	width: 100%;
	margin-bottom: 20px;
}

.sectionLeft {
	padding-top: 4px;
	float: left;
	width: 250px;
	overflow: auto;
	
}

.sectionRight {
	padding-top: 4px;
	float: right;
	width: 250px;
	overflow: auto;
}

.first {
	border-bottom: 4px solid #900;
	background-color: #F2F2F2;
	padding: 30px 10px 10px 20px;
}

.thumbnail {
	padding: 3px 3px 8px 3px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}	

.caption { 
	font-size: 0.9em; 
	padding-top: 0.2em ;
}
#content .section p img {
	float: left;
	padding-right: 20px;
}
h4 {
	padding-bottom: 10px;

}
.imgleft {
	float:left;
	margin-right:5px;

}
.imgright {
	float:right;
	margin-right:10px;

}
.imgClient {
	margin: 1px;
}
.imgLogo {
	margin: 0px 0px 0px 0px;
}

/* redundant
----------------------------------------------- */


#rssBar li a{
	color:#ccc !IMPORTANT;

}
#rssBar li{
	color:#ccc
!IMPORTANT;
	line-height: 1em;
	padding-top: 10px;
}
#rssBar a{
	color:#ccc !IMPORTANT;

}
#rssBar h3 {
	font-size: 1em;
	color: #FFF;
	padding-top: 0.5em;
}
