/*  
Theme Name: Custom theme
Theme URI: http://www.weblogs.us
Description: Custom theme for Buxton Kubik Dodd
Version: 1.0
Author: Becca Wei for Weblogs.us
Author URI: http://www.weblogs.us
*/

/***** BASICS AND TYPOGRAPHY *****/

body {
	margin: 0;
	padding: 0;
	background: #FFF url(images/bg.gif) repeat-x;
	font-size: x-small;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #000;
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: small;
}
html>body {
	font-size: small;
}
p {
	margin: 1.2em 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.5em;
}
ol, ul {
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
	font-size: 1em;
	line-height: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0 0 0;
	padding: 0;
	color: #333;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
}
h1, h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}
h4, h5, h6 {
	font-size: 1em;
}
a {
	text-decoration: none;	
}
a:link {
	color: #891A02;
}
a:visited, a:active {
	color: #891A02;
}
a:hover {
	color: #221E1F;
	text-decoration: underline;
}
blockquote {
	margin: 1.2em 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 4px solid #A8A9AC;
}
code {
	color: #666;
	font-family: monospace;
}
input, textarea, select {	
	border: 1px solid #666;
	background: #FFF;
	color: #000;
	font: 1em "Trebuchet MS", Arial, sans-serif;
}
.submit {
	background: #891A02;	
	color: #FFF;
}
form, img {
	border: 0; 
	margin: 0; 
	padding: 0;
}

/***** THE LAYOUT *****/

/* Wrapper */

#wrapper {
	margin: 0 auto;
	width: 765px;
	background: url(images/wrapper.gif) repeat-y;
}

/* Header */

#header {
	height: 330px;
	background: url(images/headerbg.gif) no-repeat;
}
#header h1 {
	margin: 0 0 0 145px;
	padding: 10px 0 0 0;
	height: 100px;
	background: #FFF url(images/bg.gif) repeat-x;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 90px;
}
html>body #header h1 {
	height: 90px;
}
#header h1 a {
	display: block;
	padding: 85px 0 0 0;
	width: 300px;
	height: 85px;
	background: url(images/title.gif) no-repeat;	
	font-size: 0.1em;
	overflow: hidden;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 0;
}
html>body #header h1 a {
	height: 0;
}
#header h2 {
	display: none;
}
#photo {
	padding: 0 10px 0 0;
	background: url(images/photobg.gif) no-repeat 100% 0;
	text-align: right;
}
#photo img {
	float: right;
}

/* Navigation */

#navigation ul {
	margin: 0;
	padding: 0;
	height: 30px;
	background: #221E1F;
	list-style-type: none;
}
#navigation ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#navigation ul li a {
	display: block;
	float: left;
	padding: 4px 15px 0 15px;
	width: .1em;
	height: 30px;
	color: #B2B0B1;
	white-space: nowrap;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 26px;
}
html>body #navigation ul li a {
	width: auto;
	height: 26px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation ul li a { float: none; }
/* End IE5-Mac hack */
#navigation ul li a:hover, #navigation ul li.current_page_item a,
#navigation ul li.parent_page_item a   {
	background: #891A02 url(images/menubg.gif) repeat-x;
	color: #FFF;
	text-decoration: none;
}

#navigation ul#submenu {
	padding: 0 10px;
	background: #891A02 url(images/menubg.gif) repeat-x 0 -30px;
}
#navigation ul#submenu li a {
	color: #FFF;
}
#navigation ul#submenu li a:hover, #navigation ul#submenu li.current_page_item a {
	background: #FFF url(images/menubg.gif) repeat-x 0 -60px;
	color: #891A02;
	text-decoration: none;
}

/* Content and Sidebars */

#content {
	margin: 0 10px;
	padding: 0.1em 25px 0 25px;
	background: url(images/contentbg.gif) repeat-x;
}

#wrapper2 {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	/* background: url(images/contentbg.gif) repeat-x; */
}
#wrapper2 td {
	margin: 0;
}
#footer2 {	
	padding: 0;
	vertical-align: bottom;
}
#content2 {
	margin: 0;
	padding: 0 25px 0 15px;
	vertical-align: top;
}
#sidebar1wrap {
	margin: 0;
	padding: 0.1em 0 0 25px;
	width: 181px;
	vertical-align: top;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 166px;
}
html>body #sidebar1wrap {
	width: 166px;
}
#sidebar2wrap {
	margin: 0;
	padding: 0.1em 25px 0 0;
	width: 181px;
	vertical-align: top;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 166px;
}
html>body #sidebar2wrap {
	width: 166px;
}

/* Sidebar lists */

