/*
Theme Name: St Ives RCCC
Theme URI: http://example.com
Description: St Ives RCCCC default theme
Author: Leo Steiner
Author URI: http://psytoy.net
version: 1.0
*/



/* basics */

*{margin:0; padding:0;}

body {
	background: #000;
	background-image:url(images/bg.gif);
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin: 20px;
	}
	
h1 {font-size: 18pt;}
h2 {	
	font-size: 14pt; 
	margin-top:10px;
	font-family: arial, verdana, times;
	font-weight: normal; 
	color: #08122E;	
	margin: 0.3em 0 0.3em 0 ;
	padding: 0;
}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}

p {
	padding:0;
	margin:0.8em 0 0.8em 0 ;
}

hr {
	height:1px;
	color:#fff;
	background:#fff;
	border:none;
	border-bottom: 1px dotted #A2A2A2;
	margin: 1.3em 0;
	clear:both;
}

ul, ol{
	list-position:inside;
	margin-left:15px;
}

input.button{
	
}

/* images and misc. */

img{ border: none;}
img a{border:none;}

img.left{ float: left; border: none; padding: 0 6px 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}
	
input.button{
background-color:#ca3a19;
font-family:verdana, arial, sans-serif;
font-size:11px;
padding:3px;
font-weight:bold;
color:#fff;
border:1px solid #55180a;
border-top: 1px solid #e08d7a;
border-left:1px solid #e08d7a;
}

/* links */

a{
	color:#ca3a19;
	text-decoration:none;
	border: none;
	}

a:hover{color:red;text-decoration: underline; border: none;}



/* container */


#container {
	width: 900px;
	height:100%;
	margin: 0 auto;
	padding: 6px;
	background:#fff;
	color:#333;
	border: 1px solid #0B1224;
	}
	
/* header */

#header {
	background: #fff;
    width: 100%; 
	color: #fff; 
	height: 130px;
	}

#header h1{	margin: 0;	}
	
#header h1 a{
	width:300px;
	height:130px;
	display:block;
	line-height:1000px;
	overflow:hidden;
}
#header h1 a:hover{color: #666; text-decoration: none;}

#header h2{	display:none;}

/* main menu */


#menu {
	background: #0B1224;
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	width:100%; 
	height:25px;
	border-top: 1px solid #fff;
	overflow:hidden;
	margin-bottom:1em;
}


#menu ul {
	margin: 6px 0 6px 0;
	padding: 0;
	text-align: left;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding: 6px 13px 6px 13px;
	margin: 0;
	text-decoration: none;
	color: #fff;
}

#menu ul li a:hover {
	color:black;
	background-color:white;
	background-image:none;
}

#menu .current_page_item A{
	background-image:url(images/menu_current_item.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
}

/* content */


#content {
	width:700px;
	float:left;
	margin:12px 15px 0 15px;
	line-height:13pt;
}

#content H2 {
	margin: 0.5em 0;
}

#content H3,
#content H4
{
margin: 0.5em 0;
}

#content H3
{
font-size:14px;
margin: 0.5em 0;
}

#content H4
{
font-size: 12px;
}
	
.centerColumn{
	width:538px !important;
	margin: 12px 15px 0 15px !important;
}

.postmetadata{
	/*background:#efe6d7;
	padding:6px;
	display:block;*/
	clear:both;
	display:block;
	}
	

.navigation {
	font-size:8pt;
	float:left;
	width:100%;
	margin-top:1em;
	}
	
	.alignleft {float:left;margin-right:10px;margin-bottom:10px;}
	.alignright {float:right;margin-left:10px;margin:bottom:10px;}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}


/* Sidebars */

#left, #right {
	font-size:11px;
	font-family: arial, verdana;
	width: 144px;
	margin: 12px 0 24px 0;
	padding: 0 10px;
}

/* Side bars */

#left {
	float:left;
	border-right: 1px dotted #A2A2A2;
}

#right{
	float:right;
	height:100%;
	padding-top:10px;
	border: 1px dotted #A2A2A2; 
	background-color:#f3f3f3;
}

.sidebar input,
.sidebar select{
	font-size:11px;
	font-family: arial, verdana;
}

