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

Think.ingCreative Jan10 Stylesheet

Theme Name: Think.ingCreative January10
Theme URI: http://think.ingcreative.com
Description: 
Version: 0.2
Author: David Cochran
Author URI: http://think.ingcreative.com
Tags: clean, basic, theme base


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

@import "assets/css/reset.css";
@import "assets/superfish/css/superfish.css";
@import "assets/css/global.css";

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

	Links

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


a, a:link, a:visited {
	color: #645C58; 
	text-decoration: none;
	padding: 2px 1px;
	font-weight: bold;
	}

a:hover {
	text-decoration: underline;
	}

.post a {
	text-decoration: underline;
	}

.post a:hover {
	color: #333;
	}


#content a {
/* 	Places external link image on all links in the content area of the site,
	EXCEPT FOR THOSE specified below */
/*	background: url(assets/images/external.gif) right top no-repeat;
	padding-right: 9px; */
	}

#content a[href*="ingcreative.com"], #content a[href*="mailto"], #content a.naked {
/* Removes external icon from links containing mailto or ingcreative.com */
/*	background: transparent;
	padding-right: 0; */
	}

#content a[href$=".pdf"] {
/* Adds PDF icon to pdf links */
	background: url(assets/images/pdficon_small.gif) right top no-repeat;
	padding-right: 20px;
	padding-bottom: 7px;
	}

#content a img, #content a:hover img, #content a img:hover, #content p a img:hover {
	}

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

	Structure
	
	#wrapper, #container, #header, #branding,
	#nav, #nav ul, #content, .section, .article,
	.aside, #footer

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

body {
	height: 100%;
	}

div#wrapper {
	width: 100%;
	height: 100%
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
div#container {
	width: 100%;
	height: 100%
	margin: 0;
	padding: 0;
	color: #333;
	}

#nav, #content, #footer {
	width: 980px;
	margin: 0 auto;
	position: relative;
	}

.single #nav, .single #content, .single #footer {
	width: 80%;
	max-width: 1200px;
	min-width: 660px;
	}

.single #content {
	margin-top: 20px;
	}

.single #content p {
	max-width: 800px;
	min-width: 200px;
	}

div#header {
	width: 920px;
	height: 100px;
	padding-top: 20px;
	padding-left: 100px;
	position: relative;
	}
	
.single #header {
	width: 500px;
	}

div#branding {
	margin: 0 0 20px 20px;
	padding: 0;
	}

#nav {
	clear: both;
	margin: 0 auto;
	}

div#content {
	clear: both;
	margin: 10px auto;
	padding-top: 40px;
	padding-bottom: 20px;
	}

div.section {  /* for a single-column full-width section within div#content */
	margin: 0 40px 0 40px;
	padding-top: 0;
	}

div.article { /* main column in two-column layout */
	width: 520px; 
	float: left;
	}

div.aside { /* sidebar in two-column layout */
	width: 300px;
	float: right;
	}

div.column {
	width: 45%;
	}

div.column.odd {
	float: left;
	}

div.column.even {
	float: right;
	}
	
div#footer {
	clear: both;
	margin: 0 auto;
	}

/* ------------------
	BACKGROUNDS & BORDERS 
	*/

body {
	color: #222; 
	background: #ededed url('assets/bg-images/paper_dc2.jpg');
	}

div, fieldset, input {
	}

div#wrapper {
	background: url('assets/bg-images/doodles.png') -160px -100px; 
	}
	
div#container {
/*	background: url('assets/bg-images/creative-swirl-brsoft.png') bottom right no-repeat; */
	}

div#header {
/*	background: #FA8000 url('assets/images/overlay.png') repeat-x; */
	}

div#branding {

	}

#branding h1 a, #branding h1 a img, h1 a, h1 a:hover, h1 a img:hover {
	border: none;
	background: none;
	}

#nav {
/*	background: #FA8000; 
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
*/	}

div#content {
	background: white url('assets/bg-images/paper_dc3.jpg');
    box-shadow: 1px 1px 5px #000;
    -moz-box-shadow: 1px 1px 5px #000;
    -webkit-box-shadow: 1px 1px 5px #000;
	}

div.section {
	}

div.article { 
	}

div.aside { 
	}

div#footer {
/*	background: #FA8000 url(assets/images/overlay.png) repeat-x;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
*/	}

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

	Header, Utility

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



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

	Branding

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

div#branding {
	}

