/* Start of CMSMS style sheet 'gcfr' */
/**********Modified**************************
   AUTHOR:  			Matthew Ballinger 
   WEBSITE:   			http://www.ballinger.ca/          	
 *******************************************/ 
/**********Original Author*******************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	ablaze
   TEMPLATE CODE: 	S-0009
   VERSION:          2.1	          	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { 
	padding: 0; margin: 0;
}
body {
	margin: 0; 	padding: 0;
	font: normal .70em/1.5em Tahoma, 'Trebuchet MS', sans-serif;
	color: #eee;
	text-align: center;
	background: #000;
}

/* links */
a {
	color: #F88F26; 
	background-color: inherit;
	text-decoration: none	
}
a:hover {
	color: #FFF;
	background-color: inherit;
}

/* headers */
h1, h2, h3, h4 {
	font: bold 1.3em 'Trebuchet MS', Arial, Sans-serif;
	color: #b4080d;
}
h1 { font-size: 1.6em; } 
h2 { font-size: 1.4em; /*text-transform:uppercase;*/}
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }

#main h1 { 
	font: normal 1.5em 'Trebuchet MS', Arial, Sans-serif;
	color: #DBD0A3; 	
}
#sidebar h1 {
	font: bold 1.4em 'Trebuchet MS', Arial, Sans-serif;
	background: #000 url(uploads/theme_images/dark_red/arrow.gif) no-repeat 10px .7em;
	padding: 7px 0 7px 35px;
	color: #b4080d;
}

p, h1, h2, h3 {
	margin: 0;
	padding: 7px 15px;
}

ul, ol {
	margin: 7px 30px;
	padding: 0 15px;
	color: #F88F26;
}
ul span, ol span {
	color: #eee;
} 

/* images */
img {
	border: none; /*px solid #444;*/
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
img.bottom-margin {
	margin-bottom: 5px;
}
img.left-right-space {
	margin: 0 3px;
}
/* a img {  
  border: 3px solid #444;
} */
/* a:hover img {  
  border: 3px solid #CCC !important; /* IE fix * /
  border: 3px solid #444;
} */

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #111;    
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #111;  
   font: bold 1.3em/1.5em 'Trebuchet MS', Sans-serif;   
}

/* form elements */
form {
	margin: 15px;
	padding: 7px;
	background: #000;  
  border: 1px dotted #666; /* #151515 */
}
label {
	/* display:block; */
	font-weight:bold;
	margin:5px;
}
input {
	margin: 5px;
	padding: 2px;
	border: 1px solid #CCC;
	font: normal 1em Verdana, sans-serif;
	color:#000;
	background: #eee;
}
select {
	margin: 5px;
	padding: 2px;
	border: 1px solid #CCC;
	font: normal 1em Verdana, sans-serif;
	color:#000;
	background: #eee;
}
textarea {
	margin: 5px;
	width: 250px;
	padding:2px;
	border: 1px solid #CCC;
	font: normal 1em Verdana, sans-serif;
	height:100px;
	display:block;
	color:#000;
	background: #eee;
}
.submit input { 
	margin: 5px; 
	font: bold 1em Verdana, sans-serif; 
	border: 1px solid #CCC;
	padding: 2px; 
	color: #fff;
	background: #b4080d;	
}

/* search form */
.searchform form{
	position: absolute;
	top: 10px; right: 10px;
	background-color: transparent;
	border: none;
	margin: 0; padding: 0;
}
.searchform input.textbox { 
	margin: 0 3px; padding: 0px 2px;
	width: 130px;
	background: #000;
	color: #FFF; 
	height: 20px;
	border: 1px solid #7E050A;
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif;
	background: #000;
	color: #fff;	
	width: 70px;
	height: 22px;
	border: none;
	padding: 0px 5px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#pagewrapper {
	min-width: 770px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header-content, #footer-content, #content {
	width: 100%;	
}

