/*
Theme Name: Liberi Fatali
Theme URI: http://liberi-fatali.net
Description: The 2010 theme for Liberi Fatali.
Author: Daelenn
Version: 6.0
*/


@charset "utf-8";
/* CSS Document */

html, body {
	border: 0;
	margin: 0;
	padding: 0;
}

a:active, a:focus {
	outline: none;
}

body {
	background: url(images/main_header2.jpg) center top no-repeat;
	background-color: #120f21;
}
	
h2 {
	font-family: 'Tangerine', Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #afac83;
}

img,
img:hover {
	border: none;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/*----------------------------
-Header Section in Header.php-
----------------------------*/
#header {
	margin: 30px auto;
	width: 1200px;
	height: 150px;
	position: relative;
	background: none repeat scroll 0 0 rgba(0, 38, 71, 0.5);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: #aadcea 1px solid;
	-moz-box-shadow: 0 0 10px #aadcea;
	-webkit-box-shadow: 0 0 10px #aadcea;
}

#logo {
	text-indent: -9999px;
	display: inline;
	float: left;
	height: 175px;
	width: 242px;
}

#logo span {
	background: url(images/LF%20Logo1.png) no-repeat scroll 0 0 transparent;
	width: 242px;
	height: 175px;
	left: -20px;
	top: -25px;
	position: absolute;
}

h1#tagline {
	/*margin: 25px 0 0 330px;
	height: 65px;*/
	margin-left: 200px;
	float: left;
	font-family: 'Tangerine', Verdana, Arial, Helvetica, sans-serif;
	font-size: 42px;
	line-height: 30px;
	color: #aadcea;
	text-shadow: #000 5px 5px 5px;
}

#menu {
	list-style:none;
	width:800px;
	float: left;
	margin:0;
	height:43px;
	padding:0px 20px 0px 20px;

	/* Rounded Corners */

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	/* Background color and gradients */

	background: #953535;
	background: -moz-linear-gradient(top, #953535, #6D0606);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#953535), to(#6D0606));

	/* Borders */

	border: 1px solid #953535;

	-moz-box-shadow:inset 0px 0px 1px #AFAC83;
	-webkit-box-shadow:inset 0px 0px 1px #AFAC83;
	box-shadow:inset 0px 0px 1px #AFAC83;
}

#menu li {
	float:left;
	text-align:center;
	position:relative;
	padding: 4px 10px 4px 10px;
	margin-right:30px;
	margin-top:7px;
	border:none;
}

#menu li:hover {
	border: 1px solid #777777;
	padding: 4px 9px 4px 9px;

	/* Background color and gradients */

	background: #F4F4F4;
	background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));

	/* Rounded corners */

	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #EEEEEE;
	display:block;
	outline:0;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000;
}

#menu li:hover a {
	color:#161616;
	text-shadow: 1px 1px 1px #FFFFFF;
}
#menu li .drop {
	padding-right:21px;
	background:url("images/drop.png") no-repeat right 8px;
}
#menu li:hover .drop {
	background:url("images/drop.png") no-repeat right 7px;
}

/* Drop Down */

.dropdown_1column,
.dropdown_2columns,
.dropdown_3columns,
.dropdown_4columns,
.dropdown_5columns {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #777777;
	border-top:none;
	z-index: 10000;

	/* Gradient background */
	background:#F4F4F4;
	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 700px;}

#menu li:hover .dropdown_1column,
#menu li:hover .dropdown_2columns,
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	left:-1px;
    top:auto;
}

/* Columns */

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:12px;
	text-align:left;
	text-shadow: 1px 1px 1px #FFFFFF;
}
.col_1 {width:120px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}

/* Right alignment */

#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}
#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

/* Drop Down Content Stylings */

#menu p, #menu h2, #menu h3, #menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;
	text-shadow: 1px 1px 1px #FFFFFF;
}
#menu h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
#menu h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
	color: #000;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
	color: #000;
}

#menu li:hover div a {
	font-size:12px;
	color:#015b86;
}
#menu li:hover div a:hover {
	color:#029feb;
}
.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.imgshadow {
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}
#menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}
#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}
#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:110px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

#menu .wow-logo {
	background: url(images/WoW_Logo.png) no-repeat scroll 0 0 transparent;
	height: 101px;
	text-indent: -9999px;
}

