/*
Theme Name: Custom Theme
Theme URI: 
Description: Custom theme
Version: 1.0
Author: 
Author URI: 
*/


.aligncenter,
div.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;
   /* optional rounded corners for browsers that support it */
   -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 p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.entry img.alignleft {
float: left;
padding-right: 10px;
}
.entry img.alignright {
float: right;
padding-left: 10px;
}






.side1 *{
margin: 0;
padding: 0;
}
.side1 {
font-family: Arial;
font-size: 12px;
color: #464646;
margin-top: 20px;
background: #dbd1be url(corner1.jpg) top left no-repeat;
}
.side2 {
background: url(corner2.jpg) top right no-repeat;
}
.side3 {
background: url(corner3.jpg) bottom right no-repeat;
}
.side4 {
background: url(corner4.jpg) bottom left no-repeat;
padding: 15px;
}
.side1 h2{
font-family: Arial;
font-size: 13px;
font-weight: normal;
color: #B50050;
text-transform: uppercase;
padding-bottom: 5px;
}
.side1 li a{
font-family: Arial;
font-size: 12px;
color: #464646;
text-decoration: underline;
}
.side1 li{
padding-bottom: 20px;
}
.side1 li li{
padding-bottom: 2px;
}

.post h2{
margin: 0;
padding:0;
}
.post h2 a{
color: #9E0606;
font-size: 17px;
}
.post small{
font-size: 10px;
}
.post a{
color: #9E0606;
}
.post{
padding-bottom: 25px;
}
.navigation {
padding: 0 20px;
}
.navigation a {
color: #9E0606;
}


.header {
position: relative;
}
.smallnav {
position: absolute;
top: 38px;
right: 5px;
}