/*
	Theme Name: Beans Beans
	Description: Beans Beans theme by <a href="http://www.skylightmedia.co.uk/">Skylight Media</a>
	Author: Sean Lamacraft
	Author URI: http://www.skylightmedia.co.uk/
	Version: 1
	Tags:two columns,fixed width

*/

/* Reset ------------------- */
 
* { margin: 0; padding: 0; }


/* Global ------------------- */
 
body { font: normal 12px Arial; color: #333; background-color: #eeeff7}

ul { list-style: none; }
ol { list-style-position: inside; }

h1, h2, h3 { font: normal 24px Verdana; color: #eb95b8; }
h1 { font-size: 20px; margin-bottom: 7px; }
h2 { font-size: 14px; margin-bottom: 5px; }
h3 { font-size: 16px; margin-bottom: 5px; }

a { text-decoration: underline; color: #333; }
a:hover { color: #333; }

h1 a { color: #549bcc; text-decoration: underline; }
h1 a:hover { color: #eb95b8; }

p { line-height: 18px; padding-bottom: 20px; }

pre { border: 1px solid #d5d8f9; background: #fafafa url(images/bg-block.png); padding: 10px; margin-bottom: 20px; }


/* Blocks ------------------- */

#container { width: 770px; margin: 0 auto; overflow: hidden; border: solid 5px #fff; background-color: #5e3351}
#header { height: 96px; clear: both; position: relative; }
#content { width: 558px; float: left; padding-top: 9px}
#sidebar { width: 167px; float: left; background-color: #dfddeb; border-right: solid 5px #fff; padding-top: 10px}
#footer {float: left; clear: both; width: 755px; font-size: 11px; text-align: left; padding: 10px 10px 10px 10px; position: relative; background-color: #fff }

/* Logo ------------------- */

#logo { position: relative; font: normal 28px Verdana; color: #549bcc; text-decoration: none; text-indent: -2000px }

/* Description ------------------- */

#description {display:none; position: absolute; top: 90px; left: 15px; font: normal 18px Verdana; color: #eb95b8; text-decoration: none; }

/* Header ------------------- */

#header ul { position: relative; overflow: hidden; width: 770px; height: 30px; background-color: #5e3351; border-bottom: solid 5px #fff}
#header ul li { float: left; }
#header ul li a { color: #fff; text-decoration: none; font-size: 14px; display: block; background-color: #5e3351; padding: 6px 10px 6px 10px; height: 30px }
#header ul li a:hover { color: #fff; display: block; background-color: #6c6ba4; padding: 6px 10px 6px 10px}

/* Sidebar ------------------- */

#sidebar .block {margin-bottom: 10px; padding: 8px; }
#sidebar .block h2 { color: #5e3351; font-weight: bold }
#sidebar .block li { padding: 3px 0; color: #5e3351; font-size: 10px; }
#sidebar .block li a { color: #5e3351; text-decoration: none; font-size: 10px }
#sidebar .block li a:hover { color: #5e3351; text-decoration: underline }

/* Post ------------------- */

.post { margin: 5px; padding: 10px; background-color: #fff; width: 568px; color: #57374f}
.post .date { font-size: 16px; color: #abbbac; margin-bottom: 10px; }

.post p a { text-decoration: none; color: #549bcc;  }
.post p a:hover { color: #555;  }

.post h1 a {color: #5e3351; font-weight: bold; text-decoration: none; font-size: 18px}
.post h1 a:hover {color: #5e3351; font-weight: bold; text-decoration: underline;}

.post .post-description {font-size: 11px; color: #6c6ba4; padding-bottom: 10px}
.post .post-description a{color: #6c6ba4; text-decoration: none;}
.post .post-description a:hover{color: #6c6ba4; text-decoration: underline;}

.post a{color: #6c6ba4; text-decoration: none; }
.post a:hover{color: #6c6ba4; text-decoration: underline;}

/*
 * Comments
 *
 */
 
h2#comments { color: #549bcc; margin-bottom: 10px; font-size: 16px; }

.comment-container {margin: 5px; padding: 10px; background-color: #fff; width: 568px; color: #57374f}
 
.comment { background: #dfddeb; padding: 10px; margin-bottom: 10px; color: #777; }
.comment p { color: #333; font-size: 11px; line-height: 16px; }
.comment .author { margin-bottom: 5px; }

.comment-form { position: relative;z-index: 10; }
.comment-form h3 { color: #333; }
.comment-form p {  padding-bottom: 5px; }
.comment-form .text { width: 150px; height: 20px; margin-top: 5px; }
.comment-form label { margin-left: 5px; }
.comment-form textarea { width: 380px; height: 70px; margin-top: 5px; }
.comment-form .submit { margin-top: 5px; padding: 3px 5px; margin-bottom: 10px; }

.center { text-align: center; font-size: 16px; }

#footer { color: #5e3351; }
#footer a { color: #5e3351; text-decoration: underline; font-weight: bold; line-height: 0px; }

*/
.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;
}

*/
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

