/*

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:#FFF url(./images/bg.png) repeat-x; /* Set background image here */
}

p, h2, h3, h4, h5 {
  font-size:1.4em;
}

img {
  border:0;
}

div#wrapper {
/******************* width principal ***************************/
  width:960px;
  padding-top:0px;
  margin:0 auto 0;
/*  background:url(./images/top.png) no-repeat;*/
}

div#masthead {
  /*width:768px;*/
  background:#D1C5DD;
  position:relative;
  width:950px;
  margin:0 auto;
}

#masthead  .logo{ width:281px; height:104px; margin:0px; padding:0px;}

/* 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:#622682;
}

/* Tagline */
#masthead p {
  position:relative;
  margin:0;
  top:62px;
  left:50px;
  color:#888;
}



/* Banner image dropshadow */
div#masthead_image {
 /* width:724px;*/
  clear:both;
  padding:0px;
  z-index:1;
  background:url(images/masthead.jpg) left top no-repeat;
  width:950px;
  height:207px;
}
#masthead_image p{ font-size:24px; font-weight:bold; color:#FFF; width:500px; float:right; margin-top:100px;}


a {
  outline:0;
}

/* Page dropshadow */
div#content {
/******************* width principal ***************************/
  width:960px;
  background:url(./images/main_bg.png) repeat-y;
  padding-top:10px;
}


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

  Main Content

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

div#main {
/******************* width principal ***************************/
  width:660px;
  padding:0 0 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:#622682;
  font-size:24px;
  padding:10px 0 0 0;
  line-height:1;
  margin:0 0 0 5px;
  position:relative;
}

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

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

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

div#main p {
  color: #333333;
  margin:10px 0;
}
div#main img{ padding:5px;}
div#main a {
  color:#CC0000;
}

.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:#333;
  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 0px 25px 15px;
  width:205px;
  float:right;
  margin-right:25px;
  background:url(images/bg-sidebar.png) left top no-repeat;
  
}
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 10px;
  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

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

ul#footer {
/******************* width principal ***************************/
  width:960px;
  height:8px;
  margin:0 auto;
  background:url(./images/bottom.png) no-repeat;
  text-align:center;
  font-size:1em;
  color:#6b6b6b;
  padding:15px 0;
}

ul#footer li {
  display:inline;
  margin-left:10px;
}

ul#footer li span {
  position:absolute;
  text-indent:-9999em;
}

ul#footer li a {
  color:#6b6b6b;
  text-decoration:underline;
}
ul#footer li a:hover {
  color:#6b6b6b;
  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 */


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

#card {  width:340px; height:165px; padding:17px 0px 0px 50px; float:left;}
#card h2 { font-size:14px;  font-weight:bold; color:#6fa452; text-align:right; margin:10px 20px 0 0; }
#card .detail { width:155px; margin:5px 0px 0px 175px;}
#card .bt-contact{ background:url(images/bt-contact.png) left top no-repeat; width:130px; height:25px; padding-top:5px; text-align:center; margin-left:20px;}
#card .bt-contact a{ color:#FFFFFF; font-weight:bold; text-decoration:none; font-size:12px;}
#card .bt-contact a:hover{text-decoration:underline;}


#secondary #box1 h2{ width:192px; height:25px; font-size:14px; color:#FFFFFF; text-align:center; padding-top:5px; margin:0 0 10px 5px; background:url(images/h2-sidebar.png) left top no-repeat;}
#secondary #box1 strong { color:#622682; width:50px; float:left; margin-left:10px; font-size:12px;}
#secondary #box1 .box{ float:left; background:url(images/box-promo1.png) left top no-repeat; width:64px; height:57px; margin-left:50px;}
#secondary #box1  p{ clear:both; line-height:normal; padding:10px 5px 20px 5px;}

