/*
Theme Name: MSN_News
Theme URI: http://totallylocalmarketing.com/
Description: Another theme for Colleen's blog.
Version: 1.0
Author: Sebastian Aravena
Author URI: http://icantfish.com/
Tags: Newsie
*/



/* Begin Typography & Colors */
body
{
	font-size: 12px;
	font-family: Georgia, Serif;
	background: #fff ;
	color: #2f2c25;
   margin: 0px;
}

#wrapper
{
	background: #fff url(images/lay_wrapper.jpg) repeat-y;
	text-align: left;
   width: 960px;
   margin: 0px auto;
   position: relative;
}

#header
{
   display: block;
   width: 960px;
   height: 210px;
	background: #fff url(images/lay_header.jpg) no-repeat;
}

#header h1, #header h2
{
   display: none;
}

#content
{
   font-size: 1.2em;
   width: 667px;
   margin-left: 21px;
}

#content div.post h2
{
   margin: 0px;
   padding: 0px;
}

#content div.post p.postmetadata
{
   border-bottom: 1px #9B8860 solid;
   margin-bottom: 30px;
}

#sidebar
{
   position: absolute;
   top: 219px;
   right: 12px;
   display: block;
   width: 230px;
   float: right;
}

#sidebar ul
{
   margin: 0px;
   padding: 0px;
   list-style-type: none;
}

#sidebar h2
{
   border-top: 1px #9B8860 solid;
   border-bottom: 1px #9B8860 solid;
   margin-bottom: 0px;
   padding-bottom: 0px;
}

#footer
{
   display: block;
   width: 960px;
   height: 51px;
   background: #fff url(images/lay_footer.jpg) no-repeat;
   text-align: center;
}

#footer a#rssButton
{
   display: block;
   width: 36px;
   height: 17px;
   background: url(images/but_rss.gif) no-repeat;
   border: none;
   margin: 0px auto;
}

#footer a#rssButton span
{
   display: none;
}

a
{
   color: #815f0f;
   text-decoration: none;
}

a:hover
{
   color: #eaac1c;
   border-bottom: 1px solid #eaac1c;
}

img, a img, a:hover img
{
   border: none;
}

img.alignleft, div.alignleft
{
   float: left;
}

img.alignright, div.alignright
{
   float: right;
}

img.aligncenter, div.aligncenter
{
   display: block;
   text-align: center;
   margin: 0 auto;
}