/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
   AMMENDED:		    Andy Greenley http://www.daydreamzzz.net
   TEMPLATE NAME:		Refresh
   TEMPLATE CODE: 	    S-0002
   VERSION:             1.0a          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* {
	margin: 0;
	padding: 2;
}

body {
	background: #CCCCCC;
	color: #333;
	text-align: center;
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
}

/* links */
a, a:visited {
	text-decoration: none;
	font-weight: Bold; 	
	color: #4F82CB; 
	background: inherit;
}
a:hover {
	color: #4EBF37;
	background: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
	text-transform: uppercase;
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #0DA10D;
}
h3 {
	font-size: 100%;
	text-transform: uppercase;	
	color: #0DA10D; 
}

/* images */
img {
	border: 2px none #CCC; 	/*border: 2px solid #CCC; */
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;

}
ul span, ol span {
	color: #666666;
}

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: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
    border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 5px;    
}


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 820px;
	background: #CCC url(images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 0 auto;
}
#header {
	width: 820px;
	position: relative;
	height: 106px;
	background: #CCC url(http://i634.photobucket.com/albums/uu61/cambridgepool/header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 28px; left: 50px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	text-transform: none;
	color: #FFF;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 74px;
	left: 58px;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/* Menu */
#menu {
	clear: both;
	margin: 0;
	padding: 0 0 0 40px;
	background: url(images/menu.jpg) repeat-y center top;
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
}
#menu ul {
	float: left;
	list-style: none;
	margin:0;
	padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #FFFF00;
	color: #333;	
}
#menu ul li#current a {	
	background-color: #FFF;
	color: #333;
}

/* Main Column */
#main {
	float: right;
	width: 72%;
	padding: 0; margin: 0;
}
#main h1 {
	margin-top: 10px;
	color: #000000;
	padding: 5px 0 5px 25px;
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(images/square-green.png) no-repeat 3px 50%;
	font-family: Verdana, 'Trebuchet MS', Sans-serif;
	font-size: 125%;
	font-weight: bold;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px;
	margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 100%;
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	padding-left: 20px;
	margin: 0 10px 0 5px;
	background-image: url(images/page.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.post-footer .readmore {
	padding-left: 5px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 5px;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 26.5%;
	padding: 0; margin: 0;	
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(images/headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
#sidebar .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(images/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}

/* Fixtures */	
#fixtures {
	float: left;
	width: 72%;
	padding: 0; margin: 0;	
}	
#fixtures h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(images/headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
#fixtures .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;	
}
#fixtures ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#fixtures ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(images/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#fixtures ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}

/* Footer */	
#footer {
	color: #666666;
	background: #CCC url(images/footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 55px;
	text-align: center;	
	font-size: 92%;
}
#footer a { text-decoration: none; }

/* 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; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }
.black {color: #000000;}
.blue {color:#416EFF;}
.bluebold {color:#416EFF;	font-weight: bold;}
.green {color:#4EBF37;}
.greenbold {color:#4EBF37;	font-weight: bold;}
.steward {color: #FF0000;	font-weight: bold;}

.date {

background:transparent url(images/icon-calendar.gif) no-repeat scroll 0%;

float:left;

height:32px;

margin-right:8px;

padding-top:11px;

width:32px;

}

.date p {

line-height:150%;

margin-bottom:1.3em;

}



.date span.day {

display:block;

font-size:18px;

}

.date span.month {

display:block;

font-size:9px;

height:12px;}



.date p {

color:#9B9B8E;

font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;

text-align:center;

text-transform:uppercase;

}
