/*  
Theme Name: Interior Design
Theme URI: http://www.rayanamad.com
Description: Beautiful 2 columns fixed width right sidebar widget ready Wordpress Theme
Author: Ashkan
Author URI: http://www.rayanamad.com
*/

/* styles */
*{
	margin:0;
	padding: 0;
}

body
{
	font-family: Verdana, Arial, Georgia;
	font-size:12px;
	line-height: 12px;
	font-weight: normal;
	color: #414141;
	text-align: justify;
	margin: 0;
	padding: 0;
	background: #A6A6A6 url('images/body-bg.jpg') repeat-y center top;	
}
a
{
	color: #F07B7B;
	text-decoration: none;	
}
a:hover
{
	text-decoration: underline;
}
img 
{
	border: #dfdfdf 1px solid;
	padding: 2px;
	margin:8px;
}
img.left 
{
	float:left;
	margin-left: 0;
}
img.right 
{
	float:right;
	margin-right: 0;
}
h1, h2, h3, h4, h5, h6
{
	letter-spacing: 0.1em;
}
ul, ol
{
	margin: 0em;
	padding:0 2em;
}
#respond {
	padding-top: 14px;
}

/* Container */

#container
{
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* Header */

#header
{
	padding: 0;
	margin: 0;
	width: 960px;
	height: 390px;
	text-align: left;
	background: url('images/header.jpg') no-repeat left top;
	float: none
}

#header h1
{
	font-size: 2.8em;
	padding-top: 260px;
	padding-left: 410px;
	font-family: gramond, 'times New Roman';
	letter-spacing: .5px;
}
#header h1 a
{
	color: #414141;
	text-decoration: none;
}
#header h2
{
	font-size: 1em;
	font-family: gramond, 'times New Roman';
	color: #616161;
	padding-left: 430px;
	padding-top: 18px;
}

/* Content */

#content {
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
}

#content p
{
	margin-bottom: 1em;
	line-height: 1.2em;
}

#content h3, h4, h5, h6
{
	position: relative;
	color: #F1F1F1;
	margin-bottom: 1em;
	padding-bottom: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6A0000;
}

#content h2
{
	font-size: 1.5em;
	padding-bottom: 1em;
	padding-top: 0;
}

#content h3
{
	font-size: 1.3em;
}

#content ul, #content ol
{
	margin-bottom: 2em;
	padding-left: 1em;
}

#content blockquote
{
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 9px;
	padding: 12px;
	padding-bottom: 8px;
	border: 1px solid #7E1313;
}
#content .post, #content form
{
	margin-bottom:3em;
}
#content .post h2 a 
{
	color: #818181;
	font:23px gramond, 'times new roman';
}

#content .post-footer 
{
	height: 33px;
	padding-bottom: 1px;
	padding-top: 15px;
	padding-right: 14px;
	font-size:10px;
	text-align: right;
	width:650px;
	float:left;
	background: url('images/post-footer.gif') no-repeat left bottom;
	margin-bottom:15px;
	margin-top:0;
}
#content .post-footer a 
{
	color: #F1F1F1;
	
}
.alignleft
{
	float:left;
	margin-top:14px;
	color:#F1F1F1;
	font:9px arial;
	margin-left:10px;
}
.alignright
{
	float:right;
	margin-top:14px;
	color:#F1F1F1;
	font:9px arial;
	margin-right:10px;
}
.date {
	background: url('images/date.gif') no-repeat;
	margin-bottom: 0px;
	text-align: center;
	width: 65px;
	height: 70px;
	float: left;
	margin-top: 0px;
	margin-right: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px
}
.date .month {
	display: block;
	color: #f2f2f2;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 2px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.date .day {
	display: block;
	color: #4F0000;
	font: 28px Georgia, gramond, 'times new roman';
	padding-top: 3px;
	text-align: center;
	margin-top: -2px;
	margin-right: 3px;
}
/* Primary Content */

#primaryContentContainer
{
	position: relative;
	z-index: 2;
	float: left;
	width: 960px;
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#primaryContent
{
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-left: 2em;
	width:640px;
	float: left;
	
}

/* Sidebar Styles */
	
#sidebar
{
	position: relative;
	top: 0;
	float: left;
	width: 234px;
	text-align: left;
}
#sidebar h2 {
	font-size: 14px;
	font-family: arial;
	color: #f6f6f6;
	letter-spacing: normal;
	width: 198px;
	padding-left: 20px;
	font-variant:small-caps;
	padding-top: 7px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-top: 0;
	background: url(images/sidebar_h2.jpg) no-repeat center top;
	height:25px;
	padding-bottom:0;
}

