/* Framework CSS by Creative Soapbox -- http://creativesoapbox.com */
/* Thanks to Eric Meyer for this reset http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline; }
:focus { outline: 0; }/* remember to define focus styles! */
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Basic styling courtesty of mulitple sources - mainly Tripoli CSS from www.monc.se */
html { font-size: 62.5%; font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif; }
strong, th, thead td, dt { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code {  color: #c33; }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size: 92%; font-family: monaco, "Lucida Console", courier, mono-space; }
pre { white-space: pre; color: #c33; }
pre * { font-size: 100%; white-space: pre; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
img { border: 0; }

/* Forms */
fieldset { border: 1px solid #ccc; padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
legend { background: #fff; padding-left: .8em; padding-right: .8em; }
legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
textarea, input { padding: .3em .4em .15em .4em; }
textarea, input[type='text'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ddd; }
input[type='button'], input[type='submit'], input[type='checkbox'], input[type='image'], input[type='radio'], input[type='reset'], select, button { cursor: pointer; }
input[type='hidden'] { display:none; }

/* Quotes */
blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; padding: 0 1em; margin: 1.6em 0; }
blockquote > *:before { content: "\201C"; }
blockquote > *:after { content: "\201D"; }

/* Base Sizes */
#container { font-size: 1.2em; line-height: 1.6em; }
h1 { font-size: 1.8em; margin: 1em 0 .5em; }
h2 { font-size: 1.5em; margin: 1.07em 0 .535em; }
h3 { font-size: 1.4em; margin: 1.14em 0 .57em; }
h4 { font-size: 1.3em; margin: .615em 0 .615em; }
h5 { font-size: 1.2em; margin: 1.33em 0 .67em; }
h6 { font-size: 1em; margin: 1.6em 0 .8em; }

/* HR */
hr { display: block; background: #aaa; color: #aaa; width: 100%; height: 1px; border: none; margin-bottom: 1.6em; }

/* Lists */
ul, ol { margin-left: 2.2em;  margin-bottom: 1.4em; }
ul ul, ol ul, ul ol, ol ol { margin-bottom: 0; }
ul{list-style: disc outside;}
ol{list-style: decimal outside;}

/* Tables */
table { border-top: 1px solid #ccc;  border-left: 1px solid #ccc; }
th, td { border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; padding: .8em; }

/* Margins and Padding */
p, dl, pre, blockquote, address, table, form { margin-bottom: 1.6em; }

/* NOTE: Calulate header margins: TOP: line-height/size, BOTTOM: TOP/2 */
caption { padding-bottom: .8em; } /* padding instead of margin for IE */
select { padding: .1em .2em 0 .2em; }
option { padding: 0 .4em .1em; }
a { position: relative; padding: 0.3em 0 .1em 0; } /* for larger click-area */
dt { margin-top: .8em; margin-bottom: .4em; }
form div { margin-bottom: .8em; }
button { padding: 0.3em 0.5em; }
blockquote > * { margin: .8em 0; }



/* End reset-------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* New Grid
--------------------------------------------------------------------------------*/

.one_unit, .two_unit, .three_unit, .four_unit, .five_unit, .six_unit, .seven_unit, .eight_unit, .nine_unit, .ten_unit, .eleven_unit, .twelve_unit, .thirteen_unit, .fourteen_unit, .fifteen_unit, .sixteen_unit {
	display: inline;
	float: left;
	margin: 0 10px;
	padding: 0;
}

.one_unit { width: 40px; }
.two_unit { width: 100px; }
.three_unit { width: 160px; }
.four_unit { width: 220px; }
.five_unit { width: 280px; }
.six_unit { width: 340px; }
.seven_unit { width: 400px; }
.eight_unit { width: 460px; }
.nine_unit { width: 520px; }
.ten_unit { width: 580px; }
.eleven_unit { width: 640px; }
.twelve_unit { width: 700px; }
.thirteen_unit { width: 760px; }
.fourteen_unit { width: 820px; }
.fifteen_unit { width: 880px; }
.sixteen_unit { width: 940px; }


/* General
--------------------------------------- */

html {
	height: 101%;
}

body {
	color: #666666;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
}

p {
	color:#8E9088;
	font-size:12px;
	line-height:18px;
	font-weight: normal;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
}

a:link, a:visited, a:active {
	color: #d35c44;
	text-decoration: none;
}
a:hover {
	color: #a14533;
	text-decoration: none;
}

h1 {
	color:#ACAFA2;
	margin-top: 0;
	font-size:20px;
	font-weight:normal;
	margin:0 0 10px;
	padding:0;
	text-transform:uppercase;
}

h5 {
	font-weight: bold;
}

.wrap {
	width: 100%;
	clear: both;
}

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Header
--------------------------------------- */


#ie_message {
	padding: 20px;
	width: 500px;
	text-align: left; 
}

#header-wrap {
/* 	border-top: 3px solid #bf321f; */
}

#header {	
/* 	background: transparent url(/assets/images/header-bk-spines.jpg) no-repeat center top; */
	width: 960px;
	height: 100px;
	margin: 0 auto;
	position: relative;
	border-bottom: 1px solid #ECE9E6;
}

#header span {
	position: absolute;
	left: 0;
	top: 33px;
	margin: 0;
}	

#header span a {
	background: transparent url(/assets/images/kelly-packer.png) no-repeat left top;
	display: block;
	width: 162px;
	height: 39px;
	text-indent: -9999px;
	padding: 0;
}

#header span a:hover {
	background: transparent url(/assets/images/kelly-packer.png) no-repeat left -44px;
}

/* Main Nav
--------------------------------------- */
ul#main_nav {
	list-style: none;
	margin: 38px 0 0 0;
	float: right;
	display: inline;
	width: 700px;
}

