/*  
Theme Name: Shambles Custom CSS
Theme URI: http://www.myworldinshambles.com/
Description: This theme was designed and developed by <a href="http://www.marylizbender.com/">MaryLiz Bender</a>.
Version: 1
Author: MaryLiz Bender
Author URI: http://www.marylizbender.com/
*/

 
/* ---- Clear Browser Defaults ---- */
  
* {margin:0;padding:0}
a {outline:none; color:#d43944; text-decoration:none}
	a:hover {text-decoration:underline}
img, fieldset {border:none}
 
/* ---- Element Styles ---- */
 
body {background:#0f0f0f; font-family:Verdana, Helvetica, Arial; line-height:1.5em}

h1, h2, h3 {font-family:"Times New Roman", Times, serif; font-weight:normal}
h1 {margin:35px 0 0 205px; font-size:1.7em}
h2 {margin-top:35px; font-size:1.5em}
h3 {margin-bottom:10px; font-style:italic; color:#7f797a; font-weight:bold; font-size:17px}

p, ul, ol {font-size:11px; margin-bottom:10px}

/* Global Classes */

.link_arrow {padding-left:20px; background:url(images/arrow.jpg) 0 8px no-repeat; font-style:italic}
.alt {background:#F0F0F0}

/* ---- Layout Styles ---- */
 
#wrapper {width:892px; padding:69px 34px; margin:0 auto; background:#fff url(images/wrapper_bg.jpg) top left no-repeat; overflow:hidden}

	#logo {margin-bottom:55px}

	#content {width:730px; float:left; display:inline}
		#content .info {clear:both; width:170px; float:left; display:inline; margin-top:35px; color:#443c3c}
			#content .info ul {list-style-type:none; font-size:10px; background:url(images/info_border.jpg) bottom left no-repeat}
				#content .info ul li {padding:6px 0; background:url(images/info_border.jpg) top left no-repeat}
					#content .info ul li a {color:#443c3c}
					#content .info .comment a {display:block; padding-left:25px; background:url(images/comment_bubble.jpg) 0 4px no-repeat}
		#content .post {width:525px; float:left; display:inline; margin-left:35px} 
	
	#sidebar {width:140px; float:right; dipslay:inline; margin-top:35px}
		#sidebar ul {list-style-type:none}
			#sidebar ul li a {padding-left:20px; background:url(images/arrow.jpg) 0 3px no-repeat}
			.search form input, #sidebar ul form input {display:inline; margin-bottom:5px; width:auto}

#footer {text-align:center; clear:both; list-style-type:none; padding-top:30px}
	#footer li {display:inline; padding:0 6px; font-size:9px; border-right:1px solid #443c3c}
	#footer .no_border {border:none}
		#footer li a {color:#443c3c}

/* ---- Comment Specific ---- */

.commentlist {list-style-type:none}
	.commentlist li {padding:15px}
input {width:345px}
#submit {width:130px}
	
