/*
Theme Name: obm
Theme URI: http://onebuttonmouse.com/
Description: Custom style for one-button mouse
Version: 0.2
Author: Anthony Piraino


*/


html {
	margin: 0px;
	padding: 0px;
	background: url(images/wallpaper.png) center top repeat;
	text-align: center;
	}
	
	
body {
	margin: 0px;
	padding: 0px;
	font-family: georgia, palatino, serif;
	font-size: 13px;
	line-height: 1.7em;
	background: #f9f3ec url(images/page_bg.png) center top repeat;
	color: #706767;
	}
	
	
img {
	border: none;
	}

a, a:visited {
	color: #930;
	text-decoration: none;
	}
	
a:hover {
	color: #c63;
	}


h1 {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 280px;
	height: 200px;
	background: url(images/obm_logo.png) left top no-repeat;
	position: relative;
	left: -321px;
	}
	
h1 a {
	display: block;
	width: 280px;
	height: 0px;
	padding: 200px 0px 0px 0px;
	overflow: hidden;
	}
	
h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 1.6em;
	letter-spacing: -0.07em;
	}
	
h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 1.4em;
	letter-spacing: -0.07em;
	}
	
h4 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 1.0em;
	letter-spacing: -0.07em;
	}
	
p.alert {
	color: #600;
	}
	
blockquote {
	margin: 25px 20px 25px 5px;
	padding-left: 20px;
	border-left: 1px dotted #d3c6c2;
	color: #998c8c;
	}
	
	

/*----------------------------------
		overall layout
-----------------------------------*/

.wrapper {
	margin: 0px 0px 100px 0px;
	padding: 0px;
	background: url(images/content_bg.png) center top repeat-y;
	min-width: 844px;
	}
	
.header {
	height: 231px;
	background: url(images/top_bg.png) center top repeat-x;
	}	

.content {
	width: 844px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url(images/topshadow_bg.png) center top no-repeat;
	position: relative;
	top: -5px;
	}
	
.content .main {
	margin: 0px 0px 0px 21px;
	/*padding: 0px 40px 50px 44px;*/
	padding: 0px 0px 50px 0px;
	width: 533px;
	min-height: 300px;
	float: left;
	background: url(images/maincontent_header.png) left top no-repeat;
	}
		
.content .side {
	margin: 0px 0px 20px 0px;
	padding: 5px 0px 30px 0px;
	width: 265px;
	margin-left: 556px;
	background: url(images/sidebar_bottom.png) left bottom no-repeat;
	text-align: center;
	}
	
.footer {
	height: 80px;
	margin: 0px 0px 0px 0px;
	clear: both;
	background: url(images/bottom_bg.png) center bottom repeat-x;
	}
	
.footer p {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 290px 18px 14px;
	width: 540px;
	height: 15px;
	background: url(images/footer_bg3.png) center bottom no-repeat;
	font-size: 11px;
	line-height: 13px;
	font-style: italic;
	}
	

/*----------------------------------
		main nav
-----------------------------------*/

.mainnav {
	width: 500px;
	height: 205px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -200px;
	left: 150px;
	background: url(images/wallhanging.png) right top no-repeat;
	}
	
.mainnav ul {
	list-style-type: none;
	margin: 0px 3px 0px 0px;
	padding: 0px;
	float: right;
	position: relative;
	top: 175px;
	}

.mainnav ul li {
	height: 30px;
	padding: 0px;
	margin: 0px;
	float: left;
	color: #fc6;
	}
	
.mainnav ul li a {
	display: block;
	height: 0px;
	padding: 30px 0px 0px 0px;
	overflow: hidden;
	}
	
.mainnav ul li#link_home a {
	width: 65px;
	background: url(images/link_home.png) left top no-repeat;
	}
	
.mainnav ul li#link_gallery a {
	width: 75px;
	background: url(images/link_gallery.png) left top no-repeat;
	}

.mainnav ul li#link_sketchbook a {
	width: 106px;
	background: url(images/link_sketchbook.png) left top no-repeat;
	}

