
/*  
Theme Name: Mike Strauss, 2010
Description: Based on the original Kubrik theme, modified by Inés Berrizbeitia. Enhanced in Feb. 2010 by Rob Maurizi, RHM Interactive
Version: 2
Author: Rob Maurizi, et al
Author URI: http://rhminteractive.com/

	Based on:

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Original brilliant theme styles have been diced, spliced, mashed up, extruded and reshaped into new life. The credit/blame goes to Ines Berrizbeitia
http://www.berrizbeitia-design.com */

/* Modified in 2010 to include Search, Categories and other enhancements by Rob Maurizi, RHM Interactive
http://www.rhminteractive.com */

/* Begin Typography & Colors */
* {
	margin:0;
	padding:0;
	}

body {
	font-size: 13px; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	background: #fff;
	color: #333333;
	text-align: center;
	}

p { margin-top:.75em;
	margin-bottom:.75em;
	}
	
#page {
	background-color: white;
	border: 0px solid #959596;
	text-align: left;
	}

#header {
	background: #fff url('images/sub-banner.gif') no-repeat center;
	}

#headerimg 	{ 
	margin: 0px 9px 0 0; 
	height: 68px; 
	width: 770px; 
	} 

#content {
	font-size: 13px;
	}

.widecolumn .entry p {
	width:425px;
 	margin-top:1em;
	font-size: 13px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.5em;
	max-width:375px;
	}
	
.widecolumn .entry {
	width:375px;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	max-width:300px;
	text-align: left;
	}

.widecolumn .postmetadata {
	max-width:300px;
	text-align: left;
	}


.alt {
	background-color: #f8f8f8;
	border-top: 0px solid #ddd;
	border-bottom: 0px solid #ddd;
	}

#footer {
	border: none;
	overflow: hidden;
	}

small {
	font- : Arial, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3, h4 {
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	font: bold 128% Arial, Helvetica, sans-serif;
	letter-spacing : 0.06em;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 12px;
	text-align: center;
	}

h2 {
	font-size: 1.0em;
	}

h4 {
	font-size:1.0em;
	}

h2.pagetitle {
	font-size: 1.em;
	}

#sidebar h2 {
	font-family: Arial, Sans-Serif;
	font-size: 1.0em;
	letter-spacing : 0.6em;
	}

h3 {
	font-size: .9em;
	}

a:link {
	color:#31318b;
	text-decoration:underline;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #313185;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #313185;
	max-width:375px;
	}

h1 a:hover {text-decoration:underline;}

h2 a:hover,  h3, h3 a, h3 a:hover, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	color:#d7610b;
	}

.entry p a:visited {
	color: #313185;
	text-decoration:underline;
	}

.entry p a:hover {
	color: #d7610b;
	text-decoration:none;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 12px; Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing : 0.6em;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align:right;
	width:375px;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666;
	line-height:130%;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:link, h3 a:link {
	color: #31318b;
	text-decoration: none;	
/*	font-weight:bold;*/
	letter-spacing : 0.0em;
	}


a, h2 a:hover, h3 a:hover {
	color: #d7610b;
	text-decoration: none;	
/*	font-weight:bold;*/
	letter-spacing : 0.0em;
	}

a:hover {
	color: #d7610b;
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 10px;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}


/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 770px;
	border: 0px solid #fff;
	}

#header {
	margin: 0 0 0 1px; 
	padding: 0; 
	height: 68px; 
	width: 770px;
	}

#headerhome {
	margin: 0 0 0 1px;
	height:102px;
	width:774px;
}
#headerimg {
	height: 68px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 0;
	margin: 0;
	width: 375px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 0px;
	width: 375px;
	}

.fullpage {
	width:100%;
	}

.post {
	width:375px;
	margin: 30px 0 40px 0;
	text-align: left;
	}

.postfull {
	width:100%;
	padding:38px 0px 30px 0;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 0px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
	}

.postmetadata {
	clear: left;
	}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 770px;
	clear: both;
	padding-top:100px;
	}

#footer p {
	margin: 0;
	padding: 20px 0 0 0 ;
/*	text-align: center;*/
	color:#666;
	float: left;
	}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 0px;
	margin: 0;
	}

h2 {
	margin: 0;
	}

h2.pagetitle {
	margin-top: 0px;
	text-align: center;
	}

#sidebar h2 {
	margin: 0px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
.post h4 {
	margin-bottom:0px;
	padding-bottom:0px;
	}	



/* End Headers */



