/* Project Information
--------------------------------------------------------------------------------------- 

Project Name: Josh Lawrence's Portfolio
Theme URI: http://www.hirejosh.com/
Description: Project description should go here.
Version: 1.0
Author: Josh Lawrence
Author URI: http://www.hirejosh.com/
Tags: fixed width, three columns

Table of Contents:

	Colors
	Reset
	Global Typography
	Header Layout
	Content Layout
	Footer Layout
	Navigation
	HTML Elements
	Classes
*/


/*Colors
--------------------------------------------------------------------------------------- 

Red Accent - #ed1c24
Dark Grey (main font) - #4d4d4f
Light Grey (Contact and Nav) - #474940
Dark Blue (subnav link) - #3a5c7e
Light Blue (most links) - #5c8cc3

*/


/* @group Reset
--------------------------------------------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	padding: 0;
	margin: 0;
	}
a {
	text-decoration: none;
	}
fieldset, img { 
	border: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
ol, ul {
	list-style: none;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
	}
q:before, q:after {
	content: '';
	}
abbr, acronym { 
	border: 0;
	}
/* @end */	
	
/* @group Global Typography
--------------------------------------------------------------------------------------- */
body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 100%;
	color: #4d4d4f;
}

p {	margin: 1em 0; }
a { color: #005380; }
a:hover { color: #ed1c24; }
/* @end */

/* @group Top Tier Layout
--------------------------------------------------------------------------------------- */

html, body, #container {
	height: 100%;
}

body > #container {
	background: #f8f1e3;
	height: auto;
	min-height: 100%;
	min-width: 1024px;	
}
/* @end */

/* @group Header Layout
--------------------------------------------------------------------------------------- */

header {
	background: #403c39 url("/images/layout/dark-grey-bg.jpg") repeat;
	/*background: #403c39;*/
	height: 200px;
	position: relative;	
}

	header h1, header h2 {
		font-weight: lighter;
		position: absolute;
	}
	
	header h1 {
		color: #fff2da;
		font-size: 2.5em;		
		top:  75px;
		left: 10px;
	}
	
	header h2 {
		color: #cec5b3;
		font-size: 1.125em;
		top:  100px;
		right: 40px;
	}	

#headercontent {
	background: url(/images/layout/top-glow.jpg) no-repeat top center;
	height: 200px; /*Height set to match "header" to make IE happy*/
	margin: 0 auto;
	position: relative;
	width: 960px;
}

#logo {
	position: absolute;
	top: 35px;
	left: 20px;
}
/* @end */

/* @group Main Content
--------------------------------------------------------------------------------------- */
#main {
	padding-bottom: 106px; /*Value equal to height of footer*/
	min-width: 1024px;
}

#maincontent {
	margin: 0 auto;
	padding: 10px;
	position: relative;
	width: 940px;
}

	#maincontent p {
		font-size: .814em;
		line-height: 1.25em;
		margin: .75em 0;
	}
	
	#maincontent h1 {		
		background-color: #3d3d3a; /* fallback color */		
		background-image: url(/images/layout/h1-bg.jpg) repeat-x top left; /* fallback image */
		background-image: -moz-linear-gradient(100% 100% 90deg, #3e3f3a, #676360);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#676360), to(#3e3f3a));
		border: 1px solid #58595b;
		clear: both;
		color: #fff2da;
		font-size: 1.5em;
		font-weight: lighter;
		margin: 20px 0;
		padding: .5em;
		/*--- Border Rounding ---*/
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}
	
	#maincontent h2 {
		color: #005380;
		font-size: 1em;
		font-weight: bold;
		margin: 0 0 .5em;
	}
	
		#maincontent h2 span {
			font-size: .814em;
			font-weight: lighter;
			font-style: italic;
		}
	
	#maincontent h3 {
		color: #005380;
		font-size: .814em;
		font-weight: bold;
		margin: 0 0 .5em;
	}
	
	#overview {
		background-color: #005380; /* fallback color */		
		background-image: url(/images/layout/slider-bg.png) repeat-x top left; /* fallback image */
		background-image: -moz-linear-gradient(100% 100% 90deg, #01304f, #005380);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#005380), to(#01304f));
		border-top: 1px solid #3f6e84;
		border-bottom: 1px solid #000;		
		color:#FFF2DA;
		margin: 0 auto;
	}
		
		#overviewcontent {
			clear: both;			
			margin: 0 auto;
			padding: 20px;
			position: relative;
			width: 920px;
		}
		
			#overviewcontent h2 {
				font-size: 1.5em;
				font-weight: lighter;
				margin: 15px 0 5px 170px;
			}
			
			#overviewcontent img {
				float: left;
			}
			
			#overviewcontent p {
				position: absolute;
				bottom: 10px;
				right: 80px;
			}

