/*

Theme Name: goWebSolutions
Description: Simple, modern, lightweight
Version: 1.0
Author: Francisco Neri
Author URI: http://www.gowebsolutions.com
Tags: grey, orange, white, fixed width, two columns, widgets, fixed width, valid XHTML, valid CSS, two columns, right sidebar, simple


*/

* {
  padding:0;
  margin:0;
  list-style:none;
}

body {
  font:62.5% Arial, Helvetica, sans-serif; /* Means 1em == 10px, 1.2em == 12px, etc. */
  background:#001456 url(./images/bg.jpg) top center no-repeat; /* Set background image here */
}

p, h2, h3, h4, h5 {
  font-size:1.2em;
}

img {
  border:0;
}

div#wrapper {
/******************* width principal ***************************/
  width:960px;
  padding-top:8px;
  margin:25px auto 0;
  background:url(./images/top.png) no-repeat;
}

div#masthead {
  width:960px;
  background:url(./images/top-header.png)  top center no-repeat; height:140px;
  position:relative;
}

/* Blog Title */
h1 {
  font:3.2em 'Trebuchet MS', Arial, Helvetica;
}

h1 a {
  position:absolute;
  width:426px;
  height:127px;
  left:20px;
  top:10px;
  background: url( images/logo.png) left top no-repeat;
}

.logo {
	width: 466px;
	height: 127px;
	float: left;
}

.social {
	width: 66px;
	float: right;
	margin: 40px 70px 0 0;
	background: #4d7fd6;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #4172c6;
	padding: 15px;
}

.social h2 {
	text-align: center;
	color: #FFF;
}		

#masthead .id { 
	width:186px;
	height:81px;
	background:url(images/bg-id.png) top left no-repeat;
	float:right;
	color:#FFFFFF;
	padding:10px 20px 10px 30px;
	font-size:14px;
	line-height:18px;
	margin: 39px 30px 0 0;
}
#masthead .id  h2{ font-size:19px; margin-bottom:5px;}

/* Tagline */
#masthead p {
  position:relative;
  margin:0;
  top:62px;
  left:50px;
  color:#888;
}

/* Pages Navigation */
div#menu {
background:url(images/bg-menu.png) left top repeat-x;
height:55px;
width:952px;
margin-left:4px;
}

div#menu ul {
  float:left;
  z-index:2;
  top:140px;
}

div#menu ul li {
  float:left;
  background:url(images/bg-menu-li.png) top right no-repeat;
}

div#menu ul li a {
  color:#376ec5;
  text-decoration:none;
  display:block;
  font-weight:bold;
  font-size:12px;
  padding:20px 15px 18px;
}

div#menu ul li a:hover,
div#menu ul li.current_page_item a,
div#menu ul li.current_page_parent a{
color:#000000 !important;
}



a {
  outline:0;
}

/* Page dropshadow */
div#content {
/******************* width principal ***************************/
  width:960px;
  background:url(./images/main_bg.png) repeat-y;
}


/*-----------------------------------------------------------------------------

  Main Content

-----------------------------------------------------------------------------*/

div#main {
/******************* width principal ***************************/
  width:680px;
  padding:0 20px 20px;
  float:left;
}
div.main-right {
/******************* width principal ***************************/
  float:right !important;
}
div.main-complete{
/******************* width principal ***************************/
  width:930px !important;
/*  background:url(images/bg-main.png) top center repeat-x;*/
  margin-left:5px;
  padding:0px;
}
div.main-2-columns{
/******************* width principal ***************************/
  width:440px !important;
}


/* Main header on single pages */
h1.header {
  color:#333333;
  font-size:24px;
  padding:10px 0 0;
  line-height:1;
  margin:0 0 10px;
  border-bottom:1px solid #e7e7e7;
  position:relative;
}

h2.header {
  color:#333333;
  font-size:24px;
  padding:10px 0 0;
  line-height:1;
  margin:0 0 10px;
  border-bottom:1px solid #e7e7e7;
  position:relative;
}

div#main h2.header a {
  color:#333333;
  text-decoration:none;
}

h2.header span {
  position:relative;
  background:#FFF;
  padding-right:10px;
  bottom:-5px;
}

