/*
Theme Name: Red Interior Theme
Theme URI: http://ophelianicholson.com
Description: Red Interior Wordpress Theme
Version: 1.0
Author: Ophelia Nicholson	
Author URI: http://ophelianicholson.com
*/



/* General */

body {
	margin: 0;
	background: #A22200;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0px none;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1000px;
	background: url('images/page.jpg') no-repeat;
}


/* Header */

#header {
	width: 1000px;
	height: 433px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 100px;
		left: 0px;
	}
	
	#header #header-info h1 {
		color: #ffffff;
		font: normal 40px "Century Gothic", Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ffffff;
		font: normal 23px "Century Gothic", Verdana;
		padding-left: 80px;
	}
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 30px;
		left: 565px;
		width: 256px;
		height: 24px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 255px;
		height: 24px;
	}
	
	#header #header-search #s {
		width: 255px;
		height: 14px;
		border: 0px none;
		color: #A22200;
		background: transparent ;
		float: left; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Tahoma, Verdana; padding-left:0; padding-right:0; padding-top:5px; padding-bottom:5px
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 0;
		height: 24px;
		padding: 0;
		float: right;
	}
	/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 396px;
		left: 13px;
		width: 271px;
		height: 37px;
	}


/* Main */

#main {
	width: 1000px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 575px;
		padding: 0 8px 0 13px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 13px;
		width: 575px;
	}
	
		/* Post - Elements */
		
		#content .post .post-top {
			width: 575px;
			height: 20px;
			background: url('images/post_top.png') no-repeat;
		}
		
		#content .post .post-in {
			width: 575px;
			background: #ffffff;
		}
		
		#content .post .post-bottom {
			width: 575px;
			height: 20px;
			background: url('images/post_bottom.png') no-repeat;
		}
		
		/* Post - Title */
		
		#content .post .post-title {
			width: 575px;
			color: #A22200;
			font: normal 10px Verdana;
		}
		
		#content .post .post-title a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			width: 72px;
			height: 50px;
			padding-top: 18px;
			margin-right: 15px;
			background: url('images/post_date.gif') no-repeat;
			float: left;
			text-align: center;
			text-transform: uppercase;
			color: #ffffff; 
                        font-style:normal;
                        font-variant:normal;
                        font-weight:normal;
                        font-size:13px;
                        font-family:Verdana
		}
		
		#content .post .post-title .post-date span {
			padding-top: 3px;
			display: block;
			font-weight: bold;
			font-size: 23px;
			color: #ffffff;
		}
		
		#content .post .post-title h2 {
			padding-top: 17px;
                        padding-right: 15px;
			color: #000000;
			font: normal 22px/34px Verdana;
		}
		
		#content .post .post-title h2.page-title {
			padding: 0px 20px 0px 20px;
		}
		
		#content .post .post-title h2 a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			padding-top: 2px;
                        padding-right: 15px;
                        font: normal 12px Verdana;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px Tahoma;
			color: #000000;
			width: 535px;
			padding: 10px 20px;
                        text-align: justify;
		}
		
		#content .post .post-entry a {
			color: #aa0903;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry blockquote {
			border-right: 10px solid #A22200;
			margin: 0px 30px;
			padding-right: 15px;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			color: #624939;
			float: right;
			height: 20px;
			background: url('images/post_info.gif') no-repeat;
			font-style:normal; 
                        font-variant:normal;
                        font-weight:normal;
                        line-height:20px;
                        font-size:14px;
                        font-family:Verdana;
                        padding-left:50px;
                        padding-right:20px;
                        padding-top:0; padding-bottom:0
		}
		
		#content .post .post-info a {
			color: #aa0903;
			text-decoration: none;
		}
		
			#content .post .post-info a.add-comment-link {
				color: #A22200;
			}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin-top: 20px;
			color: #A22200;
			font: bold 16px Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 14px/18px Verdana;
			color: #000000;
			width: 535px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #aa0903;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #e5dcd4;
		}
		
		#content .post .comments ol li cite {
			color: #000000;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #aa0903;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 11px/18px Verdana;
			color: #000000;
			width: 510px;
			margin: 0;
			padding-left: 25px;
		}
		
		#content .post #commentform a {
			color: #aa0903;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		color: #efe6de;
		width: 575px;
		float: left;
	}
	
	#content .navigation a {
		margin-bottom: 13px;
		font: bold 11px Verdana;
		color: #efe6de;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 395px;
		font: normal 13px/18px Verdana;
		color: #000000;
	}
	
	#sidebar a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Sides */
	
	#sidebar #sidebar-left {
		float: left;
		width: 195px;
	}
	
	#sidebar #sidebar-right {
		float: right;
		width: 195px;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 195px;
		margin-bottom: 15px;
	}
	
	#sidebar .sidebar-box-top {
		width: 195px;
		height: 17px;
		background: url('images/sidebar_box_top.png') no-repeat;
	}
	
	#sidebar .sidebar-box-in {
		width: 195px;
		background: #ffffff;
	}
	
	#sidebar .sidebar-box-bottom {
		width: 195px;
		height: 17px;
		background: url('images/sidebar_box_bottom.png') no-repeat;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 182px;
			height: 35px;
			color: #ffffff;
			background: url('images/sidebar_title.png') no-repeat;
                        font-style:normal;
                        font-variant:normal;
                        font-weight:bold;
                        line-height:35px;
                        font-size:16px;
                        font-family:Verdana; 
                        padding-left:3px; 
                        padding-right:10px; 
                        padding-top:0; 
                        padding-bottom:0
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 6px 0;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #000000;
			font: normal 13px/29px Verdana;
		}
		
		#sidebar ul li a {
			color: #000000;
			text-decoration: none;
			padding-right: 19px;
			border-bottom: 1px solid #A22200;
			display: block;
		}
		
		#sidebar ul li a:hover {
			text-decoration: none;
			background: #A22200;
			color: #ffffff;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				padding: 0;
			}
			
			#sidebar ul li ul li a {
				padding-right: 39px;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 0;
			width: 195px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 155px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			padding-top: 6px;
			width: 155px;
		}
		
		#sidebar #calendar_wrap table {
			width: 155px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 4px 5px 0 5px;
		}


/* Footer */

#footer {
	padding: 0 32px;
	width: 936px;
	height: 70px;
	color: #ffffff;
	font: normal 9px/70px Verdana;
	display: block;
	float: right;
        text-align: left;
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}

#twitter_div ul li {
	padding: 4px 1px 4px 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FF0000;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	list-style-image: url('images/Twitter-24x24.png');
	list-style-position: inside;
	list-style-type: disc;
        vertical-align: middle;
}

#twitter_div ul li a{
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	color: #A22200;
	font-weight: bolder;
	display: inline;
}

#email_text {
	border: 1px solid #A22200;
	margin: 0;
	padding: 0;
	width: 95%;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

#email_sub {
	color: #FFFFFF;
	background: #A22200 ;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: Tahoma, Verdana;
}

