/*  
Theme Name: Parissa Haghirian
Theme URI: http://www.parissahaghirian.com
Description: Parissa Haghirian Theme
Version: 1.0
Author: Benjamin Thomas
Author URI: http://www.bentographics.com
*/

@import url("reset.css");
@import url("typography.css");

* {
	margin:0px;
	padding:0px;
}

html {
	background: #fff url(images/pattern.gif) top left repeat;
}

body {
	background:url(images/bar.gif) top left repeat-x;
	font: 100% "Lucida Grande", Helvetica, Verdana, sans-serif;
	/* line-height: 300%; */
	color:#666;
	padding:0px;
	margin: 0px;
	text-align:center;
	height: 1000px;
	margin: 0 0 10px 0;
}

/* ------------------------------------------------------------------------- Basic Laout */

#wrapper {
	margin:0px auto;
	padding: 0;
	text-align:left;
	width: 850px;
	overflow: hidden;
	background-color:#fff;
}

#header {
	background:url(images/bar.gif) top left repeat-x;
	margin: 0 0 0px 0;
	display:inline;
	float:left;
	height:120px;
	width:100%;
	position:relative;
}

#wrapper_2column{
	margin: 0;
	padding: 0;
	float:right;
	display:inline;
	width: 650px;
}
#column_menu{
	margin: 0;
	padding: 0 10px 0 5px;
	float:left;
	display:inline;
	width: 180px;
}

#column_content{
	margin: 0;
	padding: 0 0 20px 10px;
	float:left;
	display:inline;
	/* width: 80% !important; */
	width: 500px;
	font-size: 0.875em;
	line-height: 1.5em;
	overflow: hidden;
	/* background: #ddd; */
}

#column_content img{
	margin: 0 20px 5px 0;
	padding: 5px;
	border: 1px solid #ccc;
}

#column_deco{
	float:right;
	display:inline;
	padding: 0;
	margin: 0 10px 0 0;
	width: 110px;
}

.center_box{
	margin:0px auto;
	padding: 0;
	text-align:left;
	width:770px;
	overflow: hidden;
}

#footer {
	padding: 20px 0 0 0;
	background-color: #e5d9cc;
	clear:both;
	height:300px;
	margin: 0;
	position: relative;
	font-size: 12px;
}

.footer_boxes {
	margin: 0 0 20px 0;
	padding: 0 10px 20px 10px;
	float:left;
	display:inline;
	width: 170px;
	height: 240px;
	border-left: 1px solid #fff;
	list-style-type:none;
	list-style:none;
}

.footer_boxes ul li{
	list-style-type:none;
	list-style:none;
	line-height: 2.0em;
}

#legal_statement {
	text-align:center;
	background-color: #e5d9cc;
	border-top: 1px solid #fff;
	padding: 1.5em;
	position:relative;
	bottom: 0;
	left: 0;
	color: #666;
}


/* ------------------------------------------------------------------------- Menus */

.logo {
	background: url(images/logo.gif) no-repeat  0px 0px;
	width: 142px;
	height: 110px;
	display:block;
}

#column_menu ul{
	margin: 0;
	padding: 0;
	list-style-type:none;
}

#column_menu ul li ul{
	margin: 0;
	padding: 0;
	list-style-type:none;
	_margin: -15px 0 0 0;
	*margin: -15px 0 0 0;
}

#wrapper #column_menu ul li ul a{
	margin: 0;
	padding: 0;
	display:block;
	font-size: 11px;
	line-height: 2.8em;
	height: 2.8em;
}

#column_menu ul li{
	margin: 0;
	padding: 0;
}

#column_menu ul li a{
	margin: 0;
	padding: 0;
	display:block;
	font-size: 14px;
	line-height: 2.2em;
	height: 2.2em;
	text-indent: 5px;
}

#column_menu ul li a:hover{
	background: url(images/bullet_background_light.gif) no-repeat right top;
	color: #930A00;
}

#wrapper #column_menu ul .current_page_item a, 
#column_menu ul .current-cat a,
#column_menu ul a.active_category{
	background: url(images/bullet_background.gif) no-repeat right top;
	color: #930A00;
}

#rotator {
	background: url(images/rotator_images/rotator.php) no-repeat center 0px;
	height: 228px;
	width: 100%;
	margin: 20px 0;
}

#rotator_deco {
	background: url(images/rotator_deco/rotator.php) no-repeat center 120px;
	height: 450px;
	width: 110px;
	float:right;
}

.navigation {
	float:right;
	padding: 5px 10px;
	width: 95%;
}

.navigation_single {
	float:right;
	padding: 5px 10px;
	width: 4em;
}

#sub_menu{
	width: 420px;
	margin: 0 0 10px 0;
	float: left;
}