#main_nav li {
	float:left;
/* 	border: 1px solid #ECE9E6; */
	margin: 0 0 0 4px;
	display: inline;
	float: right;
	
} 

#main_nav li a {
	display: block;
	padding: 0;
	padding: 5px 10px;
	font-size: 14px;
	background: rgba(242, 241, 232, 0.6);
	color: #c2c1b7;
	color: rgba(178, 177, 165, .7);
	
}

#main_nav li a:hover {
	background: rgba(242, 241, 232, 1);
	color: rgba(178, 177, 165, 1);
}

#main_nav li.current a {
	background: rgba(213, 46, 14, 0.7);
	color: #fff;
	background-color: #cac9bd;
}


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

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

/* non-portfolio pages
--------------------------------------- */
.page_content {
	margin: 20px 40px 20px 20px;
	
}
.page_content  img {
	float:left;
	padding: 0 20px 10px 0;
	display: inline;
}



/* home page modules
--------------------------------------- */

#intro {
	margin: 0;
}

.home h1 {
	font-size: 28px;
}

.home h1 span {
	font-size: 20px;
	font-style: italic;
	text-transform: none;
}

.eleven_unit_20 {
	display: inline;
	float: left;
	margin: 0;
	padding: 0 40px 0 0;
	width: 620px;
}

.five_unit {
	width: 300px;
	margin: 0;
}

#intro p {
	font-size: 1.2em;
	padding-right: 40px;
	color: #8e9088;
	line-height: 20px;
}

#intro p a {
	background-color: #f3f2e9;
	padding: 0 2px;
}

/* Modules */

.portfolio {
	margin-bottom: 50px;
}

.portfolio #art_work, .portfolio #web_design, .portfolio #projects {
	float: left;
	display: inline;
}

.portfolio h3 {
	margin: 0;
	background-color: #f3f2e9;
	border: 1px solid #ece9e6;
	margin-right: 15px;
}

.portfolio img {
	display: block;
	margin: 20px 0 15px;
	border: 1px solid #ece9e6;
}

.portfolio a {
	text-align: center;
	display: block;
	padding: 10px 30px 15px;	
	color: rgba(178, 177, 165, 1);
	font-weight: normal;
	font-size: 18px;
}

