/* Body and Typography */

body {
	background: #848485 url(images/bg.jpg) top center repeat-y;
	color: #fff;
	margin: 0;
	padding: 0;
	font: 12px  Verdana, Geneva, Tahoma, sans-serif;
	line-height: 20px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	}
	
img {
	border: none;
	}
	
.leftimg {
	float: left;
	margin-bottom: 6px;
	}
	
.rightimg {
	float: right;
	margin-bottom: 6px;
	}
	
figure {
	display: block;
	background: #aaa;
	background: rgba(255,255,255,0.3);
	padding: 6px;
	margin-bottom: 20px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	}
	
/*figure:hover {
	background: rgba(255,255,255,1.0);
	}*/
	
figure.figright {
	float: right;
	margin: 0px 0px 0px 20px;
	width: 266px;
	}
	
figcaption{
	font-size: 10px;
	color: #2C3C48;
	text-shadow: none;
	line-height: 14px;
	}
	
h1 {
	font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #ddd;
	font-weight: normal;
	padding: 0;
	margin: 0 0 15px 0;
	line-height: 28px;
	}
	
h2, h3 {
	font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ddd;
	font-weight: normal;
	padding: 0px;
	margin: 0 0 5px 0;
	line-height: 24px;
	/*background: #000;
	background: rgba(0,0,0,0.1);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;*/
	}
	
#base_internal h2 {
	font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #4b5858;
	font-weight: normal;
	padding: 0;
	margin: 0 0 25px 0;
	line-height: 24px;
	}
	
.sidebar h2, .main_content h2, .main_content_full h2, .single_port h2 {
	font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ddd;
	font-weight: normal;
	padding: 0;
	margin: 10px 0 25px 0;
	line-height: 24px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
	}
	
#article h3 {
	margin-bottom: 15px;
	}
	
.main_content h2 {
	margin-top: 10px;
	}

.main_content h3 {
	font-size: 18px;
	color: #ddd;
	margin: 80px 0 20px 0;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
	}
	
p {
	padding: 0;
	margin: 0 0 15px 0;
	}
	
p.pullquote {
	width: 266px;
	font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	margin: 0px 0px 20px 32px;
	float: right;
	color: #ddd;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	}
	
.main_content p, .main_content_full p, .single_port p, .sidebar p, .sidebar li {
	text-shadow: 0px 0px 3px rgba(0,0,0,0.6);
	}
	
a {
	text-decoration: none;
	color: #e7be65;
	padding: 1px 0 1px 0;
	}

a:visited {
	color: #e7be65;
	}
	
a:focus {
	color:#fff;
	outline: 0;
	}

a:hover, a.active, a:active {
	/*color: #ddd;*/
	color: #FFCC33;
	text-decoration: underline;
	}
	
#base_internal a {
	text-decoration: none;
	color: #963;
	}

#base_internal a:visited {
	color: #963;
	}

#base_internal a:hover, #base_internal a.active {
	/*color: #ddd;*/
	color: #963;
	/*text-shadow: 1px 1px 2px rgba(0,0,0,0.2);*/
	text-decoration: underline;
	}
	
.quote {
	font-family: 'Century Gothic', Georgia, Times, 'Times New Roman', serif;
	font-size: 18px;
	color: #ddd;
	font-weight: normal;
	font-style: italic;
	line-height: 24px;
	}
	
.sidenote {
	font-size: 11px;
	font-style: italic;
	color: #fff;
	}
	
.break {
	margin-top: 30px;
	}
	
.more {
	float: right;
	}
	
ul.whatwedo {
	list-style: none;
	padding: 0px;
	margin: 40px 0px 0px 0px;
	}

ul.whatwedo li {
	width: 280px;
	padding: 0px;
	margin: 0px 30px 20px 0px;
	float: left;
	}
	
ul.whatwedo li.thirditem {
	margin: 0px 0px 20px 0px;
	}
	