#menu .rift-logo {
	background: url(images/Rift_Logo.png) no-repeat scroll 0 0 transparent;
	height: 167px;
	text-indent: -9999px;
}

#menu .ffxiv-logo {
	background: url(images/FFXIV_Logo.png) no-repeat scroll 0 0 transparent;
	height: 137px;
	text-indent: -9999px;
}

#socialnav {
	display: block;
	float: right;
	width: 100px;
	list-style-type: none;
}

#socialnav a.social {
	background: url(images/facebook.png) scroll no-repeat 0 0 transparent;
	float: left;
	height: 32px;
	width: 32px;
	opacity: 0.6;
}

#socialnav a.rss {
	background: url(images/rss.png) scroll no-repeat 0 0 transparent;
	float: left;
	height: 32px;
	width: 32px;
	margin-left: 5px;
	opacity: 0.6;
}

#socialnav a:hover {
	opacity: 1;
}

#content-wrapper {
	margin: 70px auto 40px;
	width: 1200px;
	height: 100%;
	overflow: hidden;
	position: relative;
	background: none repeat scroll 0 0 rgba(0, 38, 71, 0.5);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: #aadcea 1px solid;
	-moz-box-shadow: 0 0 10px #aadcea;
	-webkit-box-shadow: 0 0 10px #aadcea;
	box-shadow: 0 0 10px #aadcea;
}

/*---------------------------------
-Sidebar navigation in sidebar.php-
---------------------------------*/
#sidenav {
	float: left;
	width: 340px;
	padding: 10px;
	margin: 20px 10px;
	position: relative;
	z-index: 200;
	background-color: #1a1a1a;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #afac83;
}

/*-------------------------------
-Scrolling navigation in sidebar-
-------------------------------*/
#scroll-nav {
	float: left;
	visibility: hidden;
	position: absolute;
	width: 250px;
	margin: 10px;
	margin-left: 35px;
	background-color: #1a1a1a;
	border: 1px solid #abac83;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

#scroll-nav.fixed {
 	float: left;
    position: fixed;
	visibility: visible;
    top: 20px;
	z-index: 1;
	margin-left: 35px;
}

#scroll-nav ul {
	display: block;
	padding: 10px;
}

#scroll-nav ul li {
	display: inline;
	list-style-type: none;
}

#scroll-nav ul li a {
	display: block;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #afac83;
	background-color: #0b0b0b;
}

#scroll-nav ul li ul li a {
	display: block;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	background-color: #1a1a1a;
	border-bottom: 1px solid #111;
	padding: 5px;
}

#scroll-nav ul li a:hover {
	background-color: #666;
	color: #000;
}

#scroll-nav ul li ul li a:hover {
	background-color: #666;
	color: #111;
}

#return {
	display: block;
	font-family: "Tangerine", Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #afac83;
	background-color: #111;
	border: none;
	cursor: pointer;
	margin: 3px auto 0;
	padding: 2px;
}

/*-----------------
-Main content area-
-----------------*/
#content {
	float: left;
	/*width: 630px;*/
	clear: both;
	width: 750px;
	background-color: #1a1a1a;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #afac83;
	margin: 20px 13px;
	padding: 20px;
}

#content-forums {
	width: 1150px;
	background-color: #1a1a1a;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #afac83;
	margin: 15px auto;
	padding: 10px;
}

#content-forums blockquote {
	color: #953535;
}

#content-single {
	width: 1150px;
	float: left;
	background-color: #1a1a1a;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #afac83;
	margin: 0 15px 15px;
	padding: 10px;
}

#breadcrumbs {
	display: block;
	float: left;
	margin: 10px 25px ;
	padding: 5px;
	background: #1a1a1a;
	border: 1px solid #afac83;
	color: #e3e3e3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#breadcrumbs a,
#breadcrumbs a:visited {
	text-decoration: none;
	color: #953535;
}

/*---------------------------
-Blog and Single post styles-
---------------------------*/
article {
	float: left;
	width: 720px;
	background-color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #e3e3e3;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin: 0;
	margin-bottom: 20px;
	padding: 15px;
}

