/*

Theme Name: GT
Theme URI: http://www.generalthings.com
Version: 1.0

*/

* {
  padding:0;
  margin:0;
  list-style:none;
}

html {
  background:#fff url(images/bg5.jpg) fixed;
}

body {
  width:900px;
  margin:0 auto;
  font:62.5% 'Trebuchet MS', Trebuchet, Helvetica, Arial, sans-serif;
  color:#000;
}

p {
font-size: 14px;
 }

h1, h2, h3, h4, h5 {
  font-family: 'Trebuchet MS', Trebuchet, Helvetica, Arial, sans-serif;
  font-size:1.6em;
  color:#00aeef;
}

#big {
font-size:46px;
font-family: 'Trebuchet MS', Trebuchet, Helvetica, Arial, sans-serif;
padding:60px 0px 5px 20px;
line-height:100%;
text-transform:uppercase;
color:#000 !important;
}

#subBig {
margin:0px 0px 0px 23px;
width:94%;
font-size:22px !important;
line-height:100%;
font-weight:normal;
color:#ccc !important;
}

#landingPosts {
position:relative;
left:20px;
top:10px;
}

#landingPosts li {
width:225px;
float:left;
margin:0px 45px 0px 10px !important;
}

#landingPosts li:last-child {
margin:0px 0px 0px 15px !important;
}

#landingPosts li h3 {
font-size:120%;
font-style:normal;
}

#landingPosts li h3 a {
text-decoration:none !important;
}

img {
  border:0;
}

#header {
	margin:30px 0px 0px 0px;
	height:90px;
}

#header h1 a {
background:url(images/logo.png) no-repeat;
width:231px;
height:60px;
display:block;
text-indent:-999999px;
float:left;
}

ul#nav {
  float:right;
  margin:10px 0px 0px 0px;
}

ul#nav li {
  float:left;
}

ul#nav li a {
  display:block;
  padding:4px;
  text-decoration:none;
  font-size:1.3em;
  font-weight:bold;
  margin:0px 0px 0px 30px;
  border-bottom:2px solid #FFF;
  color:#000;

}

ul#nav li.current_page_item a, ul#nav li.current_page_item a:hover {
  background:#ccc;
  color:#00aeef;
  border-top-right-radius:4px;
  -moz-border-radius-topright:4px;
  -webkit-border-top-right-radius:4px;
  border-top-left-radius:4px;
  -moz-border-radius-topleft:4px;
  -webkit-border-top-left-radius:4px;  
}

ul#nav li a:hover {
  background:#ccc;
  color:#00aeef;
  border-top-right-radius:4px;
  -moz-border-radius-topright:4px;
  -webkit-border-top-right-radius:4px;
  border-top-left-radius:4px;
  -moz-border-radius-topleft:4px;
  -webkit-border-top-left-radius:4px;    
}

ul#nav li:first-child {
display:none;
}

a, a:visited, a:active, a:hover {
  color:#00aeef;
  outline:none;
  text-decoration:none;
}

div#content {
  background:#fff;
  padding:30px 30px 0px;
  clear:both;
  border-radius:20px;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
  color:#000;
  font-size:1.2em;
  line-height:1.4em;
  min-height:400px;
}

#content p {
margin:0px 0px 20px 0px;
}

#content h3 {
margin:10px 0px 5px 0px;
font-weight:normal;
color:#666;
}

#who {
margin:20px 0px 0px 0px;
padding:0;
}

#who li {
list-style:none;
color:#000;
margin:0px 60px 50px 0px;
float:left;
}

#who li img {
width:150px;
height:180px;
margin:5px 10px 10px 0px;
border:1px solid #ccc;
background:#666;
display:block;
float:left;
}

#who li p {
margin:0px 0px 10px 0px;
padding:0;
}

#who h3 {
font-weight:normal;
color:#666;
font-size:1.5em;
}

#clients {
border-top:1px solid #ccc;
padding:20px 0px 0px 0px;
}

#clients li {
float:left;
width:280px;
margin:0;
font-size:110%;
line-height:200%;
}
 
 #contactLeft {
 width:360px;
 float:left;
 }
 
 #contactRight {
 width:460px;
 float:left;
 margin:25px 0px 0px 0px;
 }
 
 #contactRight p {
 margin:0px 0px 0px 25px;
 }
 
 #contactRight p a {
 text-decoration:none;
 color:#000;
 }
 
 #contactRight p a:hover {
  color:#00aeef; 
 }

/*-----------------------------------------------------------------------------

  Main Content

-----------------------------------------------------------------------------*/

#content h2 {
  color:#00aeef;
  font-size:2em;
  margin-bottom:20px;
}

#content h2 a {
  color:#00aeef;
  text-decoration:none;
}

#main_content p {
  font-size:1.4em;
  line-height:1.3em;
  margin:10px 0;
}

#main_content h2 {
margin:0px 0px 5px 0px;
padding:0;
}

.article {
  margin-bottom:30px;
}

.article blockquote {
  padding-left:10px;
  margin:15px 10px;
  border-left:5px solid #ccc;
}

.clean-contact { text-align: left; width: 25em; display: block; border:0; padding-top: 1em; }
.clean-contact input[type=text] { width: 100%; margin-bottom: .5em; }
.clean-contact label { clear: none; display: inline; text-align: left; color:#666; font-size:120%; }
.clean-contact textarea{ width: 100%; height: 10em; margin-bottom: .5em; font-size: 1.2em}
.clean-contact label em { font-weight: bold; font-style: normal; color: red; }
.clean-contact-msg { font-weight: bold;  padding: .5em; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.clean-contact-msg.ok{ background-color: #70ff61; border: solid 1px #e6f4d7; }
.clean-contact-msg.err{ background-color: #ff8181; border: solid 1px #f4d7d7; display:none; }

#clean_contact_send {
padding:6px;
width:80px;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
color:#000;
background:#00aeef;
float:right;
margin:0;
position:relative;
left:15px;
top:5px;
}

input, textarea {
padding:6px;
font-size:115%;
border:1px solid #666;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}

/*-----------------------------------------------------------------------------

  Footer

-----------------------------------------------------------------------------*/

#footer {
  clear:both;
  width:900px;
  text-align:center;
  padding:20px 0px 100px 0px;
  color:#666;
  font-size:110%;
}

/*-----------------------------------------------------------------------------

  Wordpress Specific Stuff

-----------------------------------------------------------------------------*/

h3.pagetitle {
  margin-bottom:15px;
}

.entry p small {
  line-height:1.5;
}

h3#comments {
  margin:30px 0 20px;
}


.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: #ccc;
  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;
}

div.navigation {
  display:block;
  height:1em;
}

/*-----------------------------------------------------------------------------

  Clearfix

-----------------------------------------------------------------------------*/

.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 */