.secbox, #quotes p, cite, div.simpleTabsContent {
	background: #ece5d8;
	border: 1px solid #d9d2c1;
	margin: 20px 0;
	padding: 15px;
	/*--- Border Rounding ---*/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
/* @end */

/* @group Footer Layout
--------------------------------------------------------------------------------------- */

footer {
	background: #403c39 url(/images/layout/dark-grey-bg.jpg) repeat top left;
	border-top: 6px solid #005380 ;
	clear: both;
	position: relative;
	z-index: 10;
	height: 100px; /*Change #main padding to match*/
	margin-top: -106px;
	min-width: 1024px;
}

#footercontent {
	margin: 0 auto;
	padding: 10px;
	position: relative;
	width: 940px;
}
	#footercontent p {
		color: #CEC5B3;
		font-size: .814em;
		margin-top: 35px;
	}
/* @end */

/* @group Homepage Layout
--------------------------------------------------------------------------------------- */

#overview div.slides div {
	color: #F8F1E3;
}

	#overview div.slides div h2 {
		color: #FFF2DA;
		font-size: 2em;
		font-weight: lighter;
		margin-top: 80px;
	}
	
	#overview div.slides div p {
		color: #CEC5B3;
		font-size: 1em;
		line-height: 1.5em;
		margin-right: 20px;
		margin-top: .5em;
	}
	
	#overview div.slides div a {
		color: #bee3ff;
	}	
	
	#overview div.slides div a:hover {
		color: #25a1ff;
	}
	
	#overview div.slides div a.btn {
		color: #005380;
	}		

		#cols ul li {
			float: left;
			height: 140px; /* Accounts for 15px padding on #panelcontent and #panelcontent ul li */
			margin-bottom: 10px;
			padding: 15px;
			overflow: auto;
			width: 270px;
		}
		
		#cols ul li.middle { 
			margin-left: 17px; /*Minus 6 pixels due to border on each column*/
			margin-right: 17px;
		}
		
		#cols h3 {
			color: #005380;
			font-size: 1em;
		}
		
		#cols p {
			font-size: .875em;
		}
/* @end */

/* @group Homepage Content Slider
--------------------------------------------------------------------------------------- */

/* Required */
.container { width:940px; height:340px; overflow:hidden; position:relative; }
div.slides { position:absolute; top:0; left:0; }
ul.slides { position:absolute; top:0; left:0; list-style:none; padding:0; margin:0; }
div.slides div,ul.slides li { position:absolute; top:0; width:920px; display:none; padding:10px; margin:0; }

/* Optional */
#loopedSlider { margin:0 auto 40px; width:940px; position:relative; clear:both; }
ul.pagination { list-style-type:none; margin:0; padding:0; margin: 5px 0; width:132px; }
	ul.pagination li { float:left; margin:0 2px; }	
	ul.pagination a { display:block; width:12px; padding-top:12px; height:0; overflow:hidden; background-image:url(/images/looped-slider/pagination.png); background-position:0 0; background-repeat:no-repeat;}
	ul.pagination li.active a {background-position:0 -12px}
a.previous { position:absolute; top:10px; left:-23px; line-height: 0; }
a.next { position:absolute; top:10px; right:-23px; }
/* @end */

/* @group Resume Page Layout
--------------------------------------------------------------------------------------- */

section#resume {
	display: block;
	float: left;
	margin-right: 20px;
	width: 700px;
}

	section#resume section div.col {
		display: block;
		float: left;
		width: 203px;
	}
	
	section#resume section div.middle {
		margin: 0 29px; /*-1px to allow for border on secbox*/
	}

