/*  
Theme Name: Feris theme
Theme URI: http://www.feris.com.au/
Description: "TDFC" Wordpress Theme  
Version: 1.0
Author: Feris
Author URI: http://www.feris.com.au

This theme was designed and coded by Nate of Refueled Dot Net. Released under GPL.
http://www.opensource.org/licenses/gpl-license.php
*/

body {
	color: #525252; 
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0px 0px 0px 0px;
	}
p { font-size: 1.1em; }


/* ------------------- FERIS STYLES --------------------- */

#header-wrap { float: left; width: 100%; background: url(images/bg-headerwrap.gif) repeat-y center 0 #161a1b; height: 100px; border-top: solid 10px #161a1b; }
#header-inner { margin: 0 auto; width: 960px; height: 100px; background: url(images/bg-header.jpg) no-repeat center 0; padding: 0 10px; }
#content-wrap { float: left; width: 100%; }
#content { margin: 0 auto; width: 960px; padding: 0 10px; }
#logo { float: left; margin: 0; margin: 38px 0 0 0; }
#logo a { float: left; display: block; text-indent: -5000px; width: 123px; height: 25px; background: url(images/logo.gif) no-repeat 0 0; }
#printLogo { display: none; }
#topBar { float: left; width: 960px; height: 79px; background: url(images/top-divider.jpg) no-repeat 0 bottom; }


#nav { margin: 45px 0 0 0; padding: 0; float: right; width: 321px; padding-left: 40px; height: 34px; }
#nav li { list-style-type: none; float: left; padding: 0; }
#nav li a { float: left; height: 25px; display: block; text-indent: -5000px; }
#nav li a:hover { background-position: center -25px; }

#n01 a { width: 44px; background: url(images/nav-01.gif) no-repeat center 0; }
#n02 a { width: 55px; background: url(images/nav-02.gif) no-repeat center 0; }
#n03 a { width: 73px; background: url(images/nav-03.gif) no-repeat center 0; }
#n04 a { width: 47px; background: url(images/nav-04.gif) no-repeat center 0; }
#n05 a { width: 46px; background: url(images/nav-05.gif) no-repeat center 0; }
#n06 a { width: 55px; background: url(images/nav-06.gif) no-repeat center 0; }

#p01 #nav { background: url(images/nav-active.gif) no-repeat 22px bottom; }
#p02 #nav { background: url(images/nav-active.gif) no-repeat 75px bottom; }
#p03 #nav { background: url(images/nav-active.gif) no-repeat 137px bottom; }
#p04 #nav { background: url(images/nav-active.gif) no-repeat 200px bottom; }
#p05 #nav { background: url(images/nav-active.gif) no-repeat 245px bottom; }
#p06 #nav { background: url(images/nav-active.gif) no-repeat 300px bottom; }

#p01 #n01 a,
#p02 #n02 a,
#p03 #n03 a,
#p04 #n04 a,
#p05 #n05 a,
#p06 #n06 a
{ background-position: center -25px !important; }


#header-inner h3 { color: #50d2ff; text-transform: uppercase; margin: 0; font-size: 1.4em; }
#header-inner .url { color: #fff; text-transform: none; font-size: 1.1em; font-weight: normal; margin-bottom: 30px; }
#header-inner .url a { color: #fff; text-decoration: none; }
#header-inner p { color: #a7a8aa; }


/* ------------------------------------------------------------- */


#content-wrap { float: left; width: 100%; }
#content-wrap2 { background: url(images/bg-contentWrap.jpg) no-repeat center 0px;  float: left; width: 100%; }
/*
#content-wrap3 { background: url(images/bg-header.jpg) repeat-x center 0; float: left; width: 100%; }
#content p { font-size: 13px !important; color: #525252; }
*/
	
a, a:visited{
	color: #444;
	text-decoration: none;
	border: none; 
	}
	
a:hover{
	color: #000;
	border: none;
	text-decoration: underline;
	}
	
img {
	border: none;
	}

