/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

@import url(reset.css);    


#content {
	font-size: 1.2em
	}

.entry p {
   padding:10px;
   line-height:160%; 
text-align:justify;
}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}


h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}



.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
	
.commentlist li .photo {
	 float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


.narrowcolumn {
	float: left;
	padding:0;
	margin:0;
	width: 650px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	 -moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:#5f0e0a;
	color:#fff;
	padding:20px;
	font:normal 90% georgia,arial; 
	margin-bottom:20px;
	}  
.post h2 {
	background:#4c1302;
	color:#fff;
	font:italic 130% georgia,arial;
	padding:6px;
	margin:0; 
	width:540px;
	float:left;
}

p.comments_icon a{
	 -moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		background:#3E8F56;
		color:#fff;
		padding:5px 8px 5px 8px;
		font:bold italic 100% georgia;  
		border:none; 
		text-align:center;
		float:left;  
		margin-left:20px;
}

p.comments_icon_single  {
	 -moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		background:#3E8F56;
		color:#fff;
		padding:6px 8px 6px 8px;
		font:bold italic 100% georgia;  
		border:none; 
		text-align:center;
		float:left;  
		margin-left:20px;
}

.post h2 a {
	color:#fff;
	background:none;
}

.post a {
	-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding:4px 6px 4px 6px;
	background:#1F0700;
	color:#fff;
}

.post p.postmetadata {
	font:italic 90% georgia,arial; 
	color:#FF483F;
	text-align:right;
		padding:10px;  
}

p a.more-link {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding:6px;
	color:#4C1302;
	background:#fff;
	float:right;
	margin:10px 0 10px 0;
}

.post p.postmetadata a {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding:6px;
	color:#4C1302;
	background:#fff;
	margin:10px 0 10px 0;

}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 10px auto 10px;
	width: 760px;
	clear: both;
	}

#footer p {
	margin:0;
	padding: 24px 0;
	text-align: center;
line-height:20px;
	}

#footer p a {
	background:#4C1302;
	padding:6px 6px 6px 6px;
-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color:#DF7237;
text-decoration:none;
	font:normal 10px helvetica,arial;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	background:#4c1302;
	color:#fff;
	font:italic 110% georgia,arial;
	padding:6px;
	margin:0; 
	width:220px;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding:15px;
	margin:0;
	color:#666;
	background:#fff;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	padding:0;
	margin:0; 
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin:0;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0px 0 0 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 5px 0 5px -10px;
	padding: 0;
	font:normal 100% georgia;
	}
/* End Entry Lists */



/* Begin Form Elements */


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	background:#f0f0f0;
	margin:10px 0 30px 0;
	}
#commentform textarea {
	width: 98%;
	height:100px;
	padding: 2px;
	margin:10px 0 10px 0;
	font:normal 100% georgia;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
	
	#commentform #submit {
	  	 position: relative;
			-moz-border-radius: 10px;
			-khtml-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
			background:#3E8F56;
			color:#fff;
			padding:10px;
			font:bold italic 130% georgia;  
			border:none; 
			text-align:center;
			width:100%;

		}

		#commentform #submit:hover {
			color: #78EF9D;  
			cursor:pointer;
		}
/* End Form Elements */



/* Begin Comments*/
.alt {
	background:#f0f0f0;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	background:#fff;
	list-style:none;
	margin:8px 0 8px 0;
	font:normal 90% georgia;
}

.commentlist li .comment_post{
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding:10px;
	background:#f0f0f0;
	list-style:none;
	margin:10px 0 10px 0;
	font:normal 100% georgia; 
	line-height:20px;
}

.commentlist li a {
   	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding:4px;
	background:#3E8F56;
	color:#fff;
	font:normal 80% georgia; 
}

.commentlist li cite, .commentlist li cite a {
	background:#4c1302;
	color:#fff;
	font:italic 100% georgia,arial;
	padding:6px;
	margin:0 0 20px 0; 
	width:100%;
}