h4 {
background:#F1F1F1 none repeat scroll 0 0;
border: 1px solid #DADADA;
width: 95%;
padding-left: 10px;
height: 25px;
line-height: 25px;
font-size:15px;
color: #333;
}


/* Secondary headline above comments and comment form */
div#main h3 {
  margin:15px 0 5px;
  color:#333333;
}

div#main p {
  color:#6b6b6b;
  line-height:2;
  margin:10px 0;
}

div#main a {
  color:#507FA3;
}

.article {
  margin-bottom:20px;
}

.article blockquote {
  margin:0 15px;
  padding:1px 15px;
  border-left:5px solid #B8D1E4;
  background:#F0F0F0;
}

.article ul, .article ol {
  font-size:1.2em;
  color:#6b6b6b;
  margin-left:15px;
}

.article ul li {
  margin:5px 0;
  padding-left:15px;
  background:url(./images/square.png) 0 center no-repeat;
}

.article ol {
  margin-left:30px;
}

.article ol li {
  list-style:decimal;
  margin:10px 0;
}

.article ol li ol {
  font-size:1em;
  margin-left:15px;
}

#main p.byline {
  color:#999;
}

ul.article_footer {
  text-align:right;
  margin:10px 0;
  background:#F1F1F1;
  padding:5px 10px;
  border:1px solid #DADADA;
  border-width:1px 0;
  line-height:1.5;
}

ul.article_footer li {
  font-size:0.9em;
  display:inline;
  background:none;
  border-left:1px solid #DADADA;
  margin-left:5px;
  padding-left:10px;
}

ul.article_footer li.first {
  border-left:0;
}

/*-----------------------------------------------------------------------------

  Secondary Content

-----------------------------------------------------------------------------*/

div#secondary {
  padding:30px 20px 20px;
  width:199px;
  float:right;
  border-left: 1px solid #CCCCCC;
  min-height:600px;
}
div.secondary-left {
  float:left !important;
 /* padding:0 10px 20px 30px !important;  */
}

div#secondary ul#sidebar {
  margin:15px 0 20px;
  color:#507fa3;
  padding-bottom:10px;
  border-bottom:1px solid #e7e7e7;
}

div#secondary ul#sidebar li {
  margin:5px 0;
  font-size:1.2em;
  line-height:1.5em;
}

/* Sidebar headers */
div#secondary h2 {
  text-transform:uppercase;
  color:#507fa3;
  margin:20px 0 8px;
  font-size:1em;
  line-height:1;
}

div#secondary a {
  color:#666;
  text-decoration:none;
}

div#secondary a:hover {
  text-decoration:underline;
}

div#secondary ul.children {
  margin-left:5px;
  padding-left:10px;
  border-left:5px solid #EAEAEA;
}

div#secondary ul#sidebar li li {
  font-size:1em;
}

/* Optional bio area header (commented out by default) */
div#author h2 {
  font-size:1.2em;
}

div#secondary p {
  line-height:1.5;
  margin:5px 0;
  color:#666;
}

/* Search input */
form#searchform {
  position:relative;
  height:28px;
  margin-bottom:20px;
}

form#searchform input#s {
  position:absolute;
  top:0;
  height:18px;
  width:156px;
  padding:5px;
  background:url(./images/text_bg.png) repeat-x;
  border:1px solid #bcbcbc;
}

input#search_submit {
  position:absolute;
  right:0;
}

/*-----------------------------------------------------------------------------

  Footer

-----------------------------------------------------------------------------*/

#footer {
/******************* width principal ***************************/
  width:960px;
  height:60px;
  margin:0 auto;
  background:url(./images/bottom.png) no-repeat;
  font-size:9px;
  color:#CCCCCC;
  padding:0px;
}
#footer .aa-of-aa{
width:219px;
height:47px;
background:url(images/aa-of-aa.jpg) top left no-repeat;
float:right;
margin:5px 10px 0px 0px;
}

#footer span{
font-size:12px;
width:650px;
margin:10px 0px 0px 10px;
float:left;
}
#footer span a{
color:#FFFFFF;
}

#footer ul{ 
margin:15px 0px 0px 10px; padding:0px;
width:650px;
float:left;

}
#footer ul li {
  display:inline;
  margin-right:7px;
}

