/*

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;
}

body {
  font:62.5% Arial, Helvetica, sans-serif; /* Means 1em == 10px, 1.2em == 12px, etc. */
  background:#FFF url(./images/bg.jpg) repeat-x; /* Set background image here */
}

p, h3, h4, h5 {
  font-size:1.2em;
}

img {
  border:0;
}

.article h1
{
	font-size: 18px;
	padding:8px 0 4px 0;
}

.article h2
{
	font-size: 16px;
}

div#wrapper {
/******************* width principal ***************************/
  width:960px;
  padding-top:0px;
  margin:0px auto 0;

}

div#masthead {
  /*width:768px;*/
  background:none;
  position:relative;
  height:180px;
}

/* Blog Title */
#masthead h1 {
  font:3.8em 'Trebuchet MS', Arial, Helvetica;
  position:relative;
  width:300px;
  height:30px;
  left:20px;
  top:15px;
}

#masthead h1 a {
  font-weight:bold;
  text-decoration:none;
  color:#6a9bba;
}

/* Tagline */
#masthead p {
  position:relative;
  margin:0;
  top:30px;
  left:70px;
  color:#FFF;
  width:300px;
  font-size:19px;
  font-weight:bold;
}

#masthead .search{ width:300px;
position:absolute;
top:0px;
left:650px;
background:url(images/bg-form-email.png) left top no-repeat;
width:285px;
height:45px;
}
#masthead #phone{
text-align:right;
width:185px;
position:relative;
top:5px;
left:740px;

}
#masthead #phone h2{
color:#6a9bba;
font-size:18px;
}



/*********************** menu *****************************************************/
#pixopoint_menu_wrapper1{
position:absolute;
top:140px;
left:3px;
width:954px;
background:url(images/nav_bg.png) left repeat-x; 
height:40px;
}

#suckerfishnav {
    font-size:14px;
    font-family:verdana,sans-serif;
    font-weight:bold;
    width:100%;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:40px;
    padding:0;
    margin:0;
    width:100%;
    }
#suckerfishnav a {
    display:block;
    color:#fff;
    text-decoration:none;
    /*padding:0px 30px 0px 30px;*/
	padding: 0px 29px 0px 30px;
    }
#suckerfishnav li {
    float:left;
	font-size:13px;
    padding:0;
	background:url(images/nav_item_bg.png) right top no-repeat;
	height:40px;		
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:131px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #666666;
	z-index:1000;
    }
#suckerfishnav li li {
    width:229px;
    border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    font-weight:normal;
    font-family:verdana,sans-serif;
	background:#dedede none;
	height:20px;
    }
#suckerfishnav li li a {
    padding:3px 10px 3px 10px;
    width:180px;
    font-size:11px;
    color:#fff;
    }
#suckerfishnav li ul ul {
    margin:-20px 0 0 230px;
    }
#suckerfishnav li li:hover {
    background:#333333;
    }
#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:#fff;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#fff;
    }
#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:#507FA3;
    }
#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:#bbb;
	width:230px;
    }
#suckerfishnav li:hover,  #suckerfishnav li.sfhover {
    background:#dedede;
    }
#suckerfishnav li:hover a{
color:#000000;
}	




/* Banner image dropshadow */
div#masthead_image {
  background:url(./images/image_bg.png) center no-repeat;
 /* width:724px;*/
  height:148px;
  clear:both;
  padding:8px 22px;
  position:relative;
  z-index:1;
}

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:95%;
  padding:0 20px 20px;
  float:left;
}
div#main2 {
/******************* width principal ***************************/
  width:600px;
  padding: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:#284050;
  font-size:24px;
  padding:10px 0 0;
  line-height:1;
  margin:0 0 5px;
  position:relative;
}

div#main h2.header a, div#main2 h2.header a {
  color:#FFF;
  text-decoration:none;
}

h2.header span {
  position:relative;
  padding-right:10px;
  bottom:-5px;
}

/* Secondary headline above comments and comment form */
div#main h3, div#main2 h3 {
  margin:15px 0 5px;
  color:#284050;
}

div#main p, div#main2 p {
  color:#111111;
  line-height:2;
  margin:10px 0;
}

div#main a, div#main2 a {
  color:#336666;
}

.article {
  margin-bottom:20px;
}

.article blockquote {
  margin:0 15px;
  padding:1px 15px;
  border-left:5px solid #B8D1E4;
  background:#F0F0F0;
}

.article blockquote p{
color:#333333 !important;
}

.article ul, .article ol {
  font-size:1.2em;
  /*color:#FFFFFF;*/
  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, #main2 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;
  border-left:1px solid #90a4ba;
  min-height:400px;
  margin:10px 20px 0px 0px;
}
div#secondary h1 { color:#FFFFFF;  font-size:18px; margin-top:15px;}


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;
}

