html,body {
	background:url('/images/layout_2010/footer_flowers.png') right bottom no-repeat;
}

/* HTML5 tags */
header,section,footer,aside,nav,article,figure {
	display:block;
}

/* TYPOGRAPHY
------------------------------------ */
a {
	color:#5B346F;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 a, h2 a {
	color:#3D373F;
}

#wrapper {
	background:url('/images/layout_2010/header_bg.jpg') no-repeat top;
}

header {
	height:100px;
}

#photoHeader {
	float:left;
	margin-left:14px;
}

#siteName a {
	display:block;
	float:left;
	width:408px;
	height:86px;
	background:url('/images/layout_2010/jm_title.png') no-repeat;
	text-indent:-99999px;
	margin:0;
}
/* nav */
nav {
	height:170px;
}

#nav{
	/*left:380px;
	top:10px;*/
	margin-left:380px;
	padding:0;
	list-style:none;
}
#nav li{
	float:left;
	position:relative;
	margin:0px;
}
#nav .photos,
#nav .drawings,
#nav .websites,
#nav .videos,
#nav .about{
	display:block;
	height:49px;
	overflow:hidden;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	background: url(../images/layout_2010/jm_nav.png) no-repeat;
}
#nav .photos{width:81px;}
#nav li:hover .photos,
#nav li.hover .photos,
#nav li.active .drawings{background-position: 0 -49px;}
#nav .drawings{
	width:121px;
	background-position: -81px 0;
}
#nav li:hover .drawings,
#nav li.hover .drawings,
#nav li.active .drawings{background-position: -81px -49px;}
#nav .websites{
	width:109px;
	background-position: -202px 0;
}
#nav li:hover .websites,
#nav li.hover .websites,
#nav li.active .websites{background-position: -202px -49px;}
#nav .videos{
	width:81px;
	background-position: -311px 0;
}
#nav li:hover .videos,
#nav li.hover .videos,
#nav li.active .videos{background-position: -311px -49px;}
#nav .about{
	width:106px;
	background-position: -392px 0;
}
#nav li:hover .about,
#nav li.hover .about,
#nav li.active .about{background-position: -392px -49px;}

/*
#nav ul{
	display:none;
	position:absolute;
	top:30px;
	left:13px;
	margin:0;
	padding:18px 0 8px;
	width: auto;
	white-space: nowrap;
	list-style:none;
	background:#6b9daa url(../images/layout/bg-drop.gif) repeat-x;
}
#nav li:hover ul,
#nav li.hover ul{display:block;}
#nav ul li{
	float:none;
	display:block;
	padding:0 37px 9px 17px;
	font:bold 14px/1.25em Helvetica, sans-serif;
}
#nav ul li a{
	display:block;
	color:#fff;
}
#nav ul li a:hover{
	color:#261306;
	text-decoration:none;
}
*/

p.paginate {
	font-size:24px;
	font-weight:bold;
	margin:0 0 10px 0;
}



#sidebar {
	background:url('/images/layout_2010/sidebar_bg.png') repeat-y;
}

#sidebarContent {
	padding-left:40px;
}

#twitter {
	display:block;
	width:129px;
	height:53px;
	background:url('/images/layout_2010/twitter.png') no-repeat;
	text-indent:-99999px;
	margin:0 0 0 -20px;	
}

#reading {
	display:block;
	width:124px;
	height:53px;
	background:url('/images/layout_2010/reading.png') no-repeat;
	text-indent:-99999px;
	margin:0 0 0 -20px;	
}

#listeningto {
	display:block;
	width:141px;
	height:39px;
	background:url('/images/layout_2010/listeningto.png') no-repeat;
	text-indent:-99999px;
	margin:0 0 0 -20px;	
}

#recent {
	display:block;
	width:151px;
	height:36px;
	background:url('/images/layout_2010/recentposts.png') no-repeat;
	text-indent:-99999px;
	margin:0 0 0 -20px;	
}

.books {
	width:110px;
	padding:5px;
	float:left;
	text-align:center;
}

.music {
	padding:5px 20px;
}

.tweeticon {
	float:left;
	margin-right:5px;
}

.tweetlink {
	text-transform:uppercase;
	color:#666;
	font-size:10px;
}


footer {
	height:75px;
	text-align:center;
	/*background:url('/images/layout_2010/footer_flowers.png') left bottom no-repeat;*/
}

footer p {
	padding-top:20px;
	font-size:11px;
	text-transform:uppercase;
}

#flowers {
	width:253px;
	height:199px;
	
}

.star {
	display:block;
	float:right;
	height:180px;
	width:130px;
	overflow:hidden;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	background: url('/images/layout_2010/bigstar.png') no-repeat;	
}

.star:hover {
	width:130px;
	background-position: 0 -180px;
}

/* Comments */
.comment_entry {
	padding:10px;
	margin-bottom:10px;
	background-color:#F7F7F7;
}
 
.comment_entry2 {
	padding:10px;
	margin-bottom:10px;
	background-color:#FAF2FF;
}
 
form#comment_form fieldset{
	margin-bottom:10px;
}
 
form#comment_form legend {
	padding: 0 2px;
	font-weight:bold;
}
 
form#comment_form label {
	display:inline-block;
	line-height:1.8;
	vertical-align:top;
	width:80px;
	margin-right:5px;
	text-align:right;
	font-size:11px;
	font-weight:bold;
	color:#999;
	text-transform:uppercase;
}
 
form#comment_form ol {
	margin:0;
	padding:0;
}
 
form#comment_form li {
	list-style:none;
	padding:5px;
	margin:0px;
}
 
form#comment_form input {
	border:2px solid #efefef;
	font-size:13px;
	width:240px;
	padding:4px;
}
 
form#comment_form input.check {
	width:10px;
	margin-left:90px;
}
 
form#comment_form textarea {
	border:2px solid #efefef;
	font-size:13px;
	padding:4px;
	font-family: Arial, Helvetica, sans-serif;
}
 
form#comment_form input.comment_submit {
	width:100px;
	font-weight:bold;
	margin-left:90px;
	border:1px solid #CCC;
}
 
.avatar {
	float:left;
	padding-right:10px;
	clear:both;
}