/*  
Theme Name: Cornellian
Theme URI: http://www.cornellyearbook.com/random-image/
Description: Based on the famous random-image.
Version: 1.1
Author: Bliss Logic
Author URI: http://www.blisslogic.com/
*/

/* CSS Document */



body {
	background-color: #D5D7D8;
	margin: 0 auto;
	padding: 0;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;	
}

#site {
	width: 752px;
	margin: 0 auto;
	padding: 0px;
	text-align:left;
	color: #FFFFFF;
	background: #FFFFFF  url(./images/repeat.gif) center repeat-y;	
	height: 100%;
}


#redbar {
	margin: 0 auto;
	background: #CC3333  url(./images/redtop.gif) center no-repeat;
	height: 35px;
}

#header {
	margin: 0 auto;
	background: #6666CC  url(./images/banner.jpg) center no-repeat;
	height: 144px;
}

#cnlmenu {
	height: 30px;
	padding-top:5px;
	margin: 0 auto;
        text-align: center;
	width: 752px;
	background: #CCCCCC  url(./images/menu.gif) center no-repeat;
}

#cnlmenu ul{
	margin: 0 auto;
	height: 30px;		
	display:inline;
	list-style-type: none;
}

#cnlmenu li{
	height: 30px;		
	margin: 0px;
	padding: 0px;
	display:inline;
}

.page_item{
	height: 30px;		
	margin: 0px;
	padding: 0px;
	text-transform:uppercase;
}

.current_page_item{
	height: 30px;		
	margin: 0px;
	padding: 0px;
	text-transform:uppercase;
}


#cnlmenu a{
        margin: 0px;
        padding: 0px 10px;
	text-decoration: none;		
	text-align: center;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: .95em;
	font-weight:bolder;
	color: #777777;	
}


#cnlmenu a:hover {
	color: #FFFFFF;	
}

#cnlmenu a .link{
	margin-top: 0px;
}

#content {
	margin: 0 auto;
	width: 672px;	/* 752 - 80 */
/*	background: #FFFFFF  url(./images/repeat.gif) center repeat-y;*/
	padding: 0px;
/*	padding-left: 40px; */
/*	padding-right: 40px;	*/
	height: 100%;
	color: #000000;
}


#content P{
	font: 10pt/14pt georgia, Arial, Helvetica, sans-serif;
/*	font-size: 1em;
	color:#333333;
        word-spacing: .4em;
	letter-spacing: .05em;
	line-height: 1.3em;
*/
}

#content P .intro {
	float: left;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 5px;	
}

#content A {
	font-weight: 600;
	color: #B07974;
	text-decoration: none;	
}

#content A:hover {
	color: #D5B9B6;
}

#content H1 {
	font-family: Georgia, Times, serif;
	font-style: italic; 
	font-size: 2.5em;
	color:#777777;
	margin-bottom: 40px;
	letter-spacing: .1em;
}

#container{
	height: 100%;
	margin-top: 8px;
}

#leftcol {
	display: block;
	float: left;
	margin: 0px;
	width: 464px; 
	height: 100%;
	padding-right: 26px;
}

#rightcol {
	display: block;
	float: left;
	margin: 0px;
	padding-left: 21px;	
	width: 149px;
	height: 100%;		
	border-left: #DDDDDD dotted 2px;
}

#rightcol h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;	
	color:#555555;
	margin-bottom: 2px;
	list-style-type: none;
}

#rightcol h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color:#777777;
	line-height: 1.8em;
}

#rightcol h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;	
	color:#555555;
	margin-bottom: 2px;
}

#rightcol ul{
	margin: 0px;
	padding: 0px;
}

#rightcol ul li{
	list-style:none;
	margin-left: 5px;
	padding: 0px;
}

#rightcol ul li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;	
	font-weight: 600;
	color: #B07974;
	text-decoration: none;
}

#rightcol ul li a:hover{
	color: #D5B9B6;
}

#rightcol img{
         border: #DDDDDD solid 1px;
}


#bottom {
	margin: 0 auto;
	background: #CCCCCC  url(./images/bottom.gif) center no-repeat;
	font-size: .85em;	
	padding-left: 50px;
	padding-right: 30px;		
	color: #AAAAAA;
	height: 44px;
}

#bottom a{
	color: #AAAAAA;
	text-decoration: none;		
}

#bottom a:hover{
	color: #666666;
}

.clear {
	clear: both;
}