#container { 
	width: 960px; 
	text-align: left; 
	margin: 0px auto; 
	/* border: 10px solid #fff; */
	}
	
#header { 
	background: url(images/logo.gif) no-repeat 0 40px;
	height: 121px;
	padding: 15px 0px 0px 0px;
	}
	
#header h2 {
	color: #ffffff;
	font-family: goudy old style, "Times", arial, serif;
	font-size: 20pt;
	font-variant: small-caps;
	font-weight: normal;
	margin-top: 55px;
	margin-bottom: 0px;
	margin-left: 13px;
	letter-spacing: 2px;
	}

#header h2 a {
	color: #fff;
	text-decoration: none;
	}

#header h2 a:hover {
	color: #fff;
	text-decoration: underline;
	}

#header h3 {
	color: #F0F0F0;
	font-size: 10pt;
	font-family: georgia, arial, Sans-Serif;
	font-weight: normal;
	font-style: italic;
	margin: 0px;
	margin-left: 15px;
	}
	
#header h2, #header h3 { display: none; }

#middlepic {
	position: absolute;
	height: 128px;
	width: 540px;
	margin: 0px;
	background-image: url(images/adam.jpg);
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

#lpic {
	height: 128px;
	width: 179px;
	background-image: url(images/study.jpg);
	border-bottom: 1px solid #fff;
}

#rpic {
	height: 128px;
	width: 179px;
	background-image: url(images/boat.jpg);
	border-bottom: 1px solid #fff;
}
	
#middlepic, #lpic, #rpic 
{ display: none; }


#content { 
	width: 524px; 
	margin: 25px 0 0 194px; 
	position:relative;
	padding: 0px 23px 15px 23px;
/*
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
*/
	}
	
#content b{
	color: #777;
	line-height: 14pt;
	}


#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	margin-top: 5px;
	}
	
#content p img{
	border: none;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	}
#content h1 {
	color: #30bcf8;
	font-size: 22px;
	font-family: Helvetica Bold, Arial Bold, arial, Sans-Serif;
	font-weight: normal;
	line-height: 150%;
	margin: 0px;
	}
	
#content h1 a  {
	color: #30bcf8;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #30bcf8;
	text-decoration: none;
	}

#content h2 {
	font-family: helvetica, arial, sans-serif;
	font-size: 19px; 
	font-weight: normal;
	color: #30bcf8; 
	margin: 0px;
	line-height: 120%;
	padding-top: 10px;
	margin-bottom: -6px;
	}
#content h2 a  {
	color: #30bcf8;
	text-decoration: none;
	}

#content h2 a:hover {
	text-decoration: underline;
	}
#content .author { font-size: 11px !important; color: #909090 !important; text-transform: uppercase; }


#content h3 {
	font-size: 12px; 
	color: #303338; 
	margin: 0px;
	line-height: 120%;
	font-variant: small-caps;
	padding-top: 10px;
	padding-bottom: 4px;
	margin-bottom: 7px;
	border-bottom: 1px dotted #303338;
	}
	
#content h3 a  {
	color: #303338;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #525252;
	text-decoration: none;
	}

#content h1,
#content h2,
#content h3,
#content h4 
{ text-align: left; }

#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}
	
#content ul li a {
	color: #797979;
	text-decoration: none;
	}

#content ul li a:hover {
	color: #525252;
	text-decoration: underline;
	}
	
#arch {
	color: #000;
	}
	
#arch ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#arch li {
	margin: 0px;
	padding: 0px;
	}
	
#arch ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}
	
#arch ul li a {
	color: #797979;
	text-decoration: none;
	}

#arch ul li a:hover {
	color: #000;
	text-decoration: underline;
	}
	
blockquote{
	background-color: #F3F3F3;
	margin: 0px;
	margin-left: 15px;
	margin-bottom: 12px;
	padding: 7px;
	width: 420px;
	font-style: italic;
	color: #666666;
	border: 1px solid #cccccc;
	}
	

.postspace {
	background: #fff;
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	background: #fff;
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}
.postspace3 {
	background: #fff;
	width: 440px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	}

