/*
Theme Name: Furman 
Theme URI: Built upon the Colourise Theme by Styleshout.com
*/

/* Top Elements */
* {
	margin: 0px;
	padding: 0px;
	outline: 0px;
}
body, html {
	font: 11px/185% Arial, Helvetica, sans-serif;
	color: #999;
	margin: 0;
	padding: 0;
	background: #ffffff;
	text-align: center;
}
/* Links */
a, a:active, a:link {
	text-decoration: none;
	color: #09C;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #333333;
}
/* headers */
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #888888;
}
h1 {
	font-size:10px;
	font-weight: normal;
	letter-spacing: -2px;
	padding: 15px 10px 5px 10px;
}
h2 {
	font-size: 15px;
	color: #888888;
	margin: 0px;
	padding-top:0px;
	padding-bottom: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	
	
}
h3 {
	font-size: 1.7em;
	font-weight: normal;
	padding: 5px 0px 5px 0px;
}
p, dl {
	padding: 0px;
	margin: 0;
}
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}
dt {
	font-weight: bold;
	color: #888888;
}
dd {
	padding-left: 25px;
}
/* images */
img {
padding:20px 0px;

	/*background: #999999;
	border: 1px solid #999999;
	padding: 5px;*/
}

a img { border:none; }

img.float-right {
	margin: 5px 0px 10px 10px;
}
img.float-left {
	margin: 5px 10px 10px 0px;
}
code {
	margin: 5px 0;
	padding: 15px;
	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 dotted #5B5B5B;
}
blockquote {
	margin: 15px 10px;
	padding: 10px 10px 10px 35px;
	background: #111 url(images/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
}
/* start - table */
table {
	margin: 15px 10px;
	border-collapse: collapse;
}
th {
	background: #fff;
	color: #888888;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
}
tr {
	color: #5b5b5b;
	height: 34px;
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #999999;
}
/* end - table */

/* form elements */
form {
	margin: 20px 10px;
	padding: 5px 10px 20px 10px;
	background: #fff;
	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0;
	color: #888888;
}
input, select, textarea {
	padding: 5px 4px;
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: #888888;
	background: #fff;
	border: 1px solid #999999;
}
textarea {
	width: 400px;
	height: 100px;
	display: block;
}
input.button {
	font: bold 12px Arial, Sans-serif;
	height: 30px;
	margin-top: 10px;
	padding: 4px 4px;
	color: #888888;
	background: #fff;
	border-width: 1px;
  	border-style: solid;
  	border-color: #999999E;

}
/* search form */
.searchform {
	background: #CCC;
	border: none;
	margin: 0;
	padding: 20px 0 15px 8px;
	width: 270px;
	color: #fff;
}
.searchform p {
	margin: 0;
	padding: 0 0 10px 0;
}
.searchform input.textbox {
	background: #CCC;
	width: 185px;
	height: 18px;
	padding: 2px;
	vertical-align: top;
	color: #fff;
}
.searchform input.button {
	background: #CCC;
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
	color: #fff;
}
/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	position: relative;
	width: 930px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}
#content-wrap {
	position: relative;
	clear: both;
	width: 930px;
	padding: 0;
	margin: 0px;
	background: transparent;
	float: left;
	display: inline;
	
}
#header {
	position: relative;
	width: 930px;
	height: 140px;
	margin: 0;
	padding: 0;
	background: transparent;
}

#header img {
padding:0px;

	/*background: #999999;
	border: 1px solid #999999;
	padding: 5px;*/
}
/* header search */
#header form#quick-search {
	position: absolute;
	top: 38px;
	right: 0;
	padding: 0;
	margin: 0;
	border: none;
	background-color:#CCC;
	width: 290px;
	height: 30px;
	z-index: 999999;
}
#header form#quick-search p {
	margin: 0;
	padding: 0;
	color:#fff;
}
#header form#quick-search .tbox {
	margin: 2px 0 0 5px;
	width: 290px;
	background: none;
	border: none;
}
#header #quick-search label, #header form#quick-search .btn {
	display: none;
}
/*  Navigation  */
#nav {
	position: absolute;
	margin: 0;
	padding: 0;
	height: 40px;
	width: 930px;
	left: 0;
	top: 35px;
	border-bottom: 1px solid #1A1A1A;
}
#nav ul {
	float: left;
	list-style: none;
	width: 880px;
	height: 40px;
	margin: 0 0 0 5px;
	padding: 0;
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 0 8px;
	font: bold 15px/35px 'Trebuchet MS', Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
	color: #5c9a12;
}
#nav ul li a:hover, #nav ul li a:active {
	color: #333333;
	background: none;
	border: none;
}
#nav ul li.current_page_item a {
	color: #0077B5;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: normal 72px Arial, Helvetica, sans-serif;
	letter-spacing: -1.5px;
	color: #888888;
	text-decoration: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 140px;
	left: 10px;
}
#header h1#logo-text a:hover {
	background: none;
	border: none;
}
#header p#intro {
	position: absolute;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #888888;
	width: 400px;
	/* change the values of top and left to adjust the position */
	top: 245px;
	left: 15px;
}
/* Main Column */
#main {
	float: left;
	width: 600px;
	padding: 0;
	margin: 0;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	letter-spacing:1px;
	color: #888888;
}
#main h2 {
	padding-bottom: 0px;
	margin-top: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:22px;
	font-weight:bold;
	color: #888888;
	
}
#main h2 a {
	color: #888888;
	text-decoration: none;
	border: none;
}