#sidebar1 ul, #sidebar2 ul {
	margin: 1.2em 0;
	padding: 0 15px 0 0;
	border-right: 1px solid #A8A9AC;
	font-size: 0.92em;
	list-style: none;
}
#sidebar2 ul {
	padding: 0 0 0 15px;
	border-right: 0;
	border-left: 1px solid #A8A9AC;
}
#sidebar1 li, #sidebar2 li {
	padding: 0.6em 0 0 0;
}
#sidebar1 h2, #sidebar2 h2 {
	margin: 0;
	font-size: 1.1em;
	text-transform: uppercase;
}
#sidebar1 p, #sidebar1 ul ul, #sidebar1 ol, 
#sidebar2 p, #sidebar2 ul ul, #sidebar2 ol {
	margin: 0.8em 0;
}
#sidebar1 ul ul, #sidebar2 ul ul {
	padding: 0;
	border-left: 0;
	border-right: 0;
	font-size: 1em;
}
#sidebar1 li li, #sidebar2 li li {
	margin: 0;
	padding: 0;
}

/* Footer */

#footer {
	clear: both;
	border-bottom: 5px solid #891A02;
	color: #666;
	font-size: 0.7em;
	text-align: center;
}
#footer p {
	margin: 2em 0 0.4em 0;
}

/***** BLOG AND PAGES *****/

.post {
	border-bottom: 1px solid #A8A9AC;
}
.post h2 {
}
.postmeta {
	margin: 0;
	color: #666;
	font-size: 0.92em;
}
.postfeedback {
	color: #666;
	font-size: 0.92em;
}

.navigation {
	margin: 1.2em 0;
	text-align: center;
}

.pagebody {
	padding: 0.1em 0;
}

/* Comments */

.commentlist {
	margin: 1.2em 0;
	padding: 0;
	border-top: 1px solid #A8A9AC;
	list-style: none;
}
.commentlist li {
	padding: 0 10px;
	border-bottom: 1px solid #A8A9AC;
}
.commentheader {
	padding: 1.3em 0 0 0;
}
.commentheader h4 {
	margin: 0;
	font-size: 1em;
	text-decoration: none;	
}
.commentheader h4 a:hover {
}
.commentheader p {
	margin: 0;
	color: #666;
	font-size: 0.92em;
}
.commentbody {
}
.alt {
	background: #F0F0F0;
}
#comment {
	width: 360px;
}

/***** SUBPAGE LAYOUT *****/

body.subpage {
	background: url(images/bg_3.gif) repeat-x;
}
.subpage #header {
	height: 95px;
}
.subpage #header h1 {
	height: 95px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 85px;
}
html>body.subpage #header h1 {
	height: 85px;
}
.subpage #page {
	background: url(images/bg_3.gif) repeat-x;
}

/***** PORTFOLIO *****/

#portfoliowrap {
	width: 755px;
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	background: url(images/contentbg.gif) repeat-x;
}
#portfoliowrap td {
	margin: 0;
}
#portfolio {
	margin: 0;
	padding: 0 15px;
	vertical-align: top;
}
#portfolionav {
	margin: 0;
	padding: 0.1em 0 0 0;
	width: 140px;
	background: #891A02;
	vertical-align: top;
}
#portfolionav h2 {
	margin: 10px 0 5px 0;
	padding: 0.6em 0 0.6em 15px;
	background: #221E1F;
	color: #FFF;
	font-size: 1.2em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	text-transform: none;
}
#portfolionav ul {
	margin: 0 0 0 15px;
	padding: 0;
	font-size: 0.92em;
	list-style: none;
}
#portfolionav li {
}
#portfolionav li a {
	display: block;
	width: 125px;
	padding: 0 0 0 10px;
	color: #FFF;
	background: url(images/bullet.gif) no-repeat 0 0.45em;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 115px;
}
html>body #portfolionav li a {
	width: 115px;
}
#portfolionav li a:hover, #portfolionav li.current_page_item a {
	background: #221E1F url(images/bullet.gif) no-repeat 0 0.45em;
	color: #FFF;
	text-decoration: none;
}

.folio {
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;	
}
.caption {	
	padding: 0 15px 0 0;
	width: 175px;
	vertical-align: top;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 160px;
}
html>body .caption {
	width: 160px;
}
.caption h2, .caption h3 {
	font-family: Arial, sans-serif;
	text-transform: none;
}
.caption h2 {
	margin: 0.6em 0 0 0;
	font-size: 1.6em;
}
.caption h3 {
	margin: 0.1em 0 0 0;
}
.returnlink {
	padding: 0 0 0.6em 0;
	vertical-align: bottom;
}
.returnlink a, .returnlink a:hover {
	font-size: 0.92em;
	font-weight: bold;
}
.viewer {
	padding: 0;
	vertical-align: top;
}

#portfoliolisting {
	width: 500px;
	overflow: auto;
}
#portfoliolisting ul {
	float: left;
	width: 160px;
	display: inline /* IE double margin bug */
}

/***** ETC *****/

#content, #sidebar1wrap, #sidebar2wrap, #menu, #submenu {
	overflow: hidden;
}

.center {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
