/*Theme Name: soweb
Description: Custom theme developed by Soweb Inc
Version: 1.0
Author: soweb
Author URI: http://www.sowebinc.com
*/

/*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, 
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;
	color: #303030;
}

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;}

a:link {}      /* unvisited link */
a:visited {color:#0000FF; }  /* visited link */
a:hover {}  /* mouse over link */
a:active {}  /* selected link */ 

/*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.5em;
font-family: "Georgia Ref", Times, Serif;
color: #ff3300;
font-weight: normal;
padding-bottom: 0.5em;
}

h2{
	font-size: 1em;
	color: #000066;
	font-weight: bold;
}

h3 {

}


/*Structure*/

#wrap {
background: white;
}

#container {
width:780px;
background: white;
margin-right: auto;
margin-left: auto;
}


#header {
width: 100%;
float: left;
margin-top: 2em;
padding-bottom: 2.5em;

}

#logo {
padding-top: 1em; 
padding-bottom: 1.5em; 
width: 100%;
border-bottom: 1px solid #CCCCCC;      
}


#navbar{
float: left;
padding-top: 1.5em;
}

#navbar a:hover {color: #CCCCCC;}  /* mouse over link */

#navbar2 {
float: left;
width: 100%;
padding-top: 1.5em;
padding-bottom: 1.5em;
border-bottom: 1px solid #CCCCCC; 
}

#navbar2 a:hover {color: #CCCCCC;}  /* mouse over link */

#navbar ul, #navbar2 ul {
margin: 0;
padding:0; 
}


#main {
clear: left;
width: 100%;
float: left;
}

#banner {
width: 100%;
float: left;
height: 250px;
background-image:url('/wp-content/uploads/bannerswhome.png'); 
background-color: gray;
background-repeat: no-repeat;
margin-bottom: 1em;
}

#maintext{
width: 100%;
float: left;
border-bottom: 1px solid #CCCCCC; 
padding-bottom: 1.5em;
margin-bottom 1.5em;    
}

#mainbottom{
width: 100%;
float: left; 
padding-top: 0.5em;  
padding-bottom: 0.5em;  

}

#homeposts {
width: 62%;
float: left;
padding: 1em 2.5em 1.5em 0;
}

#blogposts{
width: 62%;
float: left;
padding: 0 2.5em 1.5em 0;
}

#blogentry {
margin-bottom: 1.5em;
width: 100%;
float: left;
}

#blogentry img {
float: left;
margin: 0 2em 2em 0;
}

#blogentry p {

}


#blogentry li {
padding-bottom: 1em;
}

#blogsingle{
padding: 0;
}


#sidebar1 {
width: 29%;
float: left;
}

#sidebar1 ul {
padding: 0 0 0 1.5em;
}

#sidebar1 li {
padding-bottom: 0.5em;
}

#hometweets{
width: 30%;
float: left;
background: #f0f0f0;
margin-top: 1.5em;
padding: 0.3em 1.3em 0.5em 1.3em;
}


#twitter_update_list li {
font-size: 1.1em;
list-style-type: none;
list-style-position: outside;
padding-bottom: 1.5em;
}

#twitter_update_list span {

}

#twitter_update_list span a {
display: inline;
color: blue;
text-decoration: underline;
}

#twitter_update_list span a:hover {
text-decoration: underline;
}

#hometweets a{
font-size: 1em;
}

#twittericon {
padding-top: 1em;
}

#footer {
clear: left;
width: 100%;
border-top: 1px solid #CCCCCC; 
padding: 2em 0 2em 0;
}

#copy {
width: 50%;
float: left;
}

#footernav {
width: 50%;
float: left;
}

#page4content, #page2content, #page5content {
width: 66%;
float: left;
padding: 0 2em 2em 0;
}

#sidebar3, #sidebar4 {
width: 27.5%;
float: left;
padding: 1em;
margin-bottom: 1.5em;
background: #f0f0f0;
}

#sidebar2 {
width: 30%;
float: left;
margin-bottom: 1.5em;
}

#sidebanner1 {
background: pink;
height: 200px;
}

#sidebanner2 {
background: teal;
}



/*Menu styles*//*Note: li generated by wp_list_pages are marked with the class page_item. Current page is marked with the class current_page_item. Note: using the class will alter all list items generated with wp_list_pages, so be careful when using the class */

.page_item {
font-size: 2em;
font-family: "Georgia Ref", Times, Serif;
text-transform:capitalize;
list-style: none;
display: inline;
padding-right: 1.2em;}

.page_item a {
color: #333333;
} 

.current_page_item {}

.current_page_item a {
color: #ff3300;
}

