/*
Theme Name: Melnaron
Theme URI: http://melnaron.net/
Description: Melnaron Development Ground Theme.
Version: 1.3
Author: Melnaron
Author URI: http://melnaron.net/
Tags: orange, black, fixed width, two columns, widgets
*/

/*==================================================*\
	Global
\*==================================================*/

body {
	background-color: #303030;
	color: #F0F0F0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #FF8000;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #FF6000;
	text-decoration: underline;
}

h1 {font-size: 24px;}
h2 {font-size: 20px;}
h3 {font-size: 16px;}
h4 {font-size: 12px;}
h5 {font-size: 11px;}
h6 {font-size: 10px;}

form {
	margin: 0;
	padding: 0;
}

button, input, select, textarea {
	background: #202020;
	border: 1px solid #303030;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #F0F0F0;
	padding: 5px;
}

blockquote {
	border: 1px dashed #606060;
	margin: 0;
	padding: 0 20px;
}

.top {
	margin-top: 0;
	padding-top: 0;
}

.botttom {
	margin-bottom: 0;
	padding-bottom: 0;
}

.center {
	text-align: center;
}

/*==================================================*\
	Page Structure
\*==================================================*/

#page {
	width: 828px;
	margin: 0 auto;
	padding: 25px 0;
}

	.pagetitle {
		background: url(images/pagetitle.png);
		width: 520px;
		margin: 0 0 10px;
		line-height: 38px;
		height: 38px;
		text-indent: 40px;
		font-size: 20px;
		font-weight: bold;
		color: #FFFFFF;
		overflow: hidden;
	}

#header {
	width: 828px;
	height: 166px;
	background: url(images/header.png) no-repeat;
}

	#header h1 {
		float: left;
		text-indent: -99999px
	}

	#header a {
		display: block;
		outline: none;
		width: 828px;
		height: 166px;
	}

#body {
	background: url(images/body.png);
	width: 100%;
	overflow: hidden;
}

#content {
	padding-left: 24px;
	float: left;
}

	.narrowcolumn {
		width: 520px;
	}
	
	.widecolumn {
		width: 780px;
	}

#sidebar {
	width: 250px;
	/*padding-right: 24px;*/
	margin-left: 554px;
}

#footer {
	height: 28px;
	padding-top: 19px;
	background: url(images/footer.png) no-repeat;
	text-align: center;
	font-size: 11px;
	color: #666666;
}

/*==================================================*\
	Posts
\*==================================================*/

.post-header, .post-header-s {
	padding-bottom: 10px;
	margin: 0;
	line-height: 38px;
	height: 38px;
	text-indent: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #FF8000;
	overflow: hidden;
}

	.narrowcolumn .post-header {
		background: url(images/post-header-n.png);
		width: 520px;
	}
	
	.narrowcolumn .post-header-s {
		background: url(images/post-header-n-s.png);
		width: 520px;
	}
	
	.widecolumn .post-header {
		background: url(images/post-header-w.png);
		width: 780px;
	}
	
	.widecolumn .post-header-s {
		background: url(images/post-header-w-s.png);
		width: 780px;
	}

.post-header a {
	text-decoration: none;
}

.post-entry {
	padding: 5px 30px 0;
	min-height: 85px;
	height: auto !important;
}

	.narrowcolumn .post-entry {
		background: url(images/post-entry-n.png) no-repeat;
		width: 460px;
	}
	
	.widecolumn .post-entry {
		background: url(images/post-entry-w.png) no-repeat;
		width: 720px;
	}

.post-entry > *:first-child {
	margin-top: 0;
	padding-top: 0;
}

.post-info {
	font-size: 11px;
	color: #999999;
	padding-bottom: 10px;
}

.more-link {
	float: right;
}

.post-metadata {
	clear: both;
	font-size: 11px;
	color: #999999;
	padding: 10px 0 30px;
}

