/*  
Theme Name: SDC2009
Description: Sunday Drama College
Author: Matt Evenden
Tags: simple, clean, widgets, widget-ready, two columns, fixed width, valid CSS, valid XHTML
Version: 1.0
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
		+ SEARCH FORM
	- COMMENTS
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
	
body {
	margin: 0px;
	padding: 0px;
	font:11px/16px Verdana, Tahoma;

	color:;
	background-color: #290403;
	background-repeat: repeat-x;
	background-position: left top;
}

a {
	color:#660000;
}

blockquote {
	margin:0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 5px solid #660000;
}

img {

}

ul, ol {
	margin: 0 0 20px 20px;
	padding: 0px;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	width: 1000px;
	margin: 0 auto;
}
	
#header {
	position: relative;
	width: 1000px;
	height: 431px;
	margin: 0 auto;
	background: url(../wp-content/themes/demar/img/bg-header.jpg) no-repeat top right;
}

#content {
	width: 950px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

#content-left {
	float: left;
	width: 640px;
}

#content-right {
	float: right;
	width: 250px;
}

#footer {

}

/*	##################################
   	HEADINGS
	################################## */
	
h1 {
	position: absolute;
	top: 80px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font:bold italic 24px/24px "Georgia", Times New Roman, Times, serif;
}

h1 a {
	color:#fff;
	text-decoration: none;
}

h2#blog-description {
	position: relative;
	top: 105px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font:normal 11px/11px "Georgia", Times New Roman, Times, serif;
	color: #660000;
}

h2 {
	margin:0 0 20px 0;
	padding: 0px;
	font:normal 14px/14px "Georgia", Times New Roman, Times, serif;
}

h3 {
	margin: 0 0 20px 0;
	font:bold 18px/18px "Georgia", Times New Roman, Times, serif;
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
	margin: 0 0 10px 0;
}

/*	##################################
   	HEADER
	################################## */
	
#header ul {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#header li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0px;
}

.page_item a {
	display: block;
	width: 100px;
	height: 22px;
	margin: 0px;
	padding: 8px 0 0 0;
	background: url(../wp-content/themes/demar/img/bg-menu.gif) no-repeat left top;
	font:normal 11px/11px Verdana, Tahoma;
	color:#fff;
	text-decoration: none;
	text-align: center;
}

.page_item a:hover {
	background: url(../wp-content/themes/demar/img/bg-menu-hover.gif) no-repeat left top;
}

.current_page_item a, .current_page_item a:hover {
	background: url(../wp-content/themes/demar/img/bg-menu-active.gif) no-repeat left top;
	font:bold 11px/11px Verdana, Tahoma;
	color:#363636;
}

/*	##################################
   	CONTENT
	################################## */
	
/** content left */

.box-left {
	margin: 0 0 40px 0;
	clear: both;
}
	
.meta {
	font:italic 10px/12px "Georgia", Times New Roman, Times, serif;
}

.meta-date {
	padding: 0 0 0 15px;
	background: url(../wp-content/themes/demar/img/bg-date.gif) no-repeat 0px 1px;
}

.meta-categories {
	padding: 0 0 0 15px;
	background: url(../wp-content/themes/demar/img/bg-cats.gif) no-repeat 0px 1px;
}

.meta-comments {
	padding: 0 0 0 15px;
	background: url(../wp-content/themes/demar/img/bg-comments.gif) no-repeat 0px 1px;
}

.box-left img {
	float: left;
	margin: 5px 10px 5px 0;
}

p.tags {
	clear: both;
}

/** content right */

.box-right {
	margin: 0 0 40px 0;
	clear: both;
}

.box-right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.box-right li {
	display: inline; /* white space bug IE6 */
}

li.cat-item ul.children {
	margin: 0px;
	padding: 0px;
}

li.cat-item ul.children li {
	margin: 0px;
	padding: 0px;
}

.box-right li a {
	display: block;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px dotted #ddd;
	text-decoration: none;
}

li.cat-item ul.children li a {
	padding: 5px 5px 5px 20px;
}

li.cat-item ul.children li ul.children li a {
	padding: 5px 5px 5px 40px;
}

.box-right li a:hover {
	background: #f7f7f7;
}