/* Begin Images */

p img {
	padding: 10px;
	max-width: 350px;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 0px;
	list-style: none;
	padding-left: 0px;
	text-indent: 0px;
	} 

html>body .entry li {
	margin: 7px 0 8px 0px;
	}

.entry ul li:after, #sidebar ul ul li:after {
/*	content: "\00BB \0020";*/
	content: url("images/bullet.gif");
	}

.entry ol {
	padding: 0;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	max-width:300px;
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.postmetadata a:link, .postmetadata a:visited {
	color:#313185;
	max-width:300px;	
	}

.postmetadata a:hover {
	color:#d7610b;
	max-width:300px;	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 0px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* End Entry Lists */



/* Begin Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: right;
/*	display:none;*/
	}

#sidebar #searchform #s {
	width: 80px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	width:375px;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#sidebar {
	padding: 0px 0 10px 0;
	margin-left: 380px;
	width: 385px;
	}

#sidebar form {
	margin: 0;
	}

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	margin-top:100px;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
/*	margin-bottom: 30px;*/
	margin-bottom: 10px; 
	overflow: hidden; 
	}
	
	
.navigation .alignright { text-align: right; }
.navigation .alignleft { text-align: left; }
/* End Various Tags & Classes*/


/* Begin Top Nav */

#top_nav {
	margin-top:0px;	
	font-family: Arial, sans-serif;
	width: 774px;
	text-align:left;
	}
	
#top_nav ul {
	list-style: none;
	border: none;
	}

#top_nav li {
	margin-right:3px;
	float:left;
	}

#top_nav li a {
	font-size:0.9em;
	text-transform:uppercase;
	display: block;
	color:#fff;
	background-color:#a22b2b;
	height:30px;
	padding:4px;
	text-decoration:none;
	}

#top_nav li a:hover {
	display: block;
	background-color:#da650f;
	height:30px;
	padding:4px;
	text-decoration:none;
	}

.tn1 {
	width:196px;
	}

.tn2 {
	width:80px;
	}

.tn3 {
	width:140px;
	}

.tn4 {
	width:211px;
	}

.tn5 {
	width:132px;
	}

a.topnav:link {
	color:#fff;
	display:block;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing:0.1em;
	}

a.topnav:visited {
	color:#fff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing:0.1em;
	}

a.topnav:hover {
	color:#6c60b5;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing:0.1em;
	}

/* End Top Nav */


/* Begin Right Anchor Image */
#sidebararea {
	margin-top:0px;
	}

#page-image-art {
	margin:40px 0 0 390px;
	background: #fff url('images/art.jpg') no-repeat;
/*	background: #fff url('images/artimages-hed2.jpg') no-repeat;*/
	width:380px;
	height:175px;
	border:0px solid #000;
 	}


#page-image-bio {
	margin:40px 0 0 390px;
	background: #fff url('images/bio.jpg') no-repeat;
	width:380px;
	height:175px;
	border:0px solid #000;
 	}

#page-image-news {
	margin:40px 0 0;
/*	margin:40px 0 0 467px;*/
	background: #fff url('images/blog.jpg') no-repeat;
	width:301px;
/*	width:290px;*/
	height:175px;
	border:0px solid #000;
	float:right;
 	}

#page-image-courses {
	margin:40px 0 0 390px;
	background: #fff url('images/courses.jpg') no-repeat;
	width:380px;
	height:175px;
	border:0px solid #000;
 	}

#page-image-contact {
	margin:40px 0 0 390px;
	background: #fff url('images/contact-hed.jpg') no-repeat;
	width:380px;
	height:175px;
	border:0px solid #000;
	}

#page-image-drawings {
	margin:40px 0 0 390px;
	background: #fff url('images/drawings.gif') no-repeat;
	width:380px;
	height:175px;
	border:0px solid #000;
	}


.sidebar_list a a:visited {
	color:#313185;
	}

#sidebar_list a:hover {
	color:#da650f;
	}

#notfound {
	margin:130px 0 0 120px;
	}


#headerimghome {
	background-color: #fff;
	background-image:url('images/header-home.jpg');
	background-repeat: no-repeat;
	margin:0;
	padding:0;
	width:774px;
	height:340px;
	}

a {
	outline: none;
	}


/* begin image gallery styles */

.tngallery {
	padding:0px; 
	margin:1px;
	border:1px solid #000;
	text-decoration:none;
	}

	