.pretty-hover, #art_work a:hover, #web_design a:hover, #projects a:hover {
	background: transparent url(/assets/images/portfolio_hover.png) repeat-x;
	cursor: pointer;
	color: #8E9088;
}

/* recent work */

.recent-work {
	margin-bottom: 30px;
}

.recent-work h2 {
	text-transform: uppercase;
	font-size: 16px;
}

.recent-work h2 span {
	font-style: italic;
	text-transform: none;
}

.recent-work img {
	border: 1px solid #ECE9E6;
	padding: 2px;
	margin: 0 10px 0 0;
	float: left;
	display: inline;
}

#flickr {
	margin-bottom: 30px;
}
	
#flickr h3 {
	font-size: 20px;
}

#flickr h3 span {
	font-style: italic;
	font-size: 16px;
}

#flickr a img {
	margin:0 10px 0 0;
	border: 1px solid #ECE9E6;
	padding: 2px;
	width: 50px;
	height: 50px;
}



/* Art work list page
--------------------------------------- */

.art-work-list h1 {
	margin: 0 0 20px;
}

.art-work-list h1 span {
	margin-top: 0;
	font-style: italic;
	text-transform: none;
	padding: 0 2px;
}

.art_work_series_entry {
	margin: 10px 20px 0 0;
	border-bottom: 1px solid #e6e6e6;
	width: 580px;
	overflow: hidden;
	padding: 10px 0 10px;
}

.art-work-list .noborder {
	border: none;
}
.series-info {
	margin: 0 0 0 130px;
}

.art_work_series_entry h4 {
	font-size: 1.6em;
	margin-top: 0;
}

.art_work_series_entry  img  {
	float: left;
	margin-right: 20px;
	border:1px solid #ECE9E6;
	padding: 2px;
}

.series-info p {
	margin: 10px 0 10px 0;	
	padding-right: 20px;
	font-size: 12px;
	line-height: 18px;
}


.latest_news_entry {
	border-bottom:1px solid #ECE9E6;
}

.latest_news_entry a {
	padding:15px 0;
	margin:0;
	font-size: 1.4em;
	display: block;
	color: #8E9088;
	line-height: 1.4em;
}

.latest_news_entry span {
	font-size: .7em;
	text-transform: uppercase;
	padding:0 0 8px;
	margin:0;
	display: block;
	color: #999999;
	line-height: 1em;
}

.latest_news_entry a:hover {
	background: rgba(242, 241, 232, 0.6);
	color: #5e5e59;
}

.latest_news_entry a strong {
	font-weight: normal;
	display: block;
	margin-top: 10px;
	font-size: .8em;
}
.latest_news_entry .image_wrap a {
	display: inline;
	float: left;
	padding:3px;
}
.latest_news_entry .image_wrap a:hover {
	background: none;
}

a.news_more {
	padding: 10px;
}

a.news_more strong {
	margin: 0;
}


.latest_news_entry .image_wrap a img {
	padding: 2px;
	margin: 0;
}


.latest-journal {
	padding: 10px 0 0 0;
}

.latest-journal h3 {
	text-transform: uppercase;
}

.latest-journal h3 span{
	text-transform: none;
	font-style: italic;
	margin: 0 2px;
}

/* web design list page
--------------------------------------- */


.web-design-list h4 {
	font-size:18px;
	margin:5px 0 8px;
	line-height: 1.2em;
}

.web-design-entry {
	border-bottom:1px solid #ECE9E6;
	margin:10px 0 0 0;
	padding: 10px 0 20px;
}

.web-design-list .noborder {
	border: none;
}

.web-design-entry a {
	font-size: 1.2em;
	line-height: 1.2em;
	display: block;
}

.web-design-list img {
	float: left;
	display: inline;
	border:1px solid #ECE9E6;
	padding: 2px;
}

.web-design-info {
	margin: 0 0 0 220px;
}

.web-design-info ul {
	margin: 0 0 1.4em 0;
	list-style: none;
}