ul.whatwedo li h2 {
	font-size: 18px;
	text-align: left;
	}
	
ol li {
	line-height: 24px;
	}

/*ul.whatwedo {
	list-style: none;
	padding: 0px;
	margin: 30px 0px 0px 0px;
	}
	
ul.whatwedo li {
	float: left;
	width: 260px;
	background: #aaa;
	background: rgba(255,255,255,0.3);
	padding: 6px 10px 6px 10px;
	margin: 0px 10px 20px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	}
	
ul.whatwedo h2 {
	font-size: 18px;
	clear: both;
	color: #fff;
	}
	
ul.whatwedo p {
	clear: both;
	}*/


#intro, #testimonial, #testimonial_large, #article {
	text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
	}
	
.contact, .contact_t {
	font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	}
	
.contact img {
	margin: 5px 10px -2px 0;
	}
	
.contact_t img {
	margin: 4px 5px -13px -3px;
	}
	
.contact_t span {
	font-size: 12px;
	}
	
.port_header {
	width: 900px;
	}
	
.single_port {
	margin-bottom: 30px;
	clear:both;
	width: 900px;
	text-align: justify;
	background: url(images/sidebar_bg.png) top left no-repeat;
	padding-top: 10px;
	}
	
.single_port h2 {
	font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ddd;
	font-weight: normal;
	padding: 0;
	margin: 0px 0 25px 0;
	line-height: 24px;
	}

.single_port h3 {
	color: #ddd;
	font-size: 18px;
	}
	
.port_header h2 {
	color: #fff;
	font-size: 18px;
	margin: 0;
	padding: 0;
	}
		
.port_header h3 {
	color: #ddd;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	font-size: 24px;
	margin: 0 0 5px 0;
	}
	
.video {
	float: right;
	margin: 0px 0px 20px 75px;
	}
	
a.port_img, a:visited.port_img, .portimg {
	background: #ddd;
	margin: 0px 0px 20px 75px;
	float: right;
	width: 540px;
	padding: 5px;
	-moz-transition-property: box-shadow;
  	-moz-transition-duration: 0.5s;
	-webkit-transition-property: box-shadow;
  	-webkit-transition-duration: 0.5s;
  	/*-webkit-transition-timing-function: ease-in;*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	/*color: #2C3C48;*/
	color: #666;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255,255,255,1.0);
	}
	
a.port_img, a:visited.port_img {
	-webkit-transform: rotate(0deg);
	}
	
a:hover.port_img {
	/*border: 5px solid #e7be65;*/
	background: #fff;
	box-shadow: 0px 0px 15px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 15px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 0px 15px rgba(255,255,255,1);
	color: #666;
	text-decoration: none;
	-webkit-transform: rotate(.50deg);
	}
	
/*a.port_img img {
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}
	
a:hover.port_img img {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}*/
	
/**html a:hover.port_img, *html a.thumbnail:hover {
	border: 5px solid #e7be65;
	}*/
	
