/*
Theme Name: Persia's Palace Blog
Theme URI: http://wordpress.org/
Description: Theme designed for the new Persia's Palace Site
Version: 1.6
Author: AgentJ
Author URI: http://erosimaginos.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/*background: #d5d6d7 url('images/kubrickbgcolor.jpg');*/
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	/*border: 1px solid #959596;*/
	text-align: left;
	}

#header {
	/*background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;*/
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	/*background: #eee url('images/kubrickfooter.jpg') no-repeat top;*/
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 980px;
	/*border: 1px solid #959596;*/
	}

#header {
/*	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;*/
	}

/*#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}*/

.narrowcolumn {
	float: left;
	padding: 0 0 0px 45px;
	margin: 0px 0 0;
	width: 650px;
	}

.widecolumn {
	padding: 10px 0 /*20px*/ 0;
	margin: 0px 0 0 150px;
	width: 650px;
	}

.post {
	margin: 0 0 /*40px*/;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: /*5px*/;
	}

.widecolumn .postmetadata {
	margin: /*30px*/ 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: /*20px*/ 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	display: inline;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 745px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* Margin Bottom Was Commented out*/
/* End Various Tags & Classes*/



/* 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 */
@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 976px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 122px;
	/*height: 50px;*/
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 120px;
	position: absolute;
	left: -1000em;
	background: none;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 120px;
	height: 30px;
	/*padding: 5px;*/
	background-image: none;
}
ul.MenuBarHorizontal ul li a, ul.MenuBarHorizontal ul li a:hover {
	background-image: none;
	width: 110px;
	height: 40px;
	padding: 5px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #ccc;
	width: 120px;
	background: none;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal ul li a
{
	display: block;
	cursor: pointer;
	background-image: none;
	background-color: #999;
	/*padding: 0.5em 0.75em;*/
	width: 110px;
	height: 40px;
	padding: 5px;
	color: #fff;
	/*font-weight: bold;*/
	text-decoration: none;
	/*border: 1px solid #CCC;*/
	/*width: 120px;*/
	/*filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: .9;*/
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal ul li a:hover, ul.MenuBarHorizontal ul li a:focus
{
	/*background-color: #33C;
	color: #FFF;*/
/*	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: .8;*/
	background-image: none;
	width: 110px;
	height: 40px;
	padding: 5px;
	/*font-weight: bold;*/
	/*width: 120px;*/
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	/*background-color: #33C;
	color: #FFF;*/
/*	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: .9;*/
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter: alpha (opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		/*background: #FFF;*/
	}
}

body, ul, li, dl, dt, dd, h1, h2, h3, h4, p  {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
div  {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
body {
	text-align:center;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-image:url(/images/bg.gif);
	background-repeat: repeat;
	background-color: #fff;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
form input[type="hidden"]  {
	margin: 0px;
	padding: 0px;
	border: none;
	display: none;
	visibility: hidden;
}
.float_left  {
	float: left;
}
.float_right  {
	float: right;
}
.clear { 
	clear:both; 
}
.picborder  {
	border: 1px solid #999999;
}
#container {
	width:980px;
}
#header  {
	width: 980px;
	height: 380px;
}
#header h1  {
	text-transform: uppercase; 
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	color: #000;
	background-color: #fff;
}
#headerLeft, #headerRight  {
	height: 300px;
	margin: 0px;
}
#headerLeft  {
	float: left;
	width: 260px;
}
#headerRight  {
	float: right;
	width: 210px;
}
#headerLeft img, #headerRight img  {
	height: 300px;
	border: 0px;
}
#headerLeft img  {
	width: 260px;
}
#headerRight img  {
	width: 210px;
}
#headerCenter  {
	width: 510px;
	height: 300px;
	float: left;
}
#headerCenter img  {
	width: 510px;
	border: 0px;
}
#headerCenter #headerLogo {
	width: 510px;
	height: 164px;
	float: left;
}
#headerCenter #headerLogo img  {
	width: 510px;
	height: 164px;
}
#headerCenter #headerWelcome  {
	width: 510px;
	height: 136px;
	background-image: url(/wp-content/themes/persia/images/header_bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
}
#introText  {
	padding-top: 35px;
	padding-right: 14px;
	padding-bottom: 17px;
	padding-left: 94px;
	text-align: left; 
	font-size: 14px;
	
}
/*Navigation*/
#headerNav  {
	width: 980px;
	height: 50px;
}
/*#headerNav ul  {
	width: 976px;
	height: 38px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}*/