aside#quotes {
	display: block;
	float: right;
	width: 220px;
}
	#quotes p {
		margin: 0;
		font-style: italic;		
		border-bottom: 0;
		-moz-border-radius: 6px 6px 0 0;
		border-radius: 6px 6px 0 0;
		-webkit-border-bottom-left-radius: 0 0;
		-webkit-border-bottom-right-radius: 0 0;
		-webkit-border-top-left-radius: 6px 6px;
		-webkit-border-top-right-radius: 6px 6px;
	}
	
	#quotes cite {
		background: transparent url('/images/layout/quotebtm.png') no-repeat top left;
		border: 0;
		color: #005380;
		display: block;
		font-size: .814em;
		font-weight: bold;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		margin: 0 0 1em;
		padding-left: 50px;
	}
		
		#quotes cite span {
			font-style: italic;
			font-weight: normal;
		}
/* @end */

/* @group About Page Layout
--------------------------------------------------------------------------------------- */

section#about {
	display: block;
	float: left;
	margin-right: 20px;
	width: 620px;
}

aside#addinfo {
	display: block;
	float: right;
	width: 300px;
}
/* @end */

/* @group Portfolio Page Layout
--------------------------------------------------------------------------------------- */

#web1, #web2, #web3, #web4, #web5, #web6, #web7, #web8, #web9, #print1, #print2, #print3, #print4, #print5, #print6, #id1, #id2, #id3, #id4, #id5, #id6 {
	padding:20px 20px 30px;
	background:#f8f1e3;
}

ul.project li {
	float: left;
	height: 300px;
	margin-bottom: 20px;
	padding: 15px;
	overflow: hidden;
	width: 280px;
}

ul.project li.middle {
	margin-left: 5px;
	margin-right: 5px;	
}

ul.project li:hover {
	background: #ece5d8;
	border: 1px solid #d9d2c1;
	padding: 14px;
	/*--- Border Rounding ---*/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

ul.project li img {
	display: block;
	height: 150px;
	margin: 0 auto 1em;
	width: 268px;
	border: 6px solid #5b5957;
	/*--- Add Shadow ---*/
	-moz-box-shadow: 0 0 10px #5b5957;
	-webkit-box-shadow: 0 0 10px #5b5957;
	box-shadow: 0 0 10px #5b5957;
}

.projectinfo {
	padding-left: 20px;
}

	.projectoverview {
		float: right;
		width: 200px;
	}
	
	.projectdescription {
		margin-right: 20px;
		width: 480px;
	}
/* @end */

/* @group HTML Elements
--------------------------------------------------------------------------------------- */

header, section, footer, article, nav {
	display: block;
}

table {
	/* tables still need 'cellspacing="0"' in the markup */
    border-spacing: 0;
    border-collapse: collapse;
}

td {
    text-align: left;
    font-weight: normal;
}

ul {}

	ul.list li {
		font-size: .814em;
		list-style: disc;
		margin: .5em 0 .5em 2em;
	}
/* @end */

/* @group Navigation
--------------------------------------------------------------------------------------- */

nav { 
	border-top: 1px solid #333;
	background: #474940 url('/images/layout/light-grey-bg.jpg') repeat top left;
	display: block;
	overflow:auto;
	clear:both;
	padding: 0 6px;
	position: absolute;
	bottom: 0;
	left: 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-bottom-left-radius: 0 0;
	-webkit-border-bottom-right-radius: 0 0;
	-webkit-border-top-left-radius: 6px 6px;
	-webkit-border-top-right-radius: 6px 6px;
	border-radius: 6px 6px 0 0;
	
}

	nav a {
		display:block;
		text-indent:-9999px;
		width:90px;
		height:46px;
		margin:0 3px;
		float:left;
		background-image:url(/images/layout/nav-sprite.jpg);
		background-repeat:no-repeat;
		cursor:pointer;
	}
	    
	#home {background-position:0 0;}
	#home:hover, #home.hover, body.home nav #home {background-position:0 -48px;}
	    
	#portfolio {background-position:-90px 0;}
	#portfolio:hover,#portfolio.hover, body.portfolio nav #portfolio {background-position:-90px -48px;}
	    
	#resume {background-position:-180px 0;}
	#resume:hover,#resume.hover, body.resume nav #resume {background-position:-180px -48px;}
	    
	#about {background-position:-270px 0;}
	#about:hover,#about.hover, body.about nav #about {background-position:-270px -48px;}
	    
	#services {background-position:-360px 0;}
	#services:hover,#services.hover, body.services nav #services {background-position:-360px -48px;}
	    
	#contactbtn {background-position:-450px 0;}
	#contactbtn:hover,#contactbtn.hover {background-position:-450px -48px;}
/* @end */

/* @group Contact Slide Panel
--------------------------------------------------------------------------------------- */

a:focus {
	outline: none;
}

div.slide {
	margin-bottom: 1em;
}
	
	/*Portfolio Slider Images*/
	#maincontent div.slide a.webslide, #maincontent div.slide a.printslide, #maincontent div.slide a.idslide {
		background: url(/images/layout/slit-sprite.png) no-repeat;
		background-position: 0 0;
		height: 32px;
		display: block;
	}

	#maincontent div.slide a.active {
		background-position: 0 -32px;
	}


