/*  
Theme Name: Short Sale Angel
Theme URI: http://www.myshortsaleangel.com
Description: This is my theme for myshorsaleangel.com
Version: 1.0
Author: BKB Design Group
Author URI: http://www.bkbdesign.com/

*/


* {margin:0;border:0;padding:0;outline:0}
.clear {clear:both; height:0}
#content p {margin-bottom:15px;}
#right p {margin-bottom:5px;}

#content a:link, #content a:active, #content a:visited {text-decoration:none; font-weight:bold; color: #aa0000;}
#content a:hover {text-decoration:underline}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	color: #333;
	background-attachment: fixed;
	background-image: url(images/wall.jpg);
	padding-top:90px;
}

#wrapper {
	position:relative;
	width:958px;
	margin:0 auto;
}

#header {
	position:relative;
	background-image:url(images/notebook_top.png);
	background-position:top;
	background-repeat:no-repeat;
	height:158px;
}

#logo {
	position:absolute;
	top:-55px;
	left:15px;
	z-index:10;
}

#main {
	width:958px;
	background-image:url(images/notebook_body.png);
	padding-top:40px;
}

#left {
	width:150px;
	float:left;
	margin-left:45px;
	margin-right:50px;
}

#search {
	margin-top:40px;
}
h2.search {text-indent:-2000px; height:30px; background-image:url(images/h2_search.jpg); background-repeat:no-repeat; display:block;}

.more {
	float:right;
	margin-top:-20px;
	margin-bottom: 25px;
	}

#content {
	width:475px;
	float:left;
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom:10px;
	font-size:20px;
	color:#900;
}

#right {
	position:relative;
	float:right;
	width:172px;
	margin-right:15px;
	margin-top:-215px;
}


#dynamic_sidebar {
	margin-left:3px;
	margin-right:3px;
	margin-top:10px;
}


.widgettitle {
	font-size: 48px;
	text-align:left;
}

li.aktt_widget {list-style-type:none}

#footer {
	background-image:url(images/notebook_bottom.png);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:60px;
	padding-right:10px;
	font-size:9px;
	text-transform:uppercase;
	letter-spacing:1px;
	text-align:right;
	color:#000;
	}

#footer a:link, #footer a:active, #footer a:visited {text-decoration:none; color:#000}
#footer a:hover {text-decoration:underline}
	
/* MENU STYLING */

#menu li {list-style-type:none; margin-bottom:10px; text-align:center; padding-bottom:4px; background-image:url(images/menu_shadow.png); background-position:right bottom;}
#menu a {width:144px; display:block; padding:3px;  text-transform:uppercase; font-family:Georgia, "Times New Roman", Times, serif; color:#FFF; font-size:11px; letter-spacing:1px;}
#menu a:link, #menu a:active, #menu a:visited {text-decoration:none;background-color:#5c483f;}
#menu a:hover {background-color:#aa0000}


/* LATEST POSTS */

div.latest {
	font-size:11px;
	line-height:2em;
	
}
.cufheadline {
	font-size:50px;
	font-color:#333;
	margin-bottom:-20px;
}

div.latest .thumb {
	float:left;
	margin-right:15px;
	margin-bottom:25px;
}

div.latest h3 {font-size:13px;color:#aa0000;  font-family:Georgia, "Times New Roman", Times, serif;}
h1.latest {text-indent:-2000px; height:54px; background-image:url(images/h1_latest.jpg); background-repeat:no-repeat; display:block;}

.hr {background-image:url(images/dash.jpg); height:1px; background-repeat:repeat-x; width:100%; margin-bottom:30px;}

/* POST STYLING */

.post h2 {padding-bottom:10px;}
.date {float:right; color:#000; font-weight:bold; font-size:11px; font-family:Georgia, "Times New Roman", Times, serif; margin-left: 15px;}
.title {
	font-size: 20px;
	color:#900;
	padding-bottom: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.title a {color: #900;}

/* ARCHIVE STYLING */
#archives {
	line-height:1em;
}

#archives h2 {
	font-size:40px;
}
.archives {
	width:100px;
	float:left;
	margin-right:24px;
}

.archives_last {
	width:100px;
	float:left;
	margin:0;
}

.archivetitle{
	font-size: 18px;
	color:#900;
	padding-bottom: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1.archives {text-indent:-2000px; height:54px; background-image:url(images/h1_archives.jpg); background-repeat:no-repeat; width:100%; display:block;}

div.archives h2, div.archives_last h2 { font-size:13px;color:#aa0000}
#archives li {padding-bottom: 8px; list-style-type:none; font-size:10px;}
#archives a:link, #archives a:active, #archives a:visited {text-decoration:none; color:#333;}
#archives a:hover {background-image:url(images/dash.jpg); background-position:bottom left; background-repeat:repeat-x; padding-bottom:3px;}
#navigation {float:right; margin-bottom:10px;}

/* SEARCH FORM */

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	}
	
#searchform #s {
	width: 141px;
	padding: 2px;
	background-color: #FBCFB5;
	margin-bottom: 5px;
	border: thin solid #CCC;
	}

#searchsubmit {
	padding: 1px;
	cursor: pointer;
	background-color:#D46765;
	color: #fff;
	}

/* 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
	}
.imgtfe {
	padding-right:20px;
	padding-bottom: 5px;
	margin-top:-20px;
}


div.excerpt .imgtfe {
	margin-top: 0;
}

#commentform input {
	background-color:#FBCFB5;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	background-color:#FBCFB5;
	width: 400px;
	padding: 2px;
	}

div.comments-template #submit {
	background-color:#D46765; 
	color: #fff;
}

input{background-color: #D46765;
        color: #fff;
		font-weight:bold;
		padding: 2px;
}

.submit {background-color: #D46765; color:#ffffff;}

textarea {background-color: #D46765;}

.textarea {background-color: #FBCFB5;}

h4 {font-size: 14px; color: #AA0000;}

.req {font-size:10px; color:#AA0000}

.reqinfo {font-size:10px; line-height:1.2em;}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-color:#FDF1DB;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
.post ul {padding-left: 15px;
	padding-bottom: 15px;}