@import "reset.css";
/*
Theme Name: jma - mk1
Author: James M. Allen
Author URI: http://jamesmallen.net
.
Based on Will Healey's "2 Column Fixed - Menu Right" from http://www.tomorrows-laundry.com
.
*/

/*-----------Utility classes--------------*/
@media screen {
	/* rir = Revised Image Replacement (Dwyer Method) */
	.rir { background: transparent no-repeat; display: block; margin: 0; padding: 0; position: relative; }
	.rir a { display: block; height: 100%; width: 100%; }
	.rir span { display: block; height: 0; overflow: hidden; width: 0; }

	img.thumb {
		float: left;
		margin: 0 0.5em 0.5em 0;
	}
	
	img.centered {
		clear: both;
		display: block;
		margin: 1.5em auto;
		text-align: center;
	}
	
	img.floatleft {
		clear: both;
		float: left;
		margin: .5em 1em .5em 0;
	}
	
	img.floatright {
		clear: both;
		float: right;
		margin: .5em 0 .5em 1em;
	}
	
	img.bordered {
		background: #fffffa;
		border: 1px solid #dfdfd4;
		padding: 5px;
	}
	
	a img.bordered {
		
	}
}

a, a:link, a:visited {
	color: #9e9f95;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	color: #7b7c74;
	text-decoration: underline;
}

/*-----------Block Level Elements--------------*/

body {
	background: #f0efe4;
	color: #333;
	font: 90%/1.5 Verdana,sans-serif;
	line-height: 1.5;
	text-align: center;
}

#page {
	background: transparent url(img/page_bg.gif) repeat-x top;
	margin: 0 auto;
	padding: 0 14px;
	width: 740px;
}

#header {
	background: #f0efe4 url(img/header_bg.jpg) no-repeat center;
	border: 5px solid #dfdfd4;
	border-width: 2px 5px 3px;
	height: 127px;
	margin: 0 auto;
	overflow: hidden;
	width: 730px;
}

#header h1 {
	background-image: url(img/header_h1.gif);
	background-position: 13px 51px;
	height: 127px;
	width: 730px;
}

#menu {
	font: 12px Arial,Helvetica,sans-serif;
	line-height: 26px;
	letter-spacing: .075em;
	text-align: right;
	text-transform: lowercase;
}

ul#nav {
	float: right;
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 0;
}

ul#nav li {
	display: inline-block;
	float: left;
	height: 26px;
	margin: 0;
	padding: 0;
}

ul#nav li a {
	border: 3px solid #e9e8de;
	border-width: 0 3px;
	display: block;
	height: 26px;
	padding: 0 18px;
}

ul#nav li a, ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active, ul#nav li a:hover {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}



ul#nav li a:hover, ul#nav li a:active {
	background: #f7f6eb;
	border-color: #dfdecd;
}


ul#nav li.current_page_item a {
	background: #fffffa;
	border-color: #fffffa #dfdecd;
	border-width: 0 3px 2px;
}

ul#nav li a:active {
	color: #333;
}



#wrapper {
	background: #fffffa;
	border: 5px solid #e0dfd5;
	border-width: 2px 5px 9px;
	clear: right;
	float: left;
	padding: 10px 20px 50px;
	text-align: left;
	width: 690px;
}

#content {
	float: left;
	height: auto !important; /* IE6 min-height hack */
	height: 400px;
	min-height: 400px;
	padding: 0 0 0 60px;
	text-align: justify;
	width: 40em;
}

#sidebar {
	font-size: .85em;
	margin-left: 520px;
	text-align: right;
}


#footer {
	width: 100%;
	clear: both;
}

/*-------------Headings-------------*/

h1 {
	font-size: 1.8em;
	font-weight: bold;
	margin: 1em 0 .5em;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 1em 0 .5em;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 1em 0 .5em;
}

h4 {
	font-size: 1.05em;
	font-weight: bold;
	margin: .8em 0 .4em;
}

ul, ol {
	margin: .5em 3em .5em 2em;
}

/*-------------The Post-------------*/

.post {
	
}

.post h3 {
	font-size: 1.5em;
	text-align: left;
}

.post h3 a, .post h2 a:link, h2 a:visited, .post h2 a:hover, .post h2 a:active {
	font-weight: normal;
	font-style: normal;
	font-family: Verdana,sans-serif;
}

.post small {
	color: #c7c6b7;
	display: block;
	text-align: right;
}

.post p {
	margin: 1em 0;
}

.post a {
	font-weight: bold;
}

.post a, .post a:link, .post a:visited, .post a:hover, .post a:active {
	/* color: #c8843c; */
}

.post a:hover {
}

.post a:hover img {
	background-color: #efeedb;
}

.post a.more-link {
	display: block;
	font-style: italic;
	font-weight: bold;
	margin: .5em 0;
	text-align: right;
}

.post ul {

}

.post li {

}

.post .tags, .entry .tags {
	display: inline-block;
	text-align: right;
	font-size: .8em;
	margin: .5em 0;
}

.post .tags a, .entry .tags a {
	font-weight: normal;
	line-height: 1.2;
}

.post .tags a:hover, .entry .tags a:hover {
	border-bottom: 1px dotted;
	text-decoration: none;
}

.entry {

}

.postmetadata {
	clear: both;
}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.aligncenter,
div.aligncenter {
   display: block;
   margin:0.5em auto;
}

.alignleft {
   float: left;
   margin:0.5em 1em 0.5em 0;
}

.alignright {
   float: right;
   margin:0.5em 0 0.5em 1em;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar ul {
	list-style-type: none;
	margin: 0;
}

#sidebar ul h2 {
	font: italic normal 1.2em Verdana;
	margin: 1em 0 .2em;
}

#sidebar ul li {

}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {

}
#sidebar a:hover {

}

#sidebar a:visited {

}

/*--------------Portfolio Sidebar--------------*/

.portfolio-extras-wrapper {
	text-align: center;
}

dl.portfolio-extras {
	background: #faf9e7;
	border: 1px solid #d9d8c6;
	font-size: .9em;
	margin: .5em auto;
	padding: 5px 9px;
	text-align: left;
	width: 24em;
}

.portfolio-extras dt {
	font-weight: bold;
	float: left;
	width: 6em;
}

.portfolio-extras dd {
	margin-left: 6.5em;
}

/*--------------Portfolio List--------------*/
ul.portfolio {
	display: inline-block;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.portfolio li {
	background-color: #fffffa;
	border: 1px solid #d9d8c6;
	display: block;
	float: left;
	/*
	height: 116px;
	line-height: 116px;
	overflow: hidden;
	*/
	margin: 15px 5px;
	padding: 8px 0;
	text-align: center;
	vertical-align: middle;
	width: 116px;
}

ul.portfolio li a {
	padding: 8px;
}

ul.portfolio img {
	vertical-align: middle;
}

ul.portfolio li a:hover {
	background-color: #efeedb;
}


/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

textarea#comment {
	font: normal normal .8em Verdana,sans-serif;
	width: 480px;
}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/




/*-------------Other------------------*/