/* header */
#header {
	background: #444 url(uploads/theme_images/dark_red/headerbg_date_presentedby_2010.jpg) no-repeat 0 0;
	height: 150px; /* 120px */
	text-align: left;	
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
}
#header-content #logo {
	position: absolute;	
	font: bold 50px Verdana, 'Trebuchet Ms', Sans-serif;
	letter-spacing: -2px; 
	color: #000;
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the logo */
	top: 5px; left: 20px;
}
#header-content #slogan {
	position: absolute;	
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #eee;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 60px; left: 35px;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: 20px; top: 118px; 
	font: normal 1.2em 'Trebuchet MS', sans-serif;
	color: #000;
	list-style: none;
	margin: 0; padding: 0;		
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 7px;	
	color: #DBD0A3;
}
#header-content li a:hover {
	background: #000;
	/*color: #DBD0A3;*/
}
#header-content li a#current  {
	background: #000;
	/*color: #DBD0A3;*/
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	background: #000;		
	width: 100%;
}
#content {
	text-align: left;
	padding: 0; margin: 0 auto;		
}

/* table classes */
.entryscoretable {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border-bottom: 1px dotted #666;
	padding-bottom: 10px;
}
.entryscoretable thead td {
	padding: 2px 15px;
	border-right: 1px solid #000;
	background-color: #222;
	text-align: center;
	font-weight: bold;
}
.entryscoretable td {
	padding: 2px 10px;
	color: #eee;
}

/* breadcrumbs */
p.breadcrumb {
	border-top: 1px dashed #222;
}

/* sidebar */
#sidebar {
	float: right;
	width: 260px;
	margin: 10px 0; padding: 0;	
}
#sidebar ul.sidemenu {
	list-style:none;
	margin: 0;
	padding: 5px 0 15px 0;			
}
#sidebar ul.sidemenu li {
	padding: 0 10px;
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight:bold;
	color: #eee; 
	height: 1.5em;
	text-decoration: none;
	padding:.3em 0 .3em 15px;
	background: #000;		
	border-bottom: 1px dashed #222; /* #151515 */
	line-height: 1.5em;
}
#sidebar ul.sidemenu a#sidecurrent {
	padding: .3em 0 .3em 15px;
	background: #000;
	color: #D30F16;		
}
#sidebar ul.sidemenu a#sidecurrent:hover {
	padding: .3em 0 .3em 10px;
	background: #000;
	border-left: 5px solid  #D30F16;
	color: #D30F16;		
}
#sidebar ul.sidemenu a.top{
	border-top: 1px dashed #222; /* #151515 */
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	background: #000;
	border-left: 5px solid  #D30F16;
	color: #D30F16;		
}
#sidebar .sidebox {
	background: #000;
	margin: 5px 15px 10px 15px;
}

/* main */
#main {
	margin: 10px 0; 
	padding: 0 270px 0 0;		
}

/* footer */
#footer {
	clear: both;
	margin: 0; padding: 0;
	border-top: 1px solid #68050A;
	font-size: 95%;
	text-align: left;	
}
#footer h2, #footer p {
	padding-left: 0;
}
#footer-content {	
	margin: 0 auto;		
}
#footer-content a {
	text-decoration: none;
	color: #b4080d;
}
#footer-content a:hover {
	text-decoration: underline;
	color: #FFF;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer-content .col {
	/* width: 32%; */
	width: 49%;
	padding: 0 5px 30px 15px;	
}
#footer-content .col2 {
	/* width: 30%; */
	width: 48%;
	padding: 0 0 30px 0;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }
.align-center { text-align: center; }
.left-indent-bottompadding { margin: 0; padding: 0 0 7px 7px; }

/* additional classes */
.clear { clear: both; }
.comments { 
	text-align: right; 
	border: 1px dashed #222; /* #151515 */
	padding: 5px 10px;
	margin: 20px 15px 10px 15px;
}
.border-1px {
	border: 1px solid #ccc;
}

/* news classes */
.NewsPost {
	margin: 0;
	padding: 0 0 15px 0;
}
.NewsTitleDate {
	margin: 0 15px;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #68050A;
	font-weight: bold;
}
.NewsDate {
	float: right;
	text-align: right;
}
.NewsPostDetailContent {
	margin: 5px 15px;
	padding: 0 10px;
	background-color: #101010;
}
.NewsPostDetailContent p {
	margin: 0;
	padding: 7px 0;
}
/* End of 'gcfr' */

