/*  
Theme Name: SCRRS Site
Theme URI: http://wordpress.madlively.com
Description: SCRRS theme is combining a magazine and a weblog into one; it is not too magazine-ish nor too blog-ish. Designed for Wordpress. Gravatar support included along with automatic thumbnail resizer.
Version: 2.0
Author:  Anthony Yeo
Author URI: http://wordpress.madlively.com
*/


/* HTML Elements */
* {
	margin:0;
	padding:0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/scrrs-background-yellow.jpg) top center repeat-x #000000;
	color: #000;
	}

p {	
	margin: 15px 0px 20px;
	}

a:link, a:visited {
	color: #12733F;
	text-decoration:none;
	outline: none;
	font-weight: bold;
	}

a:hover, a:active {
	color: #3c78a7;
	text-decoration:underline;
	}

a img {
	border:0;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	



/* Structure */


#head {
	width:960px;
	margin:0px auto;
	margin-top:15px;
	padding:0px;
	font-size:0.7em;
	}


#page {
	width:940px;
	margin:0px auto;
	padding:10px;
	/*background:#000;*/
	background: rgb(236, 236, 236); /* fallback color */
	background: rgba(255, 255, 255, 0.45);
	_background: #ececec;
	font-size:0.75em;
	/* rounding */
	-webkit-border-radius: 0px 20px 0px 0px;
	-moz-border-radius: 0px 20px 0px 0px;
	
	}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}

#usarugby {
	float: right;
	z-index: 2;
}

/* Text*/

h1 {
	font:3.5em;
	font-weight:bold;
	letter-spacing:-0.08em;
	}

h2 {
	font-size: 26px;
	font-weight: lighter;
	margin-bottom: 10px;
	}

h3 {
	font-size: 22px;
	font-weight:lighter;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 10px;
	border-bottom: #333 dotted thin;
	}

h2.wp-table-reloaded-table-name {
	font-size: 22px;
	font-weight:lighter;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 10px;
	border-bottom: #333 dotted thin;
}

h4 {
	font:1.0em;
	}

h3.cat_title, h3.cat_title a {
	color:#333;
	letter-spacing:-0.05em;
	font-size:0.85em;
	padding-bottom: 10px;
	padding-top: 5px;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#logo {
	width:478px;
	_width: 550px;
	height: 80px;
	padding-left: 75px;
	background: url(images/logo.png) no-repeat;
	}

h1.header-logo a {
	color: #ffffff !important;
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 40px;
	line-height: 34px;
	letter-spacing: -.8px !important;
}
h1.header-logo a:hover {
	color: #ffffff !important;
	text-decoration: none;
}

#tagline {
	margin-top:5px;
	font-size:1em;
	color:#333;
	}

#top {
	padding:0;
	}

#headline {
	width:590px;
	float:left;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.5em;
	margin:0;
	}

#headline  div.title {
	font-weight:bold;
	font:2.4em ;
	letter-spacing:-0.05em;
	display:block;
	padding-bottom:5px;
	}

#headline div.meta {
	display:block;
	margin-top:-5px;
	padding-bottom:2px;
	}

#headline p {
	padding-bottom:15px;
	}

#featured {
	width:300px;
	background:#fff;
	float:right;
	padding:10px 10px 9px 10px;
	}

#featured .clearfloat {
	margin-top:7px;
	margin-bottom:8px;
	}

#featured .info {
	margin-top:5px;
	padding-top:5px;
	float:right;
	width:180px;
	}

#featured .title {
	font-weight:bold;
	}

#headline a img, #featured a img {
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:10px;
	padding:2px;
	}


#middle {
	width: 920px;
	background:#fff;
	float:right;
	padding:10px;
	margin:10px 0;
	}

.category {
	width:164px;
	float:left;
	border-top:8px solid #333;
	margin:0px;
	padding:5px 10px 10px 10px;
	background:#fff;
	}

.category p {
	margin:0;
	}

#cat-1, #cat-3, #cat-5  {border-top:8px solid #333333;}
#cat-2, #cat-4 {border-top:8px solid #3c78a7;}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:1.5em;
	letter-spacing:-0.05em;
	}

#front-popular h3 {
	color:#fff;
	}

.category a {
	color:#333;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#cat-1:hover, #cat-3:hover, #cat-5:hover {background:#333333; color:#fff; }
#cat-2:hover, #cat-4:hover {background:#3c78a7; color:#fff; }
#cat-1:hover a, #cat-3:hover a, #cat-5:hover a {background:#333333; color:#fff; }
#cat-2:hover a, #cat-4:hover a {background:#3c78a7; color:#fff; }

#bottom {
	width: 940px;
	}

#front-list {
	width:590px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	}

#archive {
	padding-top:15px;
	font-size:1.05em;
	line-height:1.75em;
	}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title, #archive .title {
	font-weight:bold;
	font-size: 26px;
	letter-spacing:-0.05em;
	}

