/*
	Theme Name: LFS mk.4 Dark
	Theme URI: http://liquidfirestudios.com/
	Description: Sebastian Castilho's Liquid Fire Studios WP theme.
	Version: 1.0
	Author: Sebastian Castilho
	Author URI: http://liquidfirestudios.com/
	Tags: widgets, white, right sidebar, fixed width, two columns, valid CSS, valid XHTML, widget ready, 2 column, 2 columns, textured, simple, free, Gravatar, light, minimal, minimalist, sidebar right, tags, Two Column, widgetized, widget, red, dark
*/

/* Thanks to:
   The skin was based off of Alex Smith's very minimal "Infimum".
*/

/* whole page */
body {
	margin: 0;
	padding: 0;
	
	color: #ebebeb;
	background: black url('images/body-bg.jpg') repeat;
	
	font-family: "Lucida Grande", "Lucida Sans", Lucida, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	
	line-height: 1.5;
}

#page {
	margin: 0 auto;
	padding: 0 1em;
	
	width: 960px;
}

#forumPage {
	margin: 0 auto;
	padding: 0;
	
	width: 94%;
}

a {
	color: #ca2a2a;
	background: inherit;
	
	text-decoration: none;
}

a:visited {
	color: #ca2a2a;
	background: inherit;
}

a:hover {
	color: #ca2a2a;
	background: #1e1e1e;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

blockquote {
	margin: 0 2em 0 2em;
}
	
img {
	border: none;
}

/* end whole page */

/* header */
#header {
	margin: 30px 0 0 0;
	border: 0px solid gray;
	padding: 0;
	
	width: 100%;
}

a.header-image:hover {
background: none;
border: none;
}


#header h1 {
	margin: 0em;
	border: 0px solid gray;
	padding: 0em;
	
	font-size: 4em;
	line-height: 0.75em; /* weird IE7 bug fix */

	float: left;
}

#header #tagline {
	margin: 0.75em 0em 0em 2em; /* also part of the IE7 fix */
	border: 0px solid gray;
	border-left: 1px solid gray;
	padding: 0.5em 0em 0.5em 2em;
	
	color: gray;
	background: inherit;
	
	float: left;
}
/* end header */

/* content area */
#content {
	margin: 2em 0 0 0;
	padding: 0em;
	width: 756px;
	
	float: left;
}
#forumContent {
	margin: 0;
	padding: 20px;
	background: #f6f6f6;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#content h2 {
	margin: 0em 0em 8px;
	padding: 0em;
	
	font-size: 1.5em;
	color: #0c77c2;
}
#forumContent h2 {
	margin: 0em 0em 8px;
	padding: 0em;
	
	font-size: 1.5em;
	color: #0c77c2;
}

.pagetitle {letter-spacing:0px;
font-weight: normal;
font-family: "Lucida Grande","Lucida Sans","Lucida",sans-serif;
text-transform: uppercase;}

#static-home {
	margin: 0;
	padding: 0;
	
	font-size: 12px;
	letter-spacing:0px;
}
.static-text {
	margin: 0;
	padding: 0;
	
	font-size: 12px;
	letter-spacing:0px;
	font-weight: normal;
	color: #eaeaea;
	text-transform: none;
}

#content .post {
	margin: 0;
	padding: 10px;
}

#content h3 {
	margin: 0;
	padding: 0;
	
	font-size: 1.25em;
}

#content .postmetadata {
	color: #777777;
	background: inherit;
	
	font-size: 0.9em;
	
	text-align: right;
}

#content .navigation {
	margin: 2em 0em 0em;
	padding: 0em;
	
	display: block;
}

#content .goback {
	margin: 0em 0.5em 0em 0em;
	padding: 0em;
	
	float: left;
	
	font-size: 1.25em;
}

#content .goforward {
	margin: 0em 0em 0em 0.5em;
	padding: 0em;
	
	float: right;
	
	font-size: 1.25em;
}

#content #comments {
	margin: 2em 0em 1em;
	padding: 0em;
	
	clear: both;
}

#content .commentlist {	
	margin: 0em;
	padding: 0em;
	
	font-size: 1em;
}

#content .commentlist a {	
	color: #f23e3e;
}

#content .commentlist a:hover {	
	background: #513427;
}

#commentform a {
	color: #f23e3e;
	}

#commentform a:hover {
	background: #513427;
	}

