/*Theme Name: Anschultz
	Description: Web Portfolio Designed for Bandon Anschultz
	Author: Benjamin Shepard
	Author URI: http://812studio.com/

	Tags: Clean, minimalist, custom header, fixed width, two columns, widgets	

This theme was designed and built by Benjamin Shepard.	
The CSS, XHTML and design is released under GPL:	
http://www.opensource.org/licenses/gpl-license.php
-------------------------------------------------------------------------------*/

/*IMPORT RESETS
-------------------------------------------------------------------------------*/
@import url('reset.css');

/*COLOR PALETTE
--------------------------------------------------------------------------------

Black		#000000;
Grey		#808080;
Light Grey	#E6E6E6;
Brown		#716558;

-------------------------------------------------------------------------------*/


/*XHTML
-------------------------------------------------------------------------------*/

html {
	background-color:#E6E6E6;
	font-family:Georgia, serif;
	color:#808080;
	font-size:62.5%;
	margin:0;
	padding:0;
	}

/*BODY
-------------------------------------------------------------------------------*/

body {
	margin:0;
	padding:0;
	}	

/*BEGIN CUSTOM HEAD
-------------------------------------------------------------------------------*/

#perimeter {
	width:960px;
	margin:0 auto;
	padding:0;
	}

#mastHead {
	width:960px;
	padding:30px 0 0 0;
	}

#mastHead h1 {
	clear:left;
	font-family:Verdana, sans-serif;
	font-size:6.35em;
	font-weight:normal;
	height:60px;
	margin:15px 0 0 25px;
	padding:0;	
	text-align:left;
	}

#mastHead h1 a {
	text-shadow: 0px -1px 1px #000;
	}

#mastHead h1 a {
	color:#808080;
	}

#mastHead h1 a:hover {
	color:#000000;
	}

/*UPPER NAVIGATION
-------------------------------------------------------------------------------*/


ul#upperNav {
	border-bottom:1px solid #000;
	height:34px;
	}

ul#upperNav li {
	float:right;
	margin:0 0 0 1px;
	}

ul#upperNav li a {
	color:#E6E6E6;
	display:block;
	font-size:1.5em;
	height:24px;
	padding:10px 0 0 0;
	text-align:center;
	text-decoration: none;
	width:97px;
	
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;

	}

ul#upperNav li a:link, ul#upperNav li a:visited {
	background-color:#808080;
	margin:0;
	}

ul#upperNav li a:hover, ul#upperNav li a:active {
	background-color:#333;
	margin:0;
	}

/*IMAGE GALLERY
-------------------------------------------------------------------------------*/
dt.gallery-icon a	{
	
	}
	
dt.gallery-icon a img	{
	border:1px solid #ccc;
	}
/*	
dt.gallery-icon a:hover	{
	border:5px solid #666;
	}
*/

/*LOWER NAVIGATION
-------------------------------------------------------------------------------*/

ul#lowerNav {
	border-top:1px solid #000;
	height:211px;
	margin:25px 0 0 0;
	padding:0 0 0 10px;
	}

ul#lowerNav li	{
	float:left;
	}

ul#lowerNav li a {
	display:block;
	height:200px;
	padding:10px 0 0 10px;
	color:#808080;
	font-size: 2em;
	text-decoration: none;
	font-family:Verdana, sans-serif;
	letter-spacing:.25em;
	text-transform:uppercase;
	text-indent:-999em;
	}

/* LEFT */

ul#lowerNav li a#leftM {
	background:url(images/MPainting3.jpg) bottom left no-repeat;
	width:297px;
	padding:10px 0 0 20px;
	}


/* CENTER */

ul#lowerNav li a#centerM {
	background:url(images/MSculpture3.jpg) bottom left no-repeat;
	width:294px;
	}

/* RIGHT */


ul#lowerNav li a#rightM {
	background:url(images/MPaper2.jpg) bottom left no-repeat;
	width:306px;
	}

ul#lowerNav li a#leftM:hover, ul#lowerNav li a#leftM:active, 
ul#lowerNav li a#centerM:hover, ul#lowerNav li a#centerM:active, 
ul#lowerNav li a#rightM:hover, ul#lowerNav li a#rightM:active {
	color:#000000;
	}