.mainnav ul li#link_downloads a {
	width: 102px;
	background: url(images/link_downloads.png) left top no-repeat;
	}

.mainnav ul li#link_about a {
	width: 67px;
	background: url(images/link_about.png) left top no-repeat;
	}

.mainnav ul li#link_links a {
	width: 55px;
	background: url(images/link_links.png) left top no-repeat;
	}
	
.mainnav ul li a:hover {
	background-position: 0px -30px !important;
	}
	
.mainnav ul li.selected a {
	background-position: 0px -60px !important;
	}


/*----------------------------------
		maincontent
-----------------------------------*/	
	
.main .post h2 {
	border-top: 1px solid #d3c6c2;
	}


.main .title {
	height: 80px;
	margin-bottom: 30px;
	position: relative;
	background: url(images/maincontent_header.png) left top no-repeat;
	}
	
body.home .content .main .title {
	margin-bottom: 0px;
	}

.main .title h2 {
	line-height: 1.2em;
	margin: 0px;
	padding: 0px 40px 0px 44px;
	position: absolute;
	bottom: -5px;
	border: none;
	}
	
.main .post p.date {
	display: none;
	}

body.home .content .main .post p.date {
	display: block;
	margin: 8px 0px 0px 3px;
	padding: 0px 40px 10px 44px;
	font-style: italic;
	color: #998c8c;
	font-size: 0.9em;
	}
	
.main .post .entry {
	padding: 0px 40px 0px 44px;
	}

.main .post p {			/* to allow text edges to line up with sides of image views */
	margin-left: 3px;
	margin-right: 3px;
	}

.main .post p.postmetadata {
	margin-top: 30px;
	}

.main h3 {
	margin-top: 30px;
	color: #b3a6a2;
	}

.main .previous {
	margin: 40px 0px 0px 0px;
	padding: 10px 40px 20px 44px;
	background: url(images/previous_bg.png) center top no-repeat;
	}
	
.main .previous h2 {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	font-size: 1.8em;
	color: #c3b6b2;
	}
	
.main .previous h3 {
	margin: 0px;
	padding: 0px;
	}
	
body.home .content .main .previous p.date {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px dotted #d3c6c2;
	}
	
.main .previous p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	}

.main .previous p.archives {
	border-top: 1px dotted #d3c6c2;
	padding: 0px;
	margin-top: 20px;
	}	
	
	
.main div.view {
	margin: 40px 0px 30px 0px
	width: 448px;
	background: url(images/container_view_top.png) left top no-repeat;
	}
	
.main div.view img {
	width: 424px;
	padding: 0px 12px 12px 12px;
	margin: 12px 0px 0px 0px;
	background: url(images/container_view_bottom.png) left bottom no-repeat;
	}
	
.main div.view p {
	margin: 0px;
	padding: 0px;
	}

.main div.thumb_lg {
	background: url(images/container_thumb_lg.png) left top no-repeat;
	width: 180px;
	height: 180px;
	margin: 0px 15px 0px 5px;
	padding: 12px;
	float: left;
	}
	
pre {
	width: 420px;
	overflow: auto;
	background-color: #f7f3f0;
	border: 1px solid #e7e3e0;
	padding: 5px;
	}

p span.caption {
	display: block;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	margin-top: -15px;
	color: #999;
	}
		

/*----------------------------------
		comments
-----------------------------------*/

h3#respond {
	padding-top: 20px;
	}

textarea#comment {
	width: 440px;
	height: 120px;
	}
	
div.comments_area {
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px 40px 0px 44px;
	}

ol.commentlist {
	list-style-type: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}

ol.commentlist li {
	padding: 10px 10px 5px 10px;
	}

ol.commentlist li.alt {
	background-color: #f5f1ed;
	border-top: 1px solid #e4dcd8;
	border-bottom: 1px solid #e4dcd8;
	}
	
ol.commentlist li.admin {
	background-color: #fff;
	border-top: 1px solid #d3c6c2;
	border-bottom: 1px solid #d3c6c2;
	border-left: 1px solid #e4dcd8;
	border-right: 1px solid #e4dcd8;
	margin-top: 2px;
	margin-bottom: 2px;
	}
	
