/*
Theme Name: Aviman
Theme URI: http://www.chris-curtis.com/
Description: A flexible Wordpress business-style theme based on the Blueprint CSS Framework.
Version: 1.0
Author: Chris Curtis, The Web Business Expert
Author URI: http://www.chris-curtis.com/
Credits: http://code.google.com/p/blueprintcss and http://www.graphpaperpress.com
*/


body
{margin-bottom: 0; margin-top: 3px; background: #057E98;}

.rtbody
{margin-bottom: 0; margin-top: 0px;}

blockquote
{font-style: normal; padding: 0 0 0 0; color: #000; background: url('images/quote.png') .5em top no-repeat;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #6286CE; }

a
{color: #6286CE; text-decoration: underline;}

a:active, h2 a:active, h3 a:active
{color: #6286CE; text-decoration: none;}

a:hover, h2 a:hover, h3 a:hover {color: gray; text-decoration: underline;}

blockquote p { padding: 0 20px 0 30px; }

hr {background: #CCC; height: 1px;}

/************************************************
*	META DATA SPECIFICATIONS  								*
************************************************/
.meta
{
	color: #999;
	font-size: .8em;
	line-height: 2em;
	margin: 0;
	font-family: Georgia;
}

.meta a { color: #999; }
.meta a:hover { color: #000; }

/************************************************
*	MAIN CONTENT SPECIFICATIONS  								*
************************************************/

#maincontent h2
{color: #6286CE; border-bottom: 1px dotted #AAA; margin-bottom: 35px;}

h2 a
{color: #6286CE; text-decoration: none;}

#maincontent .post h2 { margin-bottom: 5px; }
#maincontent .content { padding: 20px 30px 5px 45px; }

#feature h3
{margin-bottom: 0; padding: 0;}

.post { margin-bottom: 10px; }
.entry { padding-bottom: 10px; }

/************************************************
*	HEADER SPECIFICATIONS  								*
************************************************/
#header
{height: 0px; width: 870px; padding: 0px 0 0 0;}

#header h1, #header .description
{padding: 0; margin: 0; line-height: 1em;}

/************************************************
*	TOP NAVIGATION BAR  - HORIZONTAL  								*
************************************************/

#navbar {
	background: black;
	width: 870px;
	height: 28px;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;

	}
	
#navbar a, #navbar a:visited {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 0px 0px 3px;
	}
	
#navbar a:hover {
	color: #6286CE;
	text-decoration: underline;
	}
	
#navbar p {
	color: #6286CE;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
	}
	
#navbarright a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#navbarleft {
	width: 870px; height: 28px;
	float: left;
	margin: 0px;
	padding: 8px 0px 2px 0px;
	}
	
#navbarright {
	width: 0px;
	font-size: 11px;
	float: right;
	margin: 0px;
	padding: 7px 0px 2px 0px;

	}
	
#navbar ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#navbar li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#navbar ul li a, #navbar ul li a:visited {
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	margin: 0px -3px 0px 0px;
	padding: 7px 15px 5px 15px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	}

#navbar ul li a:hover {
	background: #6286CE;
	color: #FFFFFF;
	margin: 0px -3px 0px 0px;
	padding: 8px 15px 5px 15px;
	text-decoration: none;
	}
	
.current_page_item a, .current_page_item a:hover {
    background: #6286CE !important;
    color: #FFFFFF !important;
    }

/************************************************
*	NAVIGATION IN POSTS  								*
************************************************/
.entry #nav .content
{padding: 0; margin: auto;}

.entry #nav
{margin-bottom: 5px; background: #FFF;}

.entry #nav li a
{color: #FFF; border-right: 1px solid #AAA; background: #666;}


.entry #nav li.last a { border-right: none; }

.entry #nav li a:hover
{background: #333; color: #FFF;}

/************************************************
*	SEARCH BOX SPECIFICATIONS 								*


************************************************/
#search { float: right; }

#search #s
{
	background: transparent url('images/icons/search_grey.gif') 0px center no-repeat;
	padding: 2px 0 2px 17px;
	width: 135px;
	color: #CCCCCC;
	font-size: 0.9em;
	margin-right: 0px;
	margin-top: 10px;
}

#search #s:hover { color: #000; }
.search-excerpt { margin: 0; }

/************************************************
*	COMMENT SPECIFICATIONS 								*
************************************************/
.commentlist li { padding: 8px 15px; }
.comments-alt { background: #EEE; }

/************************************************
*	LIST SPECIFICATIONS 								*
************************************************/
.bottombar { }

ul
{list-style-type: none; margin-left: 1em; padding: 0;}

ul li
{background-repeat: no-repeat; line-height: 2em; margin: 0 0 0 1em; padding: 0;}

ul li a { color: #666; }

/************************************************
*	COMMENT STYLE SPECIFICATIONS 								*
************************************************/
#comments { width: 100%; }
dl#comment_list { margin: 0 0 0 0; }

dl#comment_list dt
{
	padding: 0 0 33px 0;
	background: url('images/comment_top.gif') 0 100% no-repeat;
	font-size: 1.1em;
	line-height: 1.8182em;
	color: #999;
}

dl#comment_list dt.author { background: url('images/comment_author_top.gif') 0 100% no-repeat; }
dl#comment_list dt .comment_num { padding: 0 0.3636em 0 0; }
dl#comment_list dt .comment_num a, dl#comment_list dt .comment_num a:visited { color: #999; }
dl#comment_list dt .comment_num a:hover { color: #a90000; }

dl#comment_list dt strong
{
	font-size: 1.4545em;
	color: #000;
}

dl#comment_list dt strong a, dl#comment_list dt strong a:visited
{
	color: #000;
	border-bottom: 1px dotted #999;
}

dl#comment_list dt strong a:hover
{
	color: #000;
	border-bottom: 1px solid #a90000;
}

dl#comment_list dd
{
	padding: 20px;
	margin: 0 0 1.5385em;
	background: #dfdfdf;
}

dl#comment_list dd.author { background: #0099cc url('images/comment_author_bottom.gif') 0 100% no-repeat; }
dl#comment_list dd.entry p, dl#comment_list dd.entry ul, dl#comment_list dd.entry ol, dl#comment_list dd.entry blockquote { margin-bottom: 1.1538em; }

/************************************************
*	COMMENT FORM SPECIFICATIONS 								*
************************************************/
#comment_form
{
	width: 46.8em;
	margin: 0 0 4.0em 0;
}

#comment_form a:hover { text-decoration: underline; }
#comment_form p { padding: 0.7692em 0; }

#comment_form label
{
	padding: 0 0 0 0.83333em;
	font-size: 1.2em;
}

#comment_form .text_input
{
	width: 15.3846em;
	padding: 0.23077em;
	color: #a90000;
	font: bold 1.3em Verdana, sans-serif;
	border-top: 0.15385em solid #999;
	border-left: 0.15385em solid #999;
	border-right: 0.07692em solid #eee;
	border-bottom: 0.07692em solid #eee;
}

#comment_form .text_input:focus
{
	border-top-color: #666;
	border-left-color: #666;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
}

#comment_form .text_area { width: 32.9231em; }
#comment_form p.subscribe-to-comments { font-size: 1.3em; }
#comment_form p.subscribe-to-comments label { font-size: 1.0em; }

#comment_form .form_submit
{
	padding: 0.5em;
	background: url('images/submit_bg.gif') repeat-x;
	color: #000;
	border: 0.21429em double #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	font: bold 1.4em/1.0em "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
}

#comment_form .form_submit:hover { color: #0099cc; }


/************************************************
*	VERTICAL MENU SPECIFICATIONS 								*
************************************************/
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a
{
	float: none;
	background: #000;
	color: #ccc;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a
{
	background: #333;
	color: #FFF;
}


/************************************************
*	MISCELLANEOUS SPECIFICATIONS 								*
************************************************/
.video {
	background: #E8EDF1;
	float: left;
	width: 260px;
        height: 220px;
	margin: 0px 0px 15px 0px;
	padding: 10px 10px 5px 10px;
	border: 1px solid #B1C3D4;
	}

/************************************************
*	Widget Specs      								*
************************************************/

.widgbar {

        font-size: 9pt; font-weight: normal; font-family: Arial, Tahoma, sans serif;
	margin: 15px 0px 0px 10px;
	padding:60px 0px 0px 30px; }

.widgbar h4{

        font-size: 10pt; font-weight: bold; font-family: Tahoma, Helvetica;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px; }

.widgbar em{text-decoration: underline; background: none;}

.sights
{text-align: center; font-size: .8em; margin: 0;}

/************************************************
*	Footer      								*
************************************************/

/* FOOTER */
#footer
{
	text-align: left;
	font-size: 1.1em;
 	padding: 15px 10px 20px 0px;
        margin: 0px 0px 0px 0px;
        color: #e3e3e3;
        background:black;
}

#footer a { text-decoration: underline;}
#footer em { text-decoration: none; }


/************************************************
*	TABLE SPECIFICATIONS    								*
************************************************/
/* Tables-------------------------------------------------------------- */
table   {border:0px}
th      { }
td      {border:0px }
th,td   { padding: 0px 0px 0px 0; }
tfoot   { font-style: italic; }caption { background: #ffc; }

/************************************************
*	HOME PAGE EDITS     	*
************************************************/

.allbody {width: 870px; height: 650px;}

.philatop{float: left; width: 870px; height: 455px; background: url('/img/philadelphiablack_01.jpg');}
.philatopleft {float: left; width: 650px; height: 455px;}

.philaintro {float:left; height: 150px; width: 533px; padding: 73px 35px 10px 82px; color: black; font-style: bold;}
.philamail {float:left; height: 157px; width: 250px; padding: 55px 20px 10px 380px; color: black;}

.philatopright{float:right; width: 184px; height: 405px; padding: 40px 15px 10px 21px; color:#0C5564; font-size: 10.5px;}

.philabottom{float: left; width: 870px; height: 195px; background:url('/img/philadelphiablack_02.jpg');}

.box1{
float: left;
width: 185px;
height: 170px;
padding: 15px 10px 10px 25px;
font-family: Tahoma, Arial;
color: #485005;
}

.box2{
float: left;
width: 170px;
height: 170px;
padding: 15px 20px 10px 20px;
font-family: Tahoma, Arial;
color: #485005;
}

.box3{
float: left;
width: 180px;
height: 170px;
padding: 15px 20px 10px 20px;
font-family: Tahoma, Arial;
color: #485005;
}

.box4{
float: left;
width: 175px;
height: 170px;
padding: 15px 20px 10px 20px;
font-family: Tahoma, Arial;
color: #485005;
}

/************************************************
*	INNER PAGE EDITS    *
************************************************/

.txtbody {height: 650px; width: 870px;}


/************************************************
*	INNER PAGE EDITS    *
************************************************/



