﻿/*   
Theme Name: seoadvisors
Theme URI: www.seoadvisors.co.uk
Description: seoadvisors wordpressed.
Author: SEANJACOB
Author URI: http://seanjacob.wordpress.com/
Version: 1.0
*/

body
{
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: calibri;
	font-size: 15px;
	color: #111111;
	background:url(images/topBg2.gif) repeat-x;
	background-color: #ffffff;
}

html 
{ 
	padding:0; 
	margin:0;
}


#wrapper
{
	 width:960px;
	 margin:0 auto;
	 text-align: left;
}

a
{
	color:#D67B20;
	text-decoration: none;
}

a:hover
{
	color:#cccccc;
}

h1
{
	color: #666666;
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: solid 1px #cccccc; 
}

h1 a {
	text-decoration:none;
}

h1 a:hover {
}

h2
{
	color: #666666;
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: solid 1px #cccccc; 
}

img
{
	border-style: none;
}


.clear
{
	clear:both;
}

ul
{
	padding: 0;
	margin:0;
}

/* MENU */
#menu
{
	min-width:960px;
	padding-left: 30px;
	font-size: 12px;
	margin-top: 5px;
	height:20px;
	float: left;
}

#menuContent
{
}

#menuContent ul
{
	list-style: none;
	margin:0;
}

#menuContent li
{
	float: left;
	display: block;	
}

#menuContent li a
{
	color:#FFFFFF;
	display: block;
	padding: 0 30px 0 30px;
	border-right: 1px #FF9933 solid;
}

#menuContent li a:hover
{
	color:#FF9933;
	display: block;
	padding: 0 30px 0 30px;
	border-right: 1px #FF9933 solid;
}

/* HEADER */
#header
{
	height: 80px;
	background: url(images/header2.jpg) no-repeat;
}

#logo
{

}

/* NAV */

#navWrapper
{
	height: 100px;	
	padding:0;
	margin:0;	
}   
  
#nav {   
    background:none;
    height:40px;
    font-family:tahoma,sans-serif;
	font-size:12px;
	padding:0;
	margin:0;	

    }   
  
ul#nav
{   
	padding:0;
	margin:0;
}   
  
#nav li, #subnav li {   
    float:left;   
    list-style:none  
    }
    
#nav li a
{
	color:#FFFFFF;
	display: block;
	padding: 11px 30px 10px 30px;
	border-left: 1px #999999 solid;
	border-right: 1px #333333 solid;
}

#nav li a:hover
{
	color:#000000;
	display: block;
	padding: 11px 30px 10px 30px;
	border-left: 1px #999999 solid;
	border-right: 1px #333333 solid;
	background: url(images/navBg.jpg) bottom repeat-x;
}   
  
#nav a, #nav a:visited {   
    color:#FFFFFF;   
    text-decoration:none;   
    font-weight:bold  
    }   
  
li.current_page_parent a,
li.current_page_parent a:visited,  
#nav li.current_page_item a,   
#nav li.current_page_item a:visited     
{   
    background: url(images/navBgCurrent.jpg) bottom repeat-x; 
}   
  
#subnav 
{   
    margin-top:5px;
    background:none;  
    height:30px;
    font-size:11px;
    font-family:tahoma,sans-serif;   
}   
  
#subnav li 
{    
       
}      
  
#subnav a, #subnav a:visited 
{   
    color:#666666;   
    text-decoration:none;   
    font-weight:normal;
    border-right: 1px #F47A00 solid;
    padding:0 10px;  
}   
  
#subnav a:hover, #subnav a:active,   
#subnav li.current_page_item a,   
#subnav li.current_page_item a:visited 
{   
    color: #F47A00;
    text-decoration:none;
    border-right: 1px #F47A00 solid;
    padding:0 10px;   
} 

/* MAIN */
#main
{
	padding-bottom:20px;
	overflow:auto;
}

#main .postInfo
{
	color: #333333;
	padding: 0 0 5px 0;
	font-size: 12px;
	border-bottom: 4px solid #333333;
	font-weight:normal;
}