#contactslide, #webslide, #printslide, #idslide {
	display: none;
}

#contactslide {
	background: #403c39 url(/images/layout/dark-grey-bg.jpg) repeat top left;
}

	#contactcontent {
		color:#fff2da;
		padding: 0 15px 15px;
	}
	
	#contact p, label, legend { font: 1em Helvetica, Arial, Verdana, sans-serif; }
	
	#contact h1 { margin: 10px 0 10px; font-size: 1.5em; }
	#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }
	
	#contact {
		background: #474940 url(/images/layout/light-grey-bg.jpg) repeat top left;
		border-bottom: 1px solid #555;
		display: block;
		padding: 1em;
		/*--- Border Rounding ---*/
		-moz-border-radius: 0 6px 6px 6px;
		-webkit-border-radius: 0 6px 6px 6px;
		-webkit-border-bottom-left-radius: 6px 6px;
		-webkit-border-bottom-right-radius: 6px 6px;
		-webkit-border-top-left-radius: 0 0;
		-webkit-border-top-right-radius: 6px 6px;
		border-radius: 0 6px 6px 6px;
	}
		#contactform {
			width: 650px;
		}
		
		#contactinfo {
			float: right;
			width: 270px;
		}
				
			#contactinfo a {
				color: #5697ce;
			}
			
			#contactinfo a:hover {
				color: #6eb1eb;
			}
			
			#contactinfo h2 {
				color: #CEC5B3;
				font-size: .814em;
				font-weight: bold;
				line-height: 1.5em;
				margin: 0 0 1.5em;
				text-transform: uppercase;
			}
			
			#contactinfo h2 span {
				color: #FFF2DA;
				font-size: 1.25em;
				font-weight: lighter;
				text-transform: none;
			}
	
	/* Form style */
	
	#contact label { color: #FFF2DA; display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; font-size: 1em; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
	#contact input, textarea, select { width: 280px; margin: 0; padding: 5px; color: #666; background: #f8f1e3; border: 1px solid #ccc; margin: 5px 0; font:1em Helvetica, Arial, Verdana, sans-serif; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }   
	#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
	#contact input.submit { width: 85px; cursor: pointer; border: 1px solid #333; background:#333 url(/images/layout/dark-grey-bg.jpg) repeat top left; color:#fff; }
	#contact input.submit:hover { background:#f8f1e3; color:#4d4d4f; }
	#contact input[type="submit"][disabled] { background:#888; }
	#contact fieldset { padding:1em; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
	#contact legend { padding:7px 10px; font-size: 1.5em; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; margin-bottom:0 !important; margin-bottom:20px; }
	
	#contact span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */
	
	#message { margin: 10px 0; padding: 0; }
	
	.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('/images/contact/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }
	
	.loader { padding: 0 10px; }
	
	#contact #success_page h1 { background: url('/images/contact/success.gif') left no-repeat; padding-left:22px; }
	
	acronym { border-bottom:1px dotted #ccc; }
/* @end */	

/* @group Colorbox Classes
--------------------------------------------------------------------------------------- */	

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
	#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorbox{}
    #cboxContent{margin-top:20px;}
        #cboxLoadedContent{background:#000000; padding:5px;}
        	#cboxLoadedContent h2 {
        		color: #005380;
        		font-size: 1em;
        		font-weight: bold;
        		margin: .5em 0;
        	}
        	
        	#cboxLoadedContent h3 {
        		color: #005380;
        		font-size: .814em;
        		font-style: italic;
        		font-weight: bold;
        		margin: 0;
        	}
        	
        	#cboxLoadedContent p {
        		font-size: .814em;
        		margin: 0 0 1em;
        	}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; bottom:5px; left:5px; background:url(/images/colorbox/controls.png) top left no-repeat; width:68px; height:30px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:bottom left;}
        #cboxNext{position:absolute; bottom: 5px; right:5px; background:url(/images/colorbox/controls.png) top right no-repeat; width:68px; height:30px; text-indent:-9999px;}
        #cboxNext.hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(/images/colorbox/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(/images/colorbox/controls.png) top center no-repeat; width:38px; height:20px; text-indent:-9999px;}
        #cboxClose.hover{background-position:bottom center;}
