/*
Theme Name: DisCASS
Theme URI: http://deucecreative.co.uk/
Description: A bespoke theme built for <a href="http://discass.org.uk/">DisCASS</a>.
Version: 1.0
Author: Deuce Creative
Author URI: http://deucecreative.co.uk/

	DisCASS v1.0
	 http://deucecreative.co.uk/

	This theme was designed and built by Deuce Creative,
	whose site you will find at http://deucecreative.co.uk/

*/

body {
	background: #0053a0;
	border-top: 13px solid #000;
	padding-bottom: 20px;
	background-color: #0053a0;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
}

.container_12 {
	width: 960px;
}

#telArea {
	height: 148px;
	position: relative;
}

p#tel {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 2em;
	text-align: left;
	color: #fff;
	margin: 0 15px 32px 0;
	background-image: url(img/phoneIcon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 24px;
}

a {
	color: #0053a0;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-family: Georgia, serif;
	font-size: 2.4em;
	margin-bottom: 15px
}

#homeBox h1 {
	margin: 22px 15px 26px 15px;
}

h1, h2, h3 {
	font-weight: bold;
	margin-left: 15px;
}

h2 {
	font-family: Georgia, serif;
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
	line-height: 18px;
	color: #0053a0;
}

.boxContent p,
.boxContent ul {
	font-size: 1.4em;
	margin-bottom: 10px;
	line-height: 20px;
}

.boxContent ul li {
	margin-left: 13px;
}

.boxContent ul li ul {
	font-size: 1.0em;
}

.boxContent div.hr {
	height: 1px;
	border-top: 1px solid gray;
	margin: 7px 0;
}

.boxContent div.hr hr {
	display: none;
}

#homeBox p {
	margin-left: 15px;
	font-size: 1.6em;
	line-height: 24px;
}

#navBar {
	width: 940px;
	background-color: #323941;
	background-image: url(img/navBackgroundRepeat.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	color: #fff;
}

body.home #navBar {
	background-image: url(img/navBackground.jpg);
	background-repeat: no-repeat;
}

ul#nav {
	list-style-type: none;
	margin: 10px 0 9px 8px;
}

ul#nav li {
	font-size: 1.4em;
	line-height: 21px;
	margin: 0;
	font-weight: bold;
	float: left;
	padding: 0 8px;
	border-right: 2px solid gray;
}

ul#nav li#last {
	border-right: none;
}

ul#nav li a {
	color: #fff;
}

ul#phone {
	list-style-type: none;
	float: right;
}

ul#phone li {
	font-size: 1.8em;
	line-height: 40px;
	margin: 0 15px 0 0;
	font-weight: bold;
	text-align: right;
/*
	background-image: url(img/phoneIcon.gif);
	background-repeat: no-repeat;
	background-position: left center;
*/
	padding-left: 24px;
}

ul#phone li a {
	color: #fff;
	text-decoration: none;
}

ul#phone li a#chgFontSize_decrease {
	font-size: 0.8em;
}

#homeBox {
	width: 940px;
	background-image: url(img/homeImage.jpg);
	min-height: 236px;
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: right top;
}

* html #homeBox {
	min-height: 236px;
	height: auto !important;
	height: 236px;
}

* html #homeBox {
	height: 236px;
}

.box {
	background-color: #fff;
	background-image: url(img/boxBg.gif);
	background-repeat: repeat-x;
	padding: 10px 0;
}

#leftCol .box {
	width: 620px;
}

#rightCol .box {
	width: 300px;
}

.boxContent {
	padding: 0 15px 15px 15px;
}

.boxContent h2,
.boxContent h3 {
	margin-left: 0;
}

.boxContent h2 {
	margin-bottom: 10px;
}

.boxContent img {
	margin: 5px 0;
}

#pageBox {
	min-height: 471px;
}

* html #pageBox {
	min-height: 471px;
	height: auto !important;
	height: 456px;
}

img.dropShadow {
	height: 13px;
	margin-bottom: 7px;
	width: 100%;
}

img.iepngfix_v2 {
	behavior: url(http://discass.org.uk/wp-content/themes/discass/css/iepngfix.htc);
}

#footer {
	width: 940px;
	font-size: 1.1em;
	font-weight: bold;
	
}

#footer,
#footer a {
	color: #fff;
}

ul#subNav {
	list-style-type: none;
	margin-left: 15px;
}

ul#subNav li {
	float: left;
	margin: 0 14px 0 0;
}

p#credits {
	text-align: right;
	padding-right: 15px;
}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 6px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: left;
	margin: 0;
	padding: 0;
	font-style: italic;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/*<![CDATA[*/

/****   FONT CHANGER BIT *****/

.small_font		{ font-size:0.7em; }
.medium_font	{ font-size:1em; }
.large_font		{ font-size:1.3em; }
.x_large_font	{ font-size:1.5em; }
.xx_large_font	{ font-size:1.7em; }

/*]]>*/