/*  
Theme Name: Study Mood
Theme URI: http://www.alien-studio.com
Description: In the mood for study.
Version: 1.0
Author: Alex Mihai
Author URI: http://www.alien-studio.com/
*/

@charset "utf-8";

*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #51301e;
	background-image: url("img/wood_04.jpg");
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
}

h1
{
	font-size: 36px;
}

a
{
	font-weight: bold;
	color: #B10A23;
	text-decoration: none;
}

a img
{
	border: none;
}

li
{
	list-style-type: none;
}

img.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.post
{
	margin-top: 40px;
}

.sidebarUl
{
	font-size: 0.9em;
}

.postDate, .postInfo
{
	color: #666666;
	font-size: 0.8em;
}

.entry
{
	margin-top: 10px;
}

.entry p
{
	padding-bottom: 10px;
}

.nextEntries
{
	float: right;
}

.navigation
{
	padding-top: 20px;
	padding-bottom: 20px;
}

.commentlist li
{
	border-bottom: 1px dotted #000000;
}

#header
{
	background-image: url("img/header_04.jpg");
	background-repeat: no-repeat;
	width: 1000px;
	height: 474px;
	text-align: center;
}

#headerMain
{
	position: relative;
	left: 200px;
	top: 310px;
	width: 623px;
}

#navigation
{
	position: relative;
	left: 200px;
	top: 330px;
	width: 623px;
}

#navigation li
{
	float: left;
	margin-left: 35px;
	font-size: 1.2em;
}

#container
{
	background-image: url("img/content_02.jpg");
	background-repeat: repeat-y;
	width: 623px;
	min-height: 300px;
	margin-left: 199px;
	margin-bottom: 40px;
}

#content
{
	width: 410px;
	margin-left: 10px;
	float: left;
	border-right: 1px solid #D1BE9A;
	padding-bottom: 50px;
}

#sidebar
{
	margin-left: 430px;
	padding-top: 40px;
}

#sidebar h3
{
	margin-top: 20px;
}

#footer
{
	background-image: url("img/footer_04.jpg");
	background-repeat: no-repeat;
	width: 623px;
	height: 99px;
	clear: both;
	text-align: center;
}

#copyright
{
	font-size: 0.9em;
	padding-top: 10px;
}

#respond
{
	margin-top: 10px;
}

#submit
{
	float: right;
}

#comment
{
	width: 99%;
}

#rssImageP
{
	text-align: center;
	margin-bottom: 40px;
}