#sub_menu ul{
	list-style:none;
	list-style-type:none;
}

#sub_menu ul li a{
	font-size: 11px;
	float:left;
	padding: 0 0.7em;
	margin: 0 1px 2px 1px;	
	background-color:#E5D9CC;
	color: #666;
	text-indent: 0;
	text-align:center;
}

#column_content #sub_menu #sub_menu .current-cat {
	background: none;
	background-color:#ccc;
	color:#E5D9CC;
	text-indent: 0;
	text-align:center;
}

#column_content #sub_menu .current_page_item a{
	font-size: 11px;
	float:left;
	background: none;
	background-color:#ba0a00;
	color:#E5D9CC;
	text-indent: 0;
	text-align:center;
}

#column_content ul {
	list-style-position: outside;
}

#column_content .entry li{
	background: #fff url(images/bullet.gif) 0px 5px no-repeat;
	padding: 0px 20px;
	/* font-size: .9em; */
}



/* ------------------------------------------------------------------------- Form Styles */

textarea {
	width: 100%;
	margin: 20px 0;
	border: none;
	background: #ccc;
}

input {
	padding: 0.5em;
	border: none;
	background-color:#ccc;
}

/* ------------------------------------------------------------------------- Details for Body-text */

.post { 
    margin: 0 0 2em 0;
}

.post ol,
.post ul, 
#column_content .commentlist ul, 
#column_content .commentlist ol {
	margin: 20px 0 20px 20px;
}

.postmetadata {
	margin: 0px 0 20px 0;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e5d9cc;
}

.post p { 
    /* font-size: .95em; */
}

.date_box { 
    background: #e5d9cc;
    font-family: Georgia,"Times New Roman", serif;
    line-height: 1;
    width: 4em;
    height: 6.3em;
    float: left;
    margin: 2px 10px 10px 0;
    font-size: 65%;
    color: #930A00;
}

.date_box span { 
    display: block; 
    text-align: center; 
}

.month { 
    text-transform: uppercase; 
    font-size: 1.2em;
    padding: 0.6em 0 .3em 0; 
}

.day {
	font-size: 2em;
	margin: 0 0 .4em 0;
}

.year { 
	background: #930A00; 
	color: #fff; 
    font-size: 1.2em; 
    padding: 0.5em 0; 
    margin-top: 0.3em;
}

.car-yearmonth {
	line-height: 2.5em;
}

.car-monthlisting li {
	margin: 0 0 0 20px;
}

.car-toggler {
	float: right;
}

.entry { 
	width: 100%;
	float: left;
	margin: 10px 0;
}

.commentlist {
	margin: 20px 0;

}

.commentlist li {
	margin: 20px 0;
	padding: 10px;
	border: 1px solid #ccc;
}

.wp-caption {
	float: left;
	margin: 0 20px 0 0;

}

/* ------------------------------------------------------------------------- Start Page */

#startpage_box {
	background: url(images/start_page3.gif) top left;
	margin: 50px auto 0 auto;
	height: 500px;
	width: 850px;
	position:relative;
	text-align: left;
}

#startpage_box #sub-headline {
	position:absolute;
	left: 235px;
	top: 60px;
	color: #930a00;
	font-size: 80%;
}

#startpage_box #blog-headlines{
	margin: 0;
	width: 290px;
	height: 165px;
	position:absolute;
	top: 125px;
	right: 20px;
	overflow:hidden;
}

#startpage_box #new_book {
	margin: 0;
	padding: 0;
	width: 330px;
	height: 200px;
	position:absolute;
	top: 300px;
	right: 0px;
	overflow:hidden;
}

#startpage_box #links {
	margin: 0;
	width: 175px;
	height: 150px;
	position:absolute;
	top: 340px;
	right: 360px;
	overflow:hidden;
}

#startpage_box #links li {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #e5d9cc;
	padding: 0 0 5px 0;
}

#startpage_box #links a {
	color:#e5d9cc;
}

#startpage_box #about {
	margin:0;
	padding: 0;
	width: 208px;
	height: 38px;
	position:absolute;
	top: 270px;
	right: 342px !important;
	right: 340px;
	text-align:right;
	overflow:hidden;
}

#startpage_box #new_book p, 
#startpage_box #new_book a {
	margin:0;
	padding: 0;
}

#startpage_box ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}

#startpage_box a, 
#startpage_box img, 
#startpage_box img a {
	text-decoration:none;
	color:#333;
	border:none;
}

#startpage_box .hidden{
	display:none;
}

#startpage_box .date_style {
	font-size: 9px;
	font-weight: normal;
	margin: 0;
}

#startpage_box #blog-headlines li{
	margin: 0;
	border-bottom: 1px solid #fff;
	padding: 0 0 8px 0;
}