.portthumb {
	border: 5px solid #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

a.thumbnail .service, a.thumbnail:hover .service, a.thumbnail:active .service, a.thumbnail:focus .service, a.thumbnail:visited .service {
	color: #2c3c48;
	text-shadow: 1px 1px 1px rgba(255,255,255,1.0);
	font-weight: normal;
	}

a.thumbnail, a.thumbnail:visited {
	background: #ddd;
	margin: 0px 0px 10px 0px;
	width: 262px;
	padding: 5px;
	display: block;
	-moz-transition-property: box-shadow;
  	-moz-transition-duration: 1.0s;
	-webkit-transition-property: box-shadow;
  	-webkit-transition-duration: 1.0s;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 1px 1px 1px rgba(255,255,255,1.0);
	color: #416487;
}

a.thumbnail:hover {
	/*border: 5px solid #e7be65;*/
	background: #fff;
	box-shadow: 0px 0px 15px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 15px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 0px 15px rgba(255,255,255,1);
	-moz-transition-property: box-shadow;
  	-moz-transition-duration: 0.3s;
	-webkit-transition-property: box-shadow;
  	-webkit-transition-duration: 0.3s;
	text-decoration: none;
	color: #416487;
}

/**html a.thumbnail, *html a.thumbnail:visited {
	text-decoration: none;
	color: #ddd;
	}
	
*html a.thumbnail:hover {
	text-decoration: none;
	color: #fff;
	}*/
	
a.thumbnail img {
	margin-bottom: 5px;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}
	
a.thumbnail:hover img {
	margin-bottom: 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}

ul.portfolio_thumbs {
	width: 900px;
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-shadow: 1px 1px 1px rgba(255,255,255,1.0);
	}
	
ul.portfolio_thumbs li {
	margin: 0px 42px 20px 0px;
	width: 272px;
	float: left;
	text-shadow: 1px 1px 1px rgba(255,255,255,1.0);
	}
	
ul.portfolio_thumbs li.third {
	margin: 0px 0px 20px 0px;
	}

ul.portfolio_thumbs li:nth-child(even) a {
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	}

ul.portfolio_thumbs li:nth-child(even) a:hover {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	}
	
ul.portfolio_thumbs li:nth-child(odd) a {
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	}

ul.portfolio_thumbs li:nth-child(odd) a:hover {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	}
	
/*ul.portfolio_thumbs li:nth-child(odd) {
	width: 230px;
	padding: 20px;
	}
	
ul.portfolio_thumbs li:nth-child(even) {
	width: 260px;
	padding: 5px;
	}
	
ul.portfolio_thumbs li:nth-child(odd) a.thumbnail img {
	width: 220px;
	height: 135px;
	}
	
ul.portfolio_thumbs li:nth-child(odd) a.thumbnail:hover img {
	width: 225px;
	height: 138px;
	margin: -3px 45px 10px -3px;
	}
	
ul.portfolio_thumbs li:nth-child(even) a.thumbnail img {
	width: 255px;
	height: 157px;
	}
	
ul.portfolio_thumbs li:nth-child(even) a.thumbnail:hover img {
	width: 260px;
	height: 160px;
	margin: -3px 45px 10px -3px;
	}*/
	

	
div.thumbs {
	clear: both;
	margin: 0px;
	padding: 0px;
	}
	
div.thumbs img {
	float: left;
	margin: 0px 0px 0 20px;
	list-style: none;
	display: inline;
	}
	
*html div.thumbs img {
	margin: 0px 10px 0px 5px;
	}
	
div.thumbs img:first-child {
	margin: 0px;

	}
	
div.thumbs img:nth-child(even) {
	margin-top: 0px;
		/* for firefox, safari, chrome, etc. */
/*-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);*/
	}
	
/*--#slider2 ul.thumbs {
	clear: both;
	margin: 0px;
	padding: 0px;
	}
	
#slider2 ul.thumbs li {
	float: left;
	margin: 0px 0px 0 20px;
	list-style: none;
	display: inline;
	}
	
*html #slider2 ul.thumbs li {
	margin: 0px 10px 0px 5px;
	}
	
#slider2 ul.thumbs li:first-child {
	margin: 0px;
	}--*/
	
.clear {
	clear:both;
	}

/* Layout */

	
#top_bg {
	background: url(images/top_bg.jpg) top center no-repeat;
	width: 100%;
	height: 1400px;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 -50%;
	}

#top_bg_int {
	background: url(images/top_bg_int.jpg) top center no-repeat;
	width: 100%;
	height: 1400px;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 -50%;
	}
	
#cara_bg {
	background: url(portfolio/source/caramurphy_bg.jpg) bottom center no-repeat;
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	bottom: 50%;
	left: 50%;
	margin: -50%;
	}
	
#overlay_1, #overlay_2, #overlay_3, #overlay_4 {
	width: 100%;
	height: 100%;
	z-index: -1;
	position: fixed;
	top: 0;
	left: 50%;
	margin: 0 -50%;
}

