/*
Theme Name: SearchStrategist v2
Theme URI: http://www.wordpress4you.com/
Author: WordPress4You
Author URI: http://www.wordpress4you.com/
*/

@charset "utf-8";
/* CSS Document */

/* =GLOBAL STYLES
-------------------------------------?*/
body {
        background:url(images/bg.png) #000;
        font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size:62.5%;
        color:#000;
        line-height:1.2;
        margin:0;
        padding:0;
        text-align:center;
}

p {
        font-size:120%;
}

ul, ol {
        font-size:120%;
}


h1 {
	margin-top: 0px;
	margin-bottom: 3px;
        font-size:200%;
}

h2, h3 {
        font-size:160%;
        margin-top: 3px;
        margin-bottom: 3px;
}

a {
	color:#F00;
	text-decoration: none;
}

a:visited {
	color:#4f4f4f;
	text-decoration: none;
}

a:hover {
	color:#F00;
	text-decoration: underline;
}

.clear-both { clear:both }

.centered {
        margin:0 auto;
        display:block;
}

a img { border:none }

/* =CONTAINER STYLES
-------------------------------------?*/
#bg-wrapper {
        width:100%;
        background:url(images/bg_top.png) repeat-x top left;
}

#header {
        position:relative;
        width:539px;
        height:138px;
        margin:0 auto;
        text-align:right;
}

#content-top {
        position:relative;
        width:559px;
        height:37px;
        margin:0 auto;
        background:url(images/bg_content_top.png) no-repeat top left;
}

#content {
        width:529px;
        margin:0 auto;
        padding:20px 11px 10px;
        text-align:left;
        background:url(images/bg_content_gradient.png) no-repeat top left;
}

#content-wrapper {
        width:559px;
        margin:0 auto;
        background:url(images/bg_content.png) repeat-y top left;
}

#info-box-lge {
        width:310px;
        padding:10px;
        min-height:155px;
        float:left;
        border:1px solid #a4a4a4;
        background:#fff;
        text-align:left;
}

#info-box-sm {
        width:165px;
        padding:10px;
        min-height:155px;
        float:right;
        border:1px solid #a4a4a4;
        background:#f2f2f2;
        text-align:left;
}

#footer {
        margin:0 auto;
        width:527px;
        background:url(images/bg_content_bottom.png) no-repeat top left;
        padding:15px 16px 0;
        color:#fff;
}

.arrow-box {
        float:left;
        width:148px;
        height:182px;
        margin-right:12px;
        padding:10px;
        background:url(images/bg_arrow_boxes.png) no-repeat top left #fff;
}

.copy {
        margin:20px auto 10px auto;
        padding:0 10px 0 20px;
        padding-bottom:20px;
        border:1px solid #a4a4a4;
        background:#fff;
}
.copy2 {
 width:365px;
}

.column-right{
 width:110px;
 padding-left:20px;
}

.column-right ul{
 list-style:none;
 padding:0px;
 margin:0px;
 font-size:12px;
}

.column-right ul li ul li{
 line-height:30px;
}

.column-right h2{
 font-size:13px;
 padding-top:10px;
 padding-bottom:5px;
}

/* =CONTENT STYLES
-------------------------------------?*/

#header #logo {
        position:absolute;
        top:20px;
        left:0;

}

#header p {
        position:absolute;
        top:83px;
        right:0;
        color:#989898;
        margin:0 0 0;
        line-height:1;
        width:200px;
        
}

#content-top #home a {
	float:left;
	height:24px;
	margin:12px 12px 0 8px;
	padding-left:26px;
	font-size:100%;
	color:#444;
	background:url(http://www.searchstrategist.com/images/searchstrategist-home-page.png) no-repeat top left;
}

#content-top #rss a {
	float:right;
	height:24px;
	margin:12px 12px 0 0;
	padding-right:30px;
	font-size:100%;
	color:#444;
	background:url(http://www.searchstrategist.com/images/sitemap.png) no-repeat top right;
}

#info-box-lge p,
#info-box-sm p {
        margin-top:0;
}

#info-box-lge h2,
#info-box-sm h2 {
        margin:0;
}

.last-box {
        margin-right:0;
}

.arrow-box p { margin-top:0 }

.arrow-box h3 { margin:0 }

#footer .copyright {
        color:#b2b2b2;
        font-size:100%;
}

#footer navlist {
        margin:0 auto;
        padding:0;
        list-style-type:none;
}

#footer #navlist li {
        display:inline;
}

#footer #navlist li a {
        display:inline;
        margin:0;
        padding:0 8px;
        color:#fff;
        font-size:100%;
        border-right:1px solid #fff;
}

#footer #navlist li.last a { border:none }

#nav {
        margin:0 0 0 4px;
        padding:0;
        list-style-type:none;
        background:url(images/bg_content.png) repeat-y top left;
}

#nav li {
        float:left;
}

#nav li a {
        float:left;
        display:block;
        height:0;
        overflow:hidden;
        padding-top:39px;
}

#nav li.services a {
        background:url(images/nav_services.png) no-repeat 0 0;
        width:138px;
}

#nav li.services a:hover { background:url(images/nav_services.png) no-repeat 0 -39px }

#nav li.about a {
        background:url(images/nav_about.png) no-repeat 0 0;
        width:135px;
}

#nav li.about a:hover { background:url(images/nav_about.png) no-repeat 0 -39px }

#nav li.pricing a {
        background:url(images/nav_pricing.png) no-repeat 0 0;
        width:135px;
}

#nav li.pricing a:hover { background:url(images/nav_pricing.png) no-repeat 0 -39px }

#nav li.contact a {
        background:url(images/nav_contact.png) no-repeat 0 0;
        width:143px;
}

#nav li.contact a:hover { background:url(images/nav_contact.png) no-repeat 0 -39px }


/* =Forms
-------------------------------------?*/

.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(images/formbg.gif) repeat-x left top;
}


.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

.left{
 float:left;
}

.right{
 float:right;
}

.clear{
 clear:both;
}