/*#headerNav ul li  {
	display: block;
	float: left;
}
#headerNav ul, #headerNav ul li  {
	height: 50px;
	list-style-image: none;
	list-style-type: none;
}
#headerNav ul li, #headerNav ul li a, #headerNav ul li a:hover  {
	width: 122px;
	height: 50px;
	display: block;
}*/
#headerNav ul li span {
	display: none;
}
/*#headerNav ul li a, #headerNav ul li a:hover {
	display: block;
	float: left;
}*/
#nav_home, #nav_home a, #nav_home a:hover, #nav_about, #nav_about a, #nav_about a:hover, #nav_updates, #nav_updates a, #nav_updates a:hover, #nav_photos, #nav_photos a, #nav_photos a:hover, #nav_videos, #nav_videos a, #nav_videos a:hover, #nav_extras, #nav_extras a, #nav_extras a:hover, #nav_members, #nav_members a, #nav_members a:hover, #nav_join, #nav_join a, #nav_join a:hover {
	margin: 0px;
	padding: 0px;
	height: 50px;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;	
}
#subNavBoxA, #subNavBoxB, #subNavBoxC  {
	/*width: 122px;*/
	background: none;
}
#subNavBoxA li, #subNavBoxB li, #subNavBoxC li  {
	background-image: none;
	width: 120px;
	height: 30px;
	display: block;
	text-align: left;
	/*padding: 10px;*/
	/*padding: 5px;*/
