/** Master CSS File */

/** Reset all browser defaults */
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

/** ---- Layout ---- */

body {
	background-color: #F3F2E8;	
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	background-color: #FDFDFD;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	margin: 0 auto;
	max-width: 960px;
	text-align: left;
}

#footer {
	clear: both;
}

#header {	
	background: #FDFDFD url(/images/share-logo.png) no-repeat 0 10px;
	overflow: hidden;
	padding-top: 10px;
}

#search {
	float: right;
	padding: 15px 30px 0 0;
}

#search .search-branding span {
	font-size: 1.1em;	
	position: relative;
	top: -7px;	
}

#search .search-branding img {	
	padding-top: 5px;
}

#navigation {
	clear: both;
	margin: 0 -1px;
	overflow: hidden;
	padding-top: 50px;
}

#sidebar {
	padding: 10px;
}

#content {
	margin: 20px;		
}

#content-wrapper {
	float: left;
	width: 66.6%;
}

#sidebar-wrapper {
	float: left;
	width: 33.3%;
}

/** ---- Formating Styles ---- */

body {
	color: #272724;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 62.5%; /* 1.0 em = 10px */
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

a {
	color: #0066CC;
	text-decoration: none;
}

a:visited {
	color: #A2427C;
}

a:hover {
	text-decoration: underline;
	color: #1167BE
}

a:active {
	text-decoration: underline;
	color: #1167BE
}

/** Sidebar */

#sidebar {
	color: #272724;
}

#sidebar p, #sidebar a {
	font-size: 1.3em;
}

#sidebar p a {
	font-size: 1.0em;
}

#sidebar a {
	color: #2F2C2C
}

#sidebar p {	
	padding-left: 35px;
}

#sidebar h2 {	    
	background-color: #4E537B;	
	color: white;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 10px -12px 10px 0;
	padding: 5px 15px;
}

#sidebar ul {	
	padding-left: 30px;
}

#sidebar li {
	padding: 5px;
	border-bottom: 1px dashed #CCCCCC;
}

#sidebar li:hover {
	background-color: #E8E8E8;
}

#sidebar img {
	background-image: url(/images/sidebar-images-bg.png);	
	margin-bottom: 10px;
	padding: 20px 23px 24px 19px;
}

/** Content */

#content h3 {
	font-size: 1.5em;
	margin-top: 15px;
	padding-bottom: 3px;
}

#content h4 {
	color: #4E537B;
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 5px 0;
}

#content p {	
	font-size: 1.3em;
	padding: 5px 0;
}

#content ul {
	margin: 5px;
}

#content li {
	font-size: 1.3em;
	padding: 2px;
}

#content table {
	width: 100%;
	border-spacing: 0;
}

#content th {
	color: #4F6B8D;
	width: 25%;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 10px;
	text-align: right;
	vertical-align: top;
}

#content td, th {
	font-size: 1.3em;
	line-height:1.5em;
}

#content td {
	border-bottom: 1px solid #E8ECF2;
}

#content .pagination {
	padding: 10px 0;
	font-size: 1.3em;
}

/** Header */

#header h1 {
	color: #3B405F;
	float: left;
	font-family: Georgia;
	font-size: 2.5em;
	font-weight: normal;
	letter-spacing: 1px;	
	margin-left: 130px;
	position: relative;
	width: 400px;
}

#header h2 {
	background-color: #4E537B;
	clear: both;
	color: white;
	font-size: 2.6em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 -1px;
	overflow: hidden;
	padding: 10px 0 10px 20px;
}

/** Navigation */

#navigation li {	
	float: left;
	font-family: "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 1.3em;
	padding: 5px 10px;
}

#navigation a {
	color: #4E537B;
	text-transform: uppercase;
}

#navigation a:hover {
	color: #1C2351;
}

#navigation .current {
	background-color: #4E537B;
}

#navigation .current a {
	color: #FFFFFF;
}

/** Footer */

#footer {
	background-color: #EFEFEF;
	border-top: 1px solid #CCCCCC;
	padding: 5px 0 5px 0;
	text-align: center;
}

#footer li {
	display: inline;
}

#footer a {
	color: #5F5F5F
}

/** Sponsors */

#sponsors {
	float: right;	
	padding-right: 30px;
}

#sponsors a {
	padding-left: 20px;
}

/** Form elements */

.button {
	padding: 0px 2px;
}

.divider {
	border-top: 1px solid #4E537B;
	margin: 10px 0;	
}

.highlight {
	background-color: #FFD700;
}

/** Search textbox */

.search-textbox {
	border: 1px solid #CCCCCC;
	float: left;
	height: 20px;
	margin-right: 10px;	
	padding: 3px 0 0 5px;
	width: 185px;
}

.search-button {	
	height: 25px;
	width: 60px;
}

.search-label {
	display: block;
	line-height: 2em;
}

/** Other misc items */

.button-link {
	background-color: #F0F0F0;
	border: 1px solid #707070;
	color: black !important;
	padding: 2px 5px;
}

.copyright {
	font-size: 1.2em;
}

.clear {
	clear: both;
}

.image {
	padding: 5px 15px;
}

.list {
	list-style-type: disc;
	margin-left: 15px;
}