/*GENERAL STYLES
-------------------------------------------------------------------------------*/
.italics {
	font-style: italic;
	}

.bold {
	font-weight:bold;
	}

a {
	color:#000000;
	}

a:link, a:visited {
	color:#000000;
	}

a:hover, a:active {
	color:#000000;
	text-decoration:underline;
	
	}	

/* CLEARING
---------------------------------------------------------------------------*/

/* float clearing for everyone else */
    .clearfix:after{
      clear: both;
      content: ".";
      display: block;
      height: 0;
      visibility: hidden;
    }
    
.hide	{
	display:none;
	text-indent:-9999em;
	height:0;
	width:0;
	margin:0;
	padding:0;
	}


/*FOOTER
-------------------------------------------------------------------------------*/

#footer {
	background-color:#808080;
	clear:both;
	padding:0;
	margin:0;
	color:#E6E6E6;
	}

#footer960 {
	width:960px;
	margin: 0 auto;
	padding:0;
	}

#footer h2 {
	background:url(images/hairlineLight.gif) left bottom repeat-x;
	height:50px;
	margin:1em 0 0 0;
	padding:30px 0 0 0;
	font-size:3em;
	color:#E6E6E6;
	}

.footerBox {
	float:left;
	width:295px;
	margin: 0 37px 0 0;
	}

.footerBox h3 {
	background:url(images/hairlineLight.gif) left bottom repeat-x;
	height:36px;
	margin:0 0 20px 0;
	padding:10px 0 0 0;
	text-indent:0;
	font-size: 2em;
	color:#E6E6E6;
	}
	
.footerBox dl	{
	font-size:1.4em;
	}
	
.footerBox dl dt	{
	padding: 10px 0;
	margin:0 20px 0 0;

	}
		
.footerBox dl dd	{
	background:url(images/hairlineLight.gif) left bottom repeat-x;
	padding: 10px 0;
	}
	

#footerNav {
	float:left;
	width:250px;
	margin:0;
	}

.footerBox ul {
	}

.footerBox ul li {
	padding: 10px 0;
	background:url(images/hairlineLight.gif) left bottom repeat-x;

	}

.footerBox ul li a {
	color:#E6E6E6;
	text-decoration:none;
	font-size:1.4em;
	}

.footerBox ul li a:link, .footerBox ul li a:visited {
	display:block;
	width:100%;
	color:#E6E6E6;
	}

.footerBox ul li a:hover, .footerBox ul li a:active {
	color:#000000;
	}

#credits {
	clear:both;
	width:960px;
	height:90px;
	padding:30px 0 0 0;
	}

#credits h6 {
	background:url(images/hairlineLight.gif) left top repeat-x;
	height:30px;
	padding:15px 0 0 0;
	font-size: 1.4em;
	color:#E6E6E6;
	}

#credits h6 a {
	color:#000000;
	text-decoration:none;
	}

#credits h6 a:link, #credits h6 a:visited {
	color:#000000;
	}

#credits h6 a:hover, #credits h6 a:active {
	text-decoration:underline;
	}
	

/*WORDPRESS STYLES
-------------------------------------------------------------------------------*/

#page {
	margin:20px 0 0 0;
	padding:0 0 0 30px;
	text-align: left;
	font-size:1.3em;               /*This controls all of the font sizes*/
	}

#space {
	width:100%;
	height:500px;
	}

#content {
	font-size: 1.2em
	}

.narrowcolumn {
	float: left;
	width: 593px;
	padding:0 0 10px 0;
	margin:0;
	}

.narrowcolumn .postmetadata {
	margin:0;
	padding-top: 5px;
	text-align: left;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.5em;
	color:#808080;
	}
/*
.narrowcolumn .entry img, .widecolumn .entry img {
	margin:0;
	border:3px solid #FFFFFF;
	}
*/

#content .entry p {
	margin:20px 0;
	padding:0;
	width:590px;
	font-size:1.2em;
	font-weight:normal;
	}

#content .entry p a {
	color:#000;
	text-decoration:underline;
	}
	