#loadarea {
	position:absolute;
	top:155px;
	margin-left:230px;
	font-family: arial, verdana, sans-serif;
	font-size:12px;
	line-height:160%;
	color:#666;	
	font-style:italic;
	width:400px;
}	

#tntable {
	width:200px;
	border:0;
	margin-left:0;
	}

.tncell {
	width:100px;
	vertical-align:top;
	padding:0;
	margin:0;
	}


/* right side sub-menus*/

#pagemenu {
	font-size:13px;
	float:right;
	text-align:right;
	width:138px;
	}

#pagemenu ul {
	list-style:none;
	color:#000;
	font-weight:bold;
	}

#pagemenu li:after {
	content: url("images/bullet.gif");
	}

#pagemenu a {
	text-decoration:none;
	color:#51518b;
	}


#pagemenu a a:visited {
	text-decoration:none;
	color:#51518b;
	}

#pagemenu a:hover {
	text-decoration:underline;
	}

.gallerynotes {
	width:215px; 
	text-align:left; 
	margin:15px; 
	margin-left:3px;
	}

.indent {
	margin-left:10px;
	}

.contentlist ul li li:before {
	list-style-type: disc;
	}

#subrnav ul li:after {
	content: url("images/bulletsub.gif");
	margin:6px;
	line-height:160%;
	}

/* blogroll links-list bits*/

.linkslist {
	float:right;
	text-align:right;
	margin-bottom: 2em;
	}

.linkslist ul {
	text-align:right;
	}

.linkslist li {
	list-style:none;
	text-align:right;
	line-height:150%;	
	}

.linkslist a {
	font-size:11px;	
	color:#313185;
	text-decoration:underline;
	}

.linkslist a:visited {
	color:#313185;
	text-decoration:underline;
	}

.linkslist a:hover {
	color:#da650f;
	text-decoration:none;
	}

.linkcat h2 {
	margin-top:15px;
	font-size:10px;
	text-align:right;
	color:#2c2c2c;
	}
#newslinks-rightcol {
	float:right;
	max-width:300px;
	text-align: right;
}

#newslinks-rightcol .unit { clear: right; }


#sidebar-archives { clear: right; }

#sidebar-search { width: 301px; }
#sidebar-search #searchform .search-container { position: relative; height: 24px; }

#sidebar-search p { text-align: right; font-size: 11px; }
#sidebar-search #searchbox { width: 175px; height: 30px; background: transparent url('images/search-bkgd.gif') 0 0 no-repeat; position: absolute; top: 0; left: 15px; }
#sidebar-search input { height: 20px; font-size: .9em; font-family: Arial, sans-serif; padding: 4px; background: none; }
#sidebar-search input#s { width: 161px; height: 16px; border: none; margin: 1px 3px 0 0; padding: 6px 0 6px 8px; color: #999;}
#sidebar-search input#searchsubmit { background-color: #A22B2B; color: #FFF; border: none; width: 100px; height: 29px; padding: 4px; text-transform: uppercase; font-size: .9em; cursor: pointer; text-align: left; letter-spacing: .1em; position: absolute; right: 0; top: 0; }
#sidebar-search input#searchsubmit:hover { background-color: #D7610B; }

#sidebar-search a { color: #333; text-decoration: underline; }
#sidebar-search a:hover { text-decoration: none; }

#sidebar-recent-posts ul { margin-top: 3px; }
#sidebar-recent-posts li { line-height: 1; margin-bottom: .5em; width: 60%; float: right; clear: right; }



#subrnav { display: none; }
.nav-photography li#nav-art-photography a { color: #2c2c2c; font-weight: bold; }
.nav-digital li#nav-art-digital a { color: #2c2c2c; font-weight: bold; }
.nav-drawings li#nav-art-drawings a { color: #2c2c2c; font-weight: bold; }

.nav-oils #subrnav, .nav-watercolors #subrnav, .nav-acrylic #subrnav { display: block; }
.nav-oils li#nav-art-oils a { color: #2c2c2c; font-weight: bold; }
.nav-watercolors li#nav-art-watercolors a { color: #2c2c2c; font-weight: bold; }
.nav-acrylic li#nav-art-acrylic a { color: #2c2c2c; font-weight: bold; }

.nav-recent li#nav-art-recent a { color: #2c2c2c; font-weight: bold; }


#visitor-map { margin-top: 50px; }

h4.cat-hed a { float: right; font-weight: normal; text-transform: none; font-size: 11px; }

#footer #clustrMapsLink { float: right; }