#front-list .clearfloat, #archive .clearfloat {
	padding-bottom:10px;
	margin-bottom:20px;
	}

#front-list .spoiler, #archive .spoiler {
	display:block;
	margin-top:3px;
	}

#front-list p, #archive p {
	margin:0px;
	padding:0px;
	}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	font-size:0.8em;
	color:#333;
	}

.meta a {
	color:#333;
	}

#headline p, #featured p {
	margin:0;
	}


/* Homepage styling */

div#current { 
	float:left;
	width:48%; 
} 
div#message {
	float:right;
	width:48%;
}
#headlines h3 {
	padding:5px 7px;
	font-weight:bold;
	display:block;
	font-size: 14px;
	color: #ffffff;
	background-color: #330500;
	margin-top: 0px;
	}


/* Content Page*/

#content {
	width:590px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.85em;
	float:left;
	min-height:400px;
	}
	
#content-blank {
	width:98%;
	background:#ffffff;
	padding:10px;
	font-size:1.05em;
	line-height:1.85em;
	float:left;
	-webkit-border-radius: 0px 20px 0px 0px;
	-moz-border-radius: 0px 20px 0px 0px;
	}

#content .breadcrumb, #content .breadcrumb a {
	margin-bottom: 15px;
	font-size: 13px;
	font-weight:bold;
	color:#333;
	}

#content h2.title {
	font-size: 36px;
	line-height: 40px;
	font-weight:bold;
	letter-spacing:-0.05em;
	padding:5px 0px;
	}



.post {
	font-size:1.05em;
	line-height:1.75em;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	margin:10px 0px;
	}

.post ul, .post ol, .content ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	margin-left:30px !important;
	}

.post ul li, #front-list ul li {	
	list-style:square;
	margin-left:30px;
	}

.post ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.post img, .post a img, #front-list img, #archive img {
	border: none;
	}

.post .ads {
	margin-top:10px;
	}

.entry {
	margin-top:20px;
	}
	
.blogpost-block {
	border-bottom: 1px solid #efefef;
	padding-bottom: 18px;
	padding-top: 25px;
}
#blogpost ul li {
	padding-left: 30px;
}
#blogpost h3 a {
	font-size: 30px;
	font-weight: lighter;
}
#blogpost h2 a {
	font-size: 30px;
	font-weight: bold;
	line-height: 29px;
	letter-spacing: -.8px !important;
}
ol {
	margin-left: 50px;
}
	
/*** Button ***/
.more-link {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: url(images/button-stripe.png) top center repeat-x #0B4826;
	/* background-color:#0B4826; */
	color:#ffffff !important;
	padding: 8px 14px;
	text-decoration: none;
	line-height: 30px;
}
.more-link:hover {
	background: #000000;
	color: #ffffff;
	text-decoration: none;
}
.button-green {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#0B4826;
	color:#ffffff !important;
	padding: 8px 14px;
	text-decoration: none;
	line-height: 30px;
}
.button-green:hover {
	background: #000000;
	color: #ffffff;
	text-decoration: none;
}
.post-edit-link {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#7F0000;
	border:3px solid white;
	color:#ffffff !important;
	margin-bottom: 8px;
	padding: 8px 14px;
	text-decoration: none;
}
.post-edit-link:hover {
	background: #000000;
	color: #ffffff;
	text-decoration: none;
}
#submit {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#0B4826;
	color:#ffffff !important;
	padding: 8px 14px;
	text-decoration: none;
	line-height: 30px;
}


/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}
	
.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#s {
	padding:1px;
	font-size:1.0em;
	width:150px;
	}
	
#searchsubmit {
	padding-left:5px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	}



/* Comments*/

.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style:none;
	margin-bottom:3px;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	padding: 10px 10px 0px 10px;
	background:#f2f2f2;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width:495px;
	float:right
	}
		
.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none;
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:0.9em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.avatar {
	border:1px solid #bbb;
	margin:0px 10px 0px 0px;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
	}	

#comment {
	width:590px;
	background:#fff;
	}

/* Footer*/

#front-popular {
	font-size:0.7em;
	color:#fff;
	width: 940px;
	/*background:#2c2c2c;*/
	background: url(images/sock_bg.jpg) repeat #000;
	margin: 0 auto;
	padding:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 0px 0px 20px 20px;
	}

#recentpost, #mostcommented {
	width:280px;
	float:left;
	padding:10px;
	border:2px solid #fff;
	background: #000;
	}

#mostcommented {
	margin-left:17px;
	}

#recent_comments {
	width:280px;
	float:right;
	padding:10px;
	border:2px solid #fff;
	background: #000;
	}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
	list-style:none;
	border-top:2px dotted #fff;
	padding:5px;
	display:block;
	}

#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {
	background:#3c78a7;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	border-top:0px dotted #fff;
	}


#footer {
	margin: 0 auto;
	width: 960px;
	font-size:0.6em;
	padding-top:10px;
	padding-bottom:30px;
	}


/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}