.sidebar .widget {
	/*border-bottom: 1px dotted #A2A2A2;*/
	margin-bottom:1em;
	padding-bottom:1em;
}

.sidebar h2{
	font-size: 10pt; 
	font-weight:bold;
}

.sidebar img {padding: 0; margin: 0 0 5px 0;}

.sidebar ul {
	margin:0;
	padding:0;
	list-style-type: none;
	}

.sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

.sidebar ul ul {
	margin: 0 0 0 15pt;
	padding: 0;
}

.sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

.sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

.sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/* Left nav */
#left li.page_item{
	display:none;
}

#left li.current_page_item{
	font-weight:bold;
	display:list-item !important;
}

#left li.current_page_parent {
	display:list-item !important;
}

#left li.current_page_parent li.page_item{
	display:list-item !important;
}

#left li.current_page_item li.page_item{
	display:list-item !important;
	font-weight:normal;
}

.dataTable
{
	margin: 1em 0;
}

.dataTable TD{
	padding:3px;
}


/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: verdana, arial, times;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #465D71;
	}

#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	border-bottom: 1px dotted #a3a3a3;
	}

ol.commentlist li.alt {}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform input{

}

#searchform input#s{
	width:90px;
}

#searchform input#searchsubmit{

	}

/* footer */

#footer {
	background: #000;
	background-image:url(images/bg_footer.jpg);
	clear: both;
	width: 100%;
	height:24px;
	margin-top:15px;
	border-top:solid 1px #DEDEDE;
	font-family: verdana, arial, tahoma;
	font-size: 7pt;
	}
	
#footer p{padding:6px;margin: 0; color: #eee;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

/* Calendar */

/* WPNG calendar */
 
#wpng-cal-widget-events{
 
}
 
#wpng-cal-widget-events .wpng-widget-date-title {
 margin:0 !important;
 padding:0 !important;
 float:left;
 width:50px;
 line-height:14pt;
}
 
#wpng-cal-widget-events  UL {
 margin: 0 !important;
 clear:right;
}
 
#wpng-cal-widget-events  LI {
 list-style: none outside !important;
}
 
#wpng-cal-widget-events  LI A {
 display:block;
}



/* category post */

.catpostitem {
	margin-bottom:2em !important;
}

.catpost {
	margin-left:63px;
}

.catpost H3 {
	margin-bottom: 0;
}

.catpostdate{
	margin-top:4px;
	width:47px;
	height:47px;
	background-image: url(images/bg_calendar.jpg);
	font-family: arial, tahoma, verdana;
	text-align:center;
	float:left;
}

.catpostdate .month {
	color:#fff;
	height:18px;
	line-height:18px;
}

.catpostdate .day {
	color:5e5d5a;
	height:30px;
	line-height:30px;
	font-size:20px;
}

.widget .postmetadata {
	padding:0;
	background:none;
}

/* online entry form */
form.online-entries{
	background:#f3f3f3;
	border:1px dotted #a3a3a3;
	width:580px;
	margin:0 auto;
	margin-bottom:2em;
	margin-top:2em;
	padding:10px 15px;
}

form.online-entries TABLE{
margin: 0 auto;
}

form.online-entries TD{
	padding:0px 5px 5px 5px;
}

.online-entries-table{
	border-collapse:collapse;
	margin-bottom:2em;
	margin-top:1em;
	width:700px;
}

table.online-entries-table TD, table.online-entries-table TH{
	border:1px dotted #a3a3a3;
	padding:5px;
	text-align:left;
}

.online-entries-name{
	width:250px;
}

/* KB Easy Picasa */
.kb-inlinePicasa {
	padding:0;
	margin:0;
	padding-bottom:1em;
	text-align:left !important;
}

.kb-inlinePicasa H3 {
	display:none;
}

.kb-inlinePicasa IMG {
}

.kb-inlinePicasa-wrap{
	margin:10px 10px 0 0 !important;
	padding:0 !important;
	overflow:hidden;
	border:1px solid #a2a2a2;
	background:#a2a2a2;
	float:left;
	width:72px;
	height:72px;
}

.kb-inlinePicasa-image{
	margin:0 !important;
	padding:0 !important;
}

.kb-inlinePicasa-caption {
	display:none;
}

/* useful */

.clear
{
	clear:both;
}