div#branding h1 {
	margin: 0;
	padding: 0;
	}

div#branding h1 a {
	margin:0;
	padding:0;
	font-weight: normal;
	font-size: 1.8em;
	display: block;	
	}
	
div#branding h1 a span {
	}

div#branding h1 a span:hover {
	}

div#branding p.first {
	margin-top: -18px;
	}

div#branding p {
	font-size: 1.3em;
	margin: 7px 0 0 30px;
	padding: 0;
	color: #777;
	line-height: 1.3;
	}

#branding p a:hover, #branding p a {
	padding: 2px;
	border: none;
	}

#branding p a:hover {
	background: none;
	border: none;
	text-decoration: underline;
	}

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

	Search

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

/* IF in HEADER DIV */

#nav fieldset {
	position: absolute;
	right: 0px;
	top: 0;
	margin: 0;
	padding: 4px 20px 4px 4px;
	border: none;
	}
	
#nav #searchform input#s {
	font-size: 1em;
	width: 240px;
	margin:0;
	padding:0;
	background: white;
    border: 2px solid #ccc;
	}

#nav #searchform input#searchsubmit {
	background: white;
	cursor: pointer;
	margin-top: -2px;
    border: 2px solid #ccc;
	}

.single #nav #searchform {
	display: none;
	}

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

	Nav
	
----------------------------------------------- */

#nav {
	font-size: 2em; /* adjusts default font size for nav */
	padding-left: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	}

#nav a,
#nav a:link,
#nav a:visited {
	color: #444; 
	border: none;
	padding: 10px;
	}
	
#nav a:hover,
#nav a:active,
#nav a.current {
	border: none;
	text-decoration: underline;
	}
	
/* MODIFYING SUPERFISH NAV, OVERRIDING superfish.css imported above.
*/

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	0;
	margin-left: 40px;
}
.sf-menu a {
	border: none;
	padding: .5em;
	text-decoration:none;
	font-weight: normal;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li {
	background:		transparent;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active,
.sf-menu li.current,
.sf-menu li.current_page,
.sf-menu li.current_page_parent,
.sf-menu li.current_page_ancestor 
 {
	border: none;
	color: #111;
	outline:		0;
	margin: 0;
}

.sf-menu a {
	border: 2px solid transparent;
	}

.sf-menu a:hover, .sf-menu li.current a {

	}

.sf-menu li.current-cat, 
.sf-menu li.current-cat-parent, 
.sf-menu li.current-cat-ancestor 
/* Fixes problem of current category being taller than other nav links */
	{
	line-height: .75em;
}

.sf-menu li li a {
	font-weight: normal;
	border: none;
	padding: 3px 20px;
	background: white url('assets/bg-images/paper_dc3.jpg');
	font-size: 70%;
	line-height: 140%;
	border: 2px solid transparent;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul,
.sf-menu a:focus ul, .sf-menu a:hover ul, .sf-menu a:active ul {
	border-left: 1px solid #ccc;
}

.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active, 
.sf-menu li li.current,
.sf-menu li li.current_page,
.sf-menu li li.current_page_parent,
.sf-menu li li.current_page_ancestor,
.sf-menu li li.current-cat, 
.sf-menu li li.current-cat-parent, 
.sf-menu li li.current-cat-ancestor 
{
/*	background:	#FA8000; */
	color: #eee;
}

.sf-menu li li a:hover, .sf-menu li li a:active {
	font-weight: normal;
	color: #efefef;

}

.sf-menu li li li {
	background:		#efefef;
}

/* arrows css went here */

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

	Main Content
	
----------------------------------------------- */

h1,h2,h3,h4,h5, .aside h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	}

#content {
	font-size: 1.6em;
	line-height: 150%;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	}

#content a:hover, #footer a:hover {
/*	text-decoration: underline; */
	}

.meta {
	font-size: 80%;
	color: #777;
	margin:0;
	padding:0;
	}

.section p, .section li {

	}

p.byline {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 80%;
	line-height: 1.3;
	}
	
p.byline a {
	font-size: 90%;
	color: #777;
	}

.byline .date {
	color: #777;
	font-size: 80%;
	}

#content h2 {
	font-size: 250%;
	font-weight: bold;
	line-height: 130%;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	}
	
.section ul, .section ol {
	margin-top: 10px;
	}

.home #content h2 {
	font-size: 300%; 
	}
	
.home .aside h2 {
	font-size: 180%;
	}