#sidebar ul 
{
	margin:0;
	padding:0;
	list-style:none;
	
}
#sidebar ul ul 
{
	margin: 0;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: .8em;
	padding-left: 3em;
	list-style-image: url(images/arrow.gif);
	list-style-position:outside; 
}
#sidebar ul ul a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6f6f6f;
	line-height: 18px;
	
	
}
#sidebar ul ul a:hover
{
	color: #6F841B;
	text-decoration: none;
	
}
#sidebar ul ul ul
{
	margin:0.3em 0;
	padding:0 0.5em;
}
#sidebar #searchform 
{
	width: 164px;
	position: relative;
	margin: 0;
	padding: 0;
	left: 28px;
	margin-bottom: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
}



/* Footer */

#footer
{
	width: 960px;
	height: 84px;
	float: left;
	background-color: #A6A6A6;	
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
	background: url(images/footer.jpg) no-repeat left top;
}
#footer a 
{	
	color: #7f7f7f;
	font-weight: bold;
}

.clear
{
	clear: both;
}




/*extra*/
textarea{
	width: 90%;
	height: 20em;
	border: 1px solid #828177;
	padding: 5px;
	font-family: Arial, Serif;
	font-size:0.9em;
	background: #BFBFC1;
}
.textbox 
{
	width: 160px;
	height: 22px;
	background: #BFBFC1;
}

#btnSearch {
	height: 24px;
	width: 60px;
	margin-top: 3px;
}

#content li .cmtinfo 
{
	font-size:0.9em;
	color: #8A0532;
	margin:0;
	padding:0px;
}

#content .cmtinfo cite
{
	font-size:1.1em;
	color:#fff;
	font-weight:bold;
	font-style:normal;
}
#content ol.commentlist 
{
	margin:0;
	padding:0 1em;
}
#content ol.commentlist li 
{
	padding:0.5em 0;
	margin:0;
}
#commentform
{
	margin:1em 0;
	padding:1em;
}
.nocomments 
{
	text-align:center;
	font-size:0.9em;
}
.trackback
{
	background:url('images/trackback.png') no-repeat left center;
	padding-left:17px; padding-right:17px; padding-top:0px; padding-bottom:0px
}
.feed 
{
	background:url('images/feed.png') no-repeat left center;
	padding-left:17px; padding-right:17px; padding-top:0px; padding-bottom:0px
}
.commentsfeed 
{
}
#header, #content, #sidebar, #primarycontent, #footer, .widget {
    overflow: hidden;
}

/* Widget*/

#calendar_wrap 
{
	position: relative;
	text-align: center;
	float: left;
	left: 15px;
	font-size: 12px;
	line-height: 20px;
	color: #9f9f9f;
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 5px;
	width:180px;
}
#calendar_wrap a 
{
	color: #6f6f6f;
}
#wp-calendar
{
width:180px;
color:#6f6f6f;	
text-align:center;
}
td
{
color:#9f9f9f;
}
#sidebar .widget_calendar h2 {
	
	font-size: 14px;
	font-family: arial;
	color: #f6f6f6;
	letter-spacing: normal;
	width: 198px;
	padding-left: 20px;
	font-variant:small-caps;
	padding-top: 7px;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-top: 0;
	background: url('images/w-calender.jpg') no-repeat left top;
	height:25px;
	padding-bottom:0;
}
#sidebar .widget_search
{
	
	width:230px;
	padding-top:30px;
	margin-bottom:10px;
	background: url('images/w-search.jpg') no-repeat ;
	margin-left: 20px;
}
#s
{
	width: 160px;
	height: 22px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	background: #E7E7E7;
}
.widget_tag_cloud
{
	width: 227px;
	margin-bottom: 20px;

}
.widget_tag_cloud a
{
	position: relative;
	top: 15px;
	color: #f6f6f6;
	font-family: Arial, Verdana, Georgia;
	font-size: 14px;
	line-height: 17px;
	left: 10px;
}