*{
	margin: 0;
	padding: 0;
	border: none;
	border-width: 0;
}

:focus { 
	outline: 0;
}

html{
	background:url(images/background.jpg);
	min-width: 1000px;
}

body{
	background:url(images/back_texture.png) no-repeat center top;
}

#container{
	margin: 0 auto; 
	width: 840px;
}

#content_middle{
	background:url(images/body_bg.png) repeat-y top center;
	width: 840px;
	position: relative;
	top: 177px;
	padding-top: 25px;
}

#image_right{
	top: 23px;
	left: 50%;
	margin-left: 138px;
	position: absolute;
	background: url(images/image_right.png);
	width: 411px;
	height: 401px;
	z-index: 1;
}

#image_left{
	top: 0px;
	right: 50%;
	margin-right: -18px;
	position: absolute;
	background: url(images/image_left.png);
	width: 876px;
	height: 486px;
	z-index: 1;
}

/******** HEADER ********/

img#header{
	position: absolute;
	top: 15px;
	right: 50%;
	margin-right: 290px;
	height: 166px;
	width: 188px;
	z-index: 2;
}

/******** NAVBAR ********/

ul#navbar{
	position: relative;
	bottom: 48px;
	width: 435px;
	float: right;
	z-index: 999;
}

ul#navbar li{
	float: left;
	list-style-type: none;
}

ul#navbar li a{
	text-indent: -9999px;
	display: block;
}

ul#navbar li#home a{
	background: url(images/navbar/home.png) top center;
	width: 82px;
	height: 42px;
}

ul#navbar li#home a:hover{
	background: url(images/navbar/home.png) bottom center;
	width: 82px;
	height: 42px;
}

ul#navbar li#blog a{
	background: url(images/navbar/blog.png) top center;
	width: 76px;
	height: 42px;
}

ul#navbar li#blog a:hover{
	background: url(images/navbar/blog.png) bottom center;
	width: 76px;
	height: 42px;
}

ul#navbar li#bio a{
	background: url(images/navbar/bio.png) top center;
	width: 56px;
	height: 40px;
}

ul#navbar li#bio a:hover{
	background: url(images/navbar/bio.png) bottom center;
	width: 56px;
	height: 40px;
}

ul#navbar li#gallery a{
	background: url(images/navbar/gallery.png) top center;
	width: 104px;
	height: 42px;
}

ul#navbar li#gallery a:hover{
	background: url(images/navbar/gallery.png) bottom center;
	width: 104px;
	height: 42px;
}

ul#navbar li#contact a{
	background: url(images/navbar/contact.png) top center;
	width: 114px;
	height: 44px;
}

ul#navbar li#contact a:hover{
	background: url(images/navbar/contact.png) bottom center;
	width: 114px;
	height: 44px;
}

/******** RANDOM QUOTE ********/

#random_quote{
	position: absolute;
	top: 25px;
	right: 45px;
	width: 380px;
	height: 118px;
}

#random_quote_ie{
	position: absolute;
	top: 25px;
	right: 45px;
	width: 380px;
	height: 118px;
	z-index: 999;
}

/******** SELF PIC ********/

#self_pic{
	position: absolute;
	top: -85px;
	left: 720px;
	background: url(images/photos/1.png);
	width: 149px;
	height: 164px;
	z-index: 999;
}

/******** BLOG TITLE ********/

h2#blog_title{
	position: relative;
	width: auto;
	height: 58px;
	margin-bottom: 15px;
	z-index: 2;
}

/*****************************************

                  BLOG 

*****************************************/

/********** MAIN PAGE **********/

#content{
	position: relative;
	width: 450px;
	padding: 15px 0 0 50px;
	z-index: 999;
}

#content .wp_post{
	margin-bottom: 20px;
}

#content h2 a, #content h2{
	font-family: Century Gothic, Tahoma, sans-serif;
	font-size: 20px;
	letter-spacing: -.05em;
	text-decoration: none;
	color: #db34a3;
	font-weight: normal;
	margin-top: 10px;
}

#content h2.pagetitle{
	font-size: 22px;
	border-bottom: 1px solid #591877;
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-style:italic;
	margin: 0;
}


#content h3{
	margin-top: -3px;
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #379cae;
	font-weight: normal;
}

