/* @override 
	http://new.womensconvergence.com/css/style.css
	http://womensconvergence.com/wp-content/themes/convergence/style.css
	http://womensconvergence.com/css/style.css
*/

/*
Theme Name: Convergence
Theme URI: http://www.womensconvergence.com/
Description: The unique design for Convergence, converges into CSS and WordPress.
Version: 1.0
Author: Josh Clark, Origen Creatives
Author URI: http://www.origencreatives.com/

*/
/*Nomalization of Page */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	text-align: center;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End Normalization */

body {
	background: #46372D url(/i/body_bg.jpg) top center fixed repeat-x ;
	font-family: Georgia, Verdana, Arial, San-Serif;
	font-size: 13px;
	line-height: 24px;
	color: #333333;
}
a.skipto {
	text-indent:-9999px;
	height: 0;
	width: 0;
	display: none;
}
#wrapper {
	margin: 0 auto;
	width: 820px;
	text-align: left;
	overflow: hidden;
}

#masthead {
	margin: 20px 0 0 0;
}

div#contenttop {
	background-image: url(/i/content_top-trans.png);
	height: 31px;
}
#masthead h1 {
	display: block;
	width: 387px;
	height: 100px;
	margin: 0 0 0 240px;
}

#masthead h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	text-decoration: none;
	background: transparent url(/i/logo-trans.png) no-repeat left;
}

#masthead h2 {
	font-size: 18px;
	color: #FFFFFF;
	text-indent: -9999px;
	height: 0px;
}
#content {
	background: url(/i/content_bg.png) center top repeat-y;
	overflow: hidden;
}

#main {
	width: 580px;
	padding: 0 10px 10px 20px;
	float: left;
	overflow: hidden;
	position: relative;
}


#event, #blog {
	width: 280px;
	float: left ;
	margin: 10px 0 0 0;
	font-size: 12px;
	line-height: 18px;
	
}


#blog .post {
	border-bottom: 1px dotted #ccc;
}
#main #event img {
	margin: 10px 0;
	float: none;
	padding: 7px;
	border: 1px solid #ccc;
}
#blog {
	margin: 10px 0 0 20px;
}

#main h3.homeheader {
	display: block;
	text-align: center;
	font-size: 14px;
	background: #eee;
	color: #969C23;
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	margin: 0 0 0px 0;
	text-transform: uppercase;
  font-family:Georgia, "Times New Roman", serif;
  }

#main h1 {
	padding: 15px 0 0px 20px;
	font-size: 3em;
	line-height: 1em;
	margin: 0 10px 0px 0px;
	color: #46372D;
  font-family:Georgia, "Times New Roman", serif;
  }


#main h2 {
	padding: 15px 0 10px 20px;
	font-size: 2.5em;
	line-height: 1.1em;
	margin: 0 50px 0px 0px;
	color: #969C23;
	clear: both;
	display: block;
  font-family:Georgia, "Times New Roman", serif;
}

#main h2 a {
	color: #969C23;
}

#main h2 a:hover {
	color: #46372D;
}
#main h3 {
	font-size: 18px;
	line-height: 1.6em;
	margin: 0 10px 10px 20px;
	color: #545810;
	clear: both;
}

#main h4, #event h2{
	padding: 0 10px 0px 0px;
	margin: 0 0 0px 10px;
	font-size: 1.3em;
	color: #46372D;
	line-height: 22px;
  font-family:Georgia, "Times New Roman", serif;

}

#event h2 a {
	border-bottom: none;
	color: #46372D;
}
#main img {
	float: right;
	padding: 5px;
	margin: 10px 0 10px 10px;
	overflow: hidden;
	display: block;
}

#main img.left {
	float: left;
	margin: 10px 20px 10px 0;
	display: inline;
}

#main a.register {
	border: none;
	padding: 10px;
	margin: 0;
	color: #FFF;
	position: absolute;
	top: 245px;
	display: block;
	width: 90%;
	font-size: 2em;
	background: #ee900d;
}
#main #event a img {
	border: none;

	padding: 0;
	margin: 10px ;
	float: none;
}

#main #event a {
	margin: 0;
	padding: 0;
}
#main p.postmetadata {
	line-height: 18px;
	margin: 0 20px 0 20px;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	color: #4D4C44;
	background: #e5e4d9;
	border-top: 1px solid ;
	border-color: #c5ae9f;
}

#main p {
	padding: 0 20px 10px 20px;
}

#main form#comment_form, #main form#f fieldset {
	border: 1px solid #CCCCCC;
	background: #fdfbfe;
	padding: 5px 10px 10px 10px;
	margin: 0 0 20px 0;
}

#main form#comment_form {
	margin: 20px;
}

#main form#comment_form textarea, #main form#f textarea {
	width: 95%;
	background: #fcfff3;
	font-size: 14px;
	color: #888888;
	padding: 5px;

	
	border: 1px solid #CCCCCC;
}

#main form#comment_form input[type="text"], #main form#f input[type="text"] {
	border: 1px solid #CCCCCC;
	background: #fcfff3;
	width: 213px;
	height: 20px;
	padding: 5px;
	font-size: 18px;
	color: #777;
}

#main form#f input[type="submit"] {
	float: right;
	width: 200px;
	margin: 0 0 20px 0;
	display: block; 
	overflow: hidden;
	background-color: #969c23;
	border: none;
	padding: 20px 20px;
	color: #FFF;
	font-size: 1.5em;
}
#main form#f select {
	width: 200px;
}
#main form#f legend {
	font-size: 18px;
	padding: 5px;
	color: #FFF;
	background: #969C23;
	border: 1px solid #ccc;
}