/* SIDEBAR */
#sidebar
{
	float: left;
	width: 280px;
	list-style: none;
	padding:0 0 0 0;
	font-size: 11px;

}

#sidebar h2
{
	color: #666666;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: solid 1px #cccccc; 
	font-weight: normal;
	letter-spacing: -1px;
}

#sidebar ul
{
	list-style: none;
	margin: 0 0 20px 0;
}

#sidebar li {
	padding:3px;
	font-size: 12px;
}

/* MAIN CONTENT */

#main #content
{
	float: right;
	width: 640px;
	word-spacing: 2px;
	font-size: 14px;
	text-align: justify;
}

/* FOOTER */
#footer
{
    min-width:960px;
    margin: 0 auto;
    color: #DDDDDD;
	font-size: 12px;
	background:url(images/footerBg.jpg) top center repeat-x;
	background-color: #333333;
	padding:30px 0;
	overflow:auto;
}


#footer a
{
	color: #FEBB78;
}

#footer a:hover
{
	color: #FEBB78;
	text-decoration: underline;
}

#footer #content
{
	width:960px;
	margin: 0 auto;
	padding-left:40px;
}

#footer .box
{
	float:left;
	width:280px;
	margin-right:40px;
}

#footer .innerBox
{
	float:left;
	width:130px;
	padding-right:5px;
}

#footer .title
{
	padding-left:5px;
	border-bottom:solid 2px #DDDDDD;
	margin-bottom:5px;
	font-size:15px;
	font-weight:bold;
}

#footer .text
{
	padding-left:5px;
}

#footer .company
{
	text-align: justify;
	line-height: 17px;
}

#footer #bottom
{
	float:right;
	padding-right:20px;
	padding-top: 20px;
}


/*OTHER*/

textarea#comment { width: 400px; padding: 5px; }

.commentmetadata { font-size: 10px; }

p.news {
	padding:10px;
	background:#D7F0B2;
	margin:10px 0;
	color:#537B17;
	border-bottom:2px solid #BCE67D;
	border-top:2px solid #BCE67D;
}

blockquote {
	padding:5px 15px;
	background:#00aecb;
	margin:10px 0;
	border:1px solid #eee;
}

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



/*HomeBanner*/
#image_rotateWrapper
{
	height:200px;
	width:640px;
}

/*Banners*/

#ppcManagementBanner
{
	width:640px;
	height:200px;
	background: url(images/ppcManagementBanner.png) no-repeat;
}

#ppcMarketingBanner
{
	width:640px;
	height:200px;
	background: url(images/ppcMarketingBanner.png) no-repeat;
}

#aboutBanner
{
	width:640px;
	height:200px;
	background: url(images/aboutBanner.png) no-repeat;
}

#evaluationBanner
{
	width:640px;
	height:200px;
	background: url(images/evaluationBanner.png) no-repeat;
}

#contactBanner
{
	width:640px;
	height:200px;
	background: url(images/contactBanner.png) no-repeat;
}

#jobsBanner
{
	width:640px;
	height:200px;
	background: url(images/jobsBanner.png) no-repeat;
}

#termsBanner
{
	width:640px;
	height:200px;
	background: url(images/termsBanner.png) no-repeat;
}

/*Sides*/
#ppcManagementSide
{
	width:280px;
	height:200px;
	background: url(images/ppcManagementSide.jpg) no-repeat;
}

#ppcCompanySide
{
	background-position: url(images/ppcCompanySide.jpg) no-repeat;
	width: 280px;
	height: 200px;
	background: url(images/ppcCompanySide.jpg) no-repeat;
}


/*CONTACT FORM*/
.wpcf7 textarea{ border: 1px solid #D67B20; }
.wpcf7 input { border: 1px solid #D67B20; }

.wpcf7 textarea:hover{ border: 1px solid #999; }
.wpcf7 input:hover{ border: 1px solid #999; }

#contactForm
{
	padding-left:40px;
	float:left;
}

#contactInfo
{
	width:230px;
	border-right: solid 1px #cccccc;
	float:left;
	margin-top:50px;
	padding-left:20px;
}