/*   
Theme Name: fwegan
Theme URI: http://www.fwegan.com
Description: Jenny's theme
Author: Jenny
Author URI: http://www.twitter.com/fwegan
Version: 1
.
.
*/

body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #f2f2f2;
   	font-size: 13px;
   	width: 100%;
   	color: #3c3c3c;
}

div#container {
	width: 1000px;
	margin: 0 auto 0 auto;
}


a img {
	border:none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Times, "Times New Roman", serif;
	font-weight: lighter;
	font-style: italic;
	letter-spacing: 0;
	color: #3c3c3c;
}

/* banner */
div#banner {
	width: 100%;
	background-color: #3D1900;
	text-align: left;
	margin: 0 0 1em 0;
	padding: 0;
}
div#banner h1 {
	font-size: 30px;
	width: 1000px;
	padding: 10px;
	color: #fff;
	margin: 0 auto;
}
div#banner h1 a {
	text-decoration: none;
	color: #fff;
}
div#banner h1 a:hover {
	text-decoration: underline;
}

/* text */

p.no_padding {
	margin: 0;
	padding: 0;
}
p.no_padding:first-letter {
	margin: 0;
	padding: 0;
}

div.content a, div.info a, div#sidebar li a {
	color: #006495;
}
div.content a:visited, div.info a:visited, div#sidebar li a:visited {
	color: #E18617;
}


/* floating*/
.float_left {
	float: left;
	margin-right: 2em;
}
.float_right {
	float: right;
	margin-left: 2em;
}

/* BLIZOG! */

div.blog_post {
	float: left;
	clear: left;
	margin-bottom: 3em;
}
div.blog_post div.info {
	width: 150px;
	margin-right: 20px;
	float: left;
	clear: left;
	text-align: right;
	font-family: Times, "Times New Roman", serif;
	text-transform: uppercase;
	font-size: 80%;
	letter-spacing: .2em;
	line-height: 140%;
}
div.blog_post div.info li {
	list-style-type: none;

}
div.blog_post div.info a {
	text-decoration: none;
}
div.blog_post div.info a:hover {
	text-decoration: underline;
}

div.blog_post div.info p {
	margin: 0;
	padding: 0;
}

div.blog_post div.content {
	width: 500px;
	float: left;
}

div.blog_post div.content p, div.content li {
	line-height: 140%;
}
div.blog_post div.content h1 a {
	text-decoration: none;
	color: #6B0019;
}
div.blog_post div.content h1 a:hover {
	text-decoration: underline;
}

div.blog_post div.content h1 {
	margin-top: 0;
	padding-top: 0;
}

div#sidebar {
	float: right;
	width: 280px;
	padding: 0 0 0 50px;
	line-height: 140%;
}
div#sidebar ul {
	margin: 0 0 2em 0;
	padding: 0;
	list-style-type: none;
}
div#sidebar li a {
	text-decoration: none;
}
div#sidebar li a:hover {
	text-decoration: underline;
}

div#sidebar h3 {
	background-color: #753000;
	color: #fff;
	padding: 6px;
	text-align: center;
	margin-top: 0;
}

div#blog_footer {
	display: block;
	width: 100%;
	float: left;
	clear: left;
	text-align: center;
}
