/*
Theme Name: Rares Hulea
Theme URI: http://phimento.com
Description: Custom WordPress theme.
Version: 1.0
Author: G. Alexandru
Author URI: http://ghalex.com/
Tags: orange, custom header, fixed width, two columns

	This theme was designed by http://templatemonster.com/ and 
	built by G. Alexandru.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

html, body
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(images/bg.jpg);
}

/* ------------------------------- */
/* START STRUCTURE Styles */

#page
{
	margin: auto;
	padding: 0px;
	width: 1416px;
	height: 100%;
}

/* HEADER */
#header
{
	width: 1416px;
	height: 154px;
}

#hleft, #hright
{
	float: left;
	width: 230px;
	height: 154px;
}

#hleft
{
	background: url(images/bg.header.left.jpg) no-repeat;
}

#hright
{
	background: url(images/bg.header.right.jpg) no-repeat;
}

#hmain
{
	float: left;
	width: 956px;
	height: 154px;
}

#logo
{
	float: left;
	width: 325px;
	height: 154px;
	background: url(images/bg.logo.jpg) no-repeat;
}

#menu
{
	float: left;
	width: 631px;
	height: 154px;
	background: url(images/bg.menu.jpg) no-repeat;
}

/* MAIN */
#tb_main
{
	padding: 0px;
	margin: 0px;
	width: 1416px;
	height: 100%;
	border: 0px solid;
	border-collapse: collapse; 
}

#content
{
	height: 100%;
	padding: 30px 0px 0px 0px;
	background: #dcd5d3 url(images/bg.content.top.jpg) no-repeat top left;
}

#sidebar
{
	width: 305px;
	padding: 50px 0px 0px 0px;
}


#i_am
{
	width: 305px;
	height: 362px;
	background: url(images/img.iam.jpg) no-repeat top;
}

#tb_mcontent
{
	margin: 0px;
	padding: 0px 0px 60px 00px;
	width: 650px;
	background: #dcd5d3 url(images/bg.content.bottom.jpg) no-repeat bottom left;
}

#tb_msidebar
{
	margin: 0px;
	padding: 0px 0px 60px 00px;
	width: 306px;
	background: #6f0508 url(images/bg.sidebar.top.jpg) no-repeat top;
}

.tb_mleft, .tb_mright
{
	padding: 0px;
	margin: 0px;
	width: 230px;
	height: 435px;
}

.tb_mleft
{
	background: url(images/bg.main.left.jpg) no-repeat;
}

.tb_mright
{
	background: url(images/bg.main.right.jpg) no-repeat;
}

.tb_mleft_b, .tb_mright_b
{
	padding: 0px;
	margin: 0px;
	width: 230px;
	height: 180px;
}

.tb_mleft_b
{
	background: url(images/bg.main.left.bottom.jpg) no-repeat bottom;
}

.tb_mright_b
{
	background: url(images/bg.main.right.bottom.jpg) no-repeat bottom;
}

/* FOOTER */
#footer
{
}

#fleft, #fright
{
	float: left;
	width: 230px;
	height: 83px;
}

#fmain
{
	float: left;
	width: 956px;
	height: 83px;
	background: #6f0508 url(images/bg.footer.main.jpg) no-repeat bottom;
}

#fleft
{
	background: url(images/bg.footer.left.jpg) no-repeat;
}

#fright
{
	background: url(images/bg.footer.right.jpg) no-repeat;
}

#fbottom
{
	clear: left;
	width: 1416px;
	height: 113px;
	background: url(images/bg.footer.bottom.jpg) no-repeat top;
}

/* COMMENT */
#comment
{
	clear: left;
	padding-left: 102px;
	padding-right: 40px;
}

.commentlist
{
	margin: 0px;
	padding: 0px;
}

.commentlist li 
{
	padding: 20px 0px 20px 0px;
	list-style: none;
}

/* END STRUCTURE Styles */
/* ------------------------------- */


/* ------------------------------- */
/* START FONTS Styles */
a
{
	font-weight: bold;
	color: #9E070E;
}

.post_comment, small, h1, h2, h3, a
{
	font-family: Georgia;
	font-style: italic;
}

.entry, .commententry, .postmetadata, #menu li, #menu li a, #menu li a:visited, #sidebar_menu li, #sidebar_menu li a, #sidebar_menu li a:visited, #comment_repl_text li
{
	font-family: Georgia;
	font-style: normal;
	font-weight: normal;
}

.entry, .postmetadata, .commententry, #comment_repl_text li
{
	text-align: justify;
	font-size: 13px;
}

.post_comment
{
	font-size: 21px;
	color: #FFFFFF;
}

.post_comment, .post_comment a, .post_comment a:visited, #menu li a, #menu li a:visited, #sidebar_menu h3, #sidebar_menu li, #sidebar_menu li a, #sidebar_menu li a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

small
{
	font-size: 12px;
	font-weight: bold;
	color: #505050;
}

/* HEADER Styles */
h1, h2, h3
{
	margin: 0;
	color: #9E070E;
	font-weight: bold;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited
{
	color: #9E070E;
	text-decoration: none;
}

#menu li a, #menu li a:visited
{
	font-weight: bold;
}

#sidebar_menu li, #sidebar_menu li a, #sidebar_menu li a:visited
{
	font-size: 14px;
}

/* END FONTS Styles */
/* ------------------------------- */

p, img
{
	margin: 0px;
	padding: 0px;
}

h2
{
	margin: 0px;
	padding: 0px;
}

.post
{
	float: left;
	padding: 15px 0px 0px 0px;
	width: 510px;
}

.post_comment
{
	float: left;
	margin: 0px 0px 0px 5px;
	padding: 14px 0px 0px 0px;
	width: 102px;
	height: 75px;
	text-align: center;
	background: url(images/icon.comment.jpg) no-repeat top left;
}

.entry
{
	padding: 22px 0px 22px 0px;
}

.postmetadata
{
	clear: both;
}

#menu
{

}

#menu li
{
	float: left;
	padding-top: 60px;
	list-style: none;
	cursor: pointer;
}

#menu li a
{
	display: block;
	padding: 6px 12px 6px 12px;
}


#menu li a:hover
{
	background: #dd4d21;
}

#sidebar_menu
{
	width: 300px;
	margin: 0px;
	padding: 40px 0px 0px 0px;
	text-align: left;
}

#sidebar_menu h3
{
	width: 286px;
	height: 32px;
	margin: 0px;
	padding: 3px 0px 0px 22px;
	background: url(images/bg.sidebar.title.jpg) no-repeat top left;
}

#sidebar_menu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar_menu li
{
	margin: 0px;
	padding: 5px 0px 5px 24px;
	width: 262px;
}

#sidebar_menu li a:hover
{
	color: #e27120;
}


/* TMP COMMENT */
#comment_repl_text
{
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 25px;
	width: 150px;
}

#comment_repl_inpt
{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 230px;
	list-style: none;
	line-height: 24px;
}