.web-design-info ul .cat-header {
	font-weight: bold;
	margin-bottom: 5px;
	background: none;
	padding: 0;
}

.web-design-info ul li {
	font-size: 1.2em;
	line-height: 1.3em;
	background: transparent url(/assets/images/checkmark-gold.gif) no-repeat left 2px;
	padding: 0 0 5px 25px;
}

/* Projects
--------------------------------------- */


/* profile
--------------------------------------- */

#influences h3 {
	font-size: 20px;
	margin-top: 0;
}

.profile img#profile-image {
	float: left;
	display: inline;
	margin: 0 20px 20px 0;
}

#influences {
	padding: 40px 0 0 0;
}

#influences img {
	margin-bottom: 20px;
}

#influences h4 {
		margin:0 0 0.615em;
}

/* Portfolio
--------------------------------------- */
#portfolio_header_wrap {
	margin: 0 auto;
	max-width: 140em;
}

#portfolio_header {	
	border-bottom:1px solid #ECE9E6;
	height: 70px;
	position: relative;
	margin: 0 40px 20px;
}

#portfolio_header span {
	position: absolute;
	left: 0;
	top: 20px;
	margin: 0;
}	

#portfolio_header span a {
	background: transparent url(/assets/images/kelly-packer.png) no-repeat left top;
	display: block;
	width: 162px;
	height: 39px;
	text-indent: -9999px;
	padding: 0;
}

#portfolio_header span a:hover {
	background: transparent url(/assets/images/kelly-packer.png) no-repeat left -44px;
}

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


ul#main_nav_portfolio {
	top: 25px;
	position: absolute;
	right: 0;
	list-style: none;
	margin: 0;
}

ul#main_nav_portfolio li {
	float:left;
	background:none repeat scroll 0 0 rgba(242, 241, 232, 0.6);
	color:rgba(178, 177, 165, 0.7);
	margin: 0 3px 0 0;
} 

ul#main_nav_portfolio li a {
	display: block;
	padding: 0;
	padding: 5px 10px;
	font-size: 13px;
	background: rgba(223, 226, 214, 0.4);
	color: #acafa2;
	font-size: 1.0em;
	text-transform: uppercase;
}

ul#main_nav_portfolio li a:hover {
	background: rgba(223, 226, 214, 0.7);
}

ul#main_nav_portfolio li.current a {
	background: rgba(108, 149, 206, 1.0);
}

/* portfolio_content
--------------------------------------- */
#portfolio_content_wrap {
	background-color: #fff;
	padding:0 0 20px;
	max-width: 140em;
	margin: 0 auto;
}

#portfolio_content {	
	position: relative;
	margin: 0 40px;
}

.portfolio_nav ul {
	margin-top: 5px;
	float:right;
	}


.portfolio_nav  ul li a {
	display:block;
	text-indent:-99999px;
}

.portfolio_nav #portfolio_prev {
	width: 100px;
	height: 35px;
} 

.portfolio_nav #portfolio_prev a {
	background: transparent url(/assets/images/portfolio_prev.png) no-repeat;
	width: 100px;
	height: 35px;
} 
.portfolio_nav #portfolio_back a {
	background: transparent url(/assets/images/portfolio_back.png) no-repeat;
	width: 100px;
	height: 35px;
} 

.portfolio_nav #portfolio_next a {
	background: transparent url(/assets/images/portfolio_next.png) no-repeat;
	width: 100px;
	height: 35px;
} 

.portfolio_nav li a:hover {
	background-color: #f0e1d3;
	cursor: pointer;
}

#portfolio_header h1 {
	font-size: 20px;
	margin: 0 0 10px 0;
	position: absolute;
	left: 220px;
	top: 28px;
	text-transform: none;
}

#portfolio_header h1 span {
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
	top: 0;
}

a.view-statement {
	cursor: pointer;
	display: block;
	padding: 5px 10px;
	width: 150px;
	margin: 0 0 10px 0;
	border: 1px solid #cdc5bc;
	text-transform: uppercase;
	background-color: #8fb783;
	color: #ffc99c;
}