#secondary #box2 h3{ width:192px; height:25px; font-size:14px; color:#FFFFFF; text-align:center; padding-top:5px; margin:0 0 10px 5px; background:url(images/h3-sidebar.png) left top no-repeat;}
#secondary #box2 strong { color:#78a95c; width:50px; float:left; margin-left:10px; font-size:12px;}
#secondary #box2 .box{ float:left; background:url(images/box-promo2.png) left top no-repeat; width:97px; height:77px; margin-left:5x;}


.article{ 
background:#F4F4E4;
width:613px; float:left; padding:0 20px 20px 20px; min-height:330px;
}
.article-100{ 
background:url(images/bg-principal-100.png) no-repeat scroll left bottom;
margin-bottom:18px;
width:880px; float:left; padding:0 0px 20px 20px; margin-left:10px; min-height:330px;
}
.article-mono {
background:#F4F4E4 url(images/bg-principal-mono.png) no-repeat scroll left bottom;
}
.article h2 {
width:623px;
-x-system-font:none;
background: url(images/bg-principal-top.png) left top no-repeat;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:18px;
margin-left:-21px;
padding:20px 20px 0 20px;
height:30px;
text-shadow:1px 1px 0 #FFFFFF;
}
.article-100 h2 {
width:900px;
-x-system-font:none;
background: url(images/bg-principal-top-100.png) left top no-repeat;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:18px;
margin-left:-20px;
padding:20px 0px 0 20px;
height:30px;
text-shadow:1px 1px 0 #FFFFFF;
}

.entry{
width:590px;
}


#menu-footer { width:750px; clear:both; height:20px; margin:0px auto; margin-top:15px;}
#menu-footer li{ float:left; display:inline; margin:0px 20px 0px 0px; background:none;}
#menu-footer li a{ color:#6b6b6b; text-decoration:none;}
#menu-footer li a:hover{ text-decoration:underline;}


/* Pages Navigation */
#suckerfishnav {
	background:url(images/bg-menu.png) left top repeat-x;
    font-size:12px;
    font-family:verdana,sans-serif;
    font-weight:bold;
    width:950px;
    float:left;
    line-height:40px;
    padding:0;
    margin:0;
    }

#suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:40px;
    padding:0;
    margin:0;
    width:950px;
    }
#suckerfishnav a {
    display:block;
    color:#FFF;
    text-decoration:none;
    padding:0px 16px;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:192px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #666666;
	z-index:1000;
    }
#suckerfishnav li li {
    width:189px;
    border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    font-weight:bold;
    font-family:verdana,sans-serif;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:170px;
    font-size:12px;
    color:#FFF;
    }
#suckerfishnav li ul ul {
    margin:-21px 0 0 150px;
    }
#suckerfishnav li li:hover {
    background:#9C1F1B;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#622682;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a, .current_page_item, .current_page_parent {
    color:#FFF;
		background:url(images/bg-menu-hover.png) left top repeat;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#FFF;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
		background:url(images/bg-menu-hover.png) left top repeat;

    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
		background:url(images/bg-menu-hover.png) left top repeat;
    }



#register{ width:300px;left:620px; position:absolute; top:20px;}
#register h3{ font-size:18px; color:#333333}
#register #forma{ padding-top:5px;}
#register span{color:#333333; font-size:11px;}
#register .email{  width:178px; height:24px; border:none; background-color:#FFFFFF !important; border:1px solid #333333; }
#register .submit{ background-color:#622682; border:1px solid #333333; width:63px; height:24px; margin-left:10px; border:none; color:#FFF; font-size:10px; font-weight:bold; text-align:center; vertical-align:bottom; cursor:pointer;}


/* Brandon */
.products {width:610px;float:left;}
.products-boxes {width:310px;float:left;}
.product-text {width:610px;float:left;}
.products-purchase{width:280px;float:right;}

hr {width:100%;clear:both;color: ##333;margin:10px 0;}	

.clear {
	clear: both; line-height:1px;height:1px;}