#footernav ul {
padding: 0;
float: right;
}


#footernav li {
font-size: 1em;
font-family: Arial, Helvetica, sans-serif;
text-transform:capitalize;
list-style: none;
display: inline;
border-left: 1px solid #303030;
color: #303030;
padding: 0 0 0 0.4em;}
}

#footernav li a {
color: #303030;
} 

#footernav li a:hover {color: #CCCCCC !important;} 

#footernavfirst {
padding-left:  0.2em !important;
border: none !important;
color: #303030 !important;
}

#footernavfirst a:link {}     
#footernavfirst a:visited {color: #303030 !important;} 
#footernavfirst a:hover {color: #CCCCCC !important;} 
#footernavfirst a:active {} 


/*Class styles*/

.small{
	font-size: 0.8em;
}

.xsmall{
	font-size: 0.8em;
	color: #666666;
}

.large {
         font-size: 1.1em;
         font-weight: bold;	
}

.floatleft{
         float:left;
         margin-right: 4%;
}

.floatleft2{
         float:left;
         margin-right: 4%;
         margin-bottom: 2%;
}


.posttitle {
         color: #303030;	
         font-size: 1em;
	font-weight: normal;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
         margin: 0;  
}

.posttitle2 {
	text-decoration: underline;
         color: blue; 
         font-size: 1em;
	font-weight: normal;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
         margin: 0;  
}

.post{
        background: white;
        padding-left: 1em;
        padding-right: 1em;  
        padding-bottom: 1em;       
}

.post2{
        padding-top: 0;        
        padding-left: 0.5em;
        padding-right: 1em;  
        padding-bottom: 1em;       
}

.padbottom {
padding-bottom: 1em;
}

.padtop {
padding-top: 1em;
}

.padtopbot {
padding-top: 1em;
padding-bottom: 1em;
}

.bold {
font-weight: bold;
}
.hometitle {
font-size: 1.5em;
font-family: "Georgia Ref", Times, Serif;
color: #ff3300;
font-weight: normal;
padding-bottom: 0.5em;
}

.homeh3, .blogh3 {
font-size: 1.2em;
font-family: Arial, Helvetica, sans-serif;
color: #333333;
font-weight: bold;
}

.mainorange {
font-size: 2.1em;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #ff3300;
}

.mainorange2 {
font-size: 2em;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #ff3300;
}

.mainorange3 {
font-size: 1.8em;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #ff3300;
}

.maingray {
font-size: 2em;
font-family: Arial, Helvetica, sans-serif;
color: #333333;
}

.maingray2 {
font-size: 1.8em;
font-family: Arial, Helvetica, sans-serif;
color: #333333;
}

.maingray3 {
font-size: 1.5em;
font-family: Arial, Helvetica, sans-serif;
color: #333333;
padding-bottom: 1.5em;
}

.maingray4 {
font-size: 1.5em;
font-family: Arial, Helvetica, sans-serif;
color: #333333;
}


.orange {
color: #ff3300;
}

.blogdate {
font-size: 1em;
font-family: "Georgia Ref", Times, Serif;
color: #333333;
font-weight: normal;
padding-bottom: 1em;
margin-bottom: 1em;
border-bottom: 1px dotted #CCCCCC;   
}

.tagged {
padding-bottom: 3em;
margin-bottom: 3em;
border-bottom: 3px solid gray;
}

.blogh2 {
font-size: 1.2em;
color: #ff3300;
}

.archivesh2 {
font-size: 1.2em;
color: #ff3300;
padding-bottom: 1em;
}

.archivesh2 a {
color: #ff3300;
}


.archivesh3 {
font-size: 1.2em;
font-family: Arial, Helvetica, sans-serif;
color: #333333;
font-weight: bold;
padding-top: 1em;
}

td.service {
width: 35%;
font-size: 1.5em;
font-family: "Georgia Ref", Times, Serif;
color: #ff3300;
padding-bottom: 1.2em;
padding-right: 1.5em;
}

td.description {
width: 65%;
font-size: 1.2em;
color: #333333;
padding-bottom: 1.2em;
}

.contact {
font-size: 1.2em;
font-family: Arial, Helvetica, sans-serif;
color: #333333;
padding-top: 0.5em; 
}

.sidebarp {
font-size: 1.2em;
font-family: Arial, Helvetica, sans-serif;
color: #333333;
}

.sidebart {
font-size: 1.4em;
font-family: Arial, Helvetica, sans-serif;
color: #333333;
font-weight: bold;
}

.servicesul {
padding:0;
}

.servicesul li{
list-style-position: inside;
}