/*  
Theme Name: Dreamweaver Artists
Theme URI: http://www.dreamweaverartists.com/
Description: Designed especially for Rick & Sarah Weaver by <a href="http://www.studiochris.us">studio|chris</a>.
Version: 1.0
Author: studio|chris
Author URI: http://www.studiochris.us
*/



/* Begin Typography & Colors */

.thread-alt {

}
.thread-even {

}
.depth-1 {

}

.even, .alt {

}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #D3B670;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #D3B670;
	}

h2, h2 a, h2 a:hover, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	color: #f0e8d6;
	}

h6 {
	font-size: 0.3em;
	}
	
.entry p a:visited {
	color: #FDD689;
	}

.sticky {
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: left;
	margin-right: 12px;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


small, .nocomments, .postmetadata, blockquote, strike {
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#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 */

.post {
	text-align: left;
	padding:1px 0 20px;
	}

.post hr {
	display: block;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	
	margin: 0;
	}

h2 {
	
	}

h2.pagetitle {
	
	text-align: center;
}

#sidebar h2 {
	
	padding: 0;
	}

h3 {
	padding: 0;
	
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/*.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#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: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 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: center;
	}

#sidebar #searchform #s {

	}

#sidebar #searchsubmit {

	}*/

.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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 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: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#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;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 24px;
	margin-top: 0;
	margin-bottom: 0px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions */


body{background: #261105 url(images/background.jpg) top center fixed repeat-x; margin: 0; padding: 0; /*overflow-x: hidden;*/ color: #f0e8d6; text-align: left; font-family: Verdana, Geneva, sans-serif; font-size: 14px;}

.container{width: 976px; margin: 0 0 0 24px; position: relative; padding: 0;}

a{color: #5F96BF;}
a:hover{color: #8BBBDF;}
.blue a{color: #5F96BF;}
.blue a:hover{color: #8BBBDF;}
.green a{color: #596E3D;}
.green a:hover{color: #819F59;}
.red a{color: #842929;}
.red a:hover{color: #AF5757;}

h7{font-family: Verdana, Geneva, sans-serif; font-size: 4px; font-weight: normal; color: #d3b670 !important; margin: 0; padding: 0;}
h1, h2, h2 a, h3, h4, h5, h6{font-family: Verdana, Geneva, sans-serif; font-weight: normal; color: #d3b670 !important; margin: 0; padding: 0;}
.post h2{margin-bottom: 6px;}
.page .post h2{margin-bottom: 24px;}
.page .post h2 a:hover{color: #f0e8d6;}

.largeribbon h1.pagetitle{margin: 0; padding: 0; font-size: 25px; line-height: 60px; text-align: right; margin-right: 36px; color: #FDD689;}
h1.pagetitle{margin: 0; padding: 0; font-size: 25px; color: #FDD689;}

#logo{display: block; width: 205px; height: 248px; background: transparent url(images/vribbonSprite.png) 0 0 no-repeat; top: -40px; left: 21px;}
#logo a{display: block; width: 205px; height: 248px; text-indent: -1000em; position: absolute; top: 0; left: 0;}
/*#logo:hover{top: 0;}*/
.green #logo{background-position: -205px 0;}
.blue #logo{background-position: 0 0;}
.red #logo{background-position: -410px 0;}

.ribbon{-moz-box-shadow: 0 0 10px #000; -webkit-box-shadow: 0 0 10px #000;}
.smallribbon{display: block; width: 100%; height: 7px; border: 1px solid #000; border-left: none; border-right: none; margin: 10px 0;}
.largeribbon{display: block; width: 100%; height: 60px; border: 2px solid #000; border-left: none; border-right: none; margin: 10px 0;}

.green .ribbon{background:#151904 url(images/greengrad.png) -600px 0 no-repeat fixed;  border-color: #596e3d; border-bottom-color: #1a2b03; border-right-color: #1a2b03;}
.blue .ribbon{background:#010F1B url(images/bluegrad.png) -600px 0 no-repeat fixed;  border-color: #497a9f; border-bottom-color: #0d3554; border-right-color: #0d3554;}
.red .ribbon{background:#180404 url(images/redgrad.png) -600px 0 no-repeat fixed;  border-color: #842929; border-bottom-color: #3d0000; border-right-color: #3d0000;}

#sidebar{width: 275px; padding: 0; margin: 0; left: -14px; color: #f0e8d6;}

#sidebar .s_main{min-height: 250px; padding: 0 14px; margin: 0; background: transparent url(images/vribbonSprite.png) -2265px 0 repeat-y;}
#sidebar .s_content{min-height: 434px; padding: 0; margin: 0; background: transparent url(images/vribbonSprite.png) -629px 0 no-repeat; padding: 214px 0 0;}
#sidebar .s_bottom{height: 120px; width: 275px; display: block; background: transparent url(images/vribbonSprite.png) -1440px 100% no-repeat; margin: 0; padding: 0; position:relative; top:-15px; *top:0;}

.green #sidebar .s_main{min-height: 250px; background: transparent url(images/vribbonSprite.png) -2540px 0 repeat-y;}
.blue #sidebar .s_main{min-height: 250px; background: transparent url(images/vribbonSprite.png) -2265px 0 repeat-y;}
.red #sidebar .s_main{min-height: 250px; background: transparent url(images/vribbonSprite.png) -2815px 0 repeat-y;}

.green #sidebar .s_content{min-height: 434px; background: transparent url(images/vribbonSprite.png) -904px 0 no-repeat;}
.blue #sidebar .s_content{min-height: 434px; background: transparent url(images/vribbonSprite.png) -629px 0 no-repeat;}
.red #sidebar .s_content{min-height: 434px; background: transparent url(images/vribbonSprite.png) -1179px 0 no-repeat;}

.green #sidebar .s_bottom{height: 120px; width: 275px; display: block; background: transparent url(images/vribbonSprite.png) -1715px 100% no-repeat;}
.blue #sidebar .s_bottom{height: 120px; width: 275px; display: block; background: transparent url(images/vribbonSprite.png) -1440px 100% no-repeat;}
.red #sidebar .s_bottom{height: 120px; width: 275px; display: block; background: transparent url(images/vribbonSprite.png) -1990px 100% no-repeat;}

#sidebar h5{color: #FDD689; font-size: 14px; font-weight: normal; display: block; padding: 6px; background: transparent url(images/vribbonSprite.png) -629px -40px no-repeat; border-top: 1px solid; border-bottom: 1px solid; border-color: #497a9f; border-bottom-color: #0d3554; border-right-color: #0d3554; margin: 0; margin-bottom: 12px; text-shadow: 1px 1px 0px #002943;}
#sidebar{font-size: 14px; color: #FDD689;}
#sidebar ul{margin: 0; padding: 0;}
#sidebar ul ul{padding: 0 24px 0 12px;}
#sidebar ul ul li{display: list-item; list-style: outside disc; margin: 4px 18px; padding: 0;}

#sidebar .menu ul{text-align: right; padding: 0 !important; margin: 0 !important;}
.menu ul li{display: block; list-style: none !important; margin: 1px 0 !important; padding: 0 !important; position: relative;}

.menu ul li a{display: block; background: transparent; margin: 1px 0; padding: 5px 24px 5px 4px; font-size: 16px; outline: none !important;}
.menu ul li a:hover{display: block; margin: 1px 0; padding: 4px 24px 4px 4px; font-size: 16px; color: #FDD689; background: transparent url(images/vribbonSprite.png) -629px -40px no-repeat; border-top: 1px solid; border-bottom: 1px solid; border-color: #497a9f; border-bottom-color: #0d3554; border-right-color: #0d3554; margin: 0; text-shadow: 1px 1px 0px #002943; text-decoration:none;}

.blue .menu ul li a:hover,  .blue .menu li.hovered a{display: block; margin: 1px 0; padding: 4px 24px 4px 4px; font-size: 16px; color: #FDD689; background: transparent url(images/vribbonSprite.png) -629px -40px no-repeat; border-top: 1px solid; border-bottom: 1px solid; border-color: #497a9f; border-bottom-color: #0d3554; border-right-color: #0d3554; margin: 0; text-shadow: 1px 1px 0px #002943; text-decoration:none;}
.green .menu ul li a:hover, .green .menu li.hovered a{display: block; margin: 1px 0; padding: 4px 24px 4px 4px; font-size: 16px; color: #FDD689; background: transparent url(images/vribbonSprite.png) -904px -40px no-repeat; border-top: 1px solid; border-bottom: 1px solid; border-color: #596e3d; border-bottom-color: #1a2b03; border-right-color: #1a2b03; margin: 0; text-shadow: 1px 1px 0px #262d01; text-decoration:none;}
.red .menu ul li a:hover, .red .menu li.hovered a{display: block; margin: 1px 0; padding: 4px 24px 4px 4px; font-size: 16px; color: #FDD689; background: transparent url(images/vribbonSprite.png) -1179px -40px no-repeat; border-top: 1px solid; border-bottom: 1px solid; border-color: #842929; border-bottom-color: #3d0000; border-right-color: #3d0000; margin: 0; text-shadow: 1px 1px 0px #400808; text-decoration:none;}

.menu ul li ul{position: absolute; left: 236px; top: -6px; display: none; padding: 12px !important; border: 2px solid; border-color: #497a9f; border-bottom-color: #0d3554; border-right-color: #0d3554; background: #000F1A; z-index: 600 !important; text-align: left; width: 212px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -moz-box-shadow: 0 0 10px #000; -webkit-box-shadow: 0 0 10px #000; z-index: 100000;}
.menu ul li ul li{display: block !important; list-style: outside disc !important; margin:0 !important; padding-top: 1px !important; padding-bottom: 1px !important; text-align: left;}
.menu ul li ul li a{padding: 6px 0 6px 12px !important; margin: 0 !important; font-size: 15px !important; text-align: left; background: none !important; border:none !important;}
.menu ul li ul li a:hover{padding: 6px 0 6px 12px !important; margin: 0 !important; border:none !important; background: none !important; font-size: 15px; }

.menu ul li ul li:hover{background: transparent url(images/vribbonSprite.png) -629px -40px no-repeat; border-top: 1px solid; border-bottom: 1px solid; border-color: #497a9f; border-bottom-color: #0d3554; border-right-color: #0d3554; padding: 0 !important;}
.blue .menu ul li ul li:hover{background: transparent url(images/vribbonSprite.png) -629px -40px no-repeat; border-top: 1px solid; border-bottom: 1px solid; border-color: #497a9f; border-bottom-color: #0d3554; border-right-color: #0d3554; padding: 0 !important;}
.green .menu ul li ul li:hover{background: transparent url(images/vribbonSprite.png) -904px -40px no-repeat; border-top: 1px solid; border-bottom: 1px solid; border-color: #596e3d; border-bottom-color: #1a2b03; border-right-color: #1a2b03; padding: 0!important;}
.red .menu ul li ul li:hover{background: transparent url(images/vribbonSprite.png) -1179px -40px no-repeat; border-top: 1px solid; border-bottom: 1px solid; border-color: #842929; border-bottom-color: #3d0000; border-right-color: #3d0000; padding: 0 !important;}

.blue .menu ul li ul{border-color: #497a9f; border-bottom-color: #0d3554; border-right-color: #0d3554; background: #000F1A;}
.green .menu ul li ul{border-color: #596e3d; border-bottom-color: #1a2b03; border-right-color: #1a2b03; background: #131804;}
.red .menu ul li ul{border-color: #842929; border-bottom-color: #3d0000; border-right-color: #3d0000; background: #180404;}

.blue #sidebar h5{color: #FDD689; font-size: 14px; font-weight: normal; display: block; padding: 6px; background: transparent url(images/vribbonSprite.png) -629px -40px no-repeat; border-top: 1px solid; border-bottom: 1px solid; border-color: #497a9f; border-bottom-color: #0d3554; border-right-color: #0d3554; margin: 0; margin-bottom: 12px; text-shadow: 1px 1px 0px #002943;}
.green #sidebar h5{color: #FDD689; font-size: 14px; font-weight: normal; display: block; padding: 6px; background: transparent url(images/vribbonSprite.png) -904px -40px no-repeat; border-top: 1px solid; border-bottom: 1px solid; border-color: #596e3d; border-bottom-color: #1a2b03; border-right-color: #1a2b03; margin: 0; margin-bottom: 12px; text-shadow: 1px 1px 0px #262d01;}
.red #sidebar h5{color: #FDD689; font-size: 14px; font-weight: normal; display: block; padding: 6px; background: transparent url(images/vribbonSprite.png) -1179px -40px no-repeat; border-top: 1px solid; border-bottom: 1px solid; border-color: #842929; border-bottom-color: #3d0000; border-right-color: #3d0000; margin: 0; margin-bottom: 12px; text-shadow: 1px 1px 0px #400808;}


.s_menu{display: block; width: 240px; padding: 10px; height: 600px; top: 0; padding-top: 260px;}
.s_menu .top{width: 240px; }

.zb{position: absolute;z-index: 100;}
.zm{position: absolute; z-index: 200;}
.zt{position: absolute; z-index: 300;}

.ribbon.top{top: 0; left: 0;}
.ribbon.mid{top: 19px; left: 0;}
.ribbon.btm{top: 93px; left: 0;}

.bgswirl{ position: absolute; z-index: 50; top: 0; left: -110px; height: 544px; width: 655px;  display: block; background: url(images/largeSwirl.png) top left no-repeat; *display: none;}

#maincontent{width: 723px; position: absolute; right: 0; top: 120px; z-index: 100;}
#maincontent .top{width: 723px; height: 24px; background: transparent url(images/contentFrame.png) 0 0 no-repeat; margin: 0; padding: 0;}
#maincontent .middle{width: 723px; background: transparent url(images/contentFrame.png) -723px 0 repeat-y; margin: 0; padding: 0;}
#maincontent .bottom{width: 723px; height: 24px; background: transparent url(images/contentFrame.png) -1446px 100% no-repeat; margin: 0; padding: 0;}

#maincontent p:first-child{margin-top: 0; padding-top: 16px;}

#maincontent #content{width: 650px; min-height: 250px; margin: 0; padding: 0; margin-left: 36px;}
.color{color: #FFC;}

.largeribbon h6{text-align: right;  font-family: Georgia, "Times New Roman", Times, serif; font-style:italic; font-size: 14px; margin: 0; margin-right: 30px; padding: 0; line-height: 60px;}

body.blog .post{padding-bottom: 60px;}

.entry p{line-height: 1.4em;}

.post .date, .page .date{padding-bottom: 8px; border-bottom: 1px dotted #D3B670; color: #D3B670; margin-bottom: 24px; font-size: 12px; font-family: Verdana, Geneva, sans-serif; clear: both;}
.postMeta{border: 1px solid #D3B670; color: #D3B670; padding: 0; margin-top: 24px; clear:both; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; background: url(images/contentFrame.png) top center repeat-y;}
.postMeta h6{font-size: 16px; margin-top: 6px; margin-left: 6px; margin-bottom: 0;}
.postMeta a{color: #FDD689;}
.postMeta a:hover{color: #F0E8D6 !important; text-decoration: none;}
.postTags{padding: 6px 6px 6px 28px; background: transparent url(images/tag_orange.png) 6px 6px no-repeat; border-bottom: 1px dotted #D3B670;}
.postCats{padding: 6px 6px 6px 28px; background: transparent url(images/folder.png) 6px 6px no-repeat; border-bottom: 1px dotted #D3B670;}
.single .postCats{border-bottom: none;}
.postComments{padding: 6px 6px 6px 28px; background: transparent url(images/comments.png) 6px 6px no-repeat;}

h3#comments{padding-top: 8px; border-top: 1px dotted #D3B670; color: #D3B670; margin-bottom: 24px; margin-top: 24px;}

body.home .post{padding-top: 40px;}

.adminbutton{margin-bottom: 12px;}
.adminbutton a{display: inline-block; *display: inline; *zoom: 1; padding: 8px; border: 1px solid #D3B670; color: #D3B670; background: #220E04; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; font-size: 13px;}
.adminbutton a:hover{display: inline-block; *display: inline; *zoom: 1; padding: 8px; border: 1px solid #FDD689; color: #FDD689; background: #7F461F; text-decoration:none;}

#sidebar #searchform{margin: 0; padding: 0; text-align: center; margin: 0 auto;}
#sidebar #s{width: 150px; *width: 125px; padding: 5px; border: 1px solid; border-color: #497a9f; border-bottom-color: #0d3554; border-right-color: #0d3554; border-right: none; margin-right: 0; font-size: 14px; background: #FFF; float: left; margin-left: 12px; border-radius: 4px; -moz-border-radius: 4px 0 0 4px; -webkit-border-radius: 4px; -webkit-border-top-right-radius: 0; -webkit-border-bottom-right-radius: 0;}
#sidebar #searchsubmit{border: 1px solid; border-color: #497a9f; border-bottom-color: #0d3554; border-right-color: #0d3554; display: inline-block; background: #042338; margin-left: 0; font-size: 14px; color: #D3B670; padding: 4px; float: left; border-radius: 4px; -moz-border-radius: 0 4px 4px 0; -webkit-border-radius: 4px; -webkit-border-top-left-radius: 0; -webkit-border-bottom-left-radius: 0;}
#sidebar #searchsubmit:hover{color: #FDD689; cursor: pointer;}

.blue #sidebar #s{border-color: #497a9f; border-bottom-color: #0d3554; border-right-color: #0d3554;}
.green #sidebar #s{border-color: #596e3d; border-bottom-color: #1a2b03; border-right-color: #1a2b03;}
.red #sidebar #s{border-color: #842929; border-bottom-color: #3d0000; border-right-color: #3d0000;}

.blue #sidebar #searchsubmit{border: 1px solid; border-color: #497a9f; border-bottom-color: #0d3554; border-right-color: #0d3554; display: inline-block; background: #042338; margin-left: 0; font-size: 14px; color: #D3B670; padding: 4px; float: left; border-radius: 4px; -moz-border-radius: 0 4px 4px 0; -webkit-border-radius: 4px; -webkit-border-top-left-radius: 0; -webkit-border-bottom-left-radius: 0; background: transparent url(images/vribbonSprite.png) -629px -40px no-repeat;}
.green #sidebar #searchsubmit{border: 1px solid; border-color: #596e3d; border-bottom-color: #1a2b03; border-right-color: #1a2b03; display: inline-block; background: #042338; margin-left: 0; font-size: 14px; color: #D3B670; padding: 4px; float: left; border-radius: 4px; -moz-border-radius: 0 4px 4px 0; -webkit-border-radius: 4px; -webkit-border-top-left-radius: 0; -webkit-border-bottom-left-radius: 0; background: transparent url(images/vribbonSprite.png) -904px -40px no-repeat;}
.red #sidebar #searchsubmit{border: 1px solid; border-color: #842929; border-bottom-color: #3d0000; border-right-color: #3d0000; display: inline-block; background: #042338; margin-left: 0; font-size: 14px; color: #D3B670; padding: 4px; float: left; border-radius: 4px; -moz-border-radius: 0 4px 4px 0; -webkit-border-radius: 4px; -webkit-border-top-left-radius: 0; -webkit-border-bottom-left-radius: 0; background: transparent url(images/vribbonSprite.png) -1179px -40px no-repeat;}

.blue #sidebar #searchsubmit:hover{background: transparent url(images/vribbonSprite.png) -629px -80px no-repeat; color: #FDD689; cursor: pointer;}
.green #sidebar #searchsubmit:hover{background: transparent url(images/vribbonSprite.png) -904px -80px no-repeat; color: #FDD689; cursor: pointer;}
.red #sidebar #searchsubmit:hover{background: transparent url(images/vribbonSprite.png) -1179px -80px no-repeat; color: #FDD689; cursor: pointer;}

.commentbody{margin-left:76px;}
.commenttext{}
.commentauthor{font-size: 18px; font-weight: normal;}
.commentauthor a{color: #D3B670;}
.commentauthor a:hover{color: #FDD689; text-decoration:none;}
.commentbody .commentdate{padding-bottom: 18px; border-bottom: 1px dotted #D3B670; color: #D3B670; margin-bottom: 12px; font-size: 12px; font-weight: normal;}
.comment-edit-link{font-weight: normal;}

div.textwidget{padding:6px 12px;}

body.search .post form{margin-top: 24px; text-align: center;}
body.search .date{border-bottom: none; margin-top: 6px; margin-bottom: 6px;}
body.search ol.searchresults li{ padding-bottom: 24px; border-bottom: 1px dotted #D3B670; margin-bottom: 24px;} 
body.search ol.searchresults li .postMeta{border: none; background: none;}
body.search ol.searchresults li .postMeta .postTags, body.search ol.searchresults li .postMeta .postCats{border: none; }

.footer{color: #D3B670; text-align: center; padding-right: 36px; padding-bottom: 36px; font-size: .9em;}
.footer p{margin: 0; padding-bottom: 6px;}

.footer p.studiochris{font-size: .9em; opacity: .5;}
.footer p.studiochris:hover{font-size: .9em; opacity: 1;}
.footer p.studiochris a{color: #D3B670;}
.footer p.studiochris a:hover{color: #FFF; text-decoration: none;}

.affiliation_logos{padding-bottom: 36px;}

.footer a{color: #D3B670;}
.footer a:hover{color: #f0e8d6; text-decoration: none;}

.wpcf7 form{text-align: left;}
.wpcf7 form textarea, .wpcf7 form input[type="text"]{width: 360px;}
.wpcf7 form span.captcha-358 input[type="text"]{width: 100px;}
.wpcf7 h3{margin-bottom: 12px;}
.wpcf7 h4{margin-bottom: 4px;}

.wpcf7 .smaller{font-size: .9em;}

body.page-id-20 .left{float: left; width: 380px;}
body.page-id-20 .right{float: right; width: 200px;}

body.page-id-20 .left h3, body.page-id-20 .right h3{margin-bottom: 12px;}
body.page-id-20 .right h3.mailingaddress{margin-top: 48px;}
body.page-id-20 .left h4, body.page-id-20 .right h4{margin-bottom: 4px;}
body.page-id-20 .right h4{margin-bottom: 0px;}

div.border{clear:both; border-bottom: 1px dotted #D3B670; margin: 24px 0;}

.largeribbon .container{float: left;}
