/********************************************
   HTML ELEMENTS
********************************************/ 

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

body {
	font-family: Verdana, Tahoma, arial, sans-serif;
	background: #CCCCCC;
	color: #333; 
	text-align: center;
	font-size: 75%;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #1F4B96; 
	background: inherit;
}
a:hover {
	color: #FF5A00;
	background: inherit;
	text-decoration: underline;
}

#current {
	color: #2D518C;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h2 {
	text-transform: uppercase;
	color: #5D7709;
}
h3 {
	color: #666666; 
}

/* images */
// img {
// 	border: 2px solid #CCC;
// }
img.no {
	border: none;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #3A68B5;
}
ul span, ol span {
	color: #666666;
}

.quote {
	background: #ffffcc url('images/quote.gif') top left no-repeat;
	padding: 5px 35px 5px 35px;
	font-style: italic;
	border: 1px solid #C0C0C0;
}
/* form elements */
#textswitch {
	font-size: 80%;
}
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #ccc;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	border:1px solid #ccc;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	border: 1px solid #ccc; 
	padding: 2px 3px; 
	background: #FFF;
	color: #5D7709;
}

/* search */
form.search {
	position: absolute;
	top: 35px; right: 25px;
	background: transparent;
	border: none;	
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #333; 
}
form.search input.button {
	background: #CCC url(images/headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 21px;
}

/********************************************
   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(images/header.jpg) no-repeat center top;
	padding: 0;
	color: #FFF;
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	letter-spacing: -2px;
	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: 50px;		
}

/* Menu */
#menu {
	background: url(images/menu.jpg) repeat-y center top;	
	height: 26px;
}
#slogan {
	padding: 3px 0 0 0px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

h1#logo-text {font-size: 32px; font-weight: bolder; font-family: 'Trebuchet MS', Arial, Sans-serif;}
h2#slogan {font-size: 1.8em; font-family: 'Trebuchet MS', Arial, Sans-serif;}

/* Main Column */
#main {
	float: right;
	width: 70%;
	padding: 0; margin: 0;
}
#main h1 {
	margin-top: 10px;
	color: #FF5A00;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #E7E7E7;
	background: #FFF url(images/square-green.png) no-repeat 3px 50%;	
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 26.5%;
	padding: 0; margin: 0;	
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	color: #555;
	background: #EEF0F1 url(images/headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
	font-size: 18px;
	font-weight: bolder;
}
#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;	
}

/* Footer */	
#footer {
	color: #666666;
	background: #CCC url(images/footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 85px;
	text-align: center;	
}
#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; }

/* Sniff */
table.snif {
	border: 1px solid #444444;       /* main table border style */
}
td.snDir {
	color: #ffffff;                  /* table header text color */
	background-color: #000000;       /* table header background color */
}
td.snDir a {
	color:white;
	background-color: #000000;       /* link text color within table header */
}
tr.snHeading, td.snHeading, td.snHeading a {
	color: #dddddd;                  /* column headings text color */
	background-color: #444444;       /* column headings background color */
}
tr.snF td a {
	color: #0000FF;                  /* file listing link text color (filename)*/
}
tr.snEven {
	background-color: #eeeeee;       /* file listing background color for even numbered rows */
}
tr.snOdd {
	background-color: #dddddd;       /* file listing background color for odd numbered rows */
}
tr.snF td {
	color: #444444;                  /* file listing text color */
}
.snCopyright * {
	color: #bbbbbb;                  /* copyright notice text color */
}
.snWhite {
	color: white;                    /* active page in paging header */
}

/*** FONTS ***/
.snif * {
	font-family: Verdana, Tahoma, Sans-Serif;
	font-size: 100%;
}
.snif a, a.snif {
	text-decoration: none;
}
.snif a:hover, a.snif:hover {
	text-decoration: underline;
}
.snCopyright * {
	font-size: 8pt;
}
.snifSmaller {
	font-weight: normal;
	font-size: 8pt;
}
td.snDir {
	font-weight: bold;
}
tr.snHeading, td.snHeading, td.snHeading a {
	font-weight: bold;
}
tr.snHeading a:hover {
	background-color: transparent;
}

/*** MARGINS AND POSITIONS ***/
table.snif td {
	padding-left: 5px;
	padding-right: 5px;
}
table.snif td.littlepadding {
	padding-left: 4px;
	padding-right: 0px;
}
td.snDir {
	padding-top: 2px;
	padding-bottom: 2px;
}
tr.snHeading, td.snHeading, td.snHeading a {
	padding-top: 2px;
	padding-bottom: 2px;
}
tr.snF td {
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
}
.snif img {
	border:none;
}
.snW {
	white-space: normal;
}