/* @end */

/* @group Tabs
--------------------------------------------------------------------------------------- */

div.simpleTabs {}
	ul.simpleTabsNavigation { margin:0; padding:0; text-align:left; }
		ul.simpleTabsNavigation li {
			list-style:none;
			display:inline;
			margin:0; padding:0;			
		}
			
		ul.simpleTabsNavigation li a {
			background: #3d3d3a url("/images/layout/h1-bg.jpg") repeat-x top left;
			border: 1px solid #58595b;
			color: #fff2da;
			padding:6px 15px 3px;
			font-size: 14px;
			text-decoration:none;
			/*--- Border Rounding ---*/
			-moz-border-radius: 4px 4px 0 0;			
			-webkit-border-top-left-radius: 6px 6px;
			-webkit-border-top-right-radius: 6px 6px;
			border-radius: 6px 6px 0 0;
		}
		
		ul.simpleTabsNavigation li a:hover { text-decoration:none; color: #fff; }
		ul.simpleTabsNavigation li a.current { background:#ece5d8; border:1px solid #d9d2c1; color:#3d3d3a; border-bottom:1px solid #ece5d8; }
div.simpleTabsContent { padding:5px 15px 15px 15px; margin-top:3px; display:none; -webkit-border-top-left-radius: 0 0; -moz-border-radius: 0 6px 6px 6px; }
div.simpleTabsContent.currentTab { display:block; }
/* @end */

/* @group Universal Classes
--------------------------------------------------------------------------------------- */

.clear   { clear:both; }
.clearleft   { clear:left; }
.clearright   { clear:right; }
.left  	 { float:left; }
.right   { float:right; }

.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }

.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
.alert		   { color:#ff0000; }

.wrap          { width:960px; margin:0 auto; clear:both; position: relative; }

.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }

.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

.content       { width:940px; margin:0 auto; padding:10px; clear:both; position: relative;}

.hidden        { display:none; }

.codedirection {
	direction: rtl;
	unicode-bidi: bidi-override;
}

.borderbox {
	display: block;
	border: 6px solid #5b5957;
	/*--- Add Shadow ---*/
	-moz-box-shadow: 0 0 10px #5b5957;
	-webkit-box-shadow: 0 0 10px #5b5957;
	box-shadow: 0 0 10px #5b5957;
}

.btn {
	background-color: #f8f1e3; /* fallback color */		
	background-image: -moz-linear-gradient(100% 100% 90deg, #cec5b8, #f8f1e3);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f1e3), to(#cec5b8));
	border: 1px solid rgba(248,241,247,.75);
	color: #01304f;
	display: inline-block;
	font-weight: bold;
	line-height: 1;
	padding: 6px 10px 6px;
	position: relative;
	cursor: pointer;
	text-decoration: none;	
	/*--- Add Rounded Corners ---*/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/*--- Add Shadow ---*/
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.25);
	box-shadow: 0 1px 6px rgba(0,0,0,0.25);
	text-shadow: 0 -1px 1px rgba(255,255,255,.70);
	
}

.btn:hover {
	background: #f8f1e3;
}

.btn:active {
	top: 1px;
}

.grey.btn {
	background-color: #3d3d3a; /* fallback color */		
	background-image: -moz-linear-gradient(100% 100% 90deg, #3d3d3a, #676462);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#676462), to(#3d3d3a));
}

.grey.btn:hover {
	background: #676462;
}

/* Button Sizes ---------- */

.small.btn {
	font-size: 11px;
}

.medium.btn {
	font-size: 13px;
}

.large.btn {
	font-size: 16px;
	padding: 9px 14px 8px;
}

.xlarge.btn {
	font-size: 22px;
	padding: 13px 18px 12px;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* @end */