/*   
Theme Name: kappaxialpha
Theme URI: http://kappaxialpha.org
Description: A custom Wordpress theme for the Kappa Xi Alpha web site
Author: Corey Caplette
Version: .01

*/

/* START basic elements */
body { 
	font: 70%/125% arial,helvetica,sans-serif;
	color:#000000;
	margin: 0;
	padding: 0;
	}
a:link, a:visited, a:active { color: #000000; text-decoration: none; }
a:hover { text-decoration:underline; color:#053769; }
strong {
	font-weight: bold;
}
/* END basic elements */


#wrapper { 
	background: url('images/content_bkg.gif') repeat-y top left;
	/*background-color: #E7D4AC;*/
	width: 800px;
}


/* START Global */
#content { 
	width: 635px;
	float: right;
}
#page {
	margin: 50px auto 25px;
	padding: 0 0 0 0;
	width: 800px;
	}
/* END Global */

	
/* START Header */	
.banner-image {
	border: none;
	background: #22201d url('images/banner_top.gif');
	height: 110px;
	width: 800px;	
}
/* END Header */

	
/* START Footer */	
#footer {
	border: none;
	background: #22201d url('images/footer.gif');
	margin: 0px auto 0px;
	height: 38px;
	width: 800px;
	clear:both;
}
#footer_text {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 12px;
	padding: 5px 0px 0px 15px;
	color: #D9BC7D;
}
/* END Footer */	

	
/* START sidebar */
#sidebar { 
	background-color: #E7D4AC none repeat scroll 0%;
	float: left;
	width: 165px;
	height: 100%;
}
#sidebar h3 { 
	color: #57000A; 
	margin: 10px 0 5px 2px; 
	font-variant: small-caps; 
	font-style: bold;
	font: 125% 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;}   
#sidebar ul { margin: 0 0 10px; padding: 0; border-top: 1px solid #5C010A; border-bottom: 1px solid #5C010A; }
#sidebar li { display: block; padding: 4px 10px; background: #EFE1C2; margin: 1px 0; }
#sidebar li:hover { background: #EFE5D1; }  	
/* END sidebar */		

		
/* START post*/		
.widecolumn .post { padding: 0px 0px 20px 11px; margin: 0; }
.post {
	padding-bottom: 20px;
	
}
.post-title {
	color: #740007;
	font-family: georgia,"times new roman",serif;
	font-size: 28px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 29px;
	border-color: #580002;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	padding: 5px 0px 8px;
	margin: 5px 0pt 0px;
	text-transform: none;
}
.post-entry {
	font-family: arial,verdana,sans-serif;
	font-size: 13px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
	padding: 20px 20px 20px 0px;
} 
/* END post */		

	
/* START poge*/		
.widecolumn .page { padding: 0px 0px 20px 11px; margin: 0; }
.page {
	padding-bottom: 20px;
	
}
.page-title {
	color: #000000;
	text-align: center;
	text-transform: none;
	font-family: georgia,"times new roman",serif;
	font-size: 28px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 29px;
	border-color: #580002;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	padding: 5px 0px 8px;
	margin:5px 0pt 0px;
}
.page-entry {
	font-family: arial,verdana,sans-serif;
	font-size: 13px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
	padding: 20px 30px 20px 30px;
} 
/* END page */			
	

/* START post-list*/
.widecolumn .post-list { padding: 10px 0px 20px 11px; margin: 0; }	
.post-list-entry {
	padding: 10px 0px 15px 0px;
}
.post-list-title {
	font-family: georgia,"times new roman",times,serif;
	color: #600011;
	font-size: 18px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 20px;
	margin:0pt 0pt 6px;
}
a.post-list-title-link:link, 
a.post-list-title-link:visited, 
a.post-list-title-link:active { color: #600011; text-decoration: none; }
a.post-list-title-link:hover { text-decoration:underline; color:#053769; }
.post-list-small {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #818181;
	line-height: 15px;
	margin: 5px 0pt 5px;
}
.post-list-excerpt {
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	line-height:20px;
}
/*END post-list*/	

	
/*START icons*/
.person-icon {
	background:transparent url('images/user_gray.png') no-repeat scroll 0px 0px;
	margin-right: 10px;
	padding-left: 17px;
}
a.person-icon:link, a.person-icon:visited , a.person-icon:active  {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #818181;
	line-height: 15px;
}
/*END icons*/	

	
.clearfix {
    height: 0; 
    clear: both; 
}
.widecolumn h2.title { 
		display: block; 
		padding: 1px 10px;
		background: #EFEAE0;
		margin: 0 0 15px; 
		border-bottom: 1px solid #35302a; 
		font-size: 1.75em; 
	}