#main h2 a:hover {
	color: #333333;
	text-decoration: none;
	border: none;
}
#main ul li {
	list-style-image: url(bullet.gif);
}
/* Sidebar */	
#sidebar {
	float: right;
	width: 290px;
	padding-top: 20px;
	margin: 0px;
	display: inline;
}
#sidebar h3 {
	margin-top: 10px;
	padding: 0px 5px 10px 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:15px;
	font-weight:bold;
	color: #888888;
	
	
	
}
#sidebar ul {
	text-align: left;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #999999;
}
#sidebar ul li {
	list-style: none;
	padding: 2px 0px 2px 0px;
	margin: 0;
	
}
* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	text-decoration: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	letter-spacing:1px;
	color: #09C;
	text-transform:none;/* letter-spacing: .5px;  */
}
#sidebar ul li a span {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
}
#sidebar ul li a:hover, #sidebar ul li a:hover span {
	color: #333333;
}
#sidebar ul ul {
	margin: 0 0 0 0px;
	padding: 0;
}
#sidebar ul ul li {
	border: none;
}
/* footer */
#footer-wrap {
	position: relative;
	clear: both;
	padding: 1em 0 2.5em 0;
	margin-top: 30px;
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #888888;
	width: 930px;
	float: left;
	display: inline;
	border-top: 1px solid #999999;

}
#footer-wrap h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	letter-spacing:2px;
	color: #a8a8a8;
	text-transform: uppercase;
}
#footer-content {
	margin: 0 auto;
	width: 930px;
	text-align: left;
}
#footer-content ul.col-list {
	border-top: 1px solid #111;
	list-style: none;
	margin: 20px 0 0 5px;
	padding: 0;
	width: 98%;
}
#footer-content ul.col-list li {
	border-bottom: 1px solid #111;
}
#footer-content ul.col-list li a {
	display: block;
	line-height: 2em;
	padding: 8px 0 8px 0px;
	width: 98%;
	color: #858585;
	border: none;
}
#footer-content ul.col-list li a span {
	color: #858585;
	font-style: italic;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#footer-content ul.col-list li a:hover, #footer-content ul.col-list li a:hover span {
	color: #333333;
	text-decoration: none;
}
#footer-content .col {
	width: 280px;
	padding: 0 0 30px 0;
	display: inline;
}
#footer-content .col2 {
	width: 285px;
	padding: 0 0 30px 0;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	letter-spacing:1px;
	color: #666666;
	line-height: 1.6em;
}
#footer-content .space-sep {
	margin-right: 12px;
}
/* postmeta */
.postmeta {
	width: 600px;
	padding: 8px 0px;
	margin-top:20px;
	font-size: 1em;
	color: #888888;
	text-decoration: none;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-bottom: 60px;
	
}
.postmeta .date {
	margin: 0 10px 0 5px;
}
.postmeta a.comments {
	margin: 0 10px 0 5px;
}
.postmeta a.readmore {
	margin: 0 10px 0 0px;
}
.post-info {
	font-size: 0.95em;
	margin: 0px 0px 20px 0px;
	color: #999999;
	border-bottom: 1px solid #999999;
	padding: 10px 0px;
}
.post-info a {
	color: #FFF0;
}
.post-info a:hover {
	color: #333333;
}
/* alignment classes */
.float-left {
	float: left;
	font: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	margin-top: 30px;
}
.float-right {
	float: right;
	font: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	margin-top: 30px;
	
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
/* display and additional classes */
.clearer {
	clear: both;
}
.clear {
	display:inline-block;
}
.clear:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content: ".";
}
#footer-content .col22 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	letter-spacing:1px;
	color: #666666;
	line-height: 1.6em;
	width: 285px;
	padding: 0 0 30px 10px;
}

hr {
	border-color:#999999;
	border-style:solid;
	border-width:1px 0 0;
	clear:both;
	margin-top: 20px;
	padding: 0px 0px 10px 0px;
}