/*	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;*/
	/*text-transform: uppercase;*/
}
#updatespage #headerNav #nav_updates #subNavBoxA li a {
	background-image: none;
}
#aboutpage #headerNav #nav_about #subNavBoxB li a {
	background-image: none;
}
#subNavBoxA li a, #subNavBoxB li a, #subNavBoxC li a {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: .9;
	font-weight: bold;
	cursor: pointer;
	display: block;
	background-image: none;
	width: 110px;
	height: 20px;
	padding: 5px;
	color: #fff;
	text-decoration: none;
}
#subNavBoxA li a:hover, #subNavBoxB li a:hover, #subNavBoxC li a:hover  {
	background-image: none;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: .9;
	background-color: #333;
	color: #fff;
	width: 110px;
	height: 20px;
	padding: 5px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#subNav_blogs, #subNav_blogs a, #subNav_blogs a:hover  {
	background-image: none;
}
.subNavA, .subNavB {
	background-image: none;
}
#mainContent  {
	width: 980px;
	height: auto;
	padding-top: 5px;
}
a:link {
	color: #900313;
}
a:visited {
	color: #66030e;
}
a:hover {
	color: #db031b;
}
a:active {
	color: #999;
}
#nav_home {
	background-image: url(/wp-content/themes/persia/images/home_nav_on.gif);
}
#nav_home a {
	background-image: url(/wp-content/themes/persia/images/home_nav_off.gif);
}
#nav_home a:hover {
	background-image: url(/wp-content/themes/persia/images/home_nav_on.gif);
}
#homepage #nav_home a {
	background-image: url(/wp-content/themes/persia/images/home_nav_on.gif);
}
#nav_about {
	background-image: url(/wp-content/themes/persia/images/about_nav_on.gif);
}
#nav_about a {
	background-image: url(/wp-content/themes/persia/images/about_nav_off.gif);
}
#nav_about a:hover {
	background-image: url(/wp-content/themes/persia/images/about_nav_on.gif);
}
#page #headerNav #nav_about a {
	background-image: url(/wp-content/themes/persia/images/about_nav_on.gif);
}
#nav_updates {
	background-image: url(/wp-content/themes/persia/images/updates_nav_on.gif);
}
#nav_updates a {
	background-image: url(/wp-content/themes/persia/images/updates_nav_off.gif);
}
#nav_updates a:hover {
	background-image: url(/wp-content/themes/persia/images/updates_nav_on.gif);
}
#updatespage #headerNav #nav_updates a {
	background-image: url(/wp-content/themes/persia/images/updates_nav_on.gif);
}
#nav_photos {
	background-image: url(/wp-content/themes/persia/images/photos_nav_on.gif);
}
#nav_photos a {
	background-image: url(/wp-content/themes/persia/images/photos_nav_off.gif);
}
#nav_photos a:hover {
	background-image: url(/wp-content/themes/persia/images/photos_nav_on.gif);
}
#photospage #headerNav #nav_photos a {
	background-image: url(/wp-content/themes/persia/images/photos_nav_on.gif);
}
#nav_videos {
	background-image: url(/wp-content/themes/persia/images/videos_nav_on.gif);
}
#nav_videos a {
	background-image: url(/wp-content/themes/persia/images/videos_nav_off.gif);
}
#nav_videos a:hover {
	background-image: url(/wp-content/themes/persia/images/videos_nav_on.gif);
}
#videospage #headerNav #nav_videos a {
	background-image: url(/wp-content/themes/persia/images/videos_nav_on.gif);
}
#nav_extras {
	background-image: url(/wp-content/themes/persia/images/extras_nav_on.gif);
}
#nav_extras a {
	background-image: url(/wp-content/themes/persia/images/extras_nav_off.gif);
}
#nav_extras a:hover {
	background-image: url(/wp-content/themes/persia/images/extras_nav_on.gif);
}
#extraspage #headerNav #nav_extras a {
	background-image: url(/wp-content/themes/persia/images/extras_nav_on.gif);
}
#nav_members {
	background-image: url(/wp-content/themes/persia/images/members_nav_on.gif);
}
#nav_members a {
	background-image: url(/wp-content/themes/persia/images/members_nav_off.gif);
}
#nav_members a:hover {
	background-image: url(/wp-content/themes/persia/images/members_nav_on.gif);
}
#memberspage #headerNav #nav_members a {
	background-image: url(/wp-content/themes/persia/images/members_nav_on.gif);
}
#nav_join {
	background-image: url(/wp-content/themes/persia/images/join_nav_on.gif);
}
#nav_join a {
	background-image: url(/wp-content/themes/persia/images/join_nav_off.gif);
}
#nav_join a:hover {
	background-image: url(/wp-content/themes/persia/images/join_nav_on.gif);
}
#joinpage #headerNav #nav_join a {
	background-image: url(/wp-content/themes/persia/images/join_nav_on.gif);
}
#updatespage #headerNav #nav_updates #subNavBoxA li a {
	background-image: none;
}
#page #headerNav #nav_about #subNavBoxB li a {
	background-image: none;
}
/*Join Footer*/
#joinNowFooterRight  {
	background-image: url(/wp-content/themes/persia/images/join_right_footer_on.gif);
}
#joinNowFooterRight a  {
	background-image: url(/wp-content/themes/persia/images/join_right_footer_off.gif);
}
#joinNowFooterRight a:hover {
	background-image: url(/wp-content/themes/persia/images/join_right_footer_on.gif);
}
/*Site Updates Page*/
#blogBox  {
	width: 976px;
	height: auto;
}
#blogBox #blogBoxHeader  {
	width: 976px;
	height: 55px;
	padding-top: 5px;
	background-image: url(/wp-content/themes/persia/images/blog_header.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#blogBox #blogBoxHeader h2 {
	width: 960px;
	height: 40px;
	background-image: url(/wp-content/themes/persia/images/top_header_bg_1.gif);
	background-position: center top;
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	text-align: left;
	padding: 0px;
}
#blogBoxHeader h2 span {
	display: none;
}
#blogBoxHeader h2 img {
	border: 0px;
}
/*#blogBoxHeader h2 #blogHomeLink {
	text-align: right;
	color: #f9f9f9;
	font-size: 20px;
	height: 38px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: inline;
	padding-left: 300px;
}*/
#blogBox #blogContent  {
	background-image: url(/wp-content/themes/persia/images/blog_bg.gif);
	background-position: top center;
	background-repeat: repeat;
	height: auto;
}
#blogHolder  {
	width: 944px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#blogBox #blogFooter  {
	width: 976px;
	height: 22px;
}
#joinNowFooter  {
	width: 980px;
	height: 200px;
}
#joinNowFooterLeft, #joinNowFooterLeft img {
	width: 305px;
	height: 200px;
	border: 0px;
	float: left;
}
#joinNowFooterRight {
	width: 675px;
	height: 200px;
	border: 0px;
	float: right;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}
#joinNowFooterRight a, #joinNowFooterRight a:hover {
	width: 675px;
	height: 200px;
	display: block;
}
#joinNowFooterRight a span {
	display: none;
} 
#footer  {
	width: 976px;
	margin: auto;
	height: auto;
	padding-top: 20px;
	padding-bottom: 5px;
	text-align: center;
}
#footer ul  {
	width: 976px;
	list-style-type: none;
}
#footer ul li  {
	padding: 5px;
	display: inline;
	font-size: 12px;
	font-weight: bold;
}
/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