.section h3 {
	font-size: 130%;
	line-height: 130%;
	margin: 1.6em 0 .5em 0;
	}

.section h4 {
	font-size: 110%;
	margin: 1.6em 0 .5em 0; 
	}

#content h2 a {
	font-weight: normal;
	text-decoration: none;
	color: #333;
	}
	
#content h2 a:hover {
	text-decoration: underline;
	}


.section img, .section a img, p img, p a img { /* drop shadows on images */
	background: white;
	margin-bottom: 0;
	padding: 20px;
    box-shadow: 1px 1px 3px #000;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
	}

.section a img:hover { /* drop shadows glow on hovered image */
    box-shadow: 1px 1px 5px #000;
    -moz-box-shadow: 1px 1px 5px #000;
    -webkit-box-shadow: 1px 1px 5px #000;
	}

div.post {
	margin-bottom: 30px;
	}
	
.article, .post {
	clear: both;
	}

div.post h2 {
	margin: 10px 0 0 0;
	}

div.excerpt p {
	margin-bottom: 0;
	}

p.readmore {
	margin: 0 0 0 4px;
	padding: 0;
	font-size: smaller;
	font-style: italic;
	}

p.readmore a {
	color: #222;
	text-decoration: none;
	}

p.readmore a:hover {
	color: #333;
	text-decoration: underline;
	}

blockquote {
	margin-left: 3em;
	margin-right: 6em;
	font-size: 110%;
	font-style: italic;
	}

.post.secondary {
	font-size: 90%;
	}

.section dl {
	margin: 0 0 0 10px;
	}

.section dt a {
	font-weight: bold;
	font-size: 1.2em;
	display: block;
	}

.section dd {
	margin:0 0 0 1em;
	padding:0;
	font-size: 90%;
	}

pre {
    width: 80%;
    overflow: auto;
    border: 1px solid #660000;
    padding: 5px;
    margin-left: 45px;
    background: #eee;
    }

.section .category-list {
	margin-top: 20px;
	}

.section .category-list ul li {
	list-style-type: none;
	}

.section .category-list ul li ul li a {
	display: block;
	width: 100%;
	line-height: 200%;
/*	background: #FA8000; */
	border: 1px solid #ccc;
	}
	
.article .category-list ul li ul li a:hover {
	background: #333;
/*	border: 1px solid #FA8000; */
	}


ul.profiles-list {
	list-style-type: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	}

ul.profiles-list li {
	height: 220px;
	width: 150px;
	margin: 0 20px 0 0;
	float: left;
	font-size: 80%;
	line-height: 1.2;
	}

ul.profiles-list img {
	width: 100px;
	height: 110px;
	margin: 0 20px 10px 0;
	
	}

.delicious h3 {
	font-size: 180%;
	}

.delicious h3 a {
	font-weight: normal;
	color: #333;
	}

li.delicious-post {
	margin-left: 1.5em;
	padding-bottom: .7em;
	border-bottom: 1px solid #ccc;
	margin-bottom: .7em;
	}

li.delicious-post a {
/*	font-weight: normal; */
	font-style: italic;
	color: #343434;
	font-size: 110%;
	}
/*
li.delicious-post p {
	margin-left: 1.5em;
	line-height: 1.1;
	}
*/

.delicious p {
	margin-left: 1.5em;
	line-height: 1.1;	
	}

small {
	font-size: 80%;
	color: #999;
	}

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

	=Toggle =group

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

.group, .group.show.active {
	padding-left: 20px;
	background: url('assets/bg-images/right.png') 4px center no-repeat;
	text-decoration: underline;
	}

.group.active, .group:hover, 
.group:focus, .group.show, 
.group.show.active:hover {
	background: url('assets/bg-images/down.png') 2px center no-repeat;
	cursor: pointer;
	text-decoration: none;
	} 

.group.active:hover, 
.group.show:hover {
	background: url('assets/bg-images/up.png') 2px center no-repeat;
	cursor: pointer;
	}

.toggle {
	margin-left: 24px;
	font-size: 90%;
	}


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

	Sidebar

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

.aside {

	}

.aside h2 {
	margin: .5em 0 0 0;
	font-weight: normal;
	}

.aside h3 {
	margin-bottom: 0;
	margin-top: .7em;
	padding-bottom: 0;
	font-weight: normal;
	}

.aside p {
	line-height: 120%;
	margin: .7em 0 .7em 0;
	}

.aside ul {
	list-style-type: none;
	padding:0;
	margin: 0;
	}