#overlay_1 {
	background:rgba(82,57,57,0.3);
	}
	
#overlay_2 {
	background:rgba(108,128,141,0.2);
	}
	
#overlay_3 {
	background:rgba(57,72,82,0.5);
	}
	
#overlay_4 {
	background:rgba(108,128,141,0.4);
	}

#container {
	width: 900px;
	position: relative;
	top: 0;
	left: 50%;
	margin: 0 0 0 -450px;
	}
	
*html #container {
	overflow: hidden;
	}

#header {
	width: 900px;
	height: 110px;
	padding-top: 120px;
	}

#solid a, #solid a:visited {
	border: none;
	margin: 0;
	padding: 0;
	width: 144px;
	height: 35px;
	float: left;
	background: url(images/solid_title.png) no-repeat;
}

#solid a:hover {
	background: url(images/solid_title.png) no-repeat;
	/*background-position: 0 -29px;*/
}

#solid span {
	display: none;
}

#intro {
	width: 900px;
	padding: 0px;
	height: 130px;
	line-height: 24px;
	font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	clear: both;
	}
	
#intro p {
	line-height: 24px;
	color: #fff;
	}
	
#slideshow {
	width: 900px;
	height: 250px;
	}
	
#slider h3 {
	color: #fff;
	margin: 30px 0 0 0;
	}
	
#slider p {
	margin: 0 30px 15px 0;
	font-size: 11px;
	line-height: 18px;
	color: #fff;
	}
	
#slider p.subtitle {
	font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
#testimonial {
	float: left;
	width: 550px;
	height: 150px;
	padding: 50px 40px 0 0px;
	font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	background: url(images/shelf_left.png) no-repeat;
	}
	
#testimonial_large {
	float: right;
	width: 550px;
	padding: 20px 0px 20px 0px;
	font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	}
	
.further_info {
	float: right;
	width: 550px;
	padding: 20px 0px 20px 0px;
	}
	
.mark {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 24px;
	}
	
#article {
	float: right;
	width: 270px;
	height: 165px;
	padding: 35px 0px 0 40px;
	background: url(images/shelf_right.png) no-repeat;
	line-height: 20px;
	color: #fff;
	}
	
.sidebar {
	float: right;
	width: 275px;
	height: 270px;
	padding: 0 0 0px 35px;
	margin: 30px 0 0 35px;
	background: url(images/sidebar_right_bg.png) top right no-repeat;
	text-align: justify;
	display: inline;
	}
	
.sidebar ul {
	margin: 0px 0px 60px 0px;
	padding: 0px;
	list-style: none;
	width: 275px;
	text-align: left;
	}
	
.sidebar ul.links li {
	padding: 8px 0px 8px 0px;
	border-bottom: 1px dotted #666;
	}
	
.sidebar ul.links li.lastone {
	border-bottom: 1px solid #666;
	}
	
.sidebar ul.links li.readmore {
	border-bottom: none;
	}
	
.service {
	color: #2c3c48;
	font-size: 14px;
	text-shadow: none;
	}
	
.main_content {
	float: left;
	width: 550px;
	padding: 1px 0 0 0px;
	text-align: justify;
	margin: 30px 0 50px 0;
	display: inline;
	}
	
.main_content_full {
	padding: 1px 0 0 0px;
	text-align: justify;
	margin: 30px 0 0 0;
	}
	
ul.ticklist {
	padding: 0px 0 0 0px;
	margin: 0 0 30px 0px;
	}

ul.ticklist li {
	padding: 0 0 0px 40px;
	margin: 0 0 0 0px;
	list-style-type: none;
	background: url(images/tick.png) no-repeat 0 50%;
	line-height: 35px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	}
	
ul.ticklist li:last-child {
	margin: 0 0 30px 0px;
	}
	