#content .entry p a:hover {
	background:#666;
	color:#e6e6e6;
	text-decoration:none;
	}
		
#content p {
	clear:both;
	}

.widecolumn {
	float: left;
	width: 593px;
	margin:0 0 60px 0;
	padding:0;
	font-size:5em;
	line-height: 1.6em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.widecolumn .post {
	margin: 0;
	}

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

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

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

p.Left {
	float:left;
	width:45%;
	margin:0 20px 0 0;
	}

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

small {
	font-family:Georgia, serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}	

#content .post small	{
	margin:0;
	color:#000000;
	font-family:Verdana, sans-serif;
	font-size:.8em;
	}

/*Little Details*/

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color:#000000;
	}


p.postmetadata	{
	clear:both;
	color:#808080;
	font-family: Verdana, sans-serif;
	font-size:.8em;
	line-height: 1.2em;
	}
/*
p.postmetadata a	{
	font-family: Georgia, sans-serif;
	}
*/

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

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

.post {
	margin: 0 0 60px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: left;
	}

.clear {
	clear: both;
	}

.entry p {
	clear:both;
	}

.entry p a {
	color:#808080;
	}

.entry p a:link, .entry p a:visited {
	color:#808080;
	
	}

.entry p a:hover, .entry p a:active {
	color:#000000;
	}	
	

/*IMAGE SETTINGS
-------------------------------------------------------------------------------*/
	.featureImg	{
	width:600px;
	height:323px;
	margin:15px 0 0 0;
	border:none;
	}

	ul#gallery	{
	width:620px;
	height:100%;
	margin:20px 0;
	padding:0;
	text-indent:0;
	}	
	
	ul#gallery li	{
	float:left;
	margin:0 22px 8px 0;
	padding:0;
	}	

	ul#gallery li.fifth	{
	float:left;
	width:101px;
	height:115px;
	margin:0 0 8px 0;
	padding:0;
	}	
			
	ul#gallery li a	{
	display:block;
	width:101px;
	height:115px;
	margin:0;
	padding:0;
	}
	
	ul#gallery li img	{

	}			
	

/*SIDEBAR
-------------------------------------------------------------------------------*/

#sidebar {
	width:289px;
	margin:0;
	padding:0 30px 0 0;
	margin-left: 613px;
	font: 1.2em Georgia, serif;
	color:#808080;
	}

#sidebar h2 {
	background:url(images/hairlineGrey.gif) left bottom repeat-x;
	padding:10px 0 0 42px;
	margin: 5px 0 0;
	font-family:Georgia, serif;
	}

#sidebar .widgettitle {
	height:40px;
	margin:0 0 5px 0;
	padding:0;
	color:#808080;
	font-family:Verdana, sans-serif;
	}

#sidebar form {
	margin: 0;
	}

.textwidget {
	font-size:1.4em;
	line-height:1.4em;
	}

#sidebar ul li h2.widgettitle	{
	margin:0 0 20px 0;
	}

    
li#pages ul li, li.collapsArchPost, li.widget widget_links ul li {
	    }

#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;
    }

#sidebar ul li ul li a	{
	color:#808080;
	}

#sidebar ul li ul li a:link, #sidebar ul li ul li a:visited	{
	color:#808080;
	}
	
#sidebar ul li ul li a:hover, #sidebar ul li ul li a:active	{
	color:#000000;
	}
		
ul#collapsArchList	{
	padding:10px 0 0 0;
	}


li.collapsArch	{
	text-indent:0;
	}

/*TAG CLOUD
-------------------------------------------------------------------------------*/

#tag_cloud	{}

#tag_cloud a {
	color:#808080;
	}

#tag_cloud a:link, #tag_cloud a:visited {
	color:#808080;
	
	}

#tag_cloud a:hover, #tag_cloud a:active {
	color:#000000;
	}	
	

/*HEADING STYLES
-------------------------------------------------------------------------------*/

h2, h3 {
	font-family:Verdana, sans-serif;
	font-weight:normal;
	letter-spacing:.25em;
	text-transform:uppercase;
    }

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
    }

h2 {
	margin: 30px 0 0 0;
	font-size: 1.6em;
    }