.aside ul ul {
	margin: 0 0 0 24px;
	}

/* for nested lists in sidebar */
.aside ul ul ul {
/*	list-style-type: circle; */
	font-size: 90%;
	margin-top: -.2em;
	}

.aside a {
	padding: 0;
	font-weight: bold;
	}

.aside a:hover {
	}

.current-cat, .current-cat-parent, .current-cat-ancestor {
	text-decoration: underline;
	}

.current-cat a, .current-cat-parent a, .current-cat-ancestor a {
	color: #645C58; 
	}

/* -- to put boxes around items
.aside li li {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}

.aside li li li {
	border: none;
	}

.aside li a {
	margin: 0;
	padding: 3px 3px 3px 10px;
	display: block;
	}
*/


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

	Ads
		
----------------------------------------------- */

	.ad a img, .ad img, .ad a, .ad a:hover {
		border: none;
		margin: 30px 0 0 0;
		padding:0;
		background: none;
		overflow: hidden;
		display: inline;
	}

	.ad p {
		margin-top: 0;
	}


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

	Floats, Content Images, and Asides
		standard floats for various uses
		on boxes, images, etc.
	
----------------------------------------------- */

.left {
	float: left;
	margin: 10px 20px 10px 0;
	}
	
.right {
	float: right;
	margin: 10px 0 10px 20px;
	}

.wp-caption.alignnone {
	margin-left: 2em;
	}

.wp-caption.alignright, img.alignright {
	float: right;
	margin: 10px 0 10px 30px;	
	}

.wp-caption.alignright {
	margin-right: 40px;
	}

.wp-caption.alignleft, img.alignleft {
	float: left;
	margin: 10px 30px 10px 0;
	}

.wp-caption-text {
	font-size: 100%;
	color: #333;
	line-height: 120%;
	font-style: italic;
	}

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

	Boxes
	standard box for various uses
	
----------------------------------------------- */

.box {
	background: #FA8000;
	border: 1px solid #aaa;
	}

.box:hover {
	background: #ededed;
	}

.box p {
	margin-left: 12px;
	margin-right: 12px;
	line-height: 120%;
	}

.frame {
	margin: 10px;
	overflow: hidden;
	margin: 10px 0 6px 10px;
	border: 1px solid #efefef;
	}
	
.box.small {
	width: 278px
	}

.box.small img, 
.box.small a img, 
.box.small img:hover,
.box.small a img:hover {
	width: 256px;
	padding: 0;
	margin: 0;
	border: none;
	}

.box.small .frame {
	width: 256px;
	height: 164px;
	}

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

	Gallery
	for thumbs = 200px * 160px
	
----------------------------------------------- */

div.gallery {
	float: left;
	margin:0;
	}

.gallery .box {
	float: left;
	width: 278px;
	margin: 0 0 26px 26px;
	}

.gallery .box a img, .gallery .box img {
	width: 256px;
	}
	
.gallery .box .frame {
	width: 256px;
	height: 164px;
	margin: 10px 0 6px 10px;
	overflow: hidden;
	border: 1px solid #efefef;
	}

.gallery .box a {
	display: block;
	}

.gallery .box p {
	margin: 0 10px 10px 10px;
	font-size: 90%;
	color: #333;
	}


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

	Search Results List

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

.search-results dl {
	margin-left: 20px;
	}

.search-results dt {
	margin:0;
	padding:0;
	}



.search-results dd {
	color: #666;
	font-size: .8em;
	margin: 0 0 1em 1.5em;
	padding: 0;
	}
/*
.search-results dd p, .search-results dd a p {
	margin:0;
	padding:0;
	display: inline;
	line-height: 100%;
	}
*/
.search-results dl dd a {
	color: #666;
	font-weight: normal;
	margin: 0;
	padding: 0;
	display: block;
	text-decoration: none;
	line-height: 120%;
	border: none;
	}

.search-results dd a:hover {
	border: none;
	text-decoration: none;
	background: none;
	}


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

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

div.comments h2 {
	padding-top: 160px;
	background: url('assets/bg-images/doodles.png') 64% 0 no-repeat; 
	}

li.comment {
	padding: 20px;
	}
	
li.comment.odd {
	background: #ededed url('assets/bg-images/paper_dc2.jpg');
	}

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

	Footer Content
	
----------------------------------------------- */

