/*   
Theme Name: SCYSv3
Theme URI: http://www.scys-notts.co.uk
Description: New Design for SCYS Website
Author: Gurjeet Singh
*/


/*---STANDARD---*/

* {
	margin:0;
	padding:0;
}

html {
	border-top:5px solid #FE9901;
}

body {
	text-align:center;
	border-top:1px solid #3F9BC0;
}

div {
	text-align:left;
}

img {
	border:none;
}

.clear {
	clear:both;
	height:1px;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

/*---TYPOGRAPHY---*/

* {
	font:1em/1.5em "Lucida Grande", Tahoma, Arial, Sans-Serif;
	color:#666666;
}

input {
	font-size:90%;
}

h1 {
	font:150% Georgia;
	color:#377AA4;
	margin-bottom:15px;	
}

h1 a {
	color:#377AA4;
}

h2 {
	font-size:110%;
	color:#3F8DB3;
	margin-bottom:15px;
	text-decoration:underline;
}

h2 a {
	color:#3F8DB3;
}

h3 {
	font-size:110%;
	color:#3F8DB3;
	margin-bottom:15px;	
}

h3 a {
	color:#3F8DB3;
}

h4 {
	font-size:100%;
	color:#3F8DB3;
	margin-bottom:15px;	
}

h4 a {
	color:#3F8DB3;
}

strong {
	font-weight:bold;
}

ul {
	list-style-type:none;
}

#content ul, #content-full ul {
	list-style-type:disc;
	font-size:80%;
	margin:0 0 15px 25px;
}

#content ul li, #content-full ul li {
	padding:5px;
}

p {
	font-size:80%;
	margin-bottom:15px;
}

.info {
	color:#4C9FC1;
	margin-top:-15px;
}

.info-message {
	padding:10px;
	background:#FFFCF0;
	border-top:1px solid #CCC9A9;
	border-bottom:1px solid #CCC9A9;
}

.info-message515 {
	padding:10px;
	background:#FFFCF0;
	border-top:1px solid #CCC9A9;
	border-bottom:1px solid #CCC9A9;
	width:485px;
}

/*---LAYOUT---*/

#outercontainer {
	width:960px;
	margin:35px auto 0 auto;
	position:relative;
}	

#logo {
	float:left;
	margin-bottom:25px;
}

#searchform {
	position:absolute;
	right:20px;
	top:-38px;
	background:url(images/search.gif);
	width:250px;
	height:35px;
}

#searchform form {
	margin:0;
	padding:0;
}

#searchform form input {
	margin:5px 0 0 30px;
	.margin:3px 0 0 30px;
	width:170px;
	background:#FCBB58;
	border:none;
	color:#FFFFFF;
	padding:2px;
}

#topnav {
	margin:25px 0 0 0;
	float:right;
}

#topnav li {
	float:left;
}

#topnav li a {
	padding:5px 15px;
	display:block;
}

#topnav .current-cat a {
	color:#fe9901;
}

#body {
	clear:both;
	padding:15px;
	float:left;
	width:930px;
}

#breadcrumb {
	position:relative;
	width:930px;
	padding:5px 15px;
	margin:-15px 0 15px -15px;
	background:#FFFCF0;
	border-bottom:1px solid #CCC9A9;
	font-size:80%;
}
/*
#sidebar {
	width:178px;
	padding-left:17px;
	float:right;
	border-left:1px solid #E9E6C2;
	min-height:450px;
	margin-top:45px;
}
*/
#upcoming-events {
	display:block;
	line-height:25px;
	width:174px;
	text-align:center;
	color:#377AA4;
	margin-bottom:15px;	
	text-decoration:none;	
	background:#FFFCF0;
	border:1px solid #E9E6C2;
}

#sidebar .thumbnail {
	float:left;
	margin-bottom:15px;
	border:1px solid #CCC9A9;
}

#content {
	float:left;
	width:930px
}

#content-full {
	float:left;
	width:930px;
}

.post {
	width:272px;
	height:250px;
	margin:0 15px 15px 0;
	padding:10px;
	float:left;
	background:#FFFCF0;
	border:1px solid #E9E6C2;
}

.post-regular {
	width:272px;
	height:135px;
	margin:0 15px 15px 0;
	padding:10px;
	float:left;
	background:#FFFCF0;
	border:1px solid #E9E6C2;
}

.post-gallery {
	width:272px;
	height:150px;
	margin:0 15px 15px 0;
	padding:10px;
	float:left;
	background:#FFFCF0;
	border:1px solid #E9E6C2;
	text-align:center;
}