h2.pagetitle {
	margin-top: 30px;
	text-align: left;
	font-size: 1.6em;
    }

#content .post h2 {
	background:url(images/hairlineGrey.gif) left bottom repeat-x;
	height:40px;
	width:100%;
	margin:0 0 20px 0;
	padding:0;
	text-indent:0;
    }
    
.detail	{
	font-size:.5em;
	color:#000000;
	font-style:italic;
	}

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

h2, h2 a, h2 a:link, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #808080;
    }

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

h2 a:hover, h3 a:hover {
	color: #000000;
	text-decoration: none;
    }

h3 {
	padding: 0;
	margin: 30px 0 0;
	font-size: 1.3em;
    }

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
    }

/*COMMENTS
-------------------------------------------------------------------------------*/

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

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

.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
    }

#commentform p {
	margin: 5px 0;
	font-family:Georgia, serif;
    }

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

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
	color:#808080;
    }

ol.commentlist li p {
	color:#808080;
    }

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Georgia, serif;
    }

.commentlist li {
	padding:20px 0;
	font-weight: bold;
	border-top:1px #FFFFFF dotted;
    }

.commentlist li.alt {
	border-top:1px #FFFFFF dotted;
	border-bottom:none;
    }

.commentlist li .avatar {
	float: right;
	padding: 2px;
	background: #fff;
    }

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

.commentlist cite a {
	color:#808080;
    }

.commentlist cite a:link, .commentlist cite a:visited {
	color:#808080;
    }

.commentlist cite a:hover, .commentlist cite a:active {
	color:#000000;
    }

.count {
	float:right;
	margin:0 0 0 10px;
	font-size:1em;
	color:#FFF;
    }

label small {
	color:#808080;
    }	

/*DEFAULT IMAGE STYLES
-------------------------------------------------------------------------------*/

p img {
	margin:1px 1px 1px 0;
	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
    }

/*DEFAULT 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;
    }	

/* End Entry Lists *//* Begin Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
    }

#sidebar #searchform #s {
	width: 108px;
	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;
	margin:0 0 30px 0;
	color:#000000;
	background-color:#E6E6E6;
	border:1px dotted #808080;
    }

#commentform #submit {
	margin: 0;
	float: right;
    }

/* End Form Elements *//* 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;
	text-decoration: none;
    }

#wp-calendar caption {
	font: bold 1.3em Georgia, serif;
	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;
    }

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
    }

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

/* End Calendar */

/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
    }

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

blockquote {
	background:url(images/squareQuote.gif) 0 0 no-repeat;
	margin:1em;
	padding:0 0 0 50px;
    }

blockquote p a {
	color:#000000;
	line-height:2.5em;
    }

blockquote p a:link, blockquote p a:visited {
	color:#000000;
    }

blockquote p a:hover, blockquote p a:active {
	color:#000000;
	border-bottom:#CC3366 dotted 1px;
    }

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

q {
	color:#000000;
	background:url(images/squareQuote.gif) 0 0 no-repeat;
	margin:2em 1em;
	padding:0 0 0 50px;
    }

.center {
	text-align: center;
    }

hr {
	display: none;
    }

a img {
	border: none;
    }

.navigation {
	clear:both;
	display: block;
	height:25px;
	width:100%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 60px;
	border-top:#808080 dotted 1px;
	border-bottom:#808080 dotted 1px;
    }

.navigation a {
	color:#808080;
    }

div.narrowcolumn .navigation {
	line-height:1.8em;
    }


/*RESUME
-------------------------------------------------------------------------------*/
#resume h2	{
	background:url(images/hairlineGrey.gif) left bottom repeat-x;
	padding:0 0 10px 0;
	font-size:1.3em;
	}

#resume h3	{
	padding:10px 0 0 30px;
	margin:0;
	font-size:1em;
	text-indent:0;
	}
	
#resume ul, #resume dl	{
	margin:0;
	padding:5px 0 5px 20px;
	font-size:1.3em;
	
	}
	
#resume dl dt	{
	background:url(images/hairlineGrey.gif) left bottom repeat-x;
	padding:0;
	margin: 20px 0 5px 0;
	font-size: 1em;
	font-family:Verdana, sans-serif;
	font-weight:normal;
	letter-spacing:.25em;
	text-transform:uppercase;
	color:#000;
	}
	
