/* @override http://johnnyophoto.com/wordpress/wp-content/themes/johnnyo/style.css */

/*
Theme Name: Johnny O Photo
Theme URI: http://johnnyophoto.com/
Description: Theme for Johnny O Photography
Author: Ryan Chase
Author URI: http://therushisloud.com/

*/



/* ================ GENERAL ==============*/
body {
	font-family: Tahoma, Arial, Helvetica,  Sans-Serif;
	color: #677788;
	text-align: center;
	background-color: #000;
	margin: 0;
	padding: 0;
	font-size:10px;
	}

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

#content {
	font-size: 1.2em;
	}
	
#content{
	background:  url(images/bg2.jpg) no-repeat;
	height: 569px;
	padding: 25px 45px 0 45px;
	margin: 65px 0 0 0;
}

p{
	line-height: 1.5;
}

a{
	color: #5d88b3;
	text-decoration: none;	
}

a img{
	border: 0;
}

a:hover{
	text-decoration: underline;	
}

.alignright{
	float: right;
	margin-left: 30px;
}

/* ================ HEADER ============== */
#header{
	width:980px;
	height:360px;
}

#header p{
	margin: 0;
	padding:15px;
	color: #fff;
}

#header a{
	color: #fff;
	text-decoration: none;
}
.siteMap {
	float: right;
	padding:15px;
	color: #bbbcc2;
}

/* ================ fOOTER ============== */
#footer{
	background: url(images/footer.jpg) no-repeat;
	width: 980px;
	height: 80px;
}

#footer p{
	margin: 0;
	padding: 30px 0 0 20px;
}


/* ================ NAV ============== */
#navigation{
	
}

#navigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

#navigation ul li{
	float: left;
}

#navigation ul li a{
	height: 65px;
	display: block;
}

#navigation ul li#home a{
	background: url(images/home_button.gif);
	width: 167px;
}

#navigation ul li#home a:hover, #navigation ul li#about a:hover, #navigation ul li#services a:hover, #navigation ul li#portfolio a:hover, #navigation ul li#clients a:hover, #navigation ul li#contact a:hover{
	background-position:0 -65px;
}



#navigation ul li#about a{
	background: url(images/about_button.gif);
	width: 162px;
}

#navigation ul li#services a{
	background: url(images/services_button.gif);
	width: 163px;
}

#navigation ul li#portfolio a{
	background: url(images/portfolio_button.gif);
	width: 162px;
}

#navigation ul li#clients a{
	background: url(images/clients_button.gif);
	width: 162px;
}

#navigation ul li#contact a{
	background: url(images/contact_button.gif);
	width: 164px;
}

#navigation ul li#home.current a, #navigation ul li#about.current a,
#navigation ul li#services.current a, #navigation ul li#portfolio.current a,
#navigation ul li#clients.current a, #navigation ul li#contact.current a {
	background-position:0 -65px;
}

/* ================ Content ==============*/

table td{
	padding: 5px;
	vertical-align: top;
}

table#services{
	width: 100%;
}

table#services td{
	padding-bottom: 30px;
}

.wp-image-100{
	margin-top: 60px;
}

table#home .right img{
	margin-bottom: 7px;
}

/* ================= Portfolio ==================*/
.portNav{
	
}

.portNav .current{
	background: url(images/up_arrow.gif) bottom right no-repeat;
	padding: 0 0 14px 0;
}

/* ============ Clients =========== */
#payNow{
	float: right;
	margin: 10px 0 0 0;
}

.entry table{
	margin: 30px 0 0 0;
}

#payMe{
	background-color: #fff;
	padding: 10px;
	text-align: center;
	width: 350px;
}

#payMe p{
	margin: 10px 0 0 0;
	text-align:right;
}

#payMe input.submit{
	margin-top: 7px;
}

#payMe input.input{
	width:50px;
}

#payMe form div{
float: left;
	padding: 5px;
}

#payMe form input img{
	margin-top: 10px;
}

#simplemodal-overlay {background-color:#000;}


/* ================= Editorial ==================*/
.edPic {
	float: right;
}

.editorial{
	height: 450px;
	overflow: auto;
	margin-right: 15px;
	padding-right: 10px;
}

/* ================= Misc ==================*/
.privacy{
	font-size: 11px;
}

.camera{
	position:absolute;
	top: 910px;
	margin-left: 20px;
}

.clientNav{
	text-align: right;
	padding: 10px 0;
}