#left { 
	color: #525252;
	width: 181px;
	float: left; 
	margin: 15px 0 0px 0px;
	display: inline;
	}
#left p{
	margin: 0px;
	line-height: 16px;
	padding: 10px;
	}
	
#left h2 {
	color: #fff;
	background: url(images/bg-left-h2.gif) repeat-x 0 0 #31c9ff;
	font-family: arial, "Microsoft Sans Serif", Times, serif;
	font-size: 8pt;
	list-style: none;
	padding: 6px 6px 6px 8px;
	margin: 0px;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
	}

#left ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#left li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#left ul li {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#left ul li a {
	display: block;
	color: #525252;
	text-decoration: none;
	padding: 5px 6px 5px 0;
	line-height: 12pt;
	border-bottom: solid 1px #bfcdd7;
	}

#left ul li a:hover {
	color: #000;
	text-decoration: underline;
	}


#right { 
	color: #525252;
	width: 181px;
	float: right; 
	margin: 15px 0px 0px 0; 
	display: inline;
	}
	
#right p{
	margin: 0px;
	line-height: 16px;
	padding: 10px;
	}
	
#right h2 {
	color: #fff;
	background: #303338;
	font-family: arial, "Microsoft Sans Serif", Times, serif;
	font-size: 8pt;
	list-style: none;
	padding: 6px;
	margin: 0px;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
	}


#right ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#right li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#right ul li {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#right ul li a {
	display: block;
	color: #525252;
	text-decoration: none;
	padding: 5px 6px;
	line-height: 12pt;
	border-bottom: solid 1px #bfcdd7;
	}

#right ul li a:hover {
	color: #000;
	text-decoration: underline;
	}
	
#right h2.widgettitle {
	color: #fff;
	background: #303338;
	font-family: arial, "Microsoft Sans Serif", Times, serif;
	font-size: 8pt;
	list-style: none;
	padding: 6px;
	margin: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	}

#footer {
	width: 960px;
	overflow: hidden;
	font-size: 8pt;
	margin: 0px auto 0px;
	padding:  15px 0px 35px 0px;
	text-align: center;
	line-height: 17px;
	clear: both;
	border-top: solid 1px #d0d0d0;
	}
	
#footer p {
	color: #666;
	padding: 0px;
	margin: 0px;	
	}
	
#footer a, #footer a:visited {
	color: #666;
	text-decoration: none;
	border: none;
	border-bottom: 1px dotted #eaeaea;
	}
	
#footer a:hover {
	text-decoration: none;
	border: none;
	}

#wp-calendar {
	margin-left: 22px;
	margin-bottom: 10px;
	}

#searchform {
	margin-left: 9px;
	margin-bottom: 0px;
	}
	
#searchform input {
	font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma, Helvetica, arial, sans-serif;
	font-size: 9pt;
	text-align: right;
	color: #67717E;
	border: 1px solid #ddd;
	width: 150px;
	margin-bottom: 0px;
	}
	
/* comments */
	
.entry {
	margin-bottom: 12px;
	border-bottom: 1px solid #E3E3E3;
	}	

#s,#submit {	
	background-color:#ffffff;
	border:1px solid #cccccc;
	color:#505050;
	font-size:0.9em;
	margin:0 0 16px;
	padding:4px;
	width:130px;
	}
	
#author {
	border:1px solid #cccccc;
	font-family:arial,Tahoma,Arial,Sans-Serif;
	font-size:1em;
	margin:0;
	padding:4px;
}

	
#email {
	border:1px solid #cccccc;
	font-family:arial,Tahoma,Arial,Sans-Serif;
	font-size:1em;
	margin:0;
	padding:4px;
}

#url {
	border:1px solid #cccccc;
	font-family:arial,Tahoma,Arial,Sans-Serif;
	font-size:1em;
	margin:0;
	padding:4px;
}

#comment  {
	width: 350px;
	border:1px solid #cccccc;
	font-family:arial,Tahoma,Arial,Sans-Serif;
	font-size:1em;
	margin:0;
	padding:4px;
}