#footer ul li span {
  position:absolute;
  text-indent:-9999em;
}

#footer ul li a {
  color:#FFF;
  text-decoration:none;
}
#footer ul li a:hover {
  color:#CCC;
  text-decoration:underline;
}

/*-----------------------------------------------------------------------------

  Wordpress Specific Stuff - Elements that weren't in my original stylesheet

-----------------------------------------------------------------------------*/

ol.commentlist {
  margin-top:15px;
  color:#555;
}

/* Background color for visitor comments */
ol.commentlist li {
  background:#F1F1F1;
  padding:10px;
  margin:10px 0;
}

/* Background color for Admin comments */
ol.commentlist li.alt {
  background:#EBF9FC;
}

textarea#comment {
  width:500px;
}

#main p.comment_meta {
  margin:0;
  float:right;
}

/* Optional popup window (NOTE: popups make for bad UI IMHO) */
body#commentspopup {
  background:#FFF;
  padding:20px;
}

body#commentspopup a {
  color:#666;
}

body#commentspopup h1 a {
  position:relative;
  top:0;
  left:0;
}

body#commentspopup h3 {
  color:#555;
}

body#commentspopup p {
  margin:10px 0;
  color:#555;
}

body#commentspopup textarea {
  width:340px;
}

/* Image stuff for 2.6.1 */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.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-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

p.entry_info {
  clear:both;
}

div.navigation {
  margin:10px 0;
}

/*-----------------------------------------------------------------------------

  CSS Magic

-----------------------------------------------------------------------------*/

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
  .clearfix {display:block;}
/* End hide from IE Mac */

#footer-elements{
background:#d6d6d6;
width:950px;
margin-left:5px;
float:left;
}
#footer-elements .box1{
width:340px;
border-right:1px solid #FFFFFF;
float:left;
height:200px;
padding: 0 15px;
font-size: 12px;
}
#footer-elements .box1 h3{
color:#416ec0;
font-size:20px;
border-bottom:3px solid #EFEFEF;
margin:15px 20px 10px 5px;
padding-left:10px;
padding-bottom:5px;
}

#footer-elements .box1 ul{
margin:0px 20px 20px 20px;
}

#footer-elements .box1 ul li{
color:#416ec0;
list-style:square !important;
margin:0px 0px 8px 20px;
font-size:13px;
}
#footer-elements .box1 a{ text-decoration:none; color:#416ec0;}

#footer-elements .box1 a:hover{ text-decoration:underline;}


#footer-elements .box2{
width:575px;
background-color:#EFEFEF;
float:left;
height:200px;
}

#footer-elements .box2 h3{
color:#416ec0;
font-size:20px;
border-bottom:3px solid #d6d6d6;
margin:15px 20px 10px 20px;
padding-left:10px;
padding-bottom:5px;
}


#footer-elements .box2 ul{
margin:0px 20px 20px 20px;
}

#footer-elements .box2 ul li{
color:#999999;
list-style:square !important;
margin:0px 0px 15px 20px;
font-size:13px;
}
#footer-elements .box2 a{ text-decoration:none; color:#000000;}

#footer-elements .box2 a:hover{ text-decoration:underline;}
#footer-elements .box2 .comments a{ color:#416ec0;}

a.more{ background:url(images/more.png) left top no-repeat; width:49px; height:17px; float:right; margin:5px 20px 15px 0px; color:#000000; text-decoration:none;}
a:hover.more { text-decoration:none !important;}


#contact-us{ margin-left:30px; margin-top:20px;}


#rotation{ width:333px; float:left; margin:30px 30px 20px 0px;}
#rotation .link{ background:url(images/bg-link.png) top left no-repeat; width:333px; height:33px;}
#rotation .link a{ color:#FFFFFF; font-size:14px; font-weight:bold; text-decoration:none; float:right; margin:8px 20px;}
#rotation .link a:hover{ text-decoration:underline;}

#home { background:url(images/bg-home.png) left top no-repeat; width:513px; height:313px; float:left; margin-top:30px; padding:20px 25px 0px 25px; }
#home h1 { font-size:22px !important;}
#home p{ line-height:18px !important;}
#post-2{ margin-bottom:0px;}

