/*

Theme Name: Signs & Sites
Theme URI: http://www.signsandsites.com/
Description: worpress blog designed by jetscram.com
Version: 1.0
Tags: 
Author: Jetscram
Author URI: http://www.jetscram.com

*/

/* body
--------------------------------------------------*/
body {
font:62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
color:#333;
background-color:#bfbfbf;
background-image:url(images/background_slide.png);
background-repeat:repeat-y; 
background-position:top center;
margin:0;
}

* {
margin:0;
padding:0;
}

code {
font:120% "Courier New", "Lucida Console", Arial;
}

/* header
--------------------------------------------------*/
#header {
border-top:30px solid #fff;
height:118px;
}

#header .logo{ margin:0px 0px 0px 35px;}

#header .phone{ padding:22px 30px 0px 0px;}

#header .description {
float:right;
color:#333;
margin:45px 0 0;
}

#header h1 {
border-bottom:3px solid #EFF8FB;
margin:15px 0 0;
padding:25px 25px 40px 0;
}

#wrapper {
width:804px;
margin:0 auto;
}

/* flash area
--------------------------------------------------*/
#flashtext{
	height:262px;
	width:304px;
	float:right;
	background-image:url(images/grey_box.png);
	
	
}

#flashtext p{
margin:13px 30px 0px 17px;
font-size:14px;
color:#666;
line-height:25px;
font-weight:normal;

}


/* header h1 (blogtitle)
--------------------------------------------------*/
#header h1 {
font-family:"Lucida Grande", "Lucida Sans Unicode", "Times New Roman", Times, serif;
font-size:3.8em;
font-weight:400;
color:#333;
letter-spacing:-1px;
margin:20px 0;
}

#header h1 a {
text-decoration:none;
color:#333;
}

/* navigation
--------------------------------------------------*/
#nav {
height:41px;
margin-top:25px;
padding:0px 0;
width:100%;
background-image:url(images/nav_background_off.png);
background-position:top left;
background-repeat:repeat-x;
}

 ul#nav2{ list-style:none;
}

 ul#nav2 li {
	float:left;
	list-style:none;
	display:block;
	padding-right:30px;
}

 ul#nav2 li a:hover{
 	color:#0D29C5;
 	
 }

 ul#nav2 li.current_page_item a{
 	color:#DE0C0C;
 	
 }

#nav li {
list-style:none;
float:left;
}

#nav li a {
color:#ffffff;
font:11px "Helvetica", "Arial", Trebuchet MS;
font-weight:400;
text-decoration:none;
text-transform:uppercase;
display:block;
border-right:1px #8395d7 solid;

padding:15px 25px 14px 25px;
}

#nav li a:hover,#nav li.current_page_item a {
	
color:#ffffff;
text-decoration:none;
background-image:url(images/nav_background_on.png);
background-position:top left;
background-repeat:repeat-x;
}

#nav li a.active {
background-color:#eee;
color:#444;
text-decoration:none;
}

.clear {
clear:both;
}

/* content
--------------------------------------------------*/
#content {
margin:0 250px 0 0 !important;
padding:10px 20px 0px 0;
}

#content2 {
margin:0 !important;
padding:10px 0 20px 0px;
}

#content p,#content2 p {
line-height:25px;
font-size:120%;
word-spacing:1px;
margin-top:25px;
}

#content a,#content2 a {
text-decoration:none;
color:#1136D0;
}

#content a:hover,#content2 a:hover {
color:#E01313;
}

#content ul,ol {
font-size:120%;
margin:10px 10px 10px 25px;
}

#content2 ul,ol {
margin:10px 10px 10px 25px;
}

#contentleft {
margin-top:30px;
float:left;
padding-left:37px;
width:40%;
font-size:11px;
line-height:18px;
}

#contentright {
margin-top:30px;
float:right;
padding-right:37px;
width:40%;
font-size:11px;
line-height:18px;
}


#contentleft h1, #contentright h2, #contentbottom h3 {
font-size:16px;
}
#content2 h2{
	margin-left:40px;
	margin-top:20px;
	margin-bottom:20px;
	
}