div#footer p {
	margin: 0;
	padding: 30px 0 30px 0;
	font-size: 1.2em;
	line-height: 100%;
	text-align: center;
	}

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

   forms.css -- from BLUEPRINT
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   * For inline forms, use .inline (even when using columns)
   
-------------------------------------------------------------- */

label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: normal; font-size:1.2em; }

.section fieldset {
/*	background: #FA8000; */
	padding: .3em;
/*	border: none;
	margin: 0;
	padding: 0; */
	}

.section legend {
	font-size: 150%;
	}

.section input {
	font-size: 120%;
	}
	
.section input#s {
	width: 70%;
	}



/* Form fields
-------------------------------------------------------------- */
/*
input[type=text], input[type=password],
input.text, input.title, 
textarea, select { 
  background-color:#efefef; 
  border:1px solid #bbb; 
}
input[type=text]:focus, input[type=password]:focus, 
input.text:focus, input.title:focus, 
textarea:focus, select:focus { 
  border-color:#666; 
}

input[type=text], input[type=password],
input.text, input.title,
textarea, select {
  margin:0.5em 0;
}

input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }

input[type=checkbox], input[type=radio], 
input.checkbox, input.radio { 
  position:relative; top:.25em; 
}

form.inline { line-height:3; }
form.inline p { margin-bottom:0; }

*/

#commentform label, #commentform label span {
	display: block;
	}

#commentform label {
	font-size: 1em;
	line-height: 2;
	float: left; 
	width: 98%;
	padding: .5em;
	}

#commentform label.odd {

	}
	
#commentform label.even {
	background-color: #E2E0DA;
	}

#commentform input {
	font-size: .9em;
	padding: 6px;
	}


#commentform label span {
	float: left;
	width: 36%;
	text-align: right;
	}

#commentform input, #commentform textarea {
	float: left;
	margin-left: 20px;
	width: 47%;
	}

#commentform input:hover {
	}

#commentform input:active, form#signin input:focus {
	}

#commentform input#submit {
	width: 45%;
	margin-left: 40%;
	}

/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #FA8000; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #efefef6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }


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

	Forms -- from Collison
	
----------------------------------------------- */
/*
	fieldset dl {
		padding-bottom: 15px;
		border: 1px solid #666;
		background: #FA8000;
		}
	
	fieldset dt {
		float: left;
		width: 150px;
		padding: 5px;
		}

	fieldset dd {
		width: 450px;
		margin:0;
		padding: 5px;
		}
		
	form { 
	  margin:0; 
	  padding:0; 
	  } 
	  
	fieldset { 
	  margin:0 0 10px 0; 
	  padding:5px; 
	  border:1px solid #333; 
	  font: normal 12px 'Lucida Grande', Verdana, sans-serif;
	  }
	  
	fieldset p {
		padding: 5px;
		border: 1px solid #666;
		background: #FA8000;
		}
	 	  
	legend { 
	  font-size: 120%;
	  }
	  
	label { 
	  font-weight:bold; 
	  }
	  
	#name, #email, #message, #subject { 
	  width:280px; 
	  }
	  
	input, textarea { 
	  border:3px double #333; 
	  }

	p.error {
		font-weight: bold;
		font-size: 200%;
		line-height: 200%;
		text-align: center;
		color: red;
		background: yellow;
		margin: 0 0 10px 0;
		}

	p.success {
		font-weight: bold;
		font-size: 150%;
		line-height: 150%;
		text-align: center;
		background: #eee;
		color: #090;
		border: 1px solid #090;
		margin: 0 0 10px 0;
		padding: 20px;
		}

*/

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

	Basic Simple Page 
		- No Header/Footer, Single Column
	
----------------------------------------------- */

.basic #header {
	background: none;
	}

.basic #branding {
	margin: 0 0 3em 32px;
	padding: 0;
	}

.basic p {
	font-size: 1em;
	}

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

	Quiz Page
	
----------------------------------------------- */

.quiz dt {
	margin: 1em 0 0 0;
	padding: 1em 0 0 0;
	}
	
.quiz dd {
	margin: 0 0 0 1em;
	line-height: 180%;
	}
	
.quiz dd input {
	margin: -10px 8px 0 0;
	padding: 0;
	vertical-align: middle;
	}
	
.quiz dt input {
	cursor: pointer;
	padding: 8px;
	background: #cdcdcd url('assets/images/overlay.png') repeat-x;
	margin-top: 2em;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

.quiz dt input:hover {	
	background: #ededed;
	}