/*.main_content ul {
	padding: 15px 0 0 0px;
	margin: 0 0 30px 0px;
	}

.main_content li {
	width: 230px;
	float: left;
	padding: 0 0 0px 40px;
	margin: 0 0 0 0px;
	list-style-type: none;
	background: url(images/tick.png) no-repeat 0 50%;
	line-height: 40px;
	}
	
.main_content ul li:last-child {
	margin: 0 0 30px 0px;
	}*/
	
#base {
	clear: both;
	width: 100%;
	line-height: 20px;
	color: #666;
	height: 359px;
	background: url(images/base_bg.jpg) repeat-x;
	text-shadow: 1px 1px 2px rgba(255,255,255,0.5);
	}
	
#base_mini {
	clear: both;
	width: 100%;
	line-height: 20px;
	color: #666;
	background: url(images/base_bg.jpg) repeat-x;
	text-shadow: 1px 1px 2px rgba(255,255,255,0.5);
	}
	
#base_internal {
	width: 900px;
	position: relative;
	top: 0;
	left: 50%;
	margin: 0 0 0 -450px;
	}
	
#about {
	background: url(images/about_bg.jpg) no-repeat;
	text-align: justify;
	width: 270px;
	padding: 35px 40px 0 0;
	float: left;
	height: 324px;
	}
	
#services {
	background: url(images/services_bg.jpg) no-repeat;
	text-align: justify;
	width: 200px;
	padding: 35px 40px 0 40px;
	float: left;
	height: 324px;
	}
	
#services ul {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 20px;
	}
	
#contact {
	background: url(images/contact_bg.jpg) no-repeat;
	text-align: justify;
	width: 270px;
	padding: 35px 0 0 40px;
	float: left;
	height: 324px;
	}
	
#footer_ridge {
	clear: both;
	width: 100%;
	height: 9px;
	background: url(images/footer_bg.png) repeat-x;
}

#bridge {
	clear: both;
	width: 900px;
	height: 25px;
	position: relative;
	top: 0;
	left: 50%;
	margin: 0 0 0 -450px;
	background: url(images/shelf_upper.png) no-repeat;
}

	
#footer {
	width: 900px;
	height: 210px;
	position: relative;
	top: 0;
	left: 50%;
	margin: 0 0 0 -450px;
	clear: both;
	text-align: center;
	color: #ccc;
	font: 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding-top: 20px;
	line-height: 18px;
	background: url(images/footer_glow.png) top center no-repeat;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	}
	
#central {
	width: 734px;
	float: right;
	}
	
#logo2 a, #logo2 a:visited {
	border: none;
	margin: -2px 0 0 0;
	padding: 0;
	width: 83px;
	height: 29px;
	float: right;
	background: url(images/footer_logo.png) no-repeat;
}

#logo2 a:hover {
	background: url(images/footer_logo.png) no-repeat;
	background-position: 0 -29px;
}

#logo2 span {
	display: none;
}

#backtotop {
	position: fixed;
	top: 50%;
	height: 174px;
	width: 30px;
	left: 50%;
	margin: -87px 0 0 550px;
	padding: 80px 0 0 10px;
	background: url(images/top_bg.png) no-repeat;
	}

* html #backtotop { 
	display: none;
	}
	
#top a, #top a:visited {
	border: none;
	margin: 0 0 0 0;
	padding: 0;
	width: 31px;
	height: 21px;
	background: url(images/top_arrow.png) no-repeat;
	float: left;
}

#top a:hover {
	background: url(images/top_arrow.png) no-repeat;
	background-position: 0 -21px;
}

#top span {
	display: none;
	}


	
/* Navigation */
	
	
	
#nav ul {
	height: 30px;
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
	font-size: 11px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	}
	
#nav li {
	float: left;
	display: inline;
	padding: 0;
	text-align: left;
	margin: 0 0 0 50px;
	}

#nav strong {
	line-height: 14px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	color: #ddd;
	display: block;
	padding-bottom: 1px;
	font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	}
	