#content-single article {
	float: left;
	width: 1120px;
	background-color: #fff;
	color: #000;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin: 0;
	padding: 15px;
}

hgroup h2 {
	display: block;
	margin: 0;
	padding: 5px 0;
	border-bottom: 2px solid #aadcea;
}

hgroup h2 a {
	color: #355A75;
	text-decoration: none;
}

hgroup h2 a:hover {
	background: none;
	color: #355a75;
}

article h4 {
	color: #0099CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

hgroup h4 {
	margin: 0;
	padding: 5px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #afac83;
}

hgroup h4 .author-heading {
	font-weight: bold;
	font-size: 14px;
	color: #355A75;
}

article h3 {
	color: #953535;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

article a, article a:visited {
	color: #355A75;
	text-decoration: none;
}

article a:hover {
	color: #aadcea;
}

.bubble {
	display: block;
	float: right;
	background: url(images/comments.png) scroll top right no-repeat transparent;
	margin-top: -5px;
	height: 75px;
	width: 98px;
	position: relative;
}

article .bubble a,
article .bubble a:visited,
article .bubble a:hover {
	text-decoration: none;
	background: none;
	color: #6D0606;
	position: absolute;
	top: 12px;
	left: 15px;
	font-size: 26px;
	font-family: 'Tangerine', Arial, Helvetica, sans-serif; 
	line-height: 16px;
	text-align: center;
}

article .review {
	list-style-type: none;
	padding: 10px;
	width: 250px;
	font-size: 12px;
	background-color: #1a1a1a;
	color: #e3e3e3;
	border: 1px solid #afac83;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}

#content .aligncenter {
	margin-left: 10px;
	margin-bottom: 25px;
	margin-top: 10px;
	-moz-box-shadow: 2px 2px 10px #000;
	-webkit-box-shadow: 2px 2px 10px #000;
	box-shadow: 2px 2px 10px #000;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#content-single .aligncenter {
	margin-left: 250px;
	margin-bottom: 25px;
	-moz-box-shadow: 2px 2px 10px #000;
	-webkit-box-shadow: 2px 2px 10px #000;
	box-shadow: 2px 2px 10px #000;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.wp-caption-text {
	text-align: center;
	color: #afac83;
}

p.postmetadata {
	display: block;
	background-color: #afac83;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.postmetadata a,
.postmetadata a:visited {
	color: #6D0606;
}

.postmetadata a:hover {
	color: #953535;
	border-bottom: 1px dotted #953535;
}

.wow-patch {
	background-color: #202020;
	border-radius: 8px;
	box-shadow: black 2px 2px 2px;
	color: #0091FF;
	margin: 10px 15px;
	padding: 0 10px 10px;
	width: 95%;
	-moz-border-radius: 8px;
	-moz-box-shadow: black 2px 2px 2px;
	-webkit-box-shadow: black 2px 2px 2px;
}

.ffxiv-patch {
	background-color: #EBEAD8;
	border: 1px solid #dbcdb2;
	border-radius: 8px;
	box-shadow: black 2px 2px 2px;
	font-family: Calibri,Tahoma,Verdana,Geneva,sans-serif;
	color: #000;
	margin: 10px 15px;
	padding: 15px;
	width: 95%;
	-moz-border-radius: 8px;
	-moz-box-shadow: black 2px 2px 2px;
	-webkit-box-shadow: black 2px 2px 2px;
}

article .ffxiv-patch a {
	color: #804B26;
	text-decoration: underline;
}

.ffxiv-patch a:hover {
	color: #CC9C3D;
	text-decoration: none;
}

.rift-patch {
	background-color: #2B3159;
	border: 1px solid #424B89;
	border-radius: 8px;
	box-shadow: black 2px 2px 2px;
	font-family: Calibri,Tahoma,Verdana,Geneva,sans-serif;
	color: #FFF;
	margin: 10px 15px;
	padding: 15px;
	width: 95%;
	-moz-border-radius: 8px;
	-moz-box-shadow: black 2px 2px 2px;
	-webkit-box-shadow: black 2px 2px 2px;
}

.tor-quote {
	font-size: 11px;
	line-height: 16px;
}

/*---------------
-Comment styling-
---------------*/
#comments {
	display: block;
	color: #355A75;
	margin: 20px 0 15px;
	font-size: 22px;
	border-bottom: 2px solid #aadcea;
}

.commentlist {
	background-color: #afac83;
	padding: 5px;
	list-style-type: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.commentlist a,
.commentlist a:visited {
	color: #953535;
	text-decoration: none;
}

.commentlist a:hover {
	border-bottom: 1px dotted #953535;
}

.comment {
	margin: 10px;
	padding: 10px;
	-moz-box-shadow: 2px 2px 3px #000;
	-webkit-box-shadow: 2px 2px 3px #000;
	box-shadow: 2px 2px 3px #000;
}

.comment.odd {
	background-color: #272625;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #AFAC83;
}

.comment.even {
	background-color: #333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #AFAC83;
}

.comment.bypostauthor {
	background-color: #727D8E;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #AFAC83;
}

.children {
	list-style-type: none;
}

.children li {
	background-color: #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}

#respond h3 {
	display: block;
	color: #355A75;
	margin: 20px 0 15px;
	font-size: 22px;
	/*border-bottom: 2px solid #aadcea;*/
}

#respond a,
#respond a:visited {
	color: #355A75;
	text-decoration: none;
}

#respond a:hover {
	color: #aadcea;
}

.cancel-comment-reply {
	padding-bottom: 10px;
}

#commentform {
	/*background-color: #afac83;*/
	padding: 5px;
	padding-left: 25px;
	color: #e3e3e3;
	font-weight: bold;
	list-style-type: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

#commentform a,
#commentform a:visited {
	color: #6D0606;
	text-decoration: none;
}