a.view-statement:hover, a.active  {
	background-color: #ffc99c;
	color: #8fb783;
}

.statement {
	display: none;
	position: absolute;
	top: 0;
	left: 220px;
	width: 475px;
	border: 1px solid #e5e3d8;
	padding: 10px;
}

.statement p {
	font-size: 13px;
	line-height: 1.6em;
}

#portfolio_content p {
	margin: 0 0 5px 0;
}

.art-work-hide {
	display:none;
	overflow: hidden;
}

.current .art-work-thumb,
.art-work-thumb:hover {
	background-color: #e6ecdc;
	border-color: #ed2307;
}
	
.art-work-thumb {
	padding: 2px;
	border: 1px solid #cfccba;
	margin: 1px;
	float:left;
	display: inline;
}

#thumb_block {
	width:15%;
	margin: 0 0 20px 0;
}


.info_wrap {
	position: absolute;
	right: 0;
	top:5px;
	font-size: 1.2em;
	width: 25%;
	margin: 0;
	border-left: 1px solid #ECE9E6;
	border-bottom: 1px solid #ECE9E6;
	font-family: Georgia,"Times New Roman",Times,serif;
}

.art-work-info li {
	list-style: none;
	margin-bottom: 5px;
}

.title {
	padding-bottom: 15px;
	color: #545454;
	font-size: 1.2em;
}

.long_title{
	padding-bottom: 10px;
	line-height: 1.4;
	font-size: 14px;
	white-space: pre;
}

.sold {
	margin-top: 10px;
	color: #bb111a;
	text-transform: uppercase;
}

.etsy {
	margin: 20px 0
}

.etsy a {
	-moz-border-radius:5px 5px 5px 5px;
	color:#FFC99C;
	font-size:10px;
	padding:5px 5px 5px 30px;
	background: #1B4D8C url(/assets/images/etsy-link.png) no-repeat 7px 5px;
	display: block;
	line-height: 16px;
}

.etsy a:hover {
	color:#1b4d8c;
	background: #ffc99c url(/assets/images/etsy-link.png) no-repeat 7px -28px;
}

.show_big_image {
	margin: 0 0 0 15%;
	display: table;
	width:55%;
	height: 100%;
	position: absolute;
	top: 0;
	overflow: hidden;
/*   border: 1px solid #ECE9E6; */
	text-align: center;
	padding:0 0 40px 0;
}

.big_wrap {
	width: 70%;
	display: table-cell;
/*   vertical-align: middle; */
}

.show_big_image img {	
	max-width: 100%;  
	width: 70%;
  	height: auto;
}

.ie6 .show_big_image img,
.ie7 .show_big_image img,
.ie8 .show_big_image img  {
	width: 100%;
}


.ie6 .show_big_image img,
.ie7 .show_big_image img,
.ie8 .show_big_image img {
   width: 100%;
}

.h_image_body #thumb_block {
	width: 17%;
}

.h_image_body .show_big_image {
	margin:0 0 0 17%;
}

.h_image_body .big_wrap {
	width: 100%;
}

.h_image_body .show_big_image img {
	width: 100%;
}



.loader {
	display: none;
	position: absolute;
	top: 0;
	text-align: center;
	left: 220px;
}
.loader p {
	background-color: #fff;
	padding: 5px 10px;
	border: 1px solid #cfccba;
}


/* News
--------------------------------------- */

.pad_content {
	margin: 20px 0 0 40px;
}

#news_heading {
	font-weight: normal;
	margin-bottom: 1.5em;
	text-transform: none;
	font-style: none;
}

.news_entry {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ECE9E6;
	padding: 0 40px 20px 0;
}

.news_date {
	font-size: 1em;
	text-transform: uppercase;
	color: #999999;
	margin: 1.5em 0 .5em;	
}

.news_title {
	margin:.3em 0 0.535em;
	font-size: 2em;
}

.news_entry p {
	line-height: 1.5em;
}