.reply {width:100%;border-top:1px dotted #666;padding-top:10px;}

.comment-author {height:26px;}

.comment-meta {
	font:italic 90% georgia;
	color:#666;
	float:right;
}	
		
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding:0;
	margin:0;
	width: 260px;
	float:right;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Gentleman's Darts Design Starts here" */ 

	body {
		margin-bottom: 50px;
		background: #921c15 url('images/background.jpg');
		font: 70% 'georgia', 'Lucida Grande', Verdana, Tahoma, Arial;
		text-align:center;
	}

	a { color: #471400; text-decoration: none; }
	a:hover { color: #471400; text-decoration: underline;}

	.alt { background-color: #fff; }

	pre, code { font: 1.0em Monaco, 'Courier New', monospace; }

	pre, p { margin-bottom: 1.0em; }

	.left { float: left; }

	.right { float: right; }

	.delete:hover {
		background-color: #c00;
		color: #fff;
	}

	h1 { font-size: 2em; }

	h2 { font-size: 1.5em; } 
	
	h3 {
		color: #fff;
		border-bottom: 1px dotted #ddd;
		margin: 20px 0 20px 0;
		padding: 0 0 10px;
		font-style:italic; 
		clear:both;
	}

	.form_elements {
		padding: 20px;
		margin: 0 20px 20px 0; 
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		background:#fff;  
		width:420px;
		float:left;
	}

	img.avatar { border: 1px solid #ddd; }

	.bozo { background-color: #eeee88; }

	.alt.bozo { background-color: #ffff99; }

	.deleted { background-color: #ee8888; }

	.alt.deleted { background-color: #ff9999; }

	/* Structure
	=================================== */

	#header {
		margin: 0 auto 10px;
		width: 960px;
		height: 150px;
		position: relative;
	} 

	#header .logo {
		width:446px;
		height:87px;
		position:absolute;
		top:0px;
		left:0;
	}

	#header .logo img {
		border:none;
	}

	#header .header_nav {
	    position:absolute;
		top:112px;
		left:0; 
	} 

	#header .header_nav p{
		padding:0;
		margin:0;
		width:960px;
		text-align:left;
	}

	#header .header_nav p a {
		background:#351800;
		-moz-border-radius: 6px;
		-khtml-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		padding:6px 8px 6px 8px;
		font:bold italic 130% georgia;
		color:#fff;
		margin-left:6px;

	}

	#header .header_nav p a:hover {
		color:#66ec8e;
	}

	#header h1 {
		font-family: Georgia;
		font-style: italic;
		overflow: auto;
		position: absolute;
		display: block;
		color: #444;
		text-align: right;
		letter-spacing: -1px;
		right: 53px;
		bottom: 26px;
		padding: 6px;
		z-index: 2;
	}

	#header p.description {
		font-size: 1.2em;
		font-family: Georgia;
		font-style: italic;
		overflow: auto;
		position: absolute;
		display: block;
		color: #666;
		text-align: right;
		right: 53px;
		bottom: 13px;
		padding: 6px;
		z-index: 2;
	}

	#header p { margin-bottom: 0; }

	#header h1 a { color: #555; text-decoration: none; }

	#header div.search {
		position:absolute;
		top:0;
		right:0;
		background:#5f0e0a;
		width:300px;
		padding:8px;
		-moz-border-radius-bottomleft: 4px;
		-khtml-border-bottom-left-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		border-bottom-left-radius: 4px;
		-moz-border-radius-bottomright: 4px;
		-khtml-border-bottom-right-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}

	#header div.search input {
		border: 1px solid #2c0503;
		padding: 2px;
		line-height: 14px;
		font-size: 12px;
		margin: 0; 
		width:180px;
	}

	#header div.search input.submit {
		line-height: 14px;
		-moz-border-radius: 4px;
		-khtml-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px; 
		width:110px; 
	}

	#header div.search input.submit:hover {
		background-color: #ddd; 
		cursor:pointer;
	}

	#main {
		font-size: 1.2em;
		width: 960px;
		margin: 0 auto 25px;
		position: relative;
	}

	h3.bbcrumb {
		text-transform: uppercase;
		font-size: 0.9em;
		letter-spacing: 1px;
		padding: 5px 0 20px;
		color:#fff; 
		float:left;
	}

	h3.bbcrumb a {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding:6px;
	background:#fff;
	color:#5f0e0a;
	} 

	h3.bbcrumb  a.forum_home {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding:6px;
	background:#5f0e0a;
	color:#fff;
	}

	#footer {
		margin: auto;
		color: #fff;
		font-size: 1.0em;
		letter-spacing: 2px;
		font:bold italic 90% georgia,arial;
		height:46px;
		clear: both;
		text-align: center;
		width: 960px;
		background:url('images/footer_bg.png') repeat-x;
	}

	#footer p {
		padding:15px;
		text-align:right;
	}

	#footer a{
		color:#fff;
	} 

	.users_online {
		margin: auto;
		color: #fff; 
		width:960px;  
		margin-top:20px;
		clear: both;
		text-align: center;
	}

	.users_online p{
		padding:0;
	    margin:0;
	text-align: center;
	font-weight:bold;   
	}

	.users_online p a {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:#fff;
	padding:4px;
	margin-right:3px;  
	font-weight:bold;
	}               

	.notice { 
		-moz-border-radius: 4px;
		-khtml-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		background:#78EF9D;
		color: #146F30;
		font:italic 110% georgia;
		padding: 20px;
		margin: 0 0 1.1em;
	}

	.notice a{ color:white;}

	.notice.error {
		background:#5F0E0A;
		color: #fff; 
		line-height:34px;
	}

	.notice p { margin-bottom: 0; }
	
	
/*Login*/

.login {
	position: absolute;
	top:50px;
	font-weight: normal;
	color: #444;
	width: 100%;
	z-index: 1;
	font-size: 12px;
	right:0;
}

p.login { 
    -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background:#5f0e0a;
	color:#fff;
	padding:8px;
	width:300px;
	font:italic 110% georgia,arial; 
	text-align:right;
}