#contentbottom {
width:91%;
padding-left:37px;
padding-top:30px;
clear:both;
margin-bottom:0px;
padding-bottom:0px;
}

#contentservice {
width:100%;
height:196px;
background-image:url(images/large_grey_box.png);
font-size:10px;
margin-top:0px;
}

.floatfix {
clear:both;
}

#contentservice div {
float:left;
width:115px;
margin:15px 26px 0px 5px;
text-align:center;

}


	

/* blockquote + links
--------------------------------------------------*/

blockquote {
background:#EFF8FB;
border:1px solid #ccc;
margin:10px 0;
padding:5px 15px;
}

a:hover {
color:#000;
text-decoration:none;
}

a.more {
display:block;
text-align:right;
color:#2F460D;
text-decoration:none;
margin:10px 0 0;
}

a.more:hover {
text-decoration:none;
}

h4 a { line-height:1.2em;}

/* metadata under post
--------------------------------------------------*/
.post {
margin:0 0 50px 0;
text-align:justify;
}

.post img {
background:#ccc;
border:5px solid #eee;
padding:1px;
}

.post .info {
border-bottom:1px solid #ccc;
border-top:1px solid #ccc;
background-color:#EFF8FB;
font-size:1em;
color:#333;
padding:2px 3px 3px 8px;
margin: 25px 0;
}

.date {
margin: 0 0 15px 0;
}

.post small {
margin-top:25px;
}

/* metadata sidebar ('about this post')
--------------------------------------------------*/
p.news {
background:#EFF8FB;
color:#333;
font-size:120%;
border-bottom:1px solid #ccc;
border-top:1px solid #ccc;
margin:10px 0 28px;
padding:10px;
}

/* some input
--------------------------------------------------*/
input {
border:1px solid #CCC;
font:11px "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
padding:3px;
}

input:hover {
border:1px solid #262626;
}

input:focus {
border:1px solid #262626;
color:#333;
}

/* comments
--------------------------------------------------*/
#comments {
font-size:0.9em;
}

#commentlist li {
margin-bottom:1.5em;
padding-bottom:1em;
}

#commentform {
background:#fff;
width:350px;
text-align:left;
margin:0 0 15px 0;
}

#commentform textarea {
background:#f8f7f6;
border:1px solid #d6d3d3;
width:480px;
font: 13px "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
}

#commentform #email,#commentform #author,#commentform #url {
font-size:1.1em;
background:#f8f7f6;
border:1px solid #d6d3d3;
width:350px;
}

#commentform input {
margin-bottom:3px;
}

#gravatar {
align:right;
}

/* wp stuff
--------------------------------------------------*/

.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}

.alignleft {
float:left;
}

.alignright {
float:right;
}

.navigation {
text-align:center;
font-size:120%;
}

.wp-caption {
border:1px solid #ddd;
text-align:center;
background-color:#f3f3f3;
padding:4px 0 0 0;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
margin:10px;
}

.wp-caption img {
border:0 none;
margin:0;
padding:0;
}


.wp-caption-dd {
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
}

#header h1 a:hover,#footer a:hover {
text-decoration:none;
color:#333;
background:#EFF8FB;
}

#content li,#content2 li {
border-bottom:1px solid #EFF8FB;
padding:10px;
}

a,#sidebar li a,#footer a {
color:#999;
text-decoration:none;
}

/* footer
--------------------------------------------------*/
#footer {
clear:both;
color:#333;
margin:0;
padding-top:20px;
border-top:1px #ccc solid;
margin-left:40px;
margin-right:40px;

}

/* lines
--------------------------------------------------*/
hr {
color:#009;
margin:10px 0px;
height:2px;
}

hr.bottom {
color:#009;
margin:10px 0px;
margin-bottom:0px;
height:2px;
}

hr.grey {
color:#ccc;
height:1px;
}


/* randy hacks
--------------------------------------------------*/

#contactForm{
	float:left;
	margin-right:30px;
	padding-right:40px;
	width:40%;
	border-right:1px #ccc solid;
	margin-left:40px;
	margin-top:0;
	padding-top:0;
}

#contactText{
	float:left;
	width:30%;
}

.ngg-galleryoverview, .ngg-albumoverview{
	margin:0 40px;
}