div#secondary ul#sidebar li {
  margin:5px 0 0 15px;
  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;
	top:5px;
	left:20px;
  height:28px;
  width:260px;

}

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:20px;
  top:5px;
}

/*-----------------------------------------------------------------------------

  Footer

-----------------------------------------------------------------------------*/

ul#footer {
/******************* width principal ***************************/
  width:900px;
  height:28px;
  margin:0 auto;
  text-align:center;
  font-size:1em;
  color:#686868;
  padding:15px 0;
  background:url(images/footer-logo.gif) no-repeat;

}

ul#footer li {
  display:inline;
  margin-left:40px;
}

ul#footer li span {
  position:absolute;
  text-indent:-9999em;
}

ul#footer li a {
  color:#6b8494;
  text-decoration:none;
}

ul#footer li a:hover {
  color:#cccccc;
  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, #main2 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;
}


.entry{
min-height:380px;
}
/*-----------------------------------------------------------------------------

  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 */




#banner{ 
background:url(images/banner.jpg) left top no-repeat; 
width:927px; height:238px;
margin:10px 15px;
float:left;
}
#banner h1{
  font-weight:bold;
  text-decoration:none;
  color:#6a9bba;
  font:3.8em 'Trebuchet MS', Arial, Helvetica;
  position:relative;
  width:250px;
  height:30px;
  left:360px;
  top:5px;
}
#banner h2 {
  position:relative;
  margin:0px;
  top:20px;
  left:410px;
  color:#FFF;
  width:200px;
  font-size:20px;
  font-weight:bold;
}

#banner p {
color:#FFFFFF;
width:340px;
position:relative;
top:20px;
left:260px;
text-align:justify;

}

#banner .more{
background:url(images/more.png) left top no-repeat;
width:109px;	
height:32px;
position:relative;
top:25px;
left:485px;
cursor:pointer;
}


#home1 {
width:285px;
height:378px;
color:#FFFFFF;
margin-left:10px;
margin-right:20px;
float:left;
background:url(images/bg-home1.jpg) left top no-repeat;
}
#home1 h2{
color:#FFFFFF;
font-size:18px;
background:url(images/arrow.png) left  no-repeat;
margin-left:20px;
padding-left:20px;
margin-top:10px;
}

#home1 a.more {
width:57px;
height:17px;
float:left;
padding-top:4px;
color:#FFFFFF !important; 
text-decoration:none !important;
background:#ff4e00;
margin:10px 0 0 20px;
text-align:center;
border:1px solid #d94504;
}
#home1 p{
color:#FFF !important;
line-height:normal !important;
margin:10px 15px 10px 15px !important;
}



#home2 {
width:285px;
height:378px;
color:#FFFFFF;
margin-right:20px;
float:left;
background:url(images/bg-home2.jpg) left top no-repeat;
}
#home2 h2{
color:#FFFFFF;
font-size:18px;
background:url(images/arrow.png) left  no-repeat;
margin-left:20px;
padding-left:20px;
margin-top:10px;
}

#home2 a.more {
width:57px;
height:17px;
float:left;
padding-top:4px;
color:#FFFFFF !important; 
text-decoration:none !important;
background:#284050;
margin:10px 0 0 20px;
text-align:center;
border:1px solid #192d3b;
}
#home2 p{
color:#FFF !important;
line-height:normal !important;
margin:10px 15px 10px 15px !important;
}

#home3 {
width:285px;
height:378px;
color:#FFFFFF;
float:left;
background:url(images/bg-home3.jpg) left top no-repeat;
}
#home3 h2{
color:#FFFFFF;
font-size:18px;
background:url(images/arrow.png) left  no-repeat;
margin-left:20px;
padding-left:20px;
margin-top:10px;
}

#home3 a.more {
width:57px;
height:17px;
float:left;
padding-top:4px;
color:#FFFFFF !important; 
text-decoration:none !important;
background:#1c2815;
margin:10px 0 0 20px;
text-align:center;
border:1px solid #111a0b;
}
#home3 p{
color:#FFF !important;
line-height:normal !important;
margin:10px 15px 10px 15px !important;
}
#creditos{ width:960px;
margin:10px auto 10px auto;
float:left;
}
#creditos a{ color:#666666;} 

fieldset { padding:10px;}

pre{ font-size:12px;}

/***************************************************/

#disclaimer
{
	padding: 15px 0px 0px 0px;
	font-size:8px;
	font-style:italic;
}

#contact
{
	float:right;
	width:360px;
	padding:5px;
}

#video { width:260px; height:200px; float:right; margin-right:40px; margin-top:10px;}


.slideshow{ margin-top:5px;}

#social-media
{
	text-align:right;
	height:30px;
	width: 285px;
	float:right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 10px 25px 0 0;
}

.spaced
{
	font-size: 18px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0;
	position:relative;
	left:0;
	top:-5px;
	width:inherit;
line-height:30px;
}