/*
Theme Name:   Sebastian
Theme URI:    http://www.saintsebastianonline.net
Description:  Wordpress Theme for Saint Sebastian.
Version:      1.0
Author:       Zack Goehner
Author URI:   http://www.nineoclockarts.com
*/

* { 
    margin: 0; 
    padding: 0;
}

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 

body {
	background: url(images/bg_page.gif) repeat-x;
	}
	
a {
	color: #a12222;
	text-decoration: none;
	}
	
a:hover {
	color: #df2626;
	text-decoration: underline;
	}
 
#background {
	background: url(images/bg_header.jpg) top center no-repeat;
	width: 950px;
	margin-left:auto; 
 	margin-right:auto;
	text-align: center;
	}

#pagewidth{ 
 width:790px; 
 text-align: center;  
 	margin-left:auto; 
 	margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:120px; 
 width:100%;
} 

.title {
	margin-top: 18px;
	float: left;
	}
	
ul.menu {
	height: 75px;
	width: 135px;
	float: right;
	background: url(images/bg_header_ul.gif) left center no-repeat;
	list-style: none;
	margin-top: 12px;
	text-align: left;
	}
	
ul.menu li a {
	margin: 4px 0 0 17px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #dddddd;
	font-weight: bold;
	text-decoration: none;
	}
	
ul.menu li a:hover {
	color: #FFFFFF;
	}

#banner_home {
	width: 790px;
	height: 230px;
	background: url(images/bg_banner.gif) bottom no-repeat;
	}
	
#banner_home img {
	margin-top: 12px;
	}
 
#leftcol{
 width:261px; 
 float:left; 
 position:relative; 
 min-height: 300px;
 border-right: 2px solid #f5f6f1;
 }
 
.home_col {
	margin: 12px 30px 12px 24px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #424242;
	line-height: 14px;
	}
	
.home_col h2 {
	color: #353535;
	margin-bottom: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
	}
	
.home_col h2 a {
	color: #353535;
	}
	
.home_col h2 a:hover {
	color: #df2626;
	text-decoration: none;
	}


.home_col ul {
	list-style-image: url(images/bullet.gif);
	}

.home_col li {
	margin-left: 12px;
	margin-bottom: 12px;
	}
 
 .home_col img {
 	border: 3px solid #e5e6e1;
	margin-bottom: 14px;
	}
 
#twocols{
 width:527px; 
 float:right; 
 position:relative; 
 min-height: 300px;
  }
 
#rightcol{
 width:263px; 
 float:right; 
 position:relative; 
 background-color:#f5f6f1;
 background: url(images/bg_home_rightcol.jpg) repeat-x top;
 min-height: 357px;
 }
 
#maincol{ 
 float: left; 
 display:inline; 
 position: relative; 
 width:264px; 
 min-height: 300px;
 }
 
#wrapper {
	margin-top: 20px;
	margin-bottom: 40px;
	}
 
#footer{
 height:100px; 
background: url(images/bg_footer.gif) top no-repeat;
 clear:both;
 color: #8c8c8c;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 line-height: 20px;
 text-align: left;
 margin-bottom: 20px;
 } 
 
#footer a {
	color: #8c8c8c;
	text-decoration: none;
	margin-left: 5px;
	padding-left: 10px;
	border-left: 1px solid #dddddd;
	}
	
#footer a:hover {
	color: #df2626;
	}
	
#footer a.first {
	border-left: none;
	}
	
.copyright {
	clear: left;
	margin-top: 20px;
	margin-left: 10px;
	float: left;
	width: 300px;
	}
 
.credits {
	float: right;
	width: 200px;
	margin-top: 20px;
	margin-right: 10px;
	text-align: right;
	}
	
.credits a {
	border-left: none !important;
	padding-left: none !important;
	margin-left: none !important;
	}
 
#content_title {
	width: 790px;
	height: 90px;
	background: url(images/bg_banner.gif) bottom no-repeat;
	text-align: left;
	position:relative;
	}
	
#content_title h1{
	bottom:0;
	position:absolute;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	margin-left: 10px;
	margin-bottom: 4px;
	color: #4f4f4f;
	}
 
 #content_leftcol{
 width:140px;
 margin-left: 10px;
 margin-right: 20px; 
 float:left; 
 position:relative; 
 min-height: 300px;
 font-size: 11px !important;
 }

#content_twocols{
 width:620px; 
 float:right; 
 position:relative; 
 min-height: 300px;
  }
 
#content_rightcol{
 width:160px; 
 margin-left: 10px;
 float:right; 
 position:relative;
 min-height: 300px;
 font-size: 11px !important;
 }
 
#content_maincol{ 
 float: left; 
 display:inline; 
 position: relative; 
 width:420px; 
 margin-left: 20px;
 margin-right: 10px;
 min-height: 300px;
 font-size: 12px;
 }

#content_maincol, #content_rightcol, #content_leftcol {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #222;
	line-height: 18px;
	 text-align: left;
	}
	
#content_maincol p, #content_rightcol p, #content_leftcol p {
	margin: 1em 0;
	}
	
#content_leftcol ul {
	list-style: none;
	}
	
#content_leftcol ul li a {
	color: #4F4F4F;
	font-size: 11px;
	text-decoration: none;
	}
	
#content_leftcol ul li a:hover {
	color: #df2626;
	text-decoration: underline;
	}
	
#content_leftcol ul li {
	margin-bottom: 10px;
	}
	
#content_maincol ul {
	margin-left: 30px;
	}
	
#content_maincol ul li {
	margin: 5px 0;
	}
	
#content_maincol h2 {
	margin-top: 30px;
	margin-bottom: 15px;
	font-weight: normal;
	color: #4F4F4F; 
	}
	
#rightcol .home_col li {
	list-style: none;
	}
	
#rightcol .home_col li {
	margin-bottom: 15px;
	margin-left: 0;
	}
	
#rightcol .home_col li a {
	color: #333333;
	}
	
#rightcol .home_col li a:hover {
	color: #df2626;
	text-decoration: underline;
}
	
.recentdate {
	font-weight: bold;
	}
 
 /* Float containers fix */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

.staff img {
float: left;
margin-right: 8px;
margin-bottom: 15px;
padding: 2px;
border: 1px solid #888;
}

#content_maincol .staff {
clear: both;
}

td.ec3_start, td.ec3_to, td.ec3_end {
font-weight: normal !important;
}

#content_maincol img {
padding: 2px;
border: 3px double #ddd;
}

ul.left_sidebar, ul.right_sidebar {
list-style: none;
margin: 0;
padding: 0;
}

.widgettitle {
font-weight: normal;
margin-bottom: 10px;
}

#content_maincol .post {
clear: both;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px dashed #ccc;
}

#leftcol .home_col h2 {
margin: 10px 0 5px 0;
text-align: left;
}

#leftcol .home_col h2.first {
margin: 0 0 14px 0;
}

#leftcol .home_col .mission {
margin: 10px 0 0 0;
line-height: 16px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
}