#commentform a:hover {
	color: #953535;
	border-bottom: 1px dotted #953535;
}

.comment-author img {
	float: left;
	margin-right: 10px;
}

.comment cite {
	font-style: normal;
	font-size: 22px;
	color: #AFAC83;
}

.comment p {
	clear: both;
	padding: 10px 15px 0;
	color: #e3e3e3;
}

#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
	background-color: #414141;
	border: 1px solid #1a1a1a;
	color: #e3e3e3;
}

#commentform #author:hover,
#commentform #author:focus,
#commentform #email:hover,
#commentform #email:focus,
#commentform #url:hover,
#commentform #url:focus,
#commentform textarea:hover,
#commentform textarea:focus {
	background-color: #545454;
}

#commentform #submit {
	background-color: #414141;
	color: #e3e3e3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: medium none;
	padding: 2px 5px;
}

#commentform #submit:hover {
	background-color: #545454;
	cursor: pointer;
}

#social .social-identity .avatar {
    left: 15px !important;
    position: absolute;
    top: -5px !important;
}

#social .social-children {
    margin: 0 0 0 10px !important;
    padding: 0;
}

/*----------------------------
-Footer section in footer.php-
----------------------------*/
footer a, footer a:visited {
	color: #355a75;
	text-decoration: none;
}

footer a:hover {
	color: #aadcea;
	background-color: 355a75;
}		

#footer-wrapper {
	/*height: 520px;*/
	position: relative;
	z-index: 200;
	margin: 0;
	padding: 0;
	background-color: #1a1a1a;
	border-top: 2px solid #aadcea;
	border-bottom: 10px solid #000;
}

#footer {
	margin: 15px auto;
	width: 1200px;
	height: 200px;
	position: relative;
}

#footer-logo {
	background: url(images/LF-Logo-footer.png) 0 0 scroll no-repeat transparent;
	width: 400px;
	height: 72px;
	position: absolute;
	top: -35px;
	left: -20px;
}

#footer-logo p {
	font-family: 'Tangerine', Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding-left: 115px;
	color: #aadcea;
	text-shadow: #000 3px 3px 3px;
	padding-bottom: 50px;
}

.footer-sections {
	background: url(images/fborder.jpg) repeat-x bottom center;
	float: left;
	height: auto;
	margin: 0;
	padding: 15px 0;
}

.links {
	display: block;
	float: left;
	height: auto;
	margin-bottom: 25px;
	padding: 0 25px;
	color: #e3e3e3;
}

.links ul {
	display: block;
	margin: 0;
	padding: 0;
}

.links ul li {
	display: block;
}

.links ul li a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 4px 0;
	color: #afac83;
}

