/**
 * Base CSS styles
 * @author Ryan Parman
 * @updated 20 June 2008
 */


/***********************************************************
YUI Reset 2.4.1 (with a few modifications)
***********************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;}
ol,ul{list-style:none;margin:0;padding:0;}
q:before,q:after{content:'';}
caption,th{text-align:left;}
fieldset,img{border:0;}
li{margin:0;padding:0;}
abbr,acronym{border:0;}


/*********************************************
Default styles
*********************************************/
html, body {
	height:100%;
}

body {
	font:14px/1.5em "Lucida Grande", Verdana, sans-serif;
	letter-spacing:0px;
	color:#333;
	background:#fff url(../images/bg-body.jpg) repeat-x top left;
	background-attachment:fixed;
	margin:0;
	padding:0;
}

div#site-wrapper {
	width:990px;
	margin:0 auto;
	background:transparent url(../images/bg_body_shadow.png) repeat-y 0 0;
}

div#site {
	width:950px;
	margin:0 auto;
	background-color:#fff;
	height:100%;
	min-height:100%;
}

html>body div#site {
	height:auto;
}

a {
	color:#326EA1;
	text-decoration:underline;
	padding:0 1px;
}

a:hover {
	color:#fff;
	background-color:#333;
	text-decoration:none;
	padding:0 1px;
}

a.nohover {
	text-decoration:none;
	border:none;
}

a.nohover:hover {
	background-color:transparent;
	border:none;
}

a.namelink {
	padding:0;
	margin:0;
	overflow:hidden;
	height:1px;
}

.footnote,
.footnote a {
	font-size:12px;
	line-height:1.3em;
	color:#aaa;
	letter-spacing:0;
}

.footnote em {
	background-color:transparent;
	font-style:italic;
}

h1, h2, h3, h4, h5 {
	font-weight:bold;
	margin:20px 0 0 0;
	padding:0;
}

h1, h1 a, .h1, .h1 a {
	font-size:30px;
	text-transform:none;
}

h2, h2 a, .h2, .h2 a {
	font-size:25px;
	text-transform:none;
}

h3, h3 a, .h3, .h3 a {
	font-size:18px;
	letter-spacing:-1px;
	text-transform:uppercase;
}

h4, h4 a, .h4, .h4 a {
	margin:10px 0 0 0;
	font-size:16px;
	text-transform:none;
}

h5, h5 a, .h5, .h5 a {
	margin:7px 0 0 0;
	font-size:12px;
	text-transform:none;
}

.highlight {
	background-color:#ffc;
}

p {
	margin:0;
	padding:5px 0;
}

ul, ol {
	list-style-type:disc;
	margin:10px 0 10px 20px;
	padding:0 0 0 15px;
}

ol {
	list-style-type:decimal;
}

ul li, ol li {
	margin:0 0 7px 0;
	padding:0 0 0 3px;
}

form {
	margin:0;
	padding:0;
}

blockquote {
	font-size:13px;
	line-height:1.4em;
	color:#666;
	border-left:4px solid #666;
	margin:10px 30px;
	padding:10px 20px;
	background-color:#f3f3f3;
}

input[type=text], select, textarea {
	font-size:14px;
	line-height:1.5em;
	padding:2px;
}

input[type=text], select, textarea {
	background-color:#e9f5ff;
	border:1px solid #333;
}

input[type=text]:focus, select:focus, textarea:focus {
	background-color:#ffe;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

table.default {
	margin:5px 0;
}

table.default,
table.default th,
table.default td {
	font:12px/1.2em Verdana, sans-serif;
	border-collapse:collapse;
	width:100%;
}

table.default th,
table.default td {
	border:1px solid #ddd;
	padding:8px 10px;
}

table.default th {
	font-weight:bold;
	text-align:center;
	background-color:#eee;
	color:#666;
	white-space:no-break;
	width:1%;
}

table.default td {
	width:99%;
}

table.default td.double {
	width:49%;
}

div.hr-side {
	width:90%;
	height:15px;
	border-top:1px solid #999;
	margin:15px auto 0 auto;
}

div.hr {
	width:100%;
	height:15px;
	border-top:1px solid #999;
	margin:15px auto 0 auto;
}

div.noline {
	border:none;
}

div.hr hr,
div.hr-side hr {
	display:none;
}

.hide {
	position:absolute;
	top:0;
	left:-1000em;
}

.center {
	text-align:center;
}

div.spacer {
	height:15px;
}

code {
	font-family:monospace;
	font-size:0.9em;
	color:#000080;
	background-color:#eef;
}

pre {
	font-family:monospace;
	font-size:0.9em;
	color:#000080;
	background-color:#e9f5ff;
	border:1px dotted #000080;
	padding:5px;
	margin:5px 0;
	overflow:auto;
}


/*********************************************
Container styles
*********************************************/
div.container {
	zoom:1;
}

div.container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.container div.left-border {
	border-left:1px solid #999;
}

div.container div.right-border {
	border-right:1px solid #999;
}

div.one-third div.primary {
	float:right;
	width:569px;
	padding:0 0 0 20px;
}

div.one-third div.secondary {
	float:left;
	width:300px;
	padding:0 20px 0 0;
}

div.two-thirds div.primary {
	float:left;
	width:569px;
	padding:0 20px 0 0;
}

div.two-thirds div.secondary {
	float:right;
	width:300px;
	padding:0 0 0 20px;
}

div.halves div.section {
	float:left;
	width:435px;
	padding:0 10px;
}

div.thirds div.section {
	float:left;
	width:283px;
	padding:0 10px;
}

div.fourths div.section {
	float:left;
	width:207px;
	padding:0 10px;
}

div.avatar div.image {
	float:left;
	width:120px;
}

div.avatar div.image img {
	display:block;
	border:1px solid #999;
	margin:0 auto;
}

div.avatar div.section {
	float:left;
	width:780px;
	padding:0;
}


/*********************************************
Content styles
*********************************************/
div#content {
	padding:30px 20px 0 20px;
}

div#content h1.first,
div#content h2.first,
div#content h3.first,
div#content h4.first,
div#content h5.first {
	margin-top:0;
}


/*********************************************
Tooltip styles
*********************************************/
.tool-tip {
	color:#fff;
	width:139px;
	z-index:13000;
}
 
.tool-title {
	font-weight:bold;
	font-size:11px;
	margin:0;
	color:#9FD4FF;
	padding:8px 8px 4px;
	background:url(bubble.png) top left;
}
 
.tool-text {
	font-size:11px;
	padding:4px 8px 8px;
	background:url(bubble.png) bottom right;
}


/*********************************************
Footer styles
*********************************************/
div#footer {
	padding:10px;
	margin-top:20px;
	border:1px solid #ccc;
	border-width:1px 0;
	background-color:#f3f3f3;
}
