/*
Theme Name: Scandal Snappers
Author: Shaun
*/

/*-----------Block Level Elements--------------*/

Body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-color: #6E875E;
	color: #FFFFFF;
}

#page {
	width: 728px;
}

#header {

}

#headerimg {
	width: 728px;
	height: 507px;
	background-image: url(images/topbanner.jpg);
}

.description {
	width: 450px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 135px;
	font-style: italic;
	font-weight: bold;
	font-size: .8em;
}

#wrapper {
	width: 520px;
	float: left;
}

#content {

}

#sidebar {
	width: 205px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

.ads {
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	}

/*-------------Headings-------------*/

h1 {
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}

h3 {
	font-size: .8em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}

h4 {

}

h5 {

}

/*--------------Sidebar------------*/

#sidebar {
	font-size: .9em;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0 0 0 5px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0em 0em 0.5em;
	padding: 0.1em 0;
	list-style: square;
	}
	
/*--------------Various------------*/

a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	color: #740005;
	text-decoration: none;
	}
	
.post {
	padding-left: 5px;
	}
	
.entry {
	padding-left: 5px;
	padding-right: 10px;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.post h2 {
	margin-bottom: -1px;
	}
	
.add {
	padding-left: 5px;
	margin-bottom: -15px;
	}
	
.alignright {
	float: right;
	}
	
.pagetitle h2 {
	padding-left: 5px;
	}
	
.search {
	padding-left: 7px;
	}
	
.ratings {
	font-size: .8em;
	padding-left: 5px;
	}
	
.post h2 {
	padding-left: 5px;
	}
	
.postmetadata {
	padding-left: 5px;
	font-size: .8em;
	}
	
.desc {
	padding-left: 10px;
	}
	
/*--------------Comments------------*/

.comment 
{
	position: 				relative;
	margin:					3px;
	margin-top:				6px;
/*	border: 				1px solid #666; */
	padding:				4px 4px 4px 8px;
<?php if($shrinkby > 0) { ?>
	font-size:				<?php echo (100-$shrinkby); ?>%;
<?php } ?>
	background-color:		#fff;
}

.odd
{
	background-color: #f8f8f8;
}

.comment div {
	position: 				relative;
}

.comment .comment img
{
	margin: 				0px;
}

.comment .collapseicon 
{
	width: 					13px;
	height: 				13px;
	overflow:				hidden;
	background-image: 		url(<?php echo get_settings('siteurl'); ?>wp-content/plugins/briansthreadedcomments.php?image=subthread-open.png);
}

.collapsed .collapseicon 
{
	background-image: 		url(<?php echo get_settings('siteurl'); ?>wp-content/plugins/briansthreadedcomments.php?image=subthread.png);
}


.comment .reply {
	text-align: 			right;
	font-size: 				80%;
	padding: 				0px 6px 6px 0px;
}

.comment
{
	border: 	1px solid #ddd;
	margin-top: 			10px;
	margin-bottom: 10px;
}

input#subscribe
{
	width: auto;
}

.comment .body .content
{
	padding:				0px 3px 0px 3px;
	width: 					100%;	
	overflow: 				auto; 
}

.comment .title abbr
{
	border: none;
}

.collapsed .body, .collapsed .comment
{
	display:				none;
}
/*
#addcomment small, #addcomment div
{
	padding:				3px;
}
*/
#commentform textarea {
	width: 97%;
}