.links ul li a:hover {
	padding-left: 5px;
	font-weight: bold;
}

.links h2 {
	font-size: 24px;
	border-bottom: 1px dotted #afac83;
	margin: 10px 0;
}

.links h3 {
	margin: 0;
}

.links .wpulatestposts li a:hover {
	padding: 0;
	font-weight: normal;
	border-bottom: 1px dotted #afac83;
}

#cloud-area {
	width: 100%;
}

#cloud {
	list-style-type: none;
	text-align: center;
}
#cloud a {
	text-decoration: none;
	color: #aadcea;
}

#cloud a:hover {
	border-bottom: 1px dotted #aadcea;
}

.footer-menu {
	display: block;
	float: right;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

.footer-menu li {
	display: inline;
	float: left;
}

.footer-menu li a {
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #0b0b0b;
	text-shadow: 1px 1px 1px #272727;
	padding: 0 4px;
	text-decoration: none;
}

.footer-menu li a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
}

.lf-copyright {
	margin: 0;
	padding: 10px 0;
	float: left;
	color: #0a0a0a;
	font-size: 12px;
	text-shadow: 1px 1px 1px #272727;
	position: absolute;
	bottom: 0;
	left: 0;
}

.lf-disclaimer {
	float: left;
	color: #0a0a0a;
	font-size: 12px;
	text-shadow: 1px 1px 1px #272727;
	text-align: center;
	margin-left: 325px;
	width: 500px;
}

/* sliding panel //
//////////////////*/
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 100%; /* font-size set to 130% for the default Kubrick Wordpress theme */
}
 
#panel {
	width: 100%;
	height: auto;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}
 
#panel h1 {
	font-size: 1.7em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
	text-align: left;
}
 
#panel h2{
	font-size: 1.6em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
	text-align: left;
}
 
#panel p {
	margin: 5px 0;
	padding: 0;
}
 
#panel a {
	text-decoration: none;
	color: #aadcea;
}
 
#panel a:hover {
	color: white;
}
 
#panel a-lost-pwd {
	display: block;
	float: left;
}
 
#panel ul {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.6em;
	list-style: none;
}
 
#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}
 
#panel .content .left {
	width: 280px;
	float: left;
	margin-bottom: 25px;
	padding: 0 15px;
	border-right: 1px solid #333;
	min-height: 220px;
}
 
#panel .content .border {
	border-left: 1px solid #333;
}
 
#panel .content .narrow {
	width:120px !important;
}
 
#panel .content form {
	margin: 0 0 10px 0;
}
 
#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}
 
#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}
 
#panel .content input:focus.field {
	background: #545454;
}
 
/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}
 
#panel .content input.bt_login {
	width: 74px;
	background: transparent url(images/bt_login.png) no-repeat 0 0;
}
 
#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(images/bt_register.png) no-repeat 0 0;
}
 
#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}
 
/* Panel Tab/button //
/////////////////////*/
.tab {
  	background: url(images/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}
 
.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}
 
.tab ul.login li.left {
  	background: url(images/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}
 
.tab ul.login li.right {
  	background: url(images/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}
 
.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(images/tab_m.png) repeat-x 0 0;
}
 
.tab ul.login li a {
	color: #aadcea;
}
 
.tab ul.login li a:hover {
	color: white;
}
 
.tab .sep {color:#414141}
 
.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}
 
.tab a.open {background: url(images/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(images/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(images/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(images/bt_close.png) no-repeat left -19px;}

/*---------------------------
-Tabbed menu for media pages-
---------------------------*/
ul.tabs {
	margin: 0;
	margin-left: 200px;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	/*border-bottom: 1px solid #999;
	border-left: 1px solid #999;*/
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	/*border: 1px solid #953535;
	border-left: none;*/
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	margin-left: 15px;
	overflow: hidden;
	position: relative;
	background: #6D0606;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
ul.tabs li a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	/*border: 1px solid #953535; --Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
ul.tabs li a:hover {
	background: #953535;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #953535;
	color: #fff;
	/*border-bottom: 1px solid #953535; --Makes the active tab look like it's connected with its content--*/
}
.tab_container {
	/*border: 1px solid #999;*/
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; 
	width: 100%;
	/*background: #fff;*/
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
	color: #e3e3e3;
}