#content .commentlist li {
	margin: 0em;
	padding: 0em;
	
	list-style-type: none;
	
	border-bottom: 1px dotted #dadada;
}

#content .commentlist img.avatar {
	float: right;
	margin-left: 1em;
}

#content .commentmetadata {
	margin: 0em 0em 2em;
	color: #eaeaea;
	background: inherit;
	text-align: right;
}

#content #respond {
	margin: 2em 0em 1em;
	padding: 0em;
	
	clear: both;
}

p.postmetadata {margin: 0}
p {margin: 1em 0;}

.paper {
	background: white url('images/paper-bg.jpg') repeat-y;
	padding: 10px 22px 16px 22px;
	color: black;
}
.paper-top {
	background: url('images/paper-top.jpg') no-repeat;
	height: 20px;
}
.paper-bottom {
	background: url('images/paper-bottom.jpg') no-repeat;
	height: 13px;
	margin-bottom: 20px;
}
.paper a { border-bottom: 1px dotted #b6b6b6; }

.paper a:hover { color: #c0c0c0; }
.paper h3 { color: #3b454c; }
/* end content area */

/* these rules are added for compatibility with WordPress Theme Directory */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* end Theme Directory compatibility */

/* sidebar */
#sidebar {
	margin: 2em 0;
	padding: 0em;

	width: 165px;
	float: right;
}

#sidebar .menu {
	width: 161px;
	background: #330707 url('images/nav-bg.jpg') repeat-y;
	}

#sidebar .menu-top {
	width: 161px;
	height: 21px;
	background: #330707 url('images/nav-top.jpg') repeat-y;
	}

#sidebar .menu-bottom {
	width: 161px;
	height: 21px;
	background: #330707 url('images/nav-bottom.jpg') repeat-y;
	}

#sidebar .menu ul {
	margin-left: 0;
	}

#sidebar .menu li {
	margin: 2px 22px 3px 22px;
	list-style-type: none;
	font-size: 10px;
	color: #cbcbcb;
	}

#sidebar a.menu-item {
	font-size: 16px;
	color: #eaeaea;
	font-weight: bold;
	margin-left: 8px;
	text-transform: uppercase;
	}

#sidebar a:hover.menu-item {
	background: #6a1c1c;
	}
	
#sidebar a {
	color: #eaeaea;
	}
	
#sidebar a:hover {
	color: white;
	background-color: #764848;
	}

#sidebar h2 {
	margin: 0em;
	padding: 0em;

	font-size: 1.2em;
	color: #0c77c2;
}

#sidebar h2 a, #sidebar h2 a:visited {
	color: black;
	background: inherit;
}

#sidebar h2 a:hover {
	color: white;
	background: #6a1c1c;
}

#sidebar ul {
	margin: 0em;
	padding: 0em;
}

#sidebar ul li {
	margin: 0em 0em 1em;
	padding: 0em;
	
	list-style-type: none;
}

#sidebar ul li p, #sidebar ul li ul, #sidebar ul li ol {
	font-size: 0.9em;
	color: #d4d4d4;
}

#sidebar ul li ul li, #sidebar ul li ol li {
	margin: 0em 0em 7px;
	padding: 0em;
}

#sidebar .textwidget {
	font-size: 0.8em;
}

#sidebar .big {
	font-weight: bold;
	font-size: 1.6em;
}

li .sftagli {line-height: 1em; font-size: 1.1em;}

.sftagli a {font-weight: bold}

.thin-sidebar {width: 150px;
margin: 15px 11px;}
.thin-sidebar a { border-bottom: 1px dotted #484848; }

.widgettitle {letter-spacing:-1px;}

/* end sidebar */

/* footer */
#footer {
	margin: 0;
	padding: 126px 0 20px 0;
	
	background: url('images/footer-bg.jpg') repeat-x;
	color: #e6e6e6;
	
	width: 100%;
	max-height: 178px;
	clear: both;
}

#footer a {
	color: #e6e6e6;
	border-bottom: 1px dotted;
	}

#footer p {
	margin: 0em;
	padding: 0em;
	
	font-size: 0.8em;
	
	text-align: center;
}
/* end footer */

