﻿/*
Theme Name: Blue Freedom
Theme URI: http://blackmagonlia2.wordpress.com/blue-freedom
Description: A theme featuring a nive curve and unique title.
Version: 1.0
Author: Black Magnolia
Author URI: http://blackmagonlia2.wordpress.com/
Tags: blue, custom header, fixed width, two columns, widgets
*/

/* CSS layout */
body {
	color: white;
}
#page {
	width: 928px;
	margin-left: auto;
	margin-right: auto;
	background: white url('body.png') repeat-y scroll left top;
}
#masthead {
	background: white url('top.png') no-repeat left top;
	height: 128px; 
}
#page_content {
	background: white url('body.png') repeat-y scroll left top;
	margin-bottom: 5px;
}
#sidebar {
	width: 191px;
	float: right;
	margin-right: 32px;
	color: black;
}
#content {
	margin-right: 225px;
}
#footer {
	clear: both;
	background: white url('footer.png') no-repeat scroll left bottom;
	height: 97px;
}
/*Masthead*/
#masthead h1,#masthead a:link,#masthead a:hover,#masthead a:visited {
	color: #505F6E;
	padding: 0px;
	padding-top: 41px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;	
	text-transform: uppercase;
	line-height: 72%;
	margin: 0px;
	background: transparent;
	text-decoration: none;
}
#masthead h2{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding:0px;
	text-transform: uppercase;
	padding-left: 32px;
	line-height: 72%;
	color: white;
}
/*Post*/
.post {
	width: 608px;
	margin-left: 64px;
	margin-bottom: 15px;
}
#art {
	width: 48px;
	float: left;
}
.post h2 {
	margin: 0px;
}
.meta_data {
	border-top: 1px white solid;
	padding-right: 15px;
}
#post_content {
	clear: left;
}
/*Comments*/
#comments{
	width: 608px;
	margin-left: 64px;
	margin-bottom: 15px;
}
#com {
	width: 48px;
	float: left;
}
.com {
	margin-right: 49px;
}
.comment {
	width: 400px;
	margin-left: 30px;
	margin-bottom: 10px;
	border-top: 1px white solid;
	border-bottom: 1px white solid;
	background: transparent url('comment-single.png') no-repeat scroll right top;
}
/*sidebar*/
#sidebar h3 {
	text-align: center;
}
#sidebar ul {
	list-style: disc outside url('accept_16x16-32.png');
}
#sidebar a:link, #sidebar a:visited {
	color: black;
}
/*content*/
a:link {
	text-decoration: underline;
	color: white;
}
a:visited {
	text-decoration: underline;
	color: white;
}
a:hover {
	background: #EBDCC3;
	color: #4D5D6E;
}
h2 a:link, h2 a:hover, h2 a:visited {
	text-decoration: none;
	color: white;
	background: transparent;
}
blockquote{
	background: transparent url('comment-single.png') no-repeat scroll left top;
	padding-left: 40px; 
	margin-left: 32px;
	min-height: 27px;
	font-family: Arial, Helvetica, sans-serif;
}
#content h2.pagetitle {
	margin-left: 32px;
}
/*wordpress*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}