#content h3 a{
	color: #379cae;
}

#content .entry{
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 14px;
	color: #591877;
	padding-left: 30px;
	text-align: left;
	font-weight: normal;
	line-height: 1.7em;
}

#content .entry p{
	padding-bottom: 10px;
}

#content .entry a{
	color: #db34a4;
}

.wp-caption{
	padding-bottom: 10px;
}

#content p.wp-caption-text{
	color: #379cae;
	font-style: italic;
	font-size: 12px;
	text-align: center;
	padding: 0;
}

#content .entry .aligncenter{
	text-align: center;
	margin: 0 auto;
}

#content .entry .alignleft{
	float: left;
	padding-right: 10px;
}

#content .entry .alignright{
	float: right;
	padding-left: 10px;
}

#content .entry img{
	border: 5px solid #DDD;
	margin-bottom: 10px;
}

#content ul{
	margin-left: 35px;
}

/******** BOTTOM NAV ********/

.navigation{
	width: 450px;
}

.navigation a{
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 14px;
	color: #379cae;
	font-weight: normal;
}

.navigation .alignleft{
	float: left;
}

.navigation .alignright{
	float: right;
}

/******** COMMENT STYLING ********/

h3#comment_tagline{
	margin-bottom: 15px;	
}

ol.commentlist {
	list-style: none;
}
ol.commentlist li {
	border: 1px solid #d0d0d0;
}
ol.commentlist li.comment {
	padding: 10px;
	width: 450px;
	margin-bottom: 5px;
}
ol.commentlist li.comment div.vcard {
	width: 470px;
	margin: -10px 0 0 -10px;
	padding: 20px 0 0 10px;
}
ol.commentlist li.comment div.vcard cite.fn, ol.commentlist li.comment div.vcard cite.fn a.url {
	font-family: Arial Narrow, Helvetica, sans-serif;
	color: #db34a4;
	font-size: 18px;
	font-style: normal;
	text-decoration: none;
	letter-spacing: -0.05em;
}
ol.commentlist li.comment div.vcard img.avatar {
	float: left;
    margin: -10px 10px 10px 0;
	border: 3px solid #757575;
}
ol.commentlist li.comment div.vcard span.says {
	display: none;
}
ol.commentlist li.comment * {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #591877;
	font-weight: normal;
    clear: left;
}
ol.commentlist li.comment div.comment-meta a {
	font-family: Arial Narrow, Helvetica, sans-serif;
	text-decoration: none;
	color: #379cae;
    clear: none;
}
ol.commentlist li.comment div.comment-meta {
	margin-top: -3px;
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	letter-spacing: -0.05em;
    clear: none;
}
ol.commentlist li.comment p {
    padding-bottom: 10px;
}

/********** COMMENT FORM ***********/

#respond{
	width: 450px;
	padding: 10px;
	height: 220px;
}

#respond h2{
	margin: 0;	
}

#loggedin{
margin-bottom: 15px;
}

form#commentform{
	margin-top: 10px;
}

form#commentform p, form#commentform a{
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 14px;
	color: #379cae;
}

form#commentform p{
	margin-bottom: 5px;
}

form#commentform label{
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 14px;
	color: #379cae;
	letter-spacing: -0.05em;
	width: 60px;
	display: inline-block;
	line-height: 16px;
	vertical-align: middle;
	height: 16px;
	vertical-align: top;
}

form#commentform input{
	width: 200px;
    padding: 2px;
	height: 18px;
	border: 1px solid #d0d0d0;
	color: #591877;
	font-family: Arial Narrow,Helvetica,sans-serif;
	font-size: 14px;
}

form#commentform textarea{
	width: 380px;
    padding: 2px;
	height: 75px;
	border: 1px solid #d0d0d0;
	color: #591877;
	font-family: Arial Narrow,Helvetica,sans-serif;
	font-size: 14px;
}

form#commentform input#submit{
	border: none;
	width: 60px;
	background: none;
	float: right;
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #379cae;
	font-weight: normal;
	height: 22px;
}

/********** SIDEBAR ***********/

#sidebar{
	margin-top: 40px;
	float: right;
	width: 270px;
	z-index: 999;
	padding-right: 45px;
	margin-bottom: -80px;
}

#sidebar ul{
	list-style-type:none;
}