.box-right .page_item a, .box-right .current_page_item a {
	background: transparent;
	width: auto;
	height: auto;
	color:#660000;
	font-weight: normal;
	text-align: inherit;
}

/** search form */

#search {
	width: 150px;
	padding: 5px;
	color: #ccc;
	border: 1px solid #f2f2f2;
}

#search-submit {
	width: auto;
	margin: 0;
	padding: 5px;
	background: #363636;
	color: #fff;
	border: 0;
}

/*	##################################
   	COMMENTS
	################################## */
	
h4#comments, h4#respond {
	margin:0 0 20px 0;
}	
	
.comment {
	margin:0 0 20px 0;
	padding: 10px;
	background: #f7f7f7;
	border-top: 1px solid #ccc;
}

.avatar {
	float: left;
	margin:0 10px 0 0!important;
}

.comment-details {
	margin: 0 0 10px 0;
}

.comment-text p {
	margin: 0px;
	padding: 0px;
}

/** comment form */

#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

input.text {
	width: 390px;
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #f2f2f2;
}

textarea {
	width: 410px;
	height: 100px;
	margin: 0;
	padding: 5px;
	border: 1px solid #f2f2f2;
}

input.submit {
	width: auto;
	margin: 0;
	padding: 5px;
	background: #363636;
	color: #fff;
	border: 0;
}


/*	##################################
   	FOOTER
	################################## */
	
#footer-wrap {
	background: #660000;
}

#footer {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0;
	font:normal 10px/10px Verdana, Tahoma;
	color: #fff;
}

#footer a {
	color:#fff;
}

#legal {
	float: left;
	width: 540px;
}

/*	##################################
   	USEFUL
	################################## */
	
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  	float: left;
  	margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.clear {
	clear:both;
}

/** wordpress css */

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/** wp-calendar */

#calendar_wrap {
	margin: 0px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar th {
	text-align: left;
}
.header {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 25px;
	color: #d09146;
}
.text {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15pt;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.menulink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	line-height: normal;
	color: #FFFFFF;
	margin-left: 3px;
}
.headerwhite {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	line-height: normal;
	color: #FFFFFF;
}
.textlatestnews {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15pt;
	color: #d09146;
	padding-left: 10px;
	padding-right: 10px;
}
.textlatestnews a:link {
	color: #ffffff;
	text-decoration: none;
}
.textlatestnews a:visited {
	text-decoration: none;
	color: #ffffff;
}
.textlatestnews a:hover {
	color: #ff7800;
}
.textlatestnews a:active {
	text-decoration: none;
	color: #ffffff;
}
.quotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	line-height: normal;
	color: #b95245;
	padding-right: 50px;
	padding-left: 50px;
	font-style: italic;
}

.textbold {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15pt;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	line-height: normal;
	color: #FFFFFF;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d09146;
}
.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	line-height: normal;
	color: #FFFFFF;
}

a:link {
	color: #ff7800;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ff7800;
}
a:hover {
	color: #ff7800;
}
a:active {
	text-decoration: none;
	color: #ff7800;
}
.line {
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	height: 11px;
}
.tutor {
	border: 1px solid #290403;
	margin-right: 10px;
}
.subsubtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.links {
	margin-right: 10px;
	margin-bottom: 25px;
}
.links2 {
	margin-right: 10px;
	margin-bottom: 40px;
}
.links3 {
	margin-right: 10px;
	margin-bottom: 100px;
}
.links4 {
	margin-right: 10px;
	margin-bottom: 200px;
}
.links5 {
	margin-right: 10px;
	margin-bottom: 450px;
}
.links6 {
	margin-right: 10px;
	margin-bottom: 250px;
}
.news {
	margin-right: 10px;
	margin-bottom: 10px;
}
.news2 {
	margin-right: 10px;
	margin-bottom: 90px;
}
.quotecredit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	line-height: normal;
	color: #b95245;
	padding-right: 50px;
	padding-left: 50px;
}
.button {
	margin-right: 5px;
}
.links7 {
	margin-right: 10px;
	margin-bottom: 120px;
}
.poster {
	margin-right: 10px;
	margin-top: 10px;
}
