/*  
Theme Name: IRClinic
Theme URI: www.irclinic.com
Description: IRClinic Theme
Version: 1.0
Author: Paul Erickson | XPERIMENTAL STUDIOS
Author URI: http://www.xperimental.com.au
*/

body{
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	vertical-align: top;
	background-color: #2c292a;
	background-image: url(../../../../images/bknd.gif);
	background-repeat: repeat-x;
	color: #ffffff;
}

a:link, a:visited{
	text-decoration: underline;
	color: #a5cf4d;
}

a:hover{
	text-decoration: none;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 1024px;
	text-align: left;
	
}

#header{
	float: left;
	width: 1024px;
	height: 150px;
	margin: 10px 0 10px 0;
	
}

#box{
	float: left;
	width: 735px;
	padding: 0 10px 10px 10px;
}

.sidebar {
	float: left;
	width: 255px;
	margin: 0 0 0 10px;
	font-size: 12px;
	border: 1px solid #636263;
	background-color: #292627;
	background-image: url(../../../../images/sideBknd.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.sidebar ul {
	list-style:none;
	padding: 1px 0 0 15px;
}
.sidebar ul li {
	padding: -20px 0 0 0;
	margin: -10px 0 10px 0;
}

.sidebar ul li ul {
	list-style:none;
	color: #FFFFFF;
	padding: 0 0 0 15px;
	margin: 0; 
}


#footer{
	clear: both;
	float: left;
	width: 1024px;
	position:relative;
	font-size: 10px;
	color:#FFFFFF;
	/*height: 79px;*/
	z-index:2;
	height: 15px;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top:10px;
	font-size: 20px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 0;
	margin: 0;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}


/* ADDED FROM OWN STYLES.CSS */

#nav ul {
	list-style-type: none;
	height: 80px;
	width: 805px;
	margin: auto;
}
#nav ul a {
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	line-height: 74px;
	height: 74px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
#nav ul li cufon {
	top:37%; 
}
#nav ul a:hover {
	color: #FFFFFF;
	background-image: url(../../../../images/nav-bknd.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#nav ul li {
  float: left;
}
.nav-active {
	background-image: url(../../../../images/nav-bknd.png);
	background-repeat: repeat-x;
	background-position: left bottom;	
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
/*
#footer-bknd {
	background-image: url(../../../../images/footer-bknd.png);
	background-repeat: repeat-x;
	position:relative;
	height: 99px;
	width: 100%;
	left: 0;
	overflow:hidden;
	margin-top: 0;
	z-index: 1;
}
*/