/*
Theme Name: Newlywed Winter
URI: http://www.simplywp.net
Description: 3 columns winter theme
Author: Kathie & Andrew
Author URI: http://www.simplywp.net
*/
body {
 font: 12px Arial, Tahoma, Verdana, Sans-serifs;
 padding: 0px;
 margin: 0px;
 background: url('images/background.jpg') repeat-x #A6CE39;
 text-align: justify;
 }
#wrap {
 width: 980px;
 margin: auto;
 }
#header {
 background: url('images/header.jpg') no-repeat center top;
 height: 349px;
 margin: auto;
 }
#navigation {
 background: url('images/nav_bg.jpg');
 height: 30px;
 font-weight: bold;
 color: #FFFFFF;
 margin: auto;
 }
#navigation ul {
 float: left;
 list-style: none;
 margin: 8px 0px 0px 12px;
 padding: 0px;
 }
#navigation li {
 float: left;
 padding: 0px 20px 0px 0px;
 }
#navigation a {
 text-decoration: none;
 color: #FFFFFF;
 }
#navigation a:hover {
 text-decoration: underline;
 color: #EFEFEF;
 }
#content {
 float: left;
 width: 530px;
 margin: -50px 0px 0px 0px;
 padding: 0px;
 background: url('images/content_bottom.jpg') no-repeat bottom #FFFFFF;
 }
.entry_break {
 margin: auto;
 height: 39px;
 margin: 0px 0px 20px 0px;
 background: url('images/divider.jpg') no-repeat center #FFFFFF;
 }
#content_top {
 background: url('images/content_top.jpg') no-repeat;
 height: 30px;
 display: block;
 margin: 0px;
 padding: 0px;
 }
.entry_body {
 padding: 0px 15px;
 margin: 0px 0px 50px 0px;
 }
#content h1 {
 font: 24px Georgia, Times, Serifs;
 color: #DC2927;
 padding: 0px;
 margin: 0px;
 }
#content h1 a {
 color: #DC2927;
 text-decoration: none;
 }
#content h1 a:hover {
 color: #DC2927;
 text-decoration: underline;
 }
.entry_date {
 color: #4D4D4F;
 }
.entry_body p {
 line-height: 18px;
 }
.entry_body blockquote {
 padding: 20px;
 margin: 20px;
 background: #FBF49C;
 color: #999999;
 texst-align: justify;
 }
.entry_footer {
 clear: both;
 border-top: 1px solid #F58220;
 height: 30px;
 padding: 8px 0px;
 }
.entry_catergories {
 float: left;
 }
.entry_comment {
 float: right;
 } 
#footer_link {
 clear: both;
 padding: 0px;
 margin: 0px 20px;
 }
.footerleft {
 color: #000000;
 float: left;
 }
.footerright {
 color: #000000;
 float: right;
 }
#sidebar {
 width: 440px;
 padding: 50px 0px 0px 0px;
 float: right;
 color: #FFFFFF;
 }
#sidebar_left {
 float: left;
 width: 210px;
 }
#sidebar_right {
 float: right;
 width: 210px;
 }
#sidebar h2 {
 font: 18px Georgia, Times, Serifs;
 color: #ED3577;
 padding: 0px;
 margin: 10px 0px; 
 }
#sidebar ul {
 list-style: none;
 margin: 0px 0px 30px 5px;
 padding: 0px;
 }
#sidebar li {
 padding: 3px 0px;
 }
#footer {
 clear: both;
 color: #FFFFFF;
 padding: 30px 0px 20px 0px;
 background: url('images/footer_bg.jpg') repeat-x;
 }
#footer a {
 text-decoration: none;
 color: #FFFFFF;
 }
#footer a:hover {
 text-decoration: none;
 color: #FFFFFF;
 }
#sidebar a {
 text-decoration: underline;
 color: #FFFFFF;
 }
#sidebar a:hover {
 text-decoration: underline;
 color: #EFEFEF;
 }
.wp-smiley {
 padding: 0px;
 margin: 0px;
 border: 0px;
 background: transparent;
 }
.wp-caption-text {
 display: block;
 font-size: 10px;
 text-align: center;
 padding: 0px;
 margin: 0px;
 }
.aligncenter {
 display: block;
 margin-left: auto;
 margin-right: auto;
 }
.alignright {
 float: right;
 padding: 4px;
 margin: 0px 0px 0px 20px;
 display: inline;
 }
.alignleft {
 float: left;
 padding: 4px;
 margin: 0px 20px 0px 0px;
 display: inline;
 }
.pagetitle {
 margin: 0px;
 padding: 10px;
 }
.postmetadata {
 clear: both;
 padding: 10px;
 border: 1px solid #CCCCCC;
 }
.alt {
 background: #FBF39E;
 }
#comment_box {
 margin: 5px 20px;
 }
#comment_box ol {
 padding: 0px;
 list-style: none;
 }
#comment_box li {
 padding: 10px;
 list-style: none;
 }
.textwidget {
 padding: 5px 0px 5px 5px;
 margin: 0px 0px 10px 0px;
 }
#wp-calendar {
 width: 100%;
 margin: 2px 0px 20px 0px;
 }
#wp-calendar caption {
 font-weight: bold;
 padding: 5px 0px;
 }
#wp-calendar a {
 text-decoration: underline;
 }
#wp-calendar td {
 text-align: center;
 }
a {
 text-decoration: underline;
 color: #F58220;
 }
a:hover {
 text-decoration: underline;
 color: #F4A264;
 }