ol.commentlist li .commentmetadata {
	margin: 0px;
	line-height: 1em;
	}	
	
	
/*----------------------------------
		archives
-----------------------------------*/

div.archiveslist {
	margin: 0px 40px 0px 44px;
	}

div.archiveslist p {
	margin-left: 3px;
	margin-right: 3px;
	line-height: 1.2em;
	}
	
div.categorylist {
	margin: 0px 40px 0px 44px;
	padding-top: 20px;
	}
	
div.categorylist p {
	margin-left: 3px;
	margin-right: 3px;
	line-height: 1.2em;
	}
	
.section #archive_categories {
	margin: 10px 0px 0px 0px;
	}


/*----------------------------------
		about
-----------------------------------*/

body.about .main h3 {
	color: #b3a6a2;
	}
	
body.about .main img#me {
	float: right;
	margin: 0px 0px 10px 10px;
	}


/*----------------------------------
		links
-----------------------------------*/

.main div#links_archive {
	background: url(images/divider.png) center top no-repeat;
	padding: 10px 40px 20px 44px;
	margin: 40px 0px 0px 0px;
	}

div.linkslist {
	margin: 0px 40px 0px 44px;
	}

div.entry div.linkslist p,
div.linkslist p {
	margin-left: 13px;
	margin-right: 3px;
	line-height: 1.2em;
	}

div.entry div.linkslist {
	margin: 0px;
	}


/*----------------------------------
		sidebar
-----------------------------------*/


.side .section p {
	font-size: 0.9em;
	margin: 5px 20px 5px 20px;
	line-height: 1.2em;
	}

.side div.details {
	background: url(images/sidebar_header.png) left top repeat-y;
	border-bottom: 1px solid #d3c6c2;
	text-align: center;
	min-height: 81px;
	}

.side h2 {
	display: block;
	background: url(images/sidebar_header_fleurs.png) 0px 8px no-repeat;
	margin: 0px;
	padding: 20px 20px 15px 20px;
	font-weight: normal;
	font-size: 1.15em;
	font-style: italic;
	line-height: 1.2em;
	letter-spacing: 0em;
	color: #a18985;
	min-height: 35px;
	}
	
.side div.details h2 p {
	margin: 0px;
	padding: 0px;
	}
	
body.gallery .content .side h2 {
	padding-left: 60px;
	padding-right: 60px;
	}

body.downloads .content .side h2 {
	padding-left: 40px;
	padding-right: 40px;
	}

body.home .content .side div.details p {
	margin: -13px 42px 0px 0px;
	padding: 0px;
	text-align: right;
	font-size: 0.9em;
	}
	
.side .section {
	padding-bottom: 15px;
	}
	
.side .section h3 {
	margin: 2px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	font-weight: normal;
	font-size: 0.9em;
	text-transform: uppercase;
	text-align: center;
	color: #a18985;
	border-top: 1px solid #d3c6c2;
	border-bottom: 1px dotted #d3c6c2;
	}



.side div#featured_work {
	border-bottom: 1px solid #d3c6c2;
	}

.side div#featured_work ul {
	list-style-type: none;
	margin: 0px 0px 0px -3px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	}

.side div#featured_work ul li {
	margin: 0px -3px 0px 0px;
	padding: 0px;
	display: inline;
	}
	
.side li a img.thumb {
	background: url(images/container_thumb.png) left top no-repeat;
	width: 48px;
	height: 48px;
	margin: 0px;
	padding: 5px;
	}
	
.side li a img.thumbx4 {
	background: url(images/container_thumb_x4.png) left top no-repeat;
	width: 222px;
	height: 48px;
	margin: 0px;
	padding: 5px;
	}
	
.side li a img.thumbx2 {
	background: url(images/container_thumb_x2.png) left top no-repeat;
	width: 106px;
	height: 48px;
	margin: 0px;
	padding: 5px;
	}
	
.side div#featured_work p {
	padding: 0px 20px 0px 20px;
	}


/*-- sidebar links --*/	
	
