/*
Theme Name: Women's Coaltion of St. Croix
Theme URI: http://wcstx.com
Description: WordPress Theme for Women's Coalition of St. Croix
Author: Christina Lannen
Author URI: http://lannendesigns.com

*/

/* 
font sizes (approx.):
1.5em = 18pt
1.2em = 14pt
1em = 12pt
0.8em = 10pt
0.75em = 9pt
0.7em = 8pt

*/


/* basics */

/**{margin:0; padding:0;z-index: 0;}*/
html { min-height:100%; margin-bottom:1px; } /*keeps short pages from jumping */

body {
	background: #fff;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	margin-top: 20px;
	color:  #363636; /*#ACACAC;*/
	}
	
h1 {font-size: 16pt;}
h2 {font-size: 12pt; color: #111;/*#2F2F2F;*/ font-weight: lighter; text-transform: uppercase; margin: 0; padding: 0;}
h3 {font-size: 11pt; color: #810079; text-transform: uppercase; font-weight: lighter;}
h4 {font-size: 8pt;}

td {vertical-align: top; font-size: 10pt;}
/* images and misc. */

img{ border: none;}
img a{border:none;}

/* WP image handling */
img.center{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
	}


blockquote{
	/*border-left:1px solid #A5ABAB;*/
	/*margin:5px 50px 0 35px;
	padding:0x 50px 0 35px;*/
	    margin: 1em 20px;
    padding-left: 50px;
	background-image: url(images/pquote.gif);
	background-repeat: no-repeat;
	background-position: top left;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a:link{
	color:#363636;
	text-decoration:underline;
	border: none;
	}
	a:visited {
	color:#363636;
	text-decoration:underline;
	border: none;
	}

a:hover{color:#363636;text-decoration: none; border: none;}



/* container */


#container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	color:#363636;
	}
	
/* header */

#header {
	background: #fff;
    width: 100%; 
	color: #959595; 
	height: 100%;
	}

#header h1{
text-transform: uppercase;
font-weight: lighter;
	margin: 0;	
	padding: 0;

	}

/* main menu */


#menu {
	background-color: #810079;

	width:100%; 
	height:33px;

	text-transform: uppercase;
}

/*
#menu ul {
	margin: 0 0 0 3px;
	padding: 0;
	text-align: left;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding: 0 10px 0 10px;
	margin: 0;
	text-decoration: none;
	color: #fff;
	line-height: 33px;
	border-left: 1px solid #fff;
	font-size: 9pt;
}

#menu ul li a:hover {

	color:#fff;
}


#menu ul li#nobrdr a {border: none !important;}*/

/* home page */
#homecontent {width: 100%; margin-top: 20px; background-image: url(images/homeBG.gif);background-repeat: repeat-y; background-position: top left;}


#content330 {
margin-top: 0px;
	width: 360px;
	overflow: hidden;
	border: 1px none red;
	
}
#content330 img {padding: 5px; border: 1px solid silver; }
/* content */
#contentcontainer{width: 100%; margin-top: 20px; background-image: url(images/interiorBG.gif);background-repeat: repeat-y; background-position: top left;}

#content {
margin-top: 20px; 
	float: right;
	width: 660px;
	overflow: hidden;
	}

.post {
	margin: 0 10px;
	padding: 0 0 0 10px;
	/*padding:15px;*/

	}
	
.post h2{


color: #111;

	}
	
.post h2 a{

	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #363636;
	text-decoration: none;
	}
	
	.post h3 a{
	color: #810079;
font-weight: lighter;
	text-decoration: none;
	}
	
.post h3 a:hover{
color: #810079;
	text-decoration: underline;
	}
	
.post p{}

.post a{text-decoration:underline;}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	border-left:solid 1px #A2A2A2;
	border-bottom:solid 1px #A2A2A2;
	}
	

.navigation {
	margin: 12px 0 20px 0;
	padding:2px;

	float:left;
	width:98%;
	}
	
	.alignleft {float:left;}
	.alignright {float:right;}

.pagetitle {}

.post img {padding: 5px; border: 1px solid silver;}
/* left home sidebar */

#lefthome {

	width: 280px;
	float:left;
	margin: 0;
	padding: 0;
	}

#lefthome h2{

	text-align: left;

	margin: 0;
	padding: 0;
}

#lefthome p {}

#lefthome img {padding: 0; margin: 0;}

#lefthome ul {
margin:0;
	padding:0;
	list-style-type: none;

	}

#lefthome ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
list-style-type: none;
	}

/*#lefthome ul ul {
	margin: 0;
	padding: 0;
}

#lefthome ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#lefthome ul ul ul{
	margin: 0;
	padding: 0;
}

#lefthome ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;

}*/

/* left sidebar */

#left {
margin-top: 20px;
	width: 280px;
	float:left;

	padding: 0;
	}

#left h2{

	text-align: left;

	margin: 0;
	padding: 0;
}

#left p {}

#left img {padding: 0; margin: 0;}

#left ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#left ul li {
	margin-left: 12px;
	padding: 0;
	line-height: 14pt;
	/*list-style-type: none;*/
	list-style: disc;
list-style-image: url(images/lb.gif);

	}

#left ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;

}

#left img {padding: 5px; border: 1px solid silver; }

/* right sidebar */

#right{

	width: 300px;
	float:right;
	margin: 0;
	padding: 0;
	}

#right h2{

	text-align: left;
	color: #111;	
	margin: 0;
	padding: 0;
}

#right p {}

#right img {padding: 0; margin: 0;}

#right ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#right ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;

}

#right img {padding: 5px; border: 1px solid silver;}

/* standard comments aka legacy */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{

	font-style: normal;
	color: #000;
	}

#commentform{
	background: #F0F0F0;
	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-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#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;
	}

ol.commentlist li.alt {background: #EDEDED;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {

	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	padding: 0;
margin: 0;
height: 23px;
	}

#searchform input#s{
height: 18px; width: 120px; border: 1px solid #ACACAC; color: #ACACAC; 
	}

input#searchsubmit{
background-image: url(images/magnifyglass.gif);background-repeat: no-repeat; height: 23px; width: 23px;color: transparent !important;background-color: #fff; border: none; 
	}

	/* search form 
input.searchbox {height: 15px; border: 1px solid #252525; color: #ACACAC; font-size: 9pt;}
input.btn {background-image: url(images/magnifyglass.gif);background-repeat: no-repeat; height: 23px; width: 23px;color: transparent !important;padding: 5px; border: none;}*/
/* footer */

#footer {
		/*background: #0B1224;*/
clear: both;
	width: 960px;
	margin:0 auto;

	border-top:solid 1px #acaCAC;
	/*font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;*/
	font-size: 9pt;
	}
	
#footer p{padding:6px;margin: 0;color: #363636;}
#footer a{color: #363636;text-decoration: underline;}
#footer a:hover{color: #363636;text-decoration: none;}

.copyright {float: left;}
.designby {float: right;}


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */




.dots {
	height: 2px;
	border-bottom: 1px dashed #363636;
	width: 280px;
	padding: 10px 0px 0px 0px;
margin: 0px 0px 10px 0px;
}

.ddsg-wrapper h2 {display: none; height: 0;}
