/*  
Theme Name: SICap
Author: Brooklyn Taylor
Author URI: http://www.brooktown.com 
Description:  Custom CSS for SI Capitola
*/

body
	{
	margin:0px;
	padding:0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333;
	background-color: #999999;
	}
#main
	{
	width:900px;
	padding:0px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
p,h1,h2,h3,h4,h5,h6,form,ul,li,tr,td,table
	{
		margin:0px;
		padding:0px;
	}
/*--------------------------------------------*/
.header_top
	{
	height:216px;
	background-image: url(images/layout/SICAP-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 900px;
	}
/*--------------------------------------------*/
.name
	{
	font-size:0px;
	padding:0px;
	width:100%;
	height:0px;
	visibility: hidden;
	}
/*-------------------------------------*/
.nav
	{
	margin:0px;
	height:30px;
	background-color: #cea923;
	}
.nav ul
	{
	list-style:none;
	height:30px;
	overflow:hidden;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	}
.nav ul ul
	{
		padding-left:0px;
		padding-top:0px;
		float:left;
	}
.nav li
	{
	font-size:14px;
	float:left;
	}
.nav a, .nav a:visited
	{
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
	display:block;
	float:left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	}
.nav a:hover
	{
	color:#990000;
	}
/*--------------------------------------------*/
.content
	{
	padding:0px;
	background-image: url(images/layout/sidebarBKG.png);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFF;
	}
/*--------------------------------------------*/
.main_content
	{
	float:right;
	width:700px;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 15px;
	}
.story
	{
	}
/*-------------------------------*/
.title
	{
	}
.main_title_text
	{
		font-size:14px;
	}
.main_title_text_one
	{
		font-weight:bold;
	}
.main_title_text_one a, .main_title_text_one a:visited
	{
	text-decoration:none;
	font-size:20px;
	color:#990000;
	}
.main_title_text_one a:hover
	{
	color:#990000;
	}
.main_title_text_two
	{
		color:#759ca6;
		font-weight:bold;
		padding-left:15px;
	}
.main_title_text_two a, .main_title_text_two a:visited
	{
		text-decoration:none;
		color:#759ca6;
	}
.main_title_text_two a:hover
	{
		text-decoration:underline;
	}
/*-------------------------------*/
.story_text
	{
	text-align:left;
	margin-top:10px;
	}
.story_text ul li
	{
		list-style:square;
		margin-left:40px;
	}
.story_text ol li
	{
		list-style:decimal;
	}
blockquote
	{
		border:solid 1px;
		padding:3px;
		padding-left:10px;
		background:#daf0f9;
	}
.comment
	{
		text-align:right;
		padding:10px 25px 10px 0;
		font-weight:bold;
		color:#02619b;
		height:26px;
	}
.comment a, .comment a:visited
	{
		text-decoration:none;
		color:#02619b;
	}
.comment a:hover
	{
		text-decoration:underline;
	}
/*-------------------------------------------------------*/	
#blueSidebar {
	width: 152px;
	float: left;
	background-color: #d2d9ea;

}
	
.sidebar
	{
	float:left;
	width:132px;
	overflow:visible;
	text-align: center;
	color: #333333;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	}
.sidebar li
	{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-top: 15px;
	padding-right: 7px;
	padding-bottom: 15px;
	padding-left: 7px;
	}
img
{  border-style: none;
}

/*--------------------------------------------------*/

.sidebar li ul,li
	{	
		list-style:none;
	}
.sidebar li a, .sidebar li a:visited
	{
	text-decoration:none;
	color:#333333;
	}
.sidebar li a:hover
	{
	text-decoration:underline;
	color: #174278;
	}
h3.title_text
	{
		width:160px;
		overflow:hidden;
		
		font-size:16px;
		font-weight:bold;
		color:#ffffff;
		text-transform:capitalize;

		padding:5px 0 5px 14px;
		height:1%;
	}
/*--------------------------------------------------*/
.footer
	{
	height:40px;
	background-color: #999999;
	}
.footer_text
	{
	text-align:center;
	color:#333;
	font-size:9px;
	padding-top:10px;
	}
.footer_text a, .footer_text a:visited
	{
	color:#333;
	text-decoration:none;
	}
.footer_text a:hover
	{
		text-decoration:none;
	}
/*--------------------------------------------------*/
/* CALENDER STYLE */
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 245px;
	color:#605545;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align:left;
	font-weight:bold;
	margin-top:10px;
	padding-left:30px;
	width: 245px;
	}
	
#wp-calendar td a, #wp-calendar td a:visited {
	border-left: none;
	color: #00a8ff;
	text-decoration:underline;
	font-weight:bold;
}
#wp-calendar td a:hover {
	background: #ffffff;
	border-left: none;
	color: #fb890d;
	font-weight:bold;
	text-decoration: none;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #ffffff; }
/* End Calendar */
/*--------------------------------------------------*/
.pagetitle
	{
		color:#fe8c40;
		font-size:25px;
		padding-bottom:10px;
		text-align:center;
	}
.error
	{
		color:#FF0000;
		font-size:25px;
		text-align:center;
		padding-top:15px;
	}
/*--------------------------------------------------*/
/* COMMENT BUBBLES */
/* Begin Comments*/
.alt {
	margin:0px;
	padding:0px;
	}
.commentlist {
	padding:0px;
	text-align: justify;
	}
.commentlist ul
	{
		padding:0px !important;
		margin:0px !important;
	}
.commentlist li {
	margin: 15px 0px 3px 0;
	padding: 5px 10px 3px;
	list-style: none;
	border:solid 1px #7f9db9 !important;
	background:#daf0f9;
	}
.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
.fl_right
	{
		float:right;
	}
.commentlist li a, .commentlist li a:visited
	{
		color:#888888;
	}
/*--------------------------------------------------*/
/* End Comments */
.alignright {
	float: right;
	margin-right:5px;
	}

.alignleft {
	float: left;
	margin-left:5px;
	}
.navigation a , .navigation a:visited
	{
		text-decoration:none;
		font-weight:bold;
		color:#fe9716;
	}
.navigation a:hover
	{
		text-decoration:underline;
	}
/*--------------------------------------------------*/
#respond
	{
		margin:20px 0px 0px 0;
		color:#d72a58;
	}
#comment
	{
		font-size:12px;
		font-weight:bold;
		color:#313f43;
		width:647px;
	}
#comments
	{
		margin:20px 0px 5px 0;
		color:#d72a58;
	}	
#comment_title
	{
		
	}
#commentform
	{
		margin:0px;
	}	
#commentform a:visited
	{
		text-decoration:none;
	}h1 {
	font-size: 0px;
	visibility: hidden;
}
/*----- Nav Style --------*/
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#sddm li a
{
	display: block;
	width: 179px;
	height: 20px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background-color: #cea923;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#sddm li a:hover
{
	background-color: #5B7BBE;
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 1px solid #FFF;
	background-color: #ececec;
}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #0f2f83;
	font: 11px arial;
	background-color: #CCC;
}

	#sddm div a:hover
	{
	color: #FFF;
	background-color: #0f2f83;
}
#navigation div #sddm .first a {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	width: 178px;
}
.fineprint {
	font-size: 9px;
	font-style: italic;
	margin-top: 10px;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #174278;
}
p {
	margin-bottom: 10px;
}