#resume	ul li, #resume dl dt, #resume dl dd	{
	padding:0;
	margin:0 0 5px 10px;
	font-size:.8em;
	text-indent:0;
	}
	
	
/* ARCHIVE
---------------------------------------------------------------------------*/
	
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 0 0 0 130px;
	width: 660px;
	}
	
.archiveBox	{
	float:left;
	width:315px;
	}

.marginRight	{
	margin:0 30px 0 0;
	}

div.archiveBoxFull	h2 {
	padding-left:0;
	height:100%;
	margin-bottom: 0.583333em;
	padding-bottom: 0.583333em;
	}
	
a.car-toggler	{
	color:#69aaae;
	display:block;
	}
	
.entry ul.car-list	{
	margin:0;
	padding:0;
	text-indent:0;
	}

.entry ul.car-list li	{
	margin:0;
	padding:0;
	}
	
span.car-yearmonth	{
	border-bottom:1px solid #000;
	background-color:#666;
	color:#e6e6e6;
	display:block;
	padding:5px 0;
	text-indent:.5em;
	text-transform:uppercase;
	}

ul.car-monthlisting	{
	}

ul.car-monthlisting li	{
	line-height: 1.333333em;
	border-bottom:1px dotted #c4e6ed;
	text-indent:0;
	padding:0.666667em 0;
	}

.entry ul.car-monthlisting li a	{
	color:#69aaae;
	}
		
ul.car-monthlisting li a:hover	{
	background-color:transparent;
	text-decoration:underline;
	}
	
li.categories	{
	text-transform:uppercase;
	font-size: 1.833333em;
	font-size: 1.5em;
	line-height: 1.333333em;
	padding-bottom: 0.666667em;
	border-bottom:1px solid #544741;
	}
	
li.categories ul li a	{
	font-size: 0.666667em;
	line-height: 2em;
	border-bottom:1px solid #544741;
	display:block;
	}

     
    
    
/* CONTACT FORM
---------------------------------------------------------------------------*/
.screenReader { left: -9999px; position: absolute; top: -9999px; }
.thanks { padding:10px; }

/*****Forms*****/
ol.forms { float: left; list-style: none; margin: 0; width: 100%; }
ol.forms li { 
	clear: both; 
	float: left; 
	margin-bottom: 18px; 
	position: relative;
	width: 100%;
	list-style: none;
}
ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	padding-right: 20px;
	width: 100px;
}
ol.forms input, ol.forms textarea {
	background-color:transparent;
	border: 1px dashed #ecdf21;
	border-radius: 3px;
	color:#c4e6ed;
	font: inherit;
	-moz-border-radius: 3px;
	padding: 2px;
	-webkit-border-radius: 3px;
	width: 460px;
}
ol.forms textarea { height: 200px; width: 460px; }
ol.forms input:focus, ol.forms textarea:focus { background-color:transparent; border-color: #c4e6ed; }
.error { color: #f00; }
ol.forms li .error { font-size: 12px; margin-left: 20px; }
ol.forms li.textarea .error {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
}
ol.forms li.screenReader { margin-bottom: 0; }
ol.forms li.buttons button {
	background-color: #ecdf21;
	border: none;
	color: #544741;
	cursor: pointer;
	font: 16px/16px "Avenir LT Std", Helvetica, Arial, sans-serif;
	overflow: hidden;
	padding: 6px 3px 3px 3px;
	text-transform: uppercase;
	width: auto;
}
ol.forms li.buttons button:hover { background-color: #c4e6ed; }
ol.forms li.buttons button:active { left: -1px; position: relative; top: -1px; }
ol.forms li.buttons, ol.forms li.inline { float: right; width: 460px; }
ol.forms li.inline input { width: auto; }
ol.forms li.inline label { display: inline; float: none; width: auto; }    

/*COLOR PALETTE
--------------------------------------------------------------------------------

Black		#000000;
Grey		#808080;
Light Grey	#E6E6E6;
Brown		#716558;

-------------------------------------------------------------------------------*/