.news_entry img {
	padding: 2px;
	border: 1px solid #ECE9E6;
	margin: 0 20px 20px 0;
}


.posted {
	text-transform: uppercase;
	color:#999999;
}

.posted a {
	font-style: normal;
	text-transform: none;
	
}

.news_sidebar {
	margin-left: 40px;
	width: 260px;
}

.col {
	float: left;
	display: inline;
}

.news_sidebar h5 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 15px 0 5px;
}
	
.news_sidebar ul {
	list-style: none;
	margin: 0;
}

.news_sidebar ul li a {
	font-size: 11px;
	line-height: 16px;
}

.news_sidebar ul li a.current {
	color:rgba(178, 177, 165, 0.7);
}
	
.image_wrap {
	overflow: hidden;	
	margin: 0 0 10px;
}

#blog_nextpage {
	float: right;
	display: inline;
	width: 180px;
}

#blog_prevpage {
	float: left;
	display: inline;
	width: 180px;
}

/* Contact
--------------------------------------- */

.contact h1 span {
	font-style: italic;
	text-transform: none;
}

#contact_form fieldset {
	border: none;
	padding-left: 0;
}

#contact_form label {
	display: block;
	padding-bottom: 5px;
}

#contact_form label span {
	color: #ef7979;
}

#contact_form input, #contact_form textarea {
	width: 400px;
	background-color:#F3F2E9;
	border:1px solid #ECE9E6;
	padding: 5px;
	color:#8E9088;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
}

#contact_form textarea {
	font-size: 1.1em;
}

#contact_form input#contact_submit {
	width: auto;
	background-color: #a59890;
	padding: .5em 1em ;
	border: 1px solid #7c6a5f;
	color: #f7f8ed;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#captcha input {
	display: block;
	font-size: 1.2em;
}

#captcha img {
	margin-bottom: .5em;
}

.contact-sidebar h2 {
	font-size: 20px;
	
}

.contact-sidebar ul {
	list-style: none;
	margin: 0;
}

.contact-sidebar ul li a {
	font-size: 1.4em;
	line-height: 1.8em;
}


/* Footer
--------------------------------------- */
#footer-wrap {
	background: rgba(242, 241, 232, 0.6);
	padding: 40px 0;
	border-top:1px solid #ECE9E6;
}

#footer {
	width: 980px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
}

#footer p {
	font-size: 1em;
	color: #96857c;
	margin-bottom: .3em;
}

#footer h6 {
	margin-top: 0;
	font-size: 13px;
	text-transform: uppercase;
}

#footer h6 span {
	text-transform: none;
	font-style: italic;
	padding: 0 2px 0 3px;
}

#footer #colophon {
	float: right;
	display: inline;
	width: 300px;
}

#footer #colophon h6 {
	margin: 0;
	height: 23px;
	width: 146px;
}

#footer #colophon h6 a {
	background: transparent url(/assets/images/expressionengine.png) no-repeat 0 0;
	display: block;
	padding: 0;
	text-indent: -99999px;
	height: 23px;
	width: 146px;
}

#footer #colophon h6 a:hover {
	background-position: 0 -28px;
}

#footer #subscribe {
	float: left;
	display: inline;
	width: 275px;
	margin-right: 40px;
}

#footer #subscribe fieldset {
	border: none;
	padding: 0;
	margin:.6em 0;
}

#footer #subscribe input {
	width: 210px;
	color: #96857c;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	padding: 5px;
}

#footer #subscribe .btn {
	width: 75px;
	background-color:#1b4d8c;
	border: none;
	color:#ffc99c;
	cursor:pointer;
	font-size:10px;
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#footer #subscribe .btn:hover {
	background-color:#ffc99c;
	color:#1b4d8c;
}

#around {
	float: left;
	display: inline;
	width: 250px;
}

#around ul {
	margin: 25px 0 0 0;
	list-style: none;
}

#around ul li {
	line-height: 16px;
}

#around ul li a {
	color: #96857c;
}

.copyright {
	border-top:1px solid #ECE9E6;
	padding-top: 10px;
}




