/*  

Theme Name: Winter Wonderland
Theme URI: http://shannonentin.com
Description: ShannonEntin.com
Author: Shannon Entin
Author URI: http://shannonentin.com/designs/ 
*/


body {
background:#44290A url(images/bg-notebook.png) top center no-repeat;
margin: 0;
padding: 0;
font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
font-size: 62.5%; /* Resets 1em to 10px */
color:#000;
}


/* Main Wrapper */

#wrap {
 margin:90px auto 0;
 width:900px;
 padding:0;
}

/* Typography */

a, a:link, a:visited {color:#7C2433; font-weight:normal; text-decoration:none;}
a:hover {color:#7C2433; font-weight:normal; text-decoration:underline;}

h2 {
font-size:1.1em;
font-weight:bold;
font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
color:#7C2433;
text-align:center;
margin:2px 0;
padding:0;
}

h2 a, h2 a:link, h2 a:visited {color:#7C2433; font-weight:bold; text-decoration:none;}
h2 a:hover {color:#7C2433; font-weight:bold; text-decoration:underline;}

h3 {
font-size:1.35em;
font-weight:bold;
font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
color:#7C2433;
text-align:center;
margin:3px 0;
padding:0;
}

ul {
list-style-type: disc;  
list-style-position: inside;
margin: 0 15px 10px 15px;
padding: 0;
}

li {
line-height: 1.4em;
text-align: left;
padding:0;
}

img {border:none;}

img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
padding: 5px;
}

img.alignright {
margin: 0 0 7px 7px;
display: inline;
float: right;
}

img.alignleft {
margin: 0 7px 7px 0;
display: inline;
float: left;
}

p {
color: #000;
text-align:justify;
}


/* Content */

#content {
float:left;
width:400px;
padding:0;
margin-left:10px;
font-size:1.2em;
}

#sidebar {
float:right;
width:420px;
padding: 15px 0 0 ;
font-size:1.2em;
}
