/*  
Theme Name: LSU CR 2008-09
Theme URI: http://www.paultwo.net/
Description: College Republicans at LSU
Version: 2.0
Author: paultwo
Author URI: http://www.paultwo.net
Title:    College Republicans at LSU
Author:    paul@paultwo.net
Updated:   Apr 14 2008
*/

body, html {
	background: #9ddaf1;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	color: #222;
	text-align: left;
	font-size: 92.5%; 
}

/* Typography AND their Colors
------------------------------------------ */
a {color: #222;}
a:hover {color: #555;}
h1, h2, h3, h4, h5, h6 {font-family: helvetica, arial, verdana, sans-serif;font-weight: normal;}
h1 {font-size: 218%;}
h2 {font-size: 164%;}
h3 {font-size: 145%;}
h4 {font-size: 118%;}
p {font-size: .9em;} 


/* Structure
------------------------------------------ */
#headerwrap {
	background: #fff; 
	height: 128px; 
	padding-top: 0; 
	margin-bottom: 10px; 
	border-bottom: 1px solid #00679b;
	}

#wrap {
	position: relative;
	width: 990px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 990px;
	margin: 0 auto;
	height: 98px;
	padding:0;
	background: #fff url(i/header.jpg) no-repeat 0 0;
}

#logo { height: 100%; float: left;}
#logo a  { border-style: none;	display: block;	width: 100%; height: 100%; }
#logo img  { display: block;	width: 0; }
#logo h1 { float: left; display: block;  width: 100%; height: 100%;	text-indent: -99999px; 	margin: 0; }

#nav { height: 42px;}

#breaking {
	background: #9ddaf1 url(i/breaking2.jpg) no-repeat top left;
	width: 990px;
	height: 100px;
	margin-top: 0;
	margin-bottom: 15px;
}

#breaking2 {
	background: #9ddaf1 url(i/breaking.jpg) no-repeat top left;
	width: 990px;
	height: 100px;
	margin-top: 0;
	margin-bottom: 15px;
}
#breaking-inner, #breaking-inner2 {
	margin-left: 150px;
	padding-top: 15px;
}

#breaking h2, #breaking2 h2 {
	color: #fff;
	font-weight: bold;
	margin: 0;
}
#breaking h3, #breaking2 h3 {
	position: absolute;
	margin: -70px auto;
	left: 0;
	height: 24px;
	width: 24px;
	text-indent: -9999px;
	text-size: 75%;
	color: #333;
	cursor: pointer;
	background-image: url(i/close.png); _background-image: url(i/close.gif); background-repeat: no-repeat; background-position: top left;
}

#breaking h3:hover, #breaking2 h3:hover { color: #eee; }

#breaking p, #breaking2 p {
	color: #fff;
	font-size: 90%;
	margin: 0;
}

#content {
	float: left;
	width: 750px; 
}
#content-inner {}
#sidebar {
	width: 200px;
	float: right;
	background-color: #eaf8ff; 
	padding: 10px;
	}
#sidebar-inner {
	padding: 10px;
}

#extras {
	width: 730px;
	float: left;
	margin: 5px 0;
	padding: 10px;
	background-color: #111;
	color: #eee;
}

#footer {
	clear: both;
	width: 990px;
	margin: 0 auto;
	padding: 2px;
	padding-top: 5px;
	text-align: left;
	font-size: 85%;
	color: #eee; 
	border-top: 1px solid #fff;
	}
	

#footer a { color: #eee; }
#footer a:hover { color: #fff; }


/* NAV */
#nav {
	float: left;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(i/header.jpg) no-repeat 0 -98px;
	}
#nav li {
	position: relative;
        z-index: 4;
	float: left;
	margin: 0;
	padding: 0;
	height: 30px;
	background: url(i/header.jpg) no-repeat 0 -98px;
	}
#nav a {
	float: left;
	text-indent: -9999px;
	height: 30px;
	text-decoration: none;
	background: url(i/header.jpg) no-repeat 0;
	}
#n-home a, #n-home li { width: 100px; background-position: 0 -99px;}
#n-home a:hover { background-position: 0 -130px; }

#n-about a, #n-about li { width: 100px; background-position: -100px -99px; }
#n-about a:hover { background-position: -100px -130px;  }

#n-join a, #n-join li { width: 100px; background-position: -201px -99px; }
#n-join a:hover { background-position: -201px -130px;  }

#n-contact a, #n-contact li { width: 100px; background-position: -302px -99px; }
#n-contact a:hover { background-position: -302px -130px;  }


/* Content
---------------------------------------------------------- */
#content { }

#content.about {
	background: #fff; 
	border: 1px solid #eee; 
	width: 630px; 
	padding: 10px;
}

div.post {
	margin-bottom: 20px;
	border-bottom: 3px solid #224388;
	padding: 20px;
	background: #fff url(i/postbg750.gif) no-repeat top left;
}

div.join {
	margin-bottom: 20px;
	border-bottom: 3px solid #224388;
	padding: 20px;
	background: #fff url(i/postbg_join.jpg) no-repeat top left;
}

div.geaux {
	margin-bottom: 20px;
	border-bottom: 3px solid #224388;
	padding: 20px;
	padding-top: 130px;
	background: #fff url(i/postbg_geaux.jpg) no-repeat top left;
}

h3.race {
	background: #fff5a0;
	border: 2px solid #fff284;
	padding: 8px;
}

