* default elements */
* {margin: 0; padding: 0;}

html
	{ height: 100%; margin-bottom: 1px;
	}
	body {
	color: 222;
	padding: 1% 0;
	background-color: #010101;
	background-image: url(http://www.rob-james.com/images/back-apt.png);
	background-repeat: repeat;
	font-family: sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

a {color: #642;}
a:hover {color: #CC3333;}

big {font-size: 1.1em;}

h1,h2,h3 {
	color: #666666;
	padding: 8px 0 2px;
	line-height: normal;
}

h1 {
	font-size: 26px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: -1px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
}
h4 {
	background-image: url(img/sub_previous.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	padding-left: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	height: auto;
	border-bottom-color: #DCDAC9;
}

form,table {margin-bottom: 1.2em;}
img {
	padding: 10px;
	border: 1px solid #E3E3D5;
	float: left;
	margin-right: 35px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul,ol {
	padding-top: 0;
	padding-right: 2em;
	padding-bottom: 1.2em;
	padding-left: 2em;
}

/* structure */
#wrapper {
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container {
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 750px;
}

/* header */
.title {
	background: #E2DED4 url(img/header-h1.jpg) repeat-x;
	border-top: 1px solid #996;
}
.title h1 {
	color: #441;
	font: normal 2.2em Georgia,"Trebuchet MS",sans-serif;
	padding: 10px 0 10px 18px;
}

.header {
	height: 285px;
	background-image: url(img/header.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* navigation */
.navigation {
	height: 41px;
	background-color: #CC3333;
}
.navigation ul {padding: 0; margin: 0;}
.navigation li {float: left; list-style: none;}
.navigation a {
	color: #000000;
	float: left;
	padding: 0 14px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-image: url(img/nav2.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.navigation a:hover,.navigation a#active {background-position: left bottom; color: #FFFFFF;
}
.navigation_phone {
	color: #FFFFFF;
	float: left;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #CC3333;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 14px;
	padding-bottom: 0;
	padding-left: 14px;
}
.navigation .current_page_item a {color: #331;}

/* main */
.main {background: #FFF url(img/main.gif) repeat-y;}
.main#two-columns {background: #FFF url(img/two-columns.gif) repeat-y;}

/* posts */
.post .descr {
	color: #630;
	font-size: 0.9em;
	margin: 2px 0 4px;
}
.post .info{
	color: #222;
	font-size: 0.9em;
	font-weight: bold;
	margin: 4px 0 8px;
	padding: 8px 0;
}
.post img {border: 2px solid #CCB; margin: 4px 1;}
.post a img {border: 2px solid #CCB;}
.post a:hover img {border-color: #AA9;}

/* bottom */
.bottom {
	color: #444;
	padding: 14px 20px;
	background-color: #DCDAC9;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #C1BBA8;
}
.bottom .left,.bottom .right {width: 49%;}

/* footer */
.footer {
	color: #EED;
	padding: 10px;
	background-color: #CC3333;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #AA2B2B;
	border-right-color: #AA2B2B;
	border-bottom-color: #AA2B2B;
	border-left-color: #AA2B2B;
}
.footer .left {
	width: 66%;
	font-size: 9px;
	line-height: 13px;
}
.footer .right {
	width: 33%;
	text-align: right;
	font-size: 9px;
	line-height: 13px;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 64%;}
.col2 .right .content {background: #FFF;}
.col2 .right {width: 33%;}
.content {padding: 18px 20px;}
.left {float: left;}
.right {float: right;}
.right .content {padding: 18px 12px 12px;}

/* block list */
ul.block {
	border-top: 1px dashed #BCBAAC;
	padding: 0;
	width: 90%;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
}
.block li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}
.block li a,.block li em {
	color: #000000;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	color: #CC3333;
	background-color: #E2DED3;
}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {
	background-color: #ECE9E0;
	}

.thumbnail{
	padding: 8px;
	border: 1px solid #E3E3D5;
	float: left;
	margin-right: 16px;
	margin-bottom: 14px;
	background-color: #FFFFFF;
	height: auto;
	}
	.caption{
	font-size: 0.9em;
	padding-top: 0.2em;
	float: left;
	width: 260px;
}
.thumbnail_block {
	height: auto;
	float: left;
	width: 100%;
	}	
.blockquote_attrib {
	font-style: italic;
	font-weight: bold;
}
#wrapper #container #two-columns .bottom .left h3 {
	background-image: url(img/sub_previous.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* comments */
#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #700000;
}
#commentform {
	margin: 1em 0;
	width: 280px;
}

textarea.styled {width: 280px;}

.styled {
	font-size: 1.1em;
	background: #FCFCFC;
	border: 1px solid #C6C3C3;
	padding: 2px;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #C6C3C3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}
.commentmetadata a {font-size: 1em; color: #666;}

/* calendar */
#wp-calendar {color: #A0A0A0;}

.col2 .right table caption {border-bottom-color:#000;}
.col2 .right table thead tr {
  border-bottom-color: #000;
  color: #A53512;
}
.col2 .right table th {border-bottom-color:#000;}
.col2 .right table td#today {
  border-color: #000;
  color: #A53512;
}
.col2 .right table td a {
  border-bottom-color: #000;
  background-color: #EDF3DE;
}

.col2 .right table tfoot {border-top-color: #000;}
.col2 .right table tfoot a {background: none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display: inline-table;
  border-collapse: collapse;
  width: 185px;
  margin: 0px 10px 0 10px;
  text-align: center;
}

.col2 .right table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.col2 .right table thead tr {border-bottom:1px solid;}

.col2 .right table th {border-bottom:1px solid;}

.col2 .right table td {
  width: 225px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 0.9em;
}

.col2 .right table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

.col2 .right table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

.col2 .right table tfoot {border-top:1px solid;}
.col2 .right table tfoot a {
  border: none;
  font-weight: bold;
}
.col2 .right table tfoot #prev a {text-align:left;}
.col2 .right table tfoot #next a {text-align:center;}

#searchform {padding:10px;}