/*
Theme Name:		Studfarmat
Theme URI:		http://studfarmat.org/
Description:	Studfarmat
Version:		1.0
Author:			Slaver
Author URI:		http://slaver.info/
*/

/*
	Reset by Eric Meyer
	http://meyerweb.com/eric/tools/css/reset/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


sup, sub {
	font-size: 70%;
	vertical-align: baseline;
	position: relative;
}

sup {
	top: -0.4em;
}

sub {
	bottom: -0.4em;
}

/*
	Main styles
*/

html { width: 100%; }

html, body {
	height: 100%;
}

body, textarea, input, select {
	font: 12px/16px Verdana, Tahoma;
}

body {
	color: #000;
	background: #d3c9d2 url("images/back.jpg") repeat-x;
}

p {
	margin: 10px 0 0 0;
}

ul, ol, dl {
	margin: 5px 0 5px 20px;
}

blockquote {
	margin: 10px 0 0 20px;
	font-style: italic;
}

pre {
	font: 14px/18px "Courier New", Courier, monospace;
	color: #333;
	margin: 10px 0;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

/*
	Global styles
*/

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.overflow {
	overflow: hidden;
}

/*
	Layonts
*/

#back {
	background: url("images/footer.jpg") 0 bottom no-repeat;
	overflow: hidden;
	position: absolute;
	width: 100%;
}

#wrapper {
	/*overflow: hidden;*/
	left: 134px;
	margin-bottom: 300px;
	/*min-height: 1300px;*/
	overflow: hidden;
	position: relative;
	width: 1130px;
}

#container {
	float: left;
	overflow: hidden;
	width: 962px;
	/*box-shadow: 0 0 50px #958391;
	-moz-box-shadow: 0 0 50px 5px #958391;
	-webkit-box-shadow: 0 0 50px #958391;*/
}

#page {
	background: #f1f1f1 url("images/content.jpg") 0 0 repeat-y;
	/*margin: 0 auto;*/
	float: left;
	overflow: hidden;
	width: 962px;

	/*-moz-border-radius: 15px;
	-webkit-border-radius: 15px;*/
}



#converse {
	background: url("images/head.jpg") 0 0 no-repeat;
	height: 370px;
	left: 492px;
	position: absolute;
	top: 0;
	width: 660px;
}


/*
	Header
*/

#header {
	height: 136px;
	margin: 0 auto;
	overflow: hidden;
	width: 962px;
}

/* Logo */

#logo {
	float: left;
	display: inline;
	height: 115px;
	margin: 10px 0 0 10px;
	width: 185px;
}

	#logo h1, #logo h2 {
		color: #fff;
		display: block;
		height: 115px;
		font: 22px/30px Arial;
		position: relative;
		width: 185px;
	}

		#logo h1 span, #logo h2 span {
			background: url("images/logo.jpg") 0 0 no-repeat;
			height: 115px;
			left: 0;
			position: absolute;
			top: 0;
			width: 185px;
		}

		#logo h1 a, #logo h2 a {
			display: block;
			text-decoration: none;
		}

/* Links */

#links {
	float: left;
	margin: 10px 0 0 30px;
	width: 300px;
}

	#links ul {
		float: left;
		list-style-type: none;
		margin: 15px 0 0 20px;
		width: 100%;
	}

		#links ul li {
			float: left;
			height: 100px;
			margin: 0;
			position: relative;
			width: 70px;
		}

			#links ul li span {
				float: left;
				height: 100px;
				margin: 0;
				position: absolute;
				width: 70px;
			}

				#links ul li.t span {
					background: url("images/twitter.jpg") 0 0 no-repeat;
				}

				#links ul li.r span {
					background: url("images/rss.jpg") 0 0 no-repeat;
				}

/*
	Content
*/

/* Menu */

#menu {
	background: #ffcc33;
	float: left;
	height: 58px;
	margin: 0;
	position: relative;
	width: 550px;
	z-index: 100;
}

	#menu ul {
		float: left;
		font: 24px/58px Verdana;
		list-style-type: none;
		margin: 0;
		width: 100%;
	}

		#menu ul li {
			background: #660066;
			float: left;
			height: 58px;
			margin: 0;
		}

		#menu ul li.y {
			background: #ffcc33;
		}

			#menu ul li a {
				color: #fff;
				display: block;
				padding: 0 18px;
			}

				#menu ul li a.active {
					color: #d7df00;
				}

/* Content */

#content {
	float: left;
	min-height: 1100px;
	overflow: hidden;
	position: relative;
	width: 670px;
	z-index: 99;
}

/* Typograpthy */

#content ul {
	list-style: disc;
}

#content ol {
	list-style: decimal;
}

	#content ol ol li {
		list-style-type: lower-alpha;
	}

	#content ul ul li {
		list-style-type: circle;
	}

#content dt {
	font-weight:bold;
}

#content dd {
	margin: 0 0 10px 10px;
}

/* Page-title */

#content .page-title {
	border-bottom: 1px solid #ddd;
	float: left;
	font: bold 18px/22px Verdana;
	display: inline;
	margin: 20px 0 0 30px;
	width: 400px;
}

/* Posts */

#content .posts {
	float: left;
	display: inline;
	margin: 10px 0 0 30px;
	width: 630px;
}

	#content .posts .entry-content {
		float: left;
		margin: 10px 0 0;
		width: 100%;
	}

	#content .posts .entry-content ol,
	#content .posts .entry-content ul {
		float: left;
		margin: 20px 0 20px 30px;
	}

	#content .posts .entry-content p {
		margin: 0 0 10px;
	}

/* Post */

#content .posts .post {
	border-bottom: 1px solid #ddd;
	float: left;
	margin: 20px 0 0;
	padding: 0 0 20px;
	width: 100%;
}

