/*-----------
    General
-------------*/
body{
    font-family:Arial;
    font-size: 14px;
    background: url(http://i214.photobucket.com/albums/cc105/24168/egobox/backgrounds/polka-dots/I-Spot-Mist.gif);
}

p{
    line-height: 25px;
}

h1{
    font-size:17px;
    color:#000000;
    font-weight:normal;
    border-bottom:2px #9f42df solid;
	font-family:Century Gothic;
	text-transform:uppercase;
}

h2{
    font-weight: bold;
    font-size:16px;
	font-family:Century Gothic;
	text-transform:lowercase;
	color:#68475b;
}
h3{
    font-weight: normal;
}
h4{
    font-weight: normal;
}
h5{}

p{
}

a{
    color:#a90967;
}

a:hover{
}

a img{
	border:0;
}
blockquote{
    font-size: 14px;
    line-height: 25px;
    border-left:3px solid #d33c7f;
    border-right:3px solid #d33c7f;
    background:#f1f1f1;
    padding: 0 10px 0 10px;
}

ul{
}

ul li,
ol li{
    margin: 5px 0 5px 0;
line-height: 25px;
}

img.alignleft {
	float: left;
	margin: 0 .8em .8em 0;
}

img.alignright {
	float: right;
	margin: 0 0 .8em .8em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clearfix{
    clear:both;
}

hr{
	border-top:1px dashed #000000;
	border-bottom:0;
}

input,
textarea{
	border:1px solid #8d8d8d;
	padding: 5px;
	background:#e8e8e8;
	font-family:Arial;
}
label{
	font-family:Century Gothic;
	text-transform:lowercase;
	color:#68475b;
}
/*-----------
    Layout
-------------*/
#wrapper{
    margin: 25px auto;
    width: 900px;
    background:#fafafa;
    border-radius:10px; 	
    -moz-border-radius:10px;
    padding: 15px;
}
/*-----------
    Header
-------------*/
#header{
    height: 40px;
}
    #logo{
        font-size: 30px;
        float:left;
        color:#d33c7f;
    }
    #tagline{

        margin-left: 30px;
        font-style:italic;
        float:left;
    }    
    #navigation{
        float:right;        
    }
        #navigation ul{
            list-style:none;
        }
            #navigation ul li{
                float:left;
                padding: 0 10px 0 10px;
                font-size: 15px;
            }
            #navigation a{
                text-decoration:none;
                color: #a90967;
				border-bottom: 3px solid #ffba00;
            }
            #navigation a:hover{
                text-decoration:none;
                border-bottom: 0;
			}
        
        
/*-----------
    Content
-------------*/  
#content{
}     
	#content h1 a{
		text-decoration:none;	
		color:#000000;
	}
    .date,
    .breadcrumb{
        margin-left:20px;
        padding: 8px;
        background:#f1f1f1;
        font-size: 12px;
    }
    .post_meta{

    }
    .category{
        float:left;
    }
    .comment_count{        
        float:right;
    }
    #content img{

    }
	.summary{
		font-size:12px;
	}
 
/*-----------
    Comments
-------------*/   
ul.commentlist{
	list-style:none;
	margin:0;
	padding:0;
}
	.comment{
		margin-bottom:25px;
		background:#f5f1de;
		padding:10px;
		border-top:1px solid #a29b7b;
		border-bottom:1px solid #a29b7b;
	}
	ul.commentlist .comment-author{
		font-size:17px;
		margin-bottom:10px;
	}
		ul.commentlist .comment-author cite{
			font-style:normal; 
		}
	.commentmetadata{
		margin-left:20px;
        font-size: 12px;
	}
	ul.commentlist .avatar{
		float:right;
		padding:5px;
		background:#d5d5d5;
	}
/*-----------
    Sidebar
-------------*/       
#sidebar{
    margin-top: 40px;
    border-top: 4px solid #b4b4b4;
    padding-top:10px;
}
    #sidebar .section{
        float:left;
        width: 266px;
        padding: 10px;
        background:#dedede;
        height: 250px; 		
    }
    
    #sidebar .section.first{
        margin-right: 20px;
		font-size: 12px;
		text-align:justify;
    }
    
    #sidebar .section.last{
        margin-left: 20px;
		font-size: 12px;
    }
        
    #sidebar h1{
        border-bottom:0;
        padding: 8px;
        background:#f1f1f1;
        margin:0;
    }
    #sidebar .links ul{
        list-style:none;
        padding: 0;
        margin:12px 0 0 0;
    }
    #sidebar .links li{ 
        float:left;       
        margin: 5px;
        text-align:center;
    }
        #sidebar .links li a{ 
            display:block;
            background:#d8cede;
            padding: 7px;
            width: 107px;
            text-decoration:none;
        }
            #sidebar .links li a:hover{ 
                background:#aaa1b1;
                color:#fff;
            }
.pagination{
	margin:20px 0 0 0;
	text-align:center;
}
	.pagination a, 
	.pagination span{
		padding: 5px 8px 5px 8px;
		text-decoration:none;
		background:#f1f1f1;
	}
/*-----------
    Footer
-------------*/     
#footer{
    text-align:center;
    font-size:12px;
}