img.alignleft, img.alignright, img.aligncenter, img.centered, .attachment img, .navigation img {
	border: 3px solid #303030;
}

img.alignleft {
	display: inline;
	float: left;
	margin: 5px 5px 5px 0;
}

img.alignright {
	display: inline;
	float: right;
	margin: 5px 0 5px 5px;
}

img.aligncenter {
	margin: 5px;
}

img.centered, .attachment img {
	display: block;
	margin: 5px auto;
}

/*==================================================*\
	Widgets
\*==================================================*/

#widgets {
	margin: 0;
	padding: 0;
}

.widget {
	list-style-type: none;
}

.widget-header {
	width: 250px;
	padding-bottom: 10px;
	margin: 0;
	line-height: 38px;
	height: 38px;
	background: url(images/widget-header.png);
	text-indent: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #FF7700;
}

.widget-entry {
	width: 190px;
	padding: 5px 30px 30px 30px;
	min-height: 55px;
	background: url(images/widget-entry.png) no-repeat;
	overflow: hidden;
}

	.widget-entry > *:first-child {
		margin-top: 0;
		padding-top: 0;
	}

	.widget-entry ul {
		margin: 0;
		padding-left: 15px;
	}

/*==================================================*\
	Comments
\*==================================================*/

#comments, #respond {
	border-bottom: 1px dashed #303030;
	margin: 0;
	padding: 30px 0 5px;
}

#comment {
	width: 708px;
}

.comments-list {
	margin-left: 0;
	margin-bottom: 0;
	padding: 0 0 25px;
	list-style: none;
}

.comments-list > li {
	padding: 5px 0;
}

.comments-list > li .avatar {
	float: left;
	margin-right: 5px;
}

.comment-header {
	background: url(images/comment-arrow.png) no-repeat scroll 225px bottom;
	height: 40px;
}

.comment-t {
	background: #202020;
	height: 10px;
	clear: both;
}

.comment-t-r {
	background: url(images/comment.png) scroll right top;
	float: right;
	height: 10px;
	width: 10px;
}

.comment-e {
	background: #202020;
	padding: 0 15px;
}

	.comment-e > p {
		margin: 0;
		padding: 10px 0;
	}

.comment-b {
	background: url(images/comment.png) scroll left bottom;
	height: 10px;
}

.comment-b-r {
	background: url(images/comment.png) scroll right bottom;
	float: right;
	height: 10px;
	width: 10px;
}

li.author .comment-header {
	background: url(images/comment-arrow-a.png) no-repeat scroll 225px bottom;
}

li.author .comment-t {
	background: #404040;
}

li.author .comment-t-r {
	background: url(images/comment-a.png) scroll right top;
}

li.author .comment-e {
	background: #404040;
}

li.author .comment-b {
	background: url(images/comment-a.png) scroll left bottom;
}

li.author .comment-b-r {
	background: url(images/comment-a.png) scroll right bottom;
}

/*==================================================*\
	Navigation
\*==================================================*/

.navigation {
	padding: 10px 0;
}

	.navigation .alignleft {
		float: left;
	}

	.navigation .alignright {
		float: right;
	}

	.navigation .aligncenter {
		margin: 0 auto;
		text-align: center;
		width: 100px;
	}

/*==================================================*\
	Portfolio page styles
\*==================================================*/

.pfl-wrap {
	border-bottom: 1px dashed #303030;
	clear: both;
	padding-bottom: 5px;
	margin-bottom: 15px;
	min-height: 140px;
}

.pfl-image {
	background-image: url(/wordpress/wp-content/uploads/2008/09/thumbs_bg.png);
	float: left;
	padding: 10px;
	width: 120px;
	height: 120px;
}

.pfl-image img {
	border: 0;
}

.pfl-desc {
	margin-left: 155px;
}

.pfl-desc h3 {
	margin-top: 0;
}

.pfl-desc small {
	color: #999999;
	display: block;
	padding-top: 15px;
}