#nav a, #nav a:visited {
	text-decoration: none;
	color: #999;
	}

#nav a:hover {
	color: #ddd;
	text-decoration: none;
	}
	
#nav a:hover strong, #nav a.active strong {
	color: #fff;
	}

#nav a:hover strong {	
	text-shadow: 0px 0px 5px rgba(255,255,255,0.8);
	}

#nav a.active {
	color: #e7be65;
	/*padding-bottom: 5px;
	border-bottom: 2px solid #fff;*/
	}

/* ----------- portfolio nav --------------*/

.port_nav {
	width: 550px;
	float: right;
	}
	
.blog_nav {
	width: 550px;
	margin-top: 80px;
	}

.next strong, .prev strong {
	line-height: 14px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	color: #ddd;
	display: block;
	padding-bottom: 1px;
	font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	}
	
a.next {
	float: right;
	text-align: right;
	font-size: 11px;
	display: block;
	padding: 0px 0px 5px 10px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	}
	
a.prev {
	float: left;
	font-size: 11px;
	display: block;
	padding: 0px 10px 5px 0;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	}
	
a:hover.next, a:hover.prev {
	text-decoration: none;
	color: #ddd;
	}
	
a:hover.next strong, a:hover.prev strong {
	color: #fff;
	text-shadow: 0px 0px 5px rgba(255,255,255,0.8);
	text-decoration: none;
	}
	
/* ----------- stylized ----------- */

.columns {
	clear:both;
	width: 900px;
	}

.left-column {
	width: 395px;
	margin-right: 40px;
	float: left;
	}
	
.right-column {
	float: right;
	}
	
#stylized{
	clear: both;
	margin-top: 20px;
}
#stylized label{
display:block;
font-size:14px;
margin: 0 0 10px 0;
font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
}
#stylized .small{
color: #2C3C48;
display:block;
font-weight:normal;
text-shadow: none;
}
#stylized input{
font-size:12px;
padding:8px;
border:solid 0px #5e5040;
width:379px;
height: 15px;
margin:2px 0px 10px 0px;
border-radius : 8px;
	-moz-border-radius : 8px;
	-webkit-border-radius : 8px;
}
#stylized input:focus{
box-shadow: 0px 0px 10px rgba(44,60,72,0.8);
-moz-box-shadow: 0px 0px 10px rgba(44,60,72,0.8);
-webkit-box-shadow: 0px 0px 10px rgba(44,60,72,0.8);
}
#stylized select{
font-size:12px;
padding:8px 8px 8px 8px;
width:344px;
margin:2px 0 20px 0px;
border: 0px solid #fff;
border-radius : 8px;
	-moz-border-radius : 8px;
	-webkit-border-radius : 8px;
}
#stylized textarea{
font-size:12px;
padding:8px;
width:449px;
height: 200px;
margin:2px 0 20px 0px;
border: 0px solid #fff;
border-radius : 8px;
	-moz-border-radius : 8px;
	-webkit-border-radius : 8px;
}
#stylized textarea:focus{
box-shadow: 0px 0px 10px rgba(44,60,72,0.8);
-moz-box-shadow: 0px 0px 10px rgba(44,60,72,0.8);
-webkit-box-shadow: 0px 0px 10px rgba(44,60,72,0.8);
}
#stylized button{
display:block;
width:465px;
height:31px;
background-color:#2C3C48;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
border: 0px solid #fff;
border-radius : 8px;
	-moz-border-radius : 8px;
	-webkit-border-radius : 8px;
	cursor: pointer;
}
#stylized button:hover {
background-color: #e7be65;
color: #000;
box-shadow: 0px 0px 10px rgba(44,60,72,0.8);
-moz-box-shadow: 0px 0px 10px rgba(44,60,72,0.8);
-webkit-box-shadow: 0px 0px 10px rgba(44,60,72,0.8);
}