﻿/*
Theme Name: LiquidFlame. Modified from Tranquility
Tranquility Theme URI: http://www.roytanck.com
Version: 1.2
Original Author: Roy Tanck
*/

/*** Default HTML Tags ***/
body
{
	background-color: #500D00;
	color: #E4E4E4;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0px;
}

a { color: #DC592E; text-decoration: none; }
a img { border: none; }
a:visited { color: #999; }
a:hover
{
	color: #FFFF00;
	text-decoration: underline;
}

h2 {
	color:#FFFFFF;
}
.alertText
{
	color:#00ffff;
}

/*** Content Wrappers ***/

#container
{
	background-color: #000000;
}
#contenttop
{
	height:0px;
	width:950px;
	margin:0;
	float:left;
}

#contentwrapper
{
	width: 950px;
	margin-right: 10px;
	margin: 0;
	float: left;
}

/*** Blog Header ***/

#header
{
	background-position: center bottom;
	width: 950px;
	height: 80px;
	margin-top:0px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	padding-top: 0px;
	background-image: url('/BlogThemes/Banners/liquidFlame950.jpg');
	background-repeat: no-repeat;
	background-color: transparent;
}

#header #title
{
	padding-left:0px;

}

#header #title .logo
{

}

#header #title #blogtitle
{
	margin-left: 10px;

}

#header #title h1 a
{
	color: #000000;
	font-weight: bold;
	font-size: 26px;
	text-decoration: none;
	font-family: 'Times New Roman' , Times, serif;
}

#header #title h2
{
	color: #333333;
	font-size: 15px;
	font-weight: normal;
	margin-top: -20px;
	font-family: 'Times New Roman' , Times, serif;
}

#header #searchbar
{
	margin-top: 20px;
}

/*** Blog Entries ***/

#postWrapper
{
	padding-left:5px;
}
#posts
{
	padding-right:0px;padding-left:0px;margin-right:5px;width:680px;float:left;
}

.post
{
	margin: 5px 0px 20px 0px;
	padding: 15px;
}
.post .postheader .posttitle
{
	
	line-height: 20px;
}

.post .postheader .posttitle h2
{
	font-family: arial,helvetica,sans-serif;
	font-size: 20px;
	padding: 0;
	margin: 0;
}

.post .postheader h2 a
{
	color:#FFC600;
	font-size:20px;
	font-weight:normal;
	text-decoration:none;
	font-family:Tahoma,arial,helvetica;
}

.post .postheader .posttitle .postmeta
{
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 10px;
}
.postmeta
{
	color:#999999;
}

.post .postcontent
{
	margin-top: 10px;
	line-height: 17px;	
}

.post .posttags, .post .posttags a
{
	color: #959595;

	margin-top: 20px;
	text-align: right;
}

/*** SideBar ***/

#sidebar #wrapbox
{
    padding: 5px;
    margin: 5px 5px 20px 5px;
    width: 200px;
    margin-right: 0;
    font-size: 10pt;
    color: #999999;
}

.sideBarTitle
{
    color: #CCCCCC;
    font-size: 11pt;
    margin-bottom: 6px;
}
.sideBarTitle a
{
    text-decoration:none;
    color:#FFFFFF;
}
.sideBarTitle a:visited
{
    text-decoration:none;
	color:inherit;
}
.sideBarTitle a:hover
{
    text-decoration:underline;
	color:inherit;
}

#sidebar ul li a
{
	color:#DC592E;
}
#sidebar 
{
	padding-right:0;
	margin-right:0;
	width: 190px;
	float:left;	
}

#sidebar .sidebarbox h3
{
	font-size: 14px;
	color: #e65a05;
	margin-bottom: 10px;
}

#sidebar .sidebarbox a
{
	text-decoration: none;
}

#sidebar .sidebarbox ul
{
	list-style-type: none;
	text-indent: -1.5em;
}

#sidebar .sidebarbox .pages ul
{
	text-indent: -3em;
}

/*** Comments ***/

#commentList
{
	padding-top:20px;
}
.comment
{
	border:1px solid #666666;
	margin-bottom:10px;
	overflow:hidden;
	padding:6px 10px;
}

#commentHeader
{
	font-weight:bold;
}

.commentmeta cite
{
	color:#999999;
	font-size:10px;
}
.commentInput
{
	padding: 0;
	margin: 0;
	line-height: 0;
    width:98%;
    height:150px;
    margin:0;
    padding:5px;
    margin-right:10px;
    background-color:Transparent;
	border:1px solid #666666;
	color:#CCCCCC;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;	
}
.commentviewmeta 
{
	padding-top:10px;	
	text-align:left;
	padding-left:0px;

}
.commentviewmeta a
{
	text-decoration:none;	
}
.commentviewmeta a:hover
{
	text-decoration:underline;	
}

/*** Footer ***/


#footer
{
	width:950px;margin:0;
	height: 52px;
	float:left;
	margin-right:10px;
}
#footercontainer
{
	width:870px;
	padding-left:40px;
	margin-right:0;
}


.postfooter
{
	clear:both;
	margin-bottom: 5px;
}