#sidebar h2{
	position:relative;
	left: 45px;
	width: 270px;
	text-indent: -9999px;
	text-align: left;
	margin: 5px 0;
	background-position: top right;
	background-repeat: no-repeat;
	margin-right: -45px;
}

#sidebar li{
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #379cae;
	z-index: 999;
	text-align: right;
}

#sidebar a{
	text-decoration: none;
	color: #379cae;
}

/******** TWITTER ********/

#sidebar li#twitter h2#twitter_title{
	height: 55px;
	text-indent: 0;
}


#sidebar li#twitter ul#twitter_update_list{
	font-style: italic;
	text-align: right;
}

#sidebar li#twitter ul#twitter_update_list a{
	color: #379cae;
}

#sidebar li#twitter ul#twitter_update_list span{
	display: block;
}

#sidebar li#twitter ul#twitter_update_list span a{
	color: #e9268d;
}

/******** FLICKR ********/

#sidebar li h2#flickr_title{
	background-image: url(images/blog/sidebar/flickr.png);
	height: 56px;
}

/*
Images are wrapped in divs classed "flickr_badge_image" with ids "flickr_badge_imageX" where "X" is an integer specifying ordinal position. Below are some styles to get you started!
*/

#flickr{
	width: 270px;
	height: 270px;
}

.flickr_badge_image img{
	border: 4px solid #DDD;
}

.flickr_badge_image img:hover{
	border: 4px solid #AAA;
}

.flickr_badge_image a{
	padding: 0;
	margin: 10px;
	float: right;
}

/******** SEARCH ********/

#sidebar li h2#search_title{
	position: relative;
	background-image: url(images/blog/sidebar/search.png);
	height: 54px;
	z-index: 10;
}

#sidebar li#search_form label.hidden{
	display: none;
}

#sidebar li#search_form #search_bar{
	position: absolute;
	top: 40px;
	right: 20px;
	background: url(images/blog/sidebar/search_bar.jpg) no-repeat;
	width: 195px;
	height: 52px; 
	text-align: right;
	color: #FFF;
	padding: 40px 33px 0 0;
}

#sidebar li#search_form input#s{
	width: 130px;
	color: #FFF;
	background: none;
	text-align: right;
}

#sidebar li#search_form input#searchsubmit{
	position: relative;
	bottom: 7px;
	left: 15px;
	background: url(images/blog/sidebar/search_go.png) no-repeat;
	width: 60px;
	height: 63px;
	color: #FFF;
	font-weight: bold;
	padding: 3px 3px 0 0;
	cursor: pointer;
}

/******** LASTFM ********/

#sidebar li#lastfm h2#lastfm_title{
	background-image: url(images/blog/sidebar/lastfm.png);
	height: 54px;
}

#sidebar li#lastfm span.lastfm-timestamp{
	display: block;
	font-style: italic;
	font-size: 11px;
}

#sidebar li#lastfm a{
	color: #e9268d;
}

/******** BOOKMARKS ********/

#sidebar li h2#bookmarks_title{
	background-image: url(images/blog/sidebar/bookmarks.png);
	height: 55px;
}

#sidebar li#delicious a{
	color: #e9268d;
}

/******** TAGS ********/

#sidebar li#tag_cloud{
	}

#sidebar li h2#tags_title{
	background-image: url(images/blog/sidebar/tags.png);
	height: 56px;
}

/******** CATEGORIES ********/

#sidebar li h2#categories_title{
	background-image: url(images/blog/sidebar/categories.png);
	height: 56px;
}

/******** ARCHIVES ********/

#sidebar li h2#archives_title{
	background-image: url(images/blog/sidebar/archives.png);
	height: 53px;
}

/******** CLEAR HACK ********/

#clear_hack{
	clear: both;
}

/******** FOOTER ********/

#footer{
	margin: 176px auto 0 auto;
	background: url(images/body_footer.png) top center;
	width: 840px;
	height: 176px;
}

#footer p{
	position: relative;
	top: 160px;
	padding-bottom: 15px;
	text-align: center;
	color: #85dbf0;
	font-family: Century Gothic, Tahoma, sans-serif;
	font-size: 14px;
	letter-spacing: -.06em;
}

#footer a{
	color: #85dbf0;
	text-decoration: none;
}