/*
Theme Name: Number 1 Ranking
Theme URI:
Description:
Version: 1.6
Author: Greg Burkett
Author URI: http://ripfish.com/
Tags: blue, custom header, fixed width, two columns, widgets
*/


/* Begin Typography & Colors */
html, body {
height: 100%;
}

body {
	font-size: 10pt;
	font-family: Helvetica, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #385E82 url('images/bg-seo-marketing.jpg');
	background-repeat:repeat-x;
	color: #777;
	text-align: center;
	line-height: 21px;
	margin:0;
	padding:0;
	}
	
#blue_button{
background:url('images/blue-button.gif');
width:176px;
height:54px;
padding:12px 0 0 10px;
color:white;
margin-bottom:15px;
}	

#green_button{
background:url('images/green-button.gif');
width:176px;
height:38px;
padding:14px 0 0 10px;
color:white;
margin-bottom:15px;
}

#blue_button h1, #green_button h1{
color:white;
font-size:16px;
font-weight:bold;
display:block;
margin:0;
padding:0;
}


#blue_button a, #green_button a{
color:white;
text-decoration:none;
}

#blue_button a:hover, #green_button a:hover{
color:white;
text-decoration:underline;
}

#beige{
background:url('images/beige-bg.jpg');
width:186px;
padding:0;
margin-bottom:15px;
}

#beige-text{
padding-left:10px;
font-size:11px;
font-weight:bold;
line-height:16px;
}

#beige-text h1 {
font-size:14px;
display:block;
margin:0;
padding:0;
}

#beige-text a {color:#666;}

#wrapper {
width:882px;
margin:0 auto;
padding:0;
margin-top:15px;
background:url('images/content-bg-seo.gif');
text-align:left;
}

#content {
width:829px;
margin:15px;
border: 1px solid #D8E0FF;
padding:23px 0 23px 23px;
float:left;
background: url('images/content-div-bg.gif');
}


#sidebar {
width:188px;
margin-left:25px;
position:relative;
top:-23px;
padding:10px;
float:right;
}

#footer {
background:url('images/footer-search-engine-optimization.jpg');
height: 24px;
width:868px;
padding:6px 0 0 14px;
color:white;
}

#footer li {
list-style:none;
display:inline;
margin:0;
padding:0px 14px;
border-left:1px #fff solid;
}

#footer a {color:white;}

#mainnav {
width:872px;
padding:0 5px;;
text-align:center;
font-size:10pt;
font-weight:bold;
color:#999999;
}

#mainnav li {
list-style:none;
display:inline;
margin:2px 0;
padding:3px 14px;
border-right:1px #bbb solid;
}

#mainnav li a {
color:#999;
text-decoration:none;
}

#mainnav li a:hover {
color:#77f;
text-decoration:underline;
background:#f3f3f3;
}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 2.2em;
	color: #0099CC;
	line-height:30px;
}

#contentbox h1{
	line-height:30px;
}	

h2 {
	font-size: 1.4em;
	color:#7BAB0E;
	margin-bottom:-12px;
}

h3 {
	font-size: 1.3em;
	}

a {
	color: #06c;
	text-decoration: none;
	}

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

/* End Typography & Colors */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