.post-gallery div {
	width:272px;
	height:150px;
	position:relative;
}

.post-gallery-link {
	display:block;
	width:272px;
	height:150px;
}	

.post-gallery center, .hp-images center {
	background:#000000;
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8;
	height:25px;
	position:absolute;
	bottom:0;
}	

.post-gallery center h3 a, .hp-images center h3 a {
	color:#FFFFFF;
	font-size:75%;
	font-weight:bold;
	line-height:23px;
	height:25px;
	width:272px;
	display:block;
	filter:alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
}	

.hp-images {
	width:272px;
	height:100px;
	position:relative;
}	

.hp-images a {
	display:block;
	width:272px;
	height:100px;
}


#footer {
	clear:both;
	width:930px;	
	padding:10px 15px;
	margin-bottom:25px;
	text-align:center;
	background:#FE9901;
	border:1px solid #CCC9A9;
	border-top:none;
}

#footer p {
	color:#FFFFFF;
	font-size:80%;
	margin:0;
	padding:0;
}

.home-left {
	float:left;
	height:320px;
	width:180px;
	padding:10px;
	text-align:justify;
}

.home-center {
	margin:0 auto;
	padding-top:25px;
	width:500px;
	position:relative;
	height:285px;
}

.home-center-text {
	background:#000000;
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8;
	height:25px;
	width:500px;
	position:absolute;
	bottom:-1px;
}	

.home-center-text  a {
	color:#FFFFFF;
	font-size:75%;
	font-weight:bold;
	line-height:23px;
	height:25px;
	display:block;
	padding-left:5px;
	filter:alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
}


.home-right {
	float:right;
	height:320px;
	width:180px;
	padding:10px;
	text-align:justify;
}

.home-bottom-left {
	float:left;
	height:200px;
	width:280px;
	text-align:center;
}

.home-bottom-center {
	margin:0 auto;
	height:200px;
	width:280px;
	text-align:center;
}

.home-bottom-right {
	float:right;
	height:200px;
	width:280px;
	text-align:center;
}

 .homelist {
	text-align:left;
	list-style-type:square;
	margin:10px 0 0 25px;
	font-size:80%;
}

.hptext {
	background:#000000;
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8;
	height:25px;
	position:absolute;
	bottom:0;
}	

.hptext a {
	color:#FFFFFF;
	font-size:75%;
	font-weight:bold;
	line-height:23px;
	height:25px;
	display:block;
	filter:alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
}

/*---DESIGN---*/

body {
	background:#E9E6C2 url(images/header-bg.jpg) no-repeat;
}

#topnav li a {
	color:#EEEEEE;
	border-right:1px solid #115383;
	text-decoration:none;
	font-size:75%;
}

#body {
	background:#FFFFFF;
	border:1px solid #CCC9A9;
	border-bottom:none;
}

#homepage {
	font-size:120%;
}


.divider {
	background:url(images/divider.gif) no-repeat;
	width:923px;
	height:9px;
	margin:0 auto 20px auto;
	clear:both;
}

.activity-main {
	float:right;
	margin:-45px 0 15px 15px;
	width:300px;
	height:300px;
	background:#EAEAEA;
}

.main {
	float:right;
	margin:0 0 15px 15px;
}

.activity-thumb {
	float:left;
	margin:15px 15px 0 0;
	width:100px;
	height:100px;
	background:#EAEAEA;
}

a .activity-thumb  {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}

a:hover .activity-thumb {
	filter:alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
}


/*---COMMENTS---*/

.commentlist {
	font-size:90%;
	margin:0 25px;
}

.commentlist li {
	border:1px solid #CCC9A9;
	margin:0 0 15px 0;
}

.comment-header {
	height:48px;
	background:#FFFCF0;
	border-bottom:1px solid #E9E6C2;
}

.comment-header a img {
	float:left;
}

.postinfo {
	float:left;
	padding:9px 0 0 10px;
}

.time {
	font-size:70%;
}

.commenttext {
	padding:15px 15px 5px 15px;
}

.moderation {
	font-size:90%;
	float:right;
	line-height:48px;
	margin-right:15px;
}

#name, #email, #words {
	background:#FFFCF0;
	border:1px solid #CCC9A9;
	width:300px;
}

#words {
	width:500px;
}

#wpcf {
	font-size:90%;
}


.attachment-medium { 
	border:1px solid #CCC9A9;
}	