#main form#f label p {
	padding: 0;
}
#main form#f label {
	font-size: 10px;
	width: 225px;
	margin: 0 20px 5px 0;
	float: left;
	overflow: hidden;
	display: block;
	}


#main form#f h2 {
	font-size: 1.5em;
	margin: 0 0 10px 0;
}
#main form#f label:focus {
	background: #FFF;
}

#main form#f label.radio {
	width: 95%;
}
#blog p, #event p,
#blog h4, #event h3,
#blog h5, #event h2 
 {
	margin: 0 10px ;
}

#blog p, #event p {
	padding: 0;
}
#blog h5, #event h5 {
	line-height: 14px;
	font-size: 13px;
	padding: 0;
	color: #969C23;
	border: none;
	margin: 3px 10px ;

}

#blog h2, #event h2 {
	
}

#main .post:first-child {
	padding: 0 0 10px 0;
}

.post {
	padding: 10px 0;
}
#comment {
	width: 100%;
}


#main ul {
	margin: 0 0 10px 0;
}
#main ul li {
	list-style-position: inside;
	list-style-type: disc;
	list-style: disc;
	margin: 0 0 0 35px;
	
}

#main a {
	color: #46372D;
	font-family: Georgia, Verdana, Arial, San-Serif;
	text-decoration: none;
}

#main a:hover {
	color: #969C23;
}

#sidebar {
	float: left;
	width: 198px;
	display: inline;
	overflow: hidden;
	padding-left: 1px;
}

#sidebar h2 {
	padding: 15px 10px 0px 10px;
	font-size: 18px;
	margin-top: 5px;
	font-weight: bold;
	line-height: 18px;
	color: #969C23;
	border-top: 1px solid #CCC;

}
#sidebar p {
	color: #555555;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 18px;
}

#sidebar p a {
	border-bottom: 1px dotted;
	text-decoration: none;
	color: #46372D;
}

#sidebar p a:hover {
	color:#969C23 ;
}
#sidebar img {
	margin: 0 0 0 20px;
}


ul#nav {
	margin: 0 0 0 0;
}
ul#nav li {
	padding: 0px;
	font-size: 18px;
}

ul#nav li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	margin: 5px 10px;
	background: #969C23;
  font-family: Georgia, "Times New Roman", serif;

}

ul#nav li a:hover {
	color: #969C23;
	background: #cdd0c0;
}
#footer {
	background: transparent url(/i/content_bottom-trans.png) no-repeat scroll center top;
	padding: 30px 0 50px 0;
	color: #FFFFFF;
	text-align: center;
	clear: both;
}
#footer p {
	font-size: 11px;
}
#footer a {
	border-bottom: 1px dotted #ffffff;
	text-decoration: none;
	color: #ffffff;
}

#footer a:hover {
	color: #969C23;
}

.alt {
background-color: #d8f3ca;
}

.commentlist li {
	margin: 0 0 10px 0;
}

#main ol.commentlist li p.commentmetadata {
	background: #3c6120;
	color: #FFF;
	display: block;
	padding: 5px;
}

#main ol.commentlist li p {
	padding: 5px;
}

#main ol.commentlist li p.commentmetadata a {
	color: #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
	font-weight: bold;
}

img#wpstats{
	width:0px;
	height:0px;
	padding:0px;
	border:none;
	overflow:hidden
}

.clear {
	clear: both;
}

strong {
	font-weight: bold;
}

#main .home {
	margin-left: 10px;
	padding-left: 0px;

}

#main p.home {
	font-size: 13px;
	line-height: 1.7em;
	float: left;
	width: ;
}

#content #main ul.tabs {
	clear: both;
	display: block;
	overflow: hidden;
	margin: 0 10px;
}
#content #main ul.tabs li#registration_tab {
	background-color: #ee900d;
	font-size: 2em;
}
#content #main ul.tabs li {
	list-style: none;
	margin: 0 10px 0 0 ;
	float: left;
	color: #FFF;
	background-color: #969c23;
	padding: 0px;
	text-shadow: 1px 1px 1px rgba(0,0,0, 0.5);
}

#content #main ul.tabs li a {
	color: #FFF;
	padding: 10px;
	display: block;
}

#content #main ul.tabs li a.current {
	background-color: #eeeee7;
	color: #969c23;
	padding: 10px ;
	text-shadow: none;
	font-weight: bold;
	border-top: 1px solid;
	border-right: 1px solid;
	border-left: 1px solid;
	border-color: #c5ae9f;
}

div.panes {
	padding: 20px;
	background: #eeeee7;
	margin: 0 10px;
	overflow: hidden;
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-left: 1px solid;
	border-color: #c5ae9f;

}

table#schedule {
	border-collapse: collapse;
}
table#schedule th, table#schedule td {
	padding: 0.1em 1em;
}
table#schedule thead{
	background: #969c23;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
}
table#schedule tr td {
	padding: 10px;
	border-bottom: 1px solid #f2f2f2;
}
table#schedule td.date {
	font-weight: bold;
	font-size: 1em;
	text-align: right;
	width: 10em;
}

table#schedule tbody tr:nth-child(odd) {
	background-color: #e4e4de;
}

table#schedule tbody td.description {
	font-style: italic;
	line-height: 1.6em;
}
