/*

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:66.5% Arial, Helvetica, sans-serif; /* Means 1em == 10px, 1.2em == 12px, etc. */
  background:url(images/bg.png) left top repeat-x;
 
}
.body-alt{
  background:url(images/bg-alt.png) left top repeat-x;
}
p, h2, h3, h4, h5 {
  font-size:1.2em;
}

img {
  border:0;
}

div#wrapper {
/******************* width principal ***************************/
  width:960px;
  padding-top:0px;
  margin:0px auto 0;
 
}

div#masthead {
  /*width:768px;*/
  position:relative;
  
}

/* Blog Title */
h1 {
  font:3.2em 'Trebuchet MS', Arial, Helvetica;
}

h1 a {
  position:absolute;
  width:300px;
  height:30px;
  left:40px;
  top:15px;
  font-weight:bold;
  text-decoration:none;
  color:#ff7e00;
}
#masthead h1{
background:url(images/header_test1.jpg) left top no-repeat; width:306px; height:60px; padding:0px; margin:0px;
margin-left:4px;
}
/* Tagline */


/* Banner image dropshadow */
div#masthead_image {
  background:url(./images/banner_testbig.jpg) center no-repeat;
 /* width:724px;*/
  height:238px;
  clear:both;
  padding:0;
}
div#masthead_image_internal {
  background:url(./images/banner_interiorrevised.jpg) center no-repeat;
 /* width:724px;*/
  height:102px;
  clear:both;
  padding:0;

}

a {
  outline:0;
}

/* Page dropshadow */
div#content {
/******************* width principal ***************************/
  width:960px;
  background:url(images/backg.jpg) left top repeat-x;
  padding-top:15px;
}


/*-----------------------------------------------------------------------------

  Main Content

-----------------------------------------------------------------------------*/

div#main {
/******************* width principal ***************************/
  width:680px;
  padding:15px 20px 20px;
  float:left;
}
div.main-right {
/******************* width principal ***************************/
  float:right !important;
}
div.main-complete{
/******************* width principal ***************************/
  width:920px !important;
}
div.main-2-columns{
/******************* width principal ***************************/
  width:440px !important;
}


/* Main header on single pages */
h2.header {
  color:#ff7e00;
  font-size:21px;
  padding:0 0 0 5px;
  margin:15px 0 15px 0;
  border-left:5px solid #482663;
  position:relative;
  text-transform:uppercase;
}

div#main h2.header a {
  color:#ff7e00;
  text-decoration:none;
}

h2.header span {
  position:relative;
  padding-right:10px;
}

/* Secondary headline above comments and comment form */
div#main h3 {
  margin:15px 0 5px;
  color:#ff7e00;
}

div#main p {
  line-height:1.5;
  margin:10px 0;
}

div#main a {
  color:#482663;
  font-weight:bold;
}
div#main a:hover{
text-decoration:none;
}
.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:0 20px 20px;
  width:200px;
  float:right;
}
div.secondary-left {
  float:left !important;
 /* padding:0 10px 20px 30px !important;  */
}

div#secondary ul#sidebar {
  margin:15px 0 20px;
  color:#482663;
  padding-bottom:10px;
  padding-left: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:#482663;
  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:140px;
  padding:5px;
  background:url(./images/text_bg.png) repeat-x;
  border:1px solid #bcbcbc;
  margin-left:10px;
}

input#search_submit {
  position:absolute;
  right:0;
}

/*-----------------------------------------------------------------------------

  Footer

-----------------------------------------------------------------------------*/

#footer {
/******************* width principal ***************************/
  width:100%;
  margin:0 auto;
  background:#453255;
  color:#FFF;
  padding:2px;
  font-size:10px;
}


#footer a {
  color:#FFF;
  text-decoration:none;
}

/*-----------------------------------------------------------------------------

  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 */

.clear{ clear:both;}

/**************************************/
.wpcf7-form { font-size:12px;}
.wpcf7-form input{ font-size:12px; margin:5px; width:150px;}
.wpcf7-form .service input {width:auto; }


#main h1{ background-color:#CC0000; color:#FFFFFF;  text-align:center; font-size:16px; font-weight:bold; padding:8px; }
#main h4 { color:#004F82;
font-size:14px;
font-weight:bold;
letter-spacing:1px;
}
#main .titles {
color:#F48732;
font-weight:bold;
letter-spacing:1px;
font-size:13px;
}

#main img { margin:15px;}

.contentbox a, .contentbox a:hover, .contentbox p{ color:#004F82 !important;}
.contentbox h2{background:url(images/barA.jpg) left top no-repeat; width:180px; height:39px; color:#004F82 !important; font-size:14px !important; text-transform:capitalize !important; padding:13px 0 0 25px; margin-bottom:0px !important;}
.contentbox ul li { padding:0 10px 0 10px;}




/*************************************************************************/



.wp-pagenavi a, .wp-pagenavi a:link {
	border: 1px solid #ff7e00 !important;
}

.wp-pagenavi a:active {
	border: 1px solid #ff7e00  !important;
	color: #ff7e00  !important;
}


/*************************************************************************/