div.thanks {
	margin-bottom: 20px;
	border-bottom: 3px solid #224388;
	padding: 20px;
	padding-top: 130px;
	background: #fff url(i/postbg_thanks.jpg) no-repeat top left;
}

#content h2 {
	margin: 0;
	text-transform: capitalize;
	color: #000;
}
#content h2 a { color: #000; }
#content h2 a:hover {
	color: #222;
	text-decoration: none;
}

#content h3.info {
	text-transform: uppercase;
	font-weight: 200;
	letter-spacing: 1px;
	color: #9ccbed;
	font-size: 95%;
	margin: 6px 0 10px 0; 
}
#content h3.info a {
	text-transform: uppercase;
	font-weight: 200;
	letter-spacing: 1px;
	color: #ddd;
	font-size: 95%; 
}
#content h3.info a:hover {
	text-transform: uppercase;
	font-weight: 200;
	letter-spacing: 1px;
	color: #777;
	font-size: 95%;
}

#content h4 {
	color: #0067af;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 0; 
	border-bottom: 1px solid #dfebf4;
}
#content h4 span {
	font-size: 75%;
	color: #9ccbed;
	font-weight: lighter;	
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
}

#content h4.candidate {
	
	margin-left: 15px;
}


#content .navigation {
	font-size: 180%;
	line-height: 200%;
	text-transform: capitalize;
	color: #333;
	text-decoration: none; 
	float: right;
}

#content .navigation a {
	text-decoration: none;
	font-size: 75%;
	font-weight: 600;
	color: #ddd;
}

#content .navigation a:hover {
	text-decoration: none;
	color: #fff;
}

#content .pagetitle {
	border-bottom: 10px solid #eee;
	color: #ccc;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 120%;
	}
small {
	color: #ddd;
	font-size: 95%;
	margin: 0;
}

#content .postmetadata {
	color: #20448e;
	font-size: 85%;
	background-color: #f9f9f9; 
	padding: 8px;
	border: 1px solid #eee;
}
#content .postmetadata a {
	color: #20448e;
	font-size: 100%;
}

#content .postmetadata a:hover {
	color: #111;
	text-decoration: none;
}

.post-date {
	width:42px;
	height:45px;
	background:url(images/bg_date.gif);
	background-repeat:repeat-x;
}
.post-comments {
	width:42px;
	height:37px;
	float:left;
	background:url(images/bg_comments.gif);
	background-repeat:no-repeat;
	margin-top:7px;
	}
.post-month {
	width:42px;
	height:auto;
	float:left;
	text-align:center;
	font-size:14px;
	color:#222/*9fa4a6*/;
	text-transform: uppercase;
	padding-top:0px;
	font-weight: bold;
}.post-day {
	width:42px;
	height:auto;
	float:left;
	text-align:center;
	font-size:24px;
	color:#FFFFFF;
	font-weight: bold;
	padding-top:0px;
	margin-top:0px;
}

/* Comments
--------------*/
ol.commentlist {
	list-style-type: none;
	margin-left: -40px;
}
li.paultwo {	
	border-bottom: 5px solid #224388;
	padding: 20px;
	margin-bottom: 20px;
	color: #fff;
	background: #222 url(i/postbg700.gif) no-repeat top left;
}

li.paultwo a {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #eee;
	text-transform: capitalize;
}

li.paultwo cite a {
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	text-transform: capitalize;
}

li.paultwo cite a:hover {
	border-bottom: 3px solid #fff;
}

li.visitor {
	border-bottom: 5px solid #224388;
	padding: 10px;
	margin-bottom: 20px;
	background: #fff url(i/postbg700.gif) no-repeat top left;}

li.visitor cite a {
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	text-transform: capitalize;
}

li.visitor cite a:hover {
	border-bottom: 3px solid #000;
}

li.visitor cite {
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	text-transform: capitalize;
}

/* Sidebar
---------------------------------------------------------- */

#sidebar {
color: #1e4266;
}

#sidebar.normal {
	background: #eaf8ff url(i/sidebarbg.gif) no-repeat top left; 
	border-bottom: 3px solid #272c2e;
}

#sidebar.about {
	font-size: 12px; 
	background: #000 url(i/sidebarbgblack.gif) no-repeat top left; 
	border-bottom: 3px solid #eee;
	text-align: center;
}

#sidebar h2 {
	border-bottom: #89a8c8;
	font-size: 1.4em;
	color: #1e4266;
	}

#sidebar h2.senators {
	background: #000 url(i/sidebarbgblack.gif) no-repeat top left; 
	border-bottom: 3px solid #eee;
	text-align: center;
}

#sidebar ul {
	margin: 0;
	text-indent: 0px;
	padding-left: 0;
	list-style: none;
	}
#sidebar ul li {
	padding: 4px 0;
	}

#sidebar ul li a {
color: #96a1a6;
}

#sidebar ul li a:hover {
color: #7295a5;
}

#sidebar a {
	font-size: 85%;
}

#joinnow {
	margin: 8% auto 0 auto;
	padding: 0;
	text-indent: -9999px;
	width: 100%;
	height: 50px;
	}

#joinnow a {
	display: block;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	text-decoration: none;
	background: transparent url(i/joinnow.jpg) top left no-repeat;
}

#joinnow a:hover {
	background: transparent url(i/joinnow.jpg) 0 -50px no-repeat;
}


/* Lightbox -- What more can I say?
---------------------------------------------------------- */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(http://paultwo.net/i/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://paultwo.net/i/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://paultwo.net/i/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	height: 500px;
	background-color: #000;
	}