/*
Theme Name: Liroy theme
Theme URI: http://liroy.com.pl
Author: Michał Bajur
Author URI: http://portfolio.keepthismoment.com

*/

/* 
 * MAIN BODY 
 */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #000 url(img/bg.jpg);
	color: #DFDFDF;
	text-align: center;
}
body * {
	text-align: left;
}
a {
	color: #B6A079;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0;
}
p {
	margin: 0 0 10px 0;
}
h3 {
	margin-bottom: 5px;
}

/* 
 * WRAPPERS 
 */
#wrap {
	width: 920px;
	margin: 0 auto;
}
#wrap-main {
	padding: 25px 0 0 0;
}
#wrap-sidebar-left {
	float: left;
}
#wrap-sidebar-right {
	float: right;
}
#wrap-content {
	width: 476px;
	margin: 0 10px;
	float: left;
}
.wrap-sidebar-box, .wrap-content-box {
	background: #000;
	padding: 5px;
	margin: 0 0 25px 0;
}

/*
 * SIDEBARS
 */
.sidebar {
	width: 212px;
}

/*
 * SIDEBAR BOX
 */
.box-container {
	background: url(img/box-container.png) repeat-y;
}
.box-container-top {
	background: url(img/box-container-top.png) no-repeat;
	width:202px; height: 7px;
}
.box-container-bottom {
	background: url(img/box-container-bottom.png) no-repeat;
	width:202px; height: 8px;
}
.box-container-content {
	padding: 0 12px 0 12px;
}
h2.box-title {
	background: url(img/box-title-border.jpg) no-repeat 50% bottom;
	padding-bottom: 7px;
}
.box-container-content ul{
	margin: 5px 0 5px 20px;
}
/*
 * CONTENT BOX
 */
#wrap-content .box-container {
	background: url(img/content-container.png) repeat-y;
}
#wrap-content .box-container-top {
	background: url(img/content-container-top.png) no-repeat;
	width:462px; height: 8px;
}
#wrap-content .box-container-bottom {
	background: url(img/content-container-bottom.png) no-repeat;
	width:462px; height: 8px;
}
#wrap-content .box-container-content {
	padding: 0 12px;
}
h2.title {
	padding-bottom: 7px;
}
small {
	margin: 0 0 10px 0;
	display: block;
}

div.post{
	background: url(img/content-title-border.jpg) no-repeat 50% bottom;
	padding:0 0 7px 0;
	margin:0 0 7px 0;
}

/* 
 * NAV MENU 
 */
ul.nav-bar {
	background: url(img/nav-bar-bg.jpg) repeat-x;
	height: 49px;
	list-style: none;
}
.nav-bar li {
	float: left;
	line-height: 49px;
	background: url(img/nav-separator.png) no-repeat right 50%;
	padding: 0 21px;
}
.nav-bar li.last {
	background: none;
}

/*
 * FOOTER
 */
#footer {
	background: #000;
	padding: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
#footer p{
	margin: 0;
	text-align: center;
	font-size: 12px;
}

/*
 * OTHERS
 */
div.clear {
	clear: both;
}

/*
 * COMMENTS
 */
.commentlist {
	margin: 0 0 0 30px;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	padding: 3px;
	background: #786658;
	}

.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 textarea {
	width: 435px;
}

.commentmetadata {
	font-weight: normal;
	}

