/*
Theme Name: SOWEB2
Description: Custom theme developed by Soweb Inc
Version: 1.0
Author: Valentina Webel
Author URI: http://www.sowebinc.com
Tags: custom header, fixed width, two columns, widgets
*/

/*Reset*/

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
text-decoration:none;
}


/*General*/


h1,h2,h3,h4,h5,h6,p,blockquote,dl,fieldset,address {
margin: 0.5em 0;
}

body {
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3;
}

h1 {
	font-size: 1.2em;
	color: #000066;
	font-weight: bold;
}

h2{
	font-size: 1em;
	color: #FF3300;
	font-weight: bold;
}

h3 {
	font-size: 1em;
}


/*Structure*/

#container {
	width:780px;
	margin-right: auto;
	margin-left: auto;
}


#header {

}

#banner {
	background-image: url(images/homebanner.jpg); 
	height: 200px;
	width: 100%;
}


#menu {

}

#core {  	width: 67%;
         float: left;
	margin-right: 2%;
}

#quote { height: 150px;
         background-image: url(images/quote1.jpg); 
	width: 100%;         
         float: left;
	margin-top: 1em;
}

#subscribe { 
	width: 100%;          
         float: left;
         border-top: 1px solid #CCCCCC;
         border-bottom: 1px solid #CCCCCC;
         margin-bottom: 1%;
}

#subs1 { 
	width: 65%;          
         float: left;
}

#subs1 img { 
        margin-left: 8%;
        margin-top: 4%;
}




#subs2 { 
	width: 35%;          
         float: left;
}


#content {
	float: left;
	width: 100%;
}

#sidebar {
	float: left;
	width: 30%;         
	margin-top: 1em;
}

#sidebar p {
         font-family: Georgia, "Times New Roman", serif;
         color: #666666;
         line-height: 1;
}

#sidebar h3 {
         font-family: Georgia, "Times New Roman", serif;
         font-weight: bold;
         color: #666666;         
         line-height: 1;
}


#eventslist {
         background: #F0F0F0;
}

#footer {
	clear:left;
         width: 97%;
	border-top: 1px dotted #666666;
	padding: 0.5em 1em;
	margin-top: 1em;
}


#copy {
         width: 54%;
         float: left;
         margin-right: 1%; 
}

#follow {
         width: 45%;
         float: left;
}

	
h1#pageh1 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
         font-size: 1.3em;	
         color: #333333;
}

p#redtext{
        font-weight: bold;
        color: #800000;
}

/*Menu styles*/

#menu ul{
	float: left;
	width: 98%;
         padding: 1%;
	background: #CCCCCC;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	color: #000066;
	text-decoration: none;
	float: left;
	padding-top: 0.2em;
	padding-right: 2em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	font-size: 1.2em;
	font-weight: bold;

}

#menu ul li a:hover{
	color: white;
}

/*Class styles*/

.sideh1{
         background: #CCCCCC;
	font-family: Georgia, "Times New Roman", serif;
	border-top-style: solid;
	border-bottom-style: solid;
	color: #333333;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
         clear:both;
}


.small{
	font-size: 0.8em;
	color: #666666;
}

.floatleft{
         float:left;
         margin-right: 4%;
}

.floatleft2{
         float:left;
         margin-right: 4%;
         margin-bottom: 2%;
}


.subs {
         color: #00008B;
}

.posttitle {
         background: #888888;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1em;
         color: #FFFFFF;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
         margin: 0;  
}

.post{
         background: #F0F0F0;
	padding-top: 0.5em;
         color: #666666;
	padding-left: 2em;
	padding-right: 2em;  
         padding-bottom: 1em;       
	}

small{   
         font-size: 0.8em;
	color: #666666;
	padding-bottom: 0.5em;

.entry{
         background: #F0F0F0;
	padding-bottom: 0.5em;
         color: #666666;
	}

.redlink{
         color: red;
	}