.side div.linkbar {
	border-bottom: 1px solid #d3c6c2;
	}
	
body.links .side div.linkbar {
	border-bottom: none;
	}
	
.side div.linkbar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align: left;
	}
	
.side div.linkbar ul li {
	margin: 14px 0px 0px 0px;
	padding: 0px 20px 0px 30px;
	font-size: 0.9em;
	line-height: 1.2em;
	}
	
.side div.linkbar ul li a {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-left: -10px;
	}
	
.side div.linkbar ul li span.linkdesc a {
	font-size: 0.9em;
	margin-left: 0px;
	}
	
.side div.linkbar p {
	margin: 7px 0px 0px 0px;
	padding: 1px 0px 1px 0px;
	}
	
.side div#me_elsewhere {
	border-bottom: 1px solid #d3c6c2;
	}


/*-- sidebar subsection buttons --*/	
	
.side div.subsections {
	height: 75px;
	border-top: 1px solid #d3c6c2;
	margin-top: 2px;
	text-align: center;
	background: url(images/subsection_nav.png) left top no-repeat;
	}
	
.side div.subsections ul {
	margin: 0px;
	padding: 0px;
	width: 265px;
	height: 70px;
	list-style-type: none;
	}
	
.side div.subsections ul li {
	width: 55px;
	height: 70px;
	float: left;
	}
	
.side div.subsections ul li a {
	display: block;
	width: 55px;
	height: 0px;
	padding-top: 70px;
	overflow: hidden;
	}
	
.side div.subsections ul li.icons,
.side div.subsections ul li.illustration {
	margin-left: 77px;
	}
	
.side div.subsections ul li.illustration a {
	background: url(images/subsection_link_illustration.png) left top no-repeat;
	}
	
.side div.subsections ul li.photography a {
	background: url(images/subsection_link_photography.png) left top no-repeat;
	}

.side div.subsections ul li.icons a {
	background: url(images/subsection_link_icons.png) left top no-repeat;
	}

.side div.subsections ul li.desktops a {
	background: url(images/subsection_link_desktops.png) left top no-repeat;
	}
	
.side div.subsections ul li a:hover {
    background-position: 0px -70px;
    }
	
.side div.subsections ul li.selected a {
    background-position: 0px -140px;
    }
	

/*-- sidesection item list, expanded --*/

.side .section ul.items_expanded {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #e1d8d4;
	}
	
.side .section ul.items_expanded li {
	border-top: 1px solid white;
	border-bottom: 1px solid #e1d8d4;
	min-height: 60px;
	}

.side .section ul.items_expanded li img.thumb {
	float: left;
	margin: 0px 5px 0px 5px;
	}
	
.side .section ul.items_expanded li div.info {
	margin-top: 5px;
	text-align: left;
	}
	
.side .section ul.items_expanded li div.info p {
	margin: 0px;
	line-height: 1.1em;
	}


/*-- sidesection item list, consensed --*/

.side .section ul.items_condensed {
	list-style-type: none;
	margin: 0px 0px 0px -3px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	}

.side .section ul.items_condensed li {
	margin: 0px -3px 0px 0px;
	padding: 0px;
	display: inline;
	}



/*-- contact form --*/

#contact_form p {
	margin-top: 15px;
	text-align: center;
	}
	
#contact_form form {
	margin: 15px 20px 5px 20px;
	padding: 0px 0px 10px 10px;
	text-align: left;
	font-size: 0.9em;
	border-top: 1px dotted #d3c6c2;
	border-bottom: 1px dotted #d3c6c2;
	}

#contact_form form label {
	display: block;
	margin: 5px 0px 0px 0px;
	}
	
#contact_form form input,
#contact_form form textarea {
	margin: 0px;
	width: 200px;
	}
	
#contact_form form textarea {
	height: 80px;
	}

#contact_form form input.submitbutton {
	display: block;
	width: auto;
	margin-top: 10px;
	}
	
	
	
.side div.photostream h3 {
	margin-bottom: 10px;
	}
		
.side div.photostream img {
	padding: 2px;
	margin: 2px;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 48px;
	height: 48px;
	}