/***** Cool tooltip things ******/
.hotspot {color:#900; padding-bottom:1px; cursor:pointer; z-index:800;}
#tt {position:absolute; display:block; background:url(/images/tt_left.gif) top left no-repeat; z-index:800;}
#tttop {display:block; height:5px; margin-left:5px; background:url(/images/tt_top.gif) top right no-repeat; overflow:hidden; z-index:800;}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:white; color:#ca2a2a; z-index:800;}
#ttbot {display:block; height:5px; margin-left:5px; background:url(/images/tt_bottom.gif) top right no-repeat; overflow:hidden; z-index:800;}
/*********** End cool tooltip things ******/

/********* Fading feature images *************/

#slider {
   width: 752px; /* important to be same as image width */
   height: 293px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#slider ul { list-style-type: none; margin: 0; padding: 0; }
#slider li { list-style-type: none; margin: 0; padding: 0; }

#sliderContent {
   width: 752px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 374px;
   background-color: #000;
   filter: alpha(opacity=0); /* here you can set the opacity of box with text */
   -moz-opacity: 0; /* here you can set the opacity of box with text */
   -khtml-opacity: 0; /* here you can set the opacity of box with text */
   opacity: 0; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}


/********* End Fading feature images *************/




/****************** jFlow (Sliding content) ****************/

#teamSlider { margin-bottom: 10px;
	text-align: center;
	color: #999999;
	/* border-top: 1px dashed #adadad;
	border-bottom: 1px dashed #adadad;
	padding-bottom: 5px; */
	}

#projectSlider { margin-bottom: 10px;
	text-align: center;
	color: #999999;
	/* border-top: 1px dashed #adadad;
	border-bottom: 1px dashed #adadad;
	padding-bottom: 5px; */
	}
#teamSlider span{
	color: #ca2a2a;
	background: inherit;
	text-decoration: none;
	margin-right:15px;
	margin-bottom:10px;
	padding: 2px;
	cursor:pointer;
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 1px dotted #f3c988;
}

#projectSlider span{
	color: #ca2a2a;
	background: inherit;
	text-decoration: none;
	margin-right:15px;
	margin-bottom:10px;
	padding: 2px;
	cursor:pointer;
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 1px dotted #f3c988;
}

#teamSlider span:hover {
	font-size: 1.4em;
	letter-spacing: -1px;
	}
	
#projectSlider span:hover {
	font-size: 1.4em;
	letter-spacing: -1px;
	}

#jFlowSlide{
	border:none;
}

#teamSlider span.jFlowSelected {
	font-size: 1.5em;
	letter-spacing: -1px;
	color: #db9425;
}

#projectSlider span.jFlowSelected {
	font-size: 1.5em;
	letter-spacing: -1px;
	color: #db9425;
}
.jFlowPrev, .jFlowNext{
	cursor:pointer;
}
/****************** End jFlow ****************/


.clear {
   clear: both;
} 


#breadcrumbs { font-size: 0.9em; }

dl { margin-left: 15px; }
dl a { font-weight: bold; font-size: 1.2em; }
dd { margin-top: 6px; margin-bottom: 13px; font-size: 1.1em; word-spacing: 2px; color: #656565; }

#teamSlides h4{ margin: 0 10px; display: inline; padding: 0;  font-size:1.2em; font-weight:normal; color: #01416a; }
#teamSlides li:before { content: "- " }
#teamSlides ul{ margin: 20px; padding: 0; }
#teamSlides li{ list-style: none; margin-bottom:10px; padding: 0; color: grey; }
#teamSlides dl { margin: 10px 20px; }
#teamSlides dt { border-right:1px dotted silver;
clear:left;
float:left;
font-size:1.2em;
margin-bottom:20px;
width:120px; }
#teamSlides dd {
float:right;
clear: right;
font-size:0.9em;
margin: 0 0 20px 10px;
word-spacing:1px;
width: 500px; }

#aboutUs h3 {
margin-left: 20px;
}

#aboutUs p {
color: #383838;
margin: 20px 40px 20px 40px;
}

.wpf-table th a { color: white; border: none; }
a img { border: none; }

#forumNav { 
	margin:20px 0 30px;
	text-align:center;
	font-size: 1.2em;
	font-weight: bold; }
#forumNav ul { margin: 0; padding: 0; }
#forumNav li { 
	margin: 0 0 0 20px; 
	padding: 0; 
	list-style-type: none;
	display: inline;
	}
#forumNav a { color: white; border-bottom:1px dotted grey; }