.login_name a {font-weight:bold; color:#fff;}

.login_admin a {color:yellow;} 

.admin {
	color:#fff;
}
.admin a{
   color:yellow; 
}
.login_logout a {
color:#ff9090;
}

/*---Rotator---*/

#rotator
{
	cursor: pointer;
	overflow: hidden;
	margin: 0px auto 10px;
	position: relative;
	width: 652px;
	height: 288px;
	background:url('../../../images/banner/5.png');
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 652px;
	height: 288px;
} 

/*---Public Home---*/ 

#home_header {
	margin: -12px auto 10px;
	width: 960px;
	height: 550px;
	position: relative;
}

#home_header img {
	border:none;
} 

#home_header .logo {
	width:629px;
	height:104px;
	position:absolute;
	top:40px;
	left:0; 
	z-index:100;  
}


#home_header .flyer {
	width:264px;
	height:338px;
	position:absolute;
	right:20px;
	top:0;
	z-index:100;  
}

#home_header .centre_banner {
	width:960px;
	height:317px;
	background:url(images/homepage/centre_banner.jpg) no-repeat;
	position:absolute;
	left:0px;
	top:193px;
	z-index:1;
	text-indent:-5000px;
}

#home_bottom {
   width:960px;
height:210px;
position:absolute; 
top:540px;
 
}

#home_bottom .bot1 {
	height:206px;
	width:306px;
	float:left;
	background:url('images/homepage/bot_1.jpg') no-repeat;
}

#home_bottom .bot1 p {
color:white;
padding:50px 26px 20px 24px;
line-height:22px

} 

#home_bottom .bot2 {
	height:206px;
	width:306px;
	float:left;
	margin-left:20px;
	background:url('images/homepage/bot_2.jpg') no-repeat;
padding-top:50px;
}

#home_bottom .bot2 p {
color:#4C1302;
padding:5px 0 5px 0;
width:258px;
margin:2px 10px 2px 23px;
background:white;
font:bold italic 13px georgia;
text-indent:10px;

} 

#home_bottom .bot3 {
	height:206px;
	width:306px;
	float:right;
	background:url('images/homepage/bot_3.jpg') no-repeat;
} 

form#loginform {
	position:absolute;
	height:200px;
	width:300px;
	top:380px;
	right:0;
	z-index:1000;
}

form#loginform input {
	width:140px;
	float:left;
	padding:3px;
	font:italic 14px georgia; 
	border:none;
	background:none;
	color:#fff;
	clear:both;
	margin-left:130px;
	margin-bottom:13px;
	
} 

form#loginform input.button {
	height:26px;
	width:260px;
	text-indent:-5000px;
	background:url('images/homepage/submit.jpg') no-repeat;
	cursor:pointer; 
	margin-left:18px;
	margin-top:3px;
	
} 

#login_error {
	position:absolute;
	height:14px;
	width:240px;
	top:350px;
	right:20px;
	z-index:1000;
	padding:5px 10px 5px 10px;
	background:red;
	color:#fff;
	font:italic 11px georgia;
	text-align:center;
	
}

strong {font-weight:bold;font-style:italic;color:#F47C64;} 

p#nav a{
   	position:absolute;
	height:14px;
	width:240px;
	top:484px;
	right:14px;
	z-index:1000;
	padding:5px 10px 5px 10px;
	color:#fff;
	font:italic 11px georgia;
	text-align:right; 
}

#footer_container {
	width:960px;
	height:50px;
	position:absolute; 
	top:780px;
}

.lostpassword_container {
	border:3px solid #4C1302;
	background:#601009;
	text-align:center;
	position:absolute;
	top:220px;
	width:100%;
}

.lostpassword_container p {
	color:#fff;
	font:italic bold 13px georgia;
	padding:20px;
	text-align:center;
}

.register_container {
	border:3px solid #4C1302;
	background:#601009;
	position:absolute;
	left:230px;
	top:200px;
	width:440px; 
	margin:auto;
}

.register_container p {
	color:#fff;
	font:italic bold 13px georgia;
	padding:8px 20px 8px 20px;
	text-align:left;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:#BF5047;
	margin:10px;
}

.register_container input {
	width:380px;
	margin-top:10px;
}

p #disclaimer {
	font-weight:normal;
	font-style:normal;
	line-height:24px;
	clear:both;
	color:#fff;
	margin:10px;
}

.register_container #wp-submit {
	  	 position: relative;
			-moz-border-radius: 10px;
			-khtml-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
			background:#3E8F56;
			color:#fff;
			padding:10px;
			font:bold italic 130% georgia;  
			border:none; 
			text-align:center;
			width:100%;
			cursor:pointer;
}

form#loginform p {
	position:absolute;
	height:24px;
	width:240px;
	top:-35px;
	right:20px;
	z-index:1000;
	padding:5px 10px 5px 10px;
	background:green;
	color:#fff;
	font:italic 11px georgia;
	text-align:center;
	
}



   
