﻿html
{
    background-image: url('images/background.jpg');
    background-repeat:repeat;
    background-position: center top;
}
body {
	
	color: #444444;
	font-family: Verdana;
	font-size: 13px;
	margin: 0 auto;
	width: 1000px;
	position: relative;
}

h1 {
	font-size: 15px;
}

h2 {
	font-size: 13px;
}

a {
	text-decoration: none;
	color: #b58926;
}
h1 a
{
    color:#616264;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}
#contentContainer
{
    float:left;
    width:676px;
    background-color:#e1ffff;
    border-left: solid 2px #d45230;
    border-right: solid 2px #d45230;
}
#content
{
    min-height:1100px;
    background-color:White;
}
#content img
{
    padding:6px;
    border: 1px solid black;
}
br.clear
{
    clear:both;
    height:0px;
}
#login
{  
	font-size: 14px;
	text-align: center;
	width: 198px;
	height: 44px;
	position:absolute; 
	top:0px; 
	left:-40px; 
	background-image:url('images/login_bg.png');
}
#login a
{  
	color:#fff;
}

/*----------------------------
					 Header
----------------------------*/
#header {
	width:100%;
	height:276px;
	background-image:url('images/header.jpg');
	background-repeat:no-repeat;
	position:relative;
}

#header p {
	font-family: Arial;
	font-size: 26px;
	font-style:italic;
	margin: 65px 20px  10px 20px;
	color: #1d2f2f;
	width:400px;
	float:right;
	text-align: right;
}
#header  div 
{
    font-size:14px;
	color: #b58926;
	margin: 0px  20px 0px 0px;
	float:right;
	width: 185px;
}

#header img 
{
    margin:20px 0px 0px 20px;
	float:left;
}

/*----------------------------
						Menu
----------------------------*/
#menuContainer
{
    float:left;
    width:158px;
    min-height:553px;
    background-image: url('images/background-left.jpg');
    background-repeat:no-repeat;
    position:relative;
}
#menu{
	margin-top: 205px;
}
#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align:right;
}
#menu #about
{
    position:absolute;
    top:600px;
    right:5px;
    background-image:url('images/about_bg.png');
    background-repeat:no-repeat;
    width: 171px;
    height:317px;
    color:#48494b;
}
#menu #etsy
{
    position:absolute;
    border: 1px solid gray;
    top:920px;
    right:5px;
}
#menu #ads
{
    position:absolute;
    top:1200px;
    right:5px;
}

#menu #about .title
{
    color:#fff;
    text-align:center;
    font-size:14px;
    padding-top: 10px;
    font-weight:bold;
    margin-bottom:30px;
}
#menu #about p
{
    padding:5px 10px 0px 10px;
}
#menu #about .author
{
    text-align:right;
}
#menu #about a
{
   color:#d45230; 
}
/*----------------------------
					 Widgets
----------------------------*/
#widgetContainer
{
    width:161px;
    min-height:615px;
    background-image:url('images/background-right.jpg');
    background-repeat:no-repeat;
    float:left;
    position:relative;
}
#widgetContainer #widgets
{
    position:absolute;
    top:285px;
    left:5px;
    background-image:url('images/widget_bg.png');
    background-repeat:no-repeat;
    width:151px;
    height:712px;
    padding-left:20px;
    text-align:center;
}
#widgets .title
{
    font-size:14px;
    color:#48494b;
    font-weight:bold;
    padding:10px;
}
#widgets img
{
	margin-top:10px;
    margin-bottom:10px;
}
#widgets #footer-ads
{
	left: -14;
}

/*----------------------------
					 Footer
----------------------------*/

#footer
{
    width:981px;
    height:74px;
    background-image: url('images/footer.png');
    background-repeat:no-repeat;
    background-position:bottom;
    color:#fff;
    position:relative;
    text-align:center;
}
#footer a
{
    color: #d45230;
}
#footer .logo
{
    position:absolute;
    right: 10px;
    top: -74px;
}
#footer .design
{
    position:absolute;
    left: 10px;
    top: 5px;
}
#footer p
{
    margin:0px;
    padding-top:20px;
}


/*----------------------------
					 Posts
----------------------------*/

div.post, .mceContentBody {
	padding: 2px 40px;
	margin-bottom: 20px;
	padding-top: 15px;
}

div.post h1, .mceContentBody h1 {
	margin: 5px 0 0 0;
}

div.afterTags {
	border-top: 1px dashed silver;
	padding-top: 4px;
}
