/*
Theme Name: Fredi-sort
Theme URI: http://www.enurmusic.com
Description: <a href="http://enurmusic.com/wp-content/themes/fredi/">fredi</a> is a simple fixed width theme with two column layout. Right hand sidebar supports widgets. Tags and gravatars supported. Valid XHTML and CSS.
Version: 1.2
Author: Fredi B
Author URI: http://enurmusic.com


	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	background:#000 url('images/banner.jpg') no-repeat center 50px;
	color:#222222;
	font: 11px/165% 'Arial, Helvetica, Lucida Grande', Geneva, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

p, blockquote {
	text-align:justify;
}

a {
	color:#dadada;
	text-decoration:none;
}
a:hover {
	color:#959595;
	text-decoration:bold;
}

h1, h2, h3, h4, h5, h6 {
	color:#959595;
}

blockquote {
	background:url('images/hborder_right.png') repeat-y left;
	color:#959595;
	font-size:0.9em;
	padding:0.2em 2em;
}
blockquote blockquote {
	background:none;
	margin:0;
	font-size:1em;
}

input {

	font-size:10px;

}

input[type=text], textarea{
	background:transparent;
	border:1px inset #aaa;
}
input[type=submit] { 
	background:#eee;
	border:1px outset #aaa;
}


input[type=text]:focus, textarea:focus {
	background:#ffc;
}

pre, code, textarea {
	font-size:12px;
}

code {
	color:#000;
}

img {
	border:0;
}


/* Layout */
#page { 
	width: 1000px;
	margin: 0 auto;
	text-align:left;
	padding: 20px 0 0 0;
}
#wrapper {
	clear:both;
	margin:0px;
}
#content {
	width:700px;
	float:left;
}
#sidebar {
	width:150px;
	float:right;
}
#footer { 
	clear:both;
	margin:0 5em;
}

/* Header */
#header {
	height: 280px;
}

#header div div div {
	height:auto;
	background:none;
}

.header-title {
	float:left;
	position:absolute;
	top:25px;
	left:5%;
	margin:5px;
}

.header-title h1 {
	margin:0;
	font-size:2.8em;
}
.header-title h1 a {
	background:transparent;
	color:#000;
}
.header-title h1 a:hover {
	background:transparent;
	color:#ffc;
}
.header-title p {
	margin:0;
	background:transparent;
	color:#fff;
}

#header .search {
	width:200px;
	float:right;
	padding:0px 5% 0px 0 ;
}

#header #searchform input {
	width:100%;
	background:transparent;
	color:#777;
	border:1px solid #777;
	padding:0 0.2em;
	

}

#header #searchform input:focus {
	color:#000000;
	background:#33ff15;
}
/* Header ends here */


/* Sidebar*/
#sidebar { 
	float: right;
	width: 150px;
	padding: 80px 0 0 0; margin: 5px 0 0 50px;		
	display: inline;
	
}

#sidebar div {
	padding:2em 2em 4em 2em;
	background: url('images/vborder_bottom.png') no-repeat bottom left;
}

#sidebar div div {
	padding:0;
	background:none;
}


#sidebar #searchform {
	text-align:center;
}

#sidebar h2 {
	color:#444444;
	font-size:12px;
	font-weight:bold;
	font-variant:small-caps;
	margin:0;
}

#sidebar p {
	text-align:left;
	margin-top:0;
	color:#444444;
}

#sidebar ul {
	list-style:none;
	margin-left:0;
	padding-left:0;
	font-size:1.1em;
}

#sidebar ul ul {
	font-size: 12px;
	color:#414141;
}

#sidebar ul ul ul{
	padding-left:1em;
}

#sidebar ul li {
	margin-top:2em;
}

#sidebar ul li li {
	margin:0;
}

#sidebar li li a , #sidebar li li a:hover , #sidebar li li a:visited {
	font-size: 12px;
	font-weight: normal;
	color:#333;
	line-height: 30px;
	letter-spacing: 1px;
	

	}

#sidebar li li a:hover {
	color:#999999;
	
}

/* Sidebar ends */

#content {
	text-align:justify;
}

h2.archive-title {
	font-size:1.4em;
}
h2.pagetitle {
	font-size:2em;
}

#content ul {
	list-style:url('images/list-style.png');
}


/* Post */
.post { 
	float: left;
	width: 700px;
	padding: 80px 0 0 50px; margin: 5px 0 0 0;
}

.post img {
	padding: 0 0 24px 0;
	max-width: 700px;
}

.post p {
	display: block;
	}

.post-title { 
	background: url('images/border.png') repeat-x bottom;
}

.post-title div {
	background: url('images/hborder_right.png') no-repeat bottom right;
}
.post-title h2, .post-title h3 {
	font-size:22px;
	font-weight:bold;
	margin:1em 1em 0 0;
	color:#414141;
}

.post-title h2 a, .post-title h3 a{
	color: #41414141;
}

.post-entry, .archives { 
	font: normal 1em Arial, Helvetica, Verdana, Tahoma, sans-serif;
	color:#959595;
}

.post-entry a { 
	border-bottom:1px solid #eee;
}

.post-entry p + p:before {
	content: url('images/_.gif');
}

.post-meta { 
	clear:both;
	margin-top:10px;
	font-size: 8px;
	color:#999;
		
}
/* Post ends */


/* Comments */
#comments {
	margin:0 7%;
}

#comments h3 {
	font-size: 14px;
	}

.commentlist {
	list-style:decimal;
	margin:0;
	padding:0;
	text-indent:0;
}


.commentlist p {
	margin:0.5em 0;
	font: 12px 'Arial, Helvetica, Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:left;
}
.commentlist p a, .commentlist h4 a {
	border-bottom:1px solid #eee;
}
.commentlist h4 {
	font-size:1.3em;
	margin:0;
}
.commentlist cite {
	font-style:normal;
}

textarea#comment {
	width:600px;
	font-size:1.6em;
}

/* Comment ends */


/* Search results */
.searchresult {
	clear:both;
}
.searchresult h3 {
	font-size:1.2em;
	margin:0;
	padding:1em 0 0 0;
}
.searchresult p {
	margin:0;
	padding:0 0 1em 0;
}
/* Search ends */
 
/* Footer */

#footer {
	display:none;
	}
/* Footer ends */


/* Calendar */
#wp-calendar caption {
	text-transform:uppercase;
	font-weight:bold;
	color:#68b;
}
#wp-calendar thead th {
	font-weight:bold;
	color:#888;
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
/* Calendar ends */


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

.alignleft {
   float: left;
   margin: 5px 5px 5px 0;
}

.alignright {
   float: right;
   margin: 5px 0 5px 5px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