/* Homepage Type Over Image Style */
/* http://css-tricks.com/examples/TypeOverImage/  */
.overlay3              { position: relative; margin-bottom: 20px; width: 100%; }
h2.overlay3                  { position: absolute; top: 200px; left: 0; width: 100%; }
h2.overlay3 span             { color: white; font: bold 24px/45px Helvetica, Sans-Serif; letter-spacing: -1px;  
                      background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.7); padding: 10px; }
h2.overlay3 span.spacer      { padding: 0 2px; background: none; }
.homepageoverlay {
   position: relative;
   width: 100%; /* for IE 6 */
}
h2.homepageoverlay span {
	position: absolute;
	top: -125px;
	left: 0px;
	color: #ffffff;
	font-family: Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 36px;
	letter-spacing: -.5px;
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.75);
	_background: #000;
	padding: 10px;
	line-height: 32px;
	width: 60%;
}
h2.homepageoverlay span a {
	color: #fff !important;
}
h5.homepageoverlay {
	font-size: 18px;
	font-weight:lighter;
	margin-bottom: -10px;
	margin-top: 55px;
	padding-bottom: 5px;
	padding-top: 10px;
	border-top: #333 dotted thin;
}
.homepageoverlay ul li {
	margin-left: 30px;
}
/*  cheers  */

/* Name Generator */
#nickname-container {
	text-align:center;
	color:black;
}
#nickname-question {
    margin:20px auto 30px;
}
#nickname-question br {
display:none;
}
.tall {
   font-size:2em;
}
#first {
   /*border:none;*/
   /*border-bottom:solid 1px #a9a9a9;*/
/*background-color:#accfff;*/
}
#refanwserblock {
	width: 400px;
	height: 60px;
	text-align: center;
	border: #666 thin solid;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}
#refereeanswer {
	text-align: center;
	font-size: 32px;
	color: #000;
	font-weight: bold;
	padding: 15px;
}
/* Generator Button */
.generator {
	padding: 8px;
	background-color: #DE7940;
	color: #fff;
	border: 0;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: -25px;
}
.generator hover {
	background-color: #99532C;
}

/*  
Search and Navigation
*/
#searchform {
	width:194px;
	float:right;
	text-align:right;
	padding-top:8px;
	margin-right:10px;
	}
	
/* Navigation Bar*/
#navbar {
	margin:0 auto;
	margin-top:8px;
	margin-bottom: 10px;
	z-index: 2 !important;
	position: relative !important;
	}

#dropmenu, #dropmenu ul {
	margin-top:0px;
	margin-bottom:0px;
	list-style-type:none;
	list-style-position:outside;
	width:722px;
	}
#dropmenu li.current_page_item a {
	background: #006600;
	}
#dropmenu li.current_page_parent a {
	background: #006600;
}
#dropmenu li.page-item-406 a {
	background-color: #7F0000 !important;
}
#dropmenu li.page-item-406 a:hover {
	background-color: #B20000 !important;
}
#dropmenu a {
	display:block;
	text-decoration:none; 
	padding:10px 12px;
	font-weight:bold;
	display:block;
	font-size: 14px;
	color: #ffffff;
	background-color: #003300;
	} 
#dropmenu a:hover {
	text-decoration:none;
	display:block;
	background-color: #12733F;
	} 
#dropmenu li {
	float:left;
	position:relative;
	padding-right: 3px;
	} 
#dropmenu ul {
	position:absolute;
	display:none;
	left:-1px;
	} 
#dropmenu ul a {
	width:170px;
	} 
#dropmenu li ul {
	width:14.1em;
	padding-top: 3px;
	} 
#dropmenu li ul a {
	width:12em;
	height:auto;
	float:left;
	}
#dropmenu li a:hover, #dropmenu li.over ul {
	background: #12733F;
	display: block;
	}
#dropmenu li ul a:hover {
	background: #135013;
	}
#dropmenu ul ul {
	top:auto;
	} 
#dropmenu li ul ul {
	left:12em;
	margin:0px 0 0 10px;
	} 
#dropmenu page_item page-item-257 {
	background: #F00;
	color: #ffffff;
	font-weight: bold;
}
	
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;} 
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}  

/*  Google Weather */
.hw_wpgw dl dd.today {
	width: 126px !important;
}
.hw_wpgw dl dd.today .condition {
	width: 126px !important;
	background-color: #006600 !important;
}
.hw_wpgw dl dd.today .temperature {
	width: 82px !important;
	font-size: 24px;
	background-color: #D88E0E !important;
	color: #fff !important;
}
.hw_wpgw dl dd.day1,
.hw_wpgw dl dd.day2 {
	margin-right: 3px;
}
.hw_wpgw .day {
	background-color: #006600;
}
.hw_wpgw .temperature {
	background-color: #D88E0E;
	color: #fff;
}

/* post image captions*/
.wp-caption {
	background: #006600;
	color: #fff;
	text-align: center;
	padding-top: 5px;
}
.vvqbox {
	clear: both !important;
}