/* Date */

#content .posts .entry-date {
	float: left;
	margin: 0 20px 0 0;
	text-align: center;
	width: 40px;

	box-shadow: 0 0 10px #b0b0b0;
	-moz-box-shadow: 0 0 10px 2px #b0b0b0;
	-webkit-box-shadow: 0 0 10px #b0b0b0;
}

	#content .posts .entry-date .day {
		background: #d7df00;
		color: #000;
		float: left;
		font: bold 14px/24px Verdana;
		width: 40px;
	}

	#content .posts .entry-date .month {
		background: #660066;
		color: #fff;
		float: left;
		font: 11px/18px Verdana;
		text-transform: lowercase;
		width: 40px;
	}

#content .posts .entry-title {
	float: left;
	width: 550px;
}

	#content .posts .entry-title h2 {
		float: left;
		font: bold 16px/20px Verdana;
		margin: 10px 0 0 0;
	}

#content .posts .wp-post-image {
	float: left;
	margin: 0 10px 10px 0;
	max-width: 100%;
}

/*
	Aside
*/

#aside {
	background: url("images/aside.jpg") 0 100px no-repeat;
	float: left;
	margin: 200px 0 0 20px;
	overflow: hidden;
	position: relative;
	width: 230px;
	z-index: 99;
}

/* Login */

.login {
	background: #b7cf15;
	float: left;
	height: 130px;
	margin: 0 0 0 30px;
	width: 190px;

	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;	
}

	.login h3 {
		font: 14px/20px Verdana;
		margin: 10px 0 0 0;
		text-align: center;
		letter-spacing: -1px;
	}

	.login p {
		float: left;
		margin: 5px 0 0 20px;
		width: 100%;
	}

		.login input.text {
			width: 140px;
		}

		.login input.submit {
			
		}

	.login ul {
		float: left;
		list-style-type: disc;
		margin: 10px 0 0 40px;
		width: 100%;
	}



















/* Gallery listing
-------------------------------------------------------------- */

.category-gallery {
	margin-bottom: 48px;
}

.category-gallery h2 {
	margin-top: 10px;
}

.category-gallery .entry-meta {
}

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}

.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}

.home #content .category-gallery .entry-content p {
	display: inline;
}

.home #content .category-gallery .entry-utility {
	padding-top:4px;
}


/* Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
	margin-bottom: 0;
}

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}

.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}

.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}

/* Images
-------------------------------------------------------------- */

.entry-content img {
	margin: 0 0 24px 0;
	max-width: 640px;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 12px;
}

#content .wp-caption {
	background: #f1f1f1;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}

#content .wp-caption img {
	margin: 5px;
}

#content .wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}

#content .wp-smiley {
	margin:0;
}

#content .gallery {
	float: left;
	margin: auto;
}

#content .gallery .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}

#content .gallery img {
	border: 2px solid #cfcfcf;
}

#content .gallery .gallery-caption {
	margin-left: 0;
}

#content .gallery dl {
	margin: 0;
}

#content .gallery img {
	border: 10px solid #f1f1f1;
}

#content .gallery-caption {
	color: #888;
	font-size: 12px;
	margin:-24px 0 24px 0;
}

#content .gallery br+br {
	display: none;
}

/* =Comments
-------------------------------------------------------------- */

#comments .navigation {
	padding: 0 0 18px 0;
}

h3#comments-title, h3#reply-title {
	margin-bottom: 0;
	float: left;
	font: bold 16px/20px Verdana;
}

h3#comments-title {
	padding: 24px 0;
}

.commentlist {
	float: left;
	list-style: none;
	margin: 0 0 0 20px;
	width: 100%;
}

.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;
}

#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}

#comments .comment-body p {
	font: 12px/16px Verdana;
	margin: 0;
}

.commentlist ol {
	list-style: decimal;
}

.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}

.comment-author {
}

.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}

.comment-author .says {
	font-style: italic;
}

.comment-meta {
	font: 11px/14px Verdana;
	margin: 0 0 10px;
}

.comment-meta a:link, .comment-meta a:visited {
	color: #888;
	text-decoration: none;
}

.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}

.reply {
	font-size: 12px;
	padding: 0 0 10px 0;
}

	.reply a, a.comment-edit-link {
		color: #888;
	}

	.reply a:hover, a.comment-edit-link:hover {
		color: #FF4B33;
	}

.commentlist .children {
	list-style: none;
	margin: 0;
}

.commentlist .children li {
	border: none;
	margin: 0;
}

.nocomments {
	display: none;
}

#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}

.commentlist li.comment+li.pingback {
	margin-top: -6px;
}

#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}

#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}

/* Comments form */

#respond {
	float: left;
	width: 100%;
}

#respond p {
	float: left;
	margin: 0;
	width: 100%;
}

#respond .comment-notes {
	margin-bottom: 1em;
}

.children #respond {
	margin: 0 48px 0 0;
}

h3#reply-title {
	margin: 18px 0;
}

#comments-list #respond {
	margin: 0 0 18px 0;
}

#comments-list ul #respond {
	margin: 0;
}

#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}

#respond .required {
	color:#FF4B33;
	font-weight:bold;
}

#respond label {
	color: #888;
	float: left;
	font: 12px/16px Verdana;
}

#respond input {
	margin:0 0 9px 0;
	width:98%;
}

#respond textarea {
	width:99%;
}

#respond .form-submit {
	margin: 0 0 24px;
}

#respond .form-submit input {
	width: auto;
}

#respond dt,
#respond dd {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}

#respond dd code {
	font-size: 11px;
}

#respond dl {
	float: left;
	margin: 0 0 10px;
	width: 100%;
}

	#respond dt {
		display: inline;
		font-weight: normal;
	}

	#respond dd {
		display: inline;
	}