/* --------------------------------------------------
	
	Designer: Shane Guymon
	Website: http://www.shaneguymon.com
	Date: 03-11-2011
	©Copyright 2011 All Rights Reserved Shane Guymon

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

body  {
	font: 100% Helvetica, Arial, sans-serif;
	background: #F3ECE3 url(../images/bg.jpg) repeat center top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #999;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

.amp {
	font-family: Baskerville, serif;
	font-weight: normal;
	line-height: .5em;
}

/* LOGO */

#logo {
	display: block;
	float: left;
	width:960px;
	height:161px;
	padding: 0px;
	margin: 0 auto;
}

#logo a {
	background: url(../images/logo.png) no-repeat center;
	float: left;
	width:960px;
	height:161px;
	padding: 0px;
}

#logo a:active {
	background: url(../images/logo2.png) no-repeat center;
	margin-top: 1px;
}

#logo a:hover {
	background: url(../images/logo2.png) no-repeat center;
}

#logo a span {
	visibility: hidden;
}

/* ------------------( NAVIGATION )------------------ */

#navigation {
	background: #77573D;
	height: 45px;
	margin: 0 0 15px 0;
	padding: 0;
	border-bottom: 2px solid #CCBAAA;
	box-shadow: 0px 0px 15px #333;
	-webkit-box-shadow: 0px 0px 15px #333;
	-moz-box-shadow: 0px 0px 15px #333;
}

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

#nav {
	margin: 0;
	padding: 0;
	font-family: 'Arvo', Helvetica, Arial, sans-serif;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 960px;
}

#nav ul a {
	display: block;
	float: left;
	width: 158px;
	height: 33px;
	padding: 5px 0;
	margin: 0;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #E8DED4;
	border-left: 1px dotted #A88C74;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
}

#nav ul a:hover, #nav ul a:active, #nav ul a:focus {
	background: url(../images/nav-hover.jpg) no-repeat center top;
	color: #fff;
}

#nav li.selected a {
	background: url(../images/nav-hover.jpg) no-repeat center top;
	color: #fff;
}

#nav ul .first a {
	border-left: hidden;
}

/* HORIZONTAL NAVIGATION MENU FOR PORTFOLIO */

#folioNav {
	float: left;
	display: inline-block;
	margin: 10px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

#folioNav ul {
	float: left;
	display: block;
	width: 880px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#folioNav li a {
	display: block;
	padding: 0 0 5px 0;
	width: 145px;
	text-align: center;
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
	-webkit-transition: color .4s linear;
}

#folioNav ul .first a {
	border-left: hidden;
}

#folioNav li {
	float: left;
	display:inline-block;
}

#folioNav ul a:hover {
	color: #00ADEF;
}

#folioNav ul a:active {
	color: #00ADEF;
}

#folioNav li.selected a {
	color: #ED1C24;
	cursor: default;
	font-weight: bold;
}

/* CONTENT */

#contentwrapper {
	background: #fff;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 0px 0px 8px #ccc;
	-webkit-box-shadow: 0px 0px 8px #ccc;
	-moz-box-shadow: 0px 0px 8px #ccc;
}

#content {
	width: 600px;
	float: left;
	margin: 30px 0 0 0;
	padding: 0 0 0 40px;
}

#content h1 {
	padding-right: 8px;
	font-family: 'Arvo', Helvetica, Arial, sans-serif;
	font-size: 41px;
	line-height: 45px;
	font-weight: bold;
	color: #EB2227;
	text-transform: uppercase;
	text-shadow: 2px 2px 0px #CCC;
	-webkit-text-shadow: 2px 2px 0px #CCC;
	-moz-text-shadow: 2px 2px 0px #CCC;
}

#content h2 {
	padding: 20px 0 0 0;
	font-family: 'Arvo', Helvetica, Arial, sans-serif;
	font-size: 41px;
	line-height: 45px;
	font-weight: bold;
	color: #EB2227;
	text-transform: uppercase;
	border-top: 1px dotted #CCC;
	text-shadow: 2px 2px 0px #CCC;
	-webkit-text-shadow: 2px 2px 0px #CCC;
	-moz-text-shadow: 2px 2px 0px #CCC;
}

#content h3 {
	padding-left: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 8px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00ADEF;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}

#content h5 {
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	font-style: italic;
	color: #00ADEF;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}

#content h4 {
	padding: 0;
	margin: 0;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #ED1C24;
	text-shadow: 2px 2px 0px #CCC;
	-webkit-text-shadow: 2px 2px 0px #CCC;
	-moz-text-shadow: 2px 2px 0px #CCC;
} 

#content p {
	padding-right: 10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #666;
}

#content .feature {
	float: left;
	width: 270px;
	margin-right: 30px;
	margin-top: 10px;
}

/* -----------( BEGIN ABOUT PAGE )----------- */

#box {
	float: left;
	width: 960px;
	margin: 0;
}

#box h1 {
	padding-right: 8px;
	font-family: 'Arvo', Helvetica, Arial, sans-serif;
	font-size: 41px;
	line-height: 45px;
	font-weight: bold;
	color: #EB2227;
	text-transform: uppercase;
	text-shadow: 2px 2px 0px #CCC;
	-webkit-text-shadow: 2px 2px 0px #CCC;
	-moz-text-shadow: 2px 2px 0px #CCC;
}

#box2 {
	float: left;
	width: 960px;
	margin: 0;
}

#box2 h2 {
	margin: 15px 40px 0 40px;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 35px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	text-transform: none;
	color: #00ADEF;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	text-shadow: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
}

#box2 h3 {
	padding: 0 8px 0 0;
	margin: 10px 0;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #ED1C24;
	text-shadow: 2px 2px 0px #CCC;
	-webkit-text-shadow: 2px 2px 0px #CCC;
	-moz-text-shadow: 2px 2px 0px #CCC;
	border-top: none;
	border-bottom: 1px solid #ccc;
	text-align: center;
} 

#box2 .photo-left {
	float: left;
	width: 245px;
	padding: 20px 15px 20px 15px;
	margin: 10px 20px 10px 40px;
	text-align: center;
}

#box2 .photo-center {
	float: left;
	width: 255px;
	padding: 20px 15px 20px 15px;
	margin: 10px 0;
	border-left: 1px dotted #CCC;
	border-right: 1px dotted #CCC;
	text-align: center;
}

#box2 .photo-right {
	float: right;
	width: 245px;
	padding: 20px 15px 20px 15px;
	margin: 10px 40px 10px 0;
	text-align: center;
}

#box2 p {
	padding-right: 0;
	padding-top: 0;
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
	text-align: center;
}

#box2 .feature-end {
	float: left;
	width: 260px;
	margin-right: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 20px; 
}

#box2 .feature-end p {
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #666;
}

div.container {
	width: 880px;
	margin: 30px 0 0 40px;
	padding: 0;
	float: left; 
}

#contentwrapper div.container h2 {
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 35px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	text-transform: none;
	color: #00ADEF;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	text-shadow: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
}

div.col-left {
	width: 550px;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0 0 40px;
}

div.col-left div.number+p {
	margin: 0;
	padding: 10px 10px 0 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #666;
}

div.number {
	float: left;
	width: 30px;
	height: 30px;
	margin: 5px 15px 20px 0;
	padding: 15px;
	background: #EB2227;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	-moz-box-shadow: 0px 0px 5px #ccc;
}

#sidebar {
	float: right;
	margin: 100px 40px 0 0;
	padding: 0;
	width: 260px;
}

#sidebar h2 {
	background: #E8DED4;
	padding: 10px 20px;
	margin: 0 0 10px 0;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;	
}

div.column-right {
	float: right;
	width: 260px;
	margin: 0;
	padding: 0;
	border-left: 1px dotted #E8DED4;
}
	

/* -------------( CONNECT )------------- */

/* DRIBBBLE */

div.dribbble {
	display: block;
	float: left;
	width: 260px;
	height: 60px;
	margin: 15px 0 0 0;
	border-bottom: 1px dotted #E8DED4;
}

div.dribbble a {
	background: url(../images/icons/dribbble-icon.png) no-repeat left top;
	float: left;
	width: 260px;
	height: 60px;
	font-family: 'Arvo', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #999;
	padding: 15px 0 0 90px;
}

div.dribbble a:hover, div.dribbble a:focus {
	background: url(../images/icons/dribbble-icon2.png) no-repeat left top;
	color: #EB2227;
	text-decoration: none;
}

div.dribbble a span {
	visibility: hidden;
}

/* TWITTER */

div.twitter {
	display: block;
	float: left;
	width: 260px;
	height: 60px;
	margin: 15px 0 0 0;
	border-bottom: 1px dotted #E8DED4;
}

div.twitter a {
	background: url(../images/icons/twitter-icon.png) no-repeat left top;
	float: left;
	width: 260px;
	height: 60px;
	font-family: 'Arvo', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #999;
	padding: 15px 0 0 90px;
}

div.twitter a:hover, div.twitter a:focus {
	background: url(../images/icons/twitter-icon2.png) no-repeat left top;
	color: #EB2227;
	text-decoration: none;
}

div.twitter a span {
	visibility: hidden;
}

/* FACEBOOK */

div.facebook {
	display: block;
	float: left;
	width: 260px;
	height: 60px;
	margin: 15px 0 0 0;
	border-bottom: 1px dotted #E8DED4;
}

div.facebook a {
	background: url(../images/icons/facebook-icon.png) no-repeat left top;
	float: left;
	width: 260px;
	height: 60px;
	font-family: 'Arvo', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #999;
	padding: 15px 0 0 90px;
}

div.facebook a:hover, div.facebook a:focus {
	background: url(../images/icons/facebook-icon2.png) no-repeat left top;
	color: #EB2227;
	text-decoration: none;
}

div.facebook a span {
	visibility: hidden;
}

/* FLICKR */

div.flickr {
	display: block;
	float: left;
	width: 260px;
	height: 60px;
	margin: 15px 0 0 0;
	border-bottom: 1px dotted #E8DED4;
}

div.flickr a {
	background: url(../images/icons/flickr-icon.png) no-repeat left top;
	float: left;
	width: 260px;
	height: 60px;
	font-family: 'Arvo', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #999;
	padding: 15px 0 0 90px;
}

div.flickr a:hover, div.flickr a:focus {
	background: url(../images/icons/flickr-icon2.png) no-repeat left top;
	color: #EB2227;
	text-decoration: none;
}

div.flickr a span {
	visibility: hidden;
}

/* VIMEO */

div.vimeo {
	display: block;
	float: left;
	width: 260px;
	height: 60px;
	margin: 15px 0 0 0;
	border-bottom: 1px dotted #E8DED4;
}

div.vimeo a {
	background: url(../images/icons/vimeo-icon.png) no-repeat left top;
	float: left;
	width: 260px;
	height: 60px;
	font-family: 'Arvo', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #999;
	padding: 15px 0 0 90px;
}

div.vimeo a:hover, div.vimeo a:focus {
	background: url(../images/icons/vimeo-icon2.png) no-repeat left top;
	color: #EB2227;
	text-decoration: none;
}

div.vimeo a span {
	visibility: hidden;
}

/* YOUTUBE */

div.youtube {
	display: block;
	float: left;
	width: 260px;
	height: 60px;
	margin: 15px 0 0 0;
	border-bottom: 1px dotted #E8DED4;
}

div.youtube a {
	background: url(../images/icons/youtube-icon.png) no-repeat left top;
	float: left;
	width: 260px;
	height: 60px;
	font-family: 'Arvo', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #999;
	padding: 15px 0 0 90px;
}

div.youtube a:hover, div.youtube a:focus {
	background: url(../images/icons/youtube-icon2.png) no-repeat left top;
	color: #EB2227;
	text-decoration: none;
}

div.youtube a span {
	visibility: hidden;
}

/* LINKED IN */

div.linkedin {
	display: block;
	float: left;
	width: 260px;
	height: 60px;
	margin: 15px 0 0 0;
	border-bottom: 1px dotted #E8DED4;
}

div.linkedin a {
	background: url(../images/icons/linkedin-icon.png) no-repeat left top;
	float: left;
	width: 260px;
	height: 60px;
	font-family: 'Arvo', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #999;
	padding: 15px 0 0 90px;
}

div.linkedin a:hover, div.linkedin a:focus {
	background: url(../images/icons/linkedin-icon2.png) no-repeat left top;
	color: #EB2227;
	text-decoration: none;
}

div.linkedin a span {
	visibility: hidden;
}

/* DELICIOUS */

div.delicious {
	display: block;
	float: left;
	width: 260px;
	height: 60px;
	margin: 15px 0 0 0;
	border-bottom: 1px dotted #E8DED4;
}

div.delicious a {
	background: url(../images/icons/delicious-icon.png) no-repeat left top;
	float: left;
	width: 260px;
	height: 60px;
	font-family: 'Arvo', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #999;
	padding: 15px 0 0 90px;
}

div.delicious a:hover, div.delicious a:focus {
	background: url(../images/icons/delicious-icon2.png) no-repeat left top;
	color: #EB2227;
	text-decoration: none;
}

div.delicious a span {
	visibility: hidden;
}

/* -----------( END ABOUT PAGE )----------- */

div.contactme {
	float: left;
	width: 280px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	background: #E2F4FD;
	border: 1px solid #00ADEF;
}

#content .contactme p {
	padding-top: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 15px;
	line-height: 21px;
	font-weight: normal;
	color: #666666;
}

/* PORTFOLIO CONTAINER */

#folio {
	width: 880px;
	float: left;
	margin: 20px 0 0 0;
	padding: 0 40px;
	color: #E2E2E2;
}

#folio h1 {
	margin: 30px 0 20px 0;
	padding: 0;
	font-family: 'Arvo', Helvetica, Arial, sans-serif;
	font-size: 41px;
	line-height: 45px;
	font-weight: bold;
	color: #ED1C24;
	text-transform: uppercase;
	text-shadow: 2px 2px 0px #CCC;
	-webkit-text-shadow: 2px 2px 0px #CCC;
	-moz-text-shadow: 2px 2px 0px #CCC;
}

#folio h2 {
	margin: 30px 0 20px 0;
	padding: 20px 0 0 0;
	font-family: 'Arvo', Helvetica, Arial, sans-serif;
	font-size: 41px;
	line-height: 45px;
	font-weight: bold;
	color: #ED1C24;
	text-transform: uppercase;
	text-shadow: 2px 2px 0px #CCC;
	-webkit-text-shadow: 2px 2px 0px #CCC;
	-moz-text-shadow: 2px 2px 0px #CCC;
	border-top: 1px dotted #CCC;
}

#folio h3 {
	padding: 0 8px 0 0;
	margin: 10px 0;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #ED1C24;
	text-shadow: 2px 2px 0px #CCC;
	-webkit-text-shadow: 2px 2px 0px #CCC;
	-moz-text-shadow: 2px 2px 0px #CCC;
} 

#folio p {
	padding: 0 50px 10px 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #666;
}

#folio .feature {
	float: left;
	width: 270px;
	padding-right: 15px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right: 1px dotted #CCC; 
}

#folio .feature p {
	padding-right: 0;
	padding-top: 0;
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
}

#folio .feature-end {
	float: left;
	width: 260px;
	margin-right: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 20px; 
}

#folio .feature-end p {
	padding-right: 0;
	padding-top: 0;
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #666;
}

#folio .empty {
	float: left;
	width: 250px;
	padding-right: 15px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 20px; 
}

#folio .contactme p {
	padding-top: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 15px;
	line-height: 23px;
	font-weight: normal;
	color: #666;
}

#folio a img {
	filter:alpha(opacity=65);
    -moz-opacity:0.65;
    -khtml-opacity: 0.65;
    opacity: 0.65;
	border-radius: 160px;
	-webkit-border-radius: 160px;
	-moz-border-radius: 160px;
}

#folio a:hover img {
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
	transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
}

/* ------------------( SLIDESHOW )------------------ */
	
#slideshow {
	width: 900px;
	height: 390px;
	margin: 0;
	padding: 0;
	float: left;
	border-bottom: 1px dotted #CCC; 
}

#slideshow h1 {
	font-family: 'Arvo', Helvetica, Arial, sans-serif;
	font-size: 35px;
	line-height: 45px;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0;
	color: #ED1C24;
	text-transform: uppercase;
	text-shadow: 2px 2px 0px #CCC;
	-webkit-text-shadow: 2px 2px 0px #CCC;
	-moz-text-shadow: 2px 2px 0px #CCC;
}

#slideshow h2 {
	padding-left: 0;
	padding-right: 8px;
	padding-bottom: 0;
	margin-bottom: 0;
	font-family: 'Arvo', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ED1C24;
} 

#slideshow p {
	padding: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #666;
}

#slideshow .floatlft {
	float: left;
	padding: 10px 20px 20px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 30px;
}

#prev {
	margin: 170px 0 0 0;
	background: url(../images/btn-prev.png) no-repeat center top;
	float: left;
	width: 30px;
	height: 61px;
}

#prev:hover {
	margin: 170px 0 0 0;
	background: url(../images/btn-prev2.png) no-repeat center top;
	float: left;
	width: 30px;
	height: 61px;
}

#next {
	margin: 170px 0 0 0;
	background: url(../images/btn-next.png) no-repeat center top;
	float: right;
	width: 30px;
	height: 61px;
}

#next:hover {
	margin: 170px 0 0 0;
	background: url(../images/btn-next2.png) no-repeat center top;
	float: right;
	width: 30px;
	height: 61px;
}

/* FEATURES */

div.feature {
	float: left;
	width: 880px;
	margin: 30px 20px 0 0;
}

.feature2 {
	float: left;
	margin-left: 25px;
}

/* ---------------( FEATURES IMAGES )--------------- */

/* 1 */

#feature-image1 {
	display: block;
	background: url(../images/feature/web-feature1.jpg) no-repeat center top;
	float: left;
	width:430px;
	height:317px;
	margin: 0 30px 5px 0;
	border: 5px solid #E2E2E2;
}

#feature-image1 a {
	background: url(../images/feature/web-feature1.jpg) no-repeat center top;
	float: left;
	width:430px;
	height:317px;
}

#feature-image1 a:hover, #feature-image1 a:focus {
	background: url(../images/feature/hover-feature.png) no-repeat center top;
}

#feature-image1 a span {
	visibility: hidden;
}

/* 2 */

#feature-image2 {
	display: block;
	background: url(../images/feature/web-feature2.jpg) no-repeat center top;
	float: left;
	width:430px;
	height:317px;
	margin: 0 30px 5px 0;
	border: 5px solid #E2E2E2;
}

#feature-image2 a {
	background: url(../images/feature/web-feature2.jpg) no-repeat center top;
	float: left;
	width:430px;
	height:317px;
}

#feature-image2 a:hover, #feature-image2 a:focus {
	background: url(../images/feature/hover-feature.png) no-repeat center top;
}

#feature-image2 a span {
	visibility: hidden;
}

/* 3 */

#feature-image3 {
	display: block;
	background: url(../images/feature/web-feature3.jpg) no-repeat center top;
	float: left;
	width:430px;
	height:317px;
	margin: 0 30px 5px 0;
	border: 5px solid #E2E2E2;
}

#feature-image3 a {
	background: url(../images/feature/web-feature3.jpg) no-repeat center top;
	float: left;
	width:430px;
	height:317px;
}

#feature-image3 a:hover, #feature-image3 a:focus {
	background: url(../images/feature/hover-feature.png) no-repeat center top;
}

#feature-image3 a span {
	visibility: hidden;
}

/* 4 */

#feature-image4 {
	display: block;
	background: url(../images/feature/web-feature4.jpg) no-repeat center top;
	float: left;
	width:430px;
	height:317px;
	margin: 0 30px 5px 0;
	border: 5px solid #E2E2E2;
}

#feature-image4 a {
	background: url(../images/feature/web-feature4.jpg) no-repeat center top;
	float: left;
	width:430px;
	height:317px;
}

#feature-image4 a:hover, #feature-image4 a:focus {
	background: url(../images/feature/hover-feature.png) no-repeat center top;
}

#feature-image4 a span {
	visibility: hidden;
}

/* 5 */

#feature-image5 {
	display: block;
	background: url(../images/feature/web-feature5.jpg) no-repeat center top;
	float: left;
	width:430px;
	height:317px;
	margin: 0 30px 5px 0;
	border: 5px solid #E2E2E2;
}

#feature-image5 a {
	background: url(../images/feature/web-feature5.jpg) no-repeat center top;
	float: left;
	width:430px;
	height:317px;
}

#feature-image5 a:hover, #feature-image5 a:focus {
	background: url(../images/feature/hover-feature.png) no-repeat center top;
}

#feature-image5 a span {
	visibility: hidden;
}

/* 6 */

#feature-image6 {
	display: block;
	background: url(../images/feature/web-feature6.jpg) no-repeat center top;
	float: left;
	width:430px;
	height:317px;
	margin: 0 30px 5px 0;
	border: 5px solid #E2E2E2;
}

#feature-image6 a {
	background: url(../images/feature/web-feature6.jpg) no-repeat center top;
	float: left;
	width:430px;
	height:317px;
}

#feature-image6 a:hover, #feature-image6 a:focus {
	background: url(../images/feature/hover-feature.png) no-repeat center top;
}

#feature-image6 a span {
	visibility: hidden;
}

/* 7 */

#feature-image7 {
	display: block;
	background: url(../images/feature/web-feature7.jpg) no-repeat center top;
	float: left;
	width:430px;
	height:317px;
	margin: 0 30px 5px 0;
	border: 5px solid #E2E2E2;
}

#feature-image7 a {
	background: url(../images/feature/web-feature7.jpg) no-repeat center top;
	float: left;
	width:430px;
	height:317px;
}

#feature-image7 a:hover, #feature-image7 a:focus {
	background: url(../images/feature/hover-feature.png) no-repeat center top;
}

#feature-image7 a span {
	visibility: hidden;
}

/* LEFT NAVIGATION MENU */

#sidelist {
	width: 260px;
	margin: 40px 40px 0 0;
	float: right;
	text-align: left;
	border-left: 1px dotted #ccc;
}

#sidelist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: none;
}

#sidelist ul a {
	display: block;
	text-decoration: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	width: 245px;
	height: 23px;
	line-height: 22px;
	padding-left: 15px;
	background-color: #FFFFFF;
	color: #999999;
	border-bottom: 1px dotted #CCC;
	
	-webkit-transition: background-color .4s linear;
}

#sidelist li {
	padding: 0;
}

#sidelist ul a:hover {
	padding-left: 17px;
	background-color: #E2F4FD;
	color: #ED1C24;
}

#sidelist ul a:active {
	background-color: #C7EAFB;
	color: #ED1C24;
}

html>body #sidelist ul a {
	margin: auto;
}

#portfolio #sidelist .portfolio a {
	width: 260px;
	height: 23px;
	line-height: 22px;
	padding-left: 10px;
	background-color: #E2F4FD;
	color: #ED1C24;
}

#sidelist h1 {
	margin: 0 0 0 10px;
	padding: 5px 8px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background: #ED1C24;
	color: #fff;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}

#sidelist h2 {
	margin: 0 0 0 10px;
	padding: 5px 8px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background: #ED1C24;
	color: #fff;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}

#sidelist p {
	padding-left: 10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #999999;
}

/* MAIN LIST */

#linkage {
	width: 868px;
	margin-right: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	text-align: left;
	border-top: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
}

#linkage ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: none;
}

#linkage ul a {
	display: block;
	text-decoration: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	width: 858px;
	height: 23px;
	line-height: 22px;
	padding-left: 10px;
	background-color: #FFFFFF;
	color: #999999;
	border-bottom: 1px dotted #CCC;
	
	-webkit-transition: background-color .4s linear;
}

#linkage li {
	padding: 0;
}

#linkage ul a:hover {
	width: 856px;
	padding-left: 12px;
	background-color: #E2F4FD;
	color: #ED1C24;
}

#linkage ul a:active {
	background-color: #C7EAFB;
	color: #ED1C24;
}

html>body #linkage ul a {
	margin: auto;
}

/* ENDING FOOTER AREA */

#copyright-home {
	border-top: 3px solid #CCC;
	width: 880px;
	margin: 0 0 0 40px;
	padding: 10px 0 30px 0;
}

#copyright-home p {
	margin: 0;
	padding: 5px 0 0 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	color: #999;
}

#copyright {
	border-top: 3px solid #CCC;
	width: 880px;
	margin: 0 0 20px 0;
	padding: 10px 0;
}

#copyright p {
	margin: 0;
	padding: 5px 0 0 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	color: #999;
}

#footerwrapper {
	float: left;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#end {
	float: left;
	width: 960px;
	height: 150px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: right;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999;
}

/* FOOTER NAVIGATION MENU */

#footerNav {
	float: left;
	display: inline-block;
	margin: 10px 0 10px 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#footerNav ul {
	float: left;
	display:inline-block;
	width: 950px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#footerNav li a {
	display:inline-block;
	padding-top: 0;
	padding-bottom: 1px;
	padding-left: 8px;
	padding-right: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #00ADEF;
	font-weight: bold;
	border-right: 1px solid #fff;
	
	-webkit-transition: color .4s linear;
}

#footerNav ul .first a {
	border-left: hidden;
}

#footerNav li {
	float: left;
	display:inline-block;
}

#footerNav ul a:hover, #footerNav ul a:active {
	color: #ED1C24;
}

#footerNav em {
	font-family: Baskerville, serif;
	font-weight: normal;
	font-size: 1.2em;
}

#footerNav li.selected a {
	color: #ED1C24;
	cursor: default;
	font-weight: bold;
}

/* CLEARING ELEMENT */

#footer {
	clear: both;
}

.clear {
	clear: both;
}

.line {
	clear: both;
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #ccc;
}

/* FLOAT LEFT OR RIGHT */

.floatlft {
	float: left;
	padding: 0 20px 5px 0;
}

.floatrt {
	float: right;
	padding: 0 0 5px 20px;
}

.share {
	float: left;
	padding: 0;
	margin: 0;
}

/* ----------- FLICKR ----------- */

#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff; padding: 5px; -webkit-transition: border .4s linear;}
#flickr_badge_uber_wrapper a:link img,
#flickr_badge_uber_wrapper a:visited img{border: 5px solid #DDD1C3; -webkit-transition: border .4s linear;}
#flickr_badge_uber_wrapper a:hover img{border: 5px solid #06aff0;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}

/* ----------- END OF FLICKR ----------- */



/* CONTACT FORM: This contains the contact form so there is a margin on the left side. */

#contactform {
	width: 420px;
	float: left;
	margin-left: 0;
}

#comment-form fieldset {
	margin: 0 0 5px 0;
	border: none;
}

#comment-form fieldset label {
	display: block;
	margin: 0 0 8px 0;
	font-family: 'Arvo', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ED1C24;
}

#comment-form label {
	margin: 0 0 8px 5px;
	font-family: 'Arvo', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}

#comment-form fieldset input,
#comment-form fieldset textarea {
	width: 500px;
	padding: 10px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #333;
	border: none;
	background: #F3ECE3;
	border: 3px solid #E8DED4;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#comment-form fieldset input:hover,
#comment-form fieldset textarea:hover {
	background-color: #EAE1D8;
}

#comment-form fieldset textarea {
	height: 200px;
}

.message-text {
	display: block;
	width: 500px;
	padding: 10px;
	font-family: 'Cabin', arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #C02F00;
}

#comment-form fieldset input:focus,
#comment-form fieldset textarea:focus {
	background: #fff;
	border: 3px solid #ed1c24;
	outline: none;
	box-shadow: 0px 0px 8px #ccc;
	-webkit-box-shadow: 0px 0px 8px #ccc;
	-moz-box-shadow: 0px 0px 8px #ccc;
}

#comment-form .form-input-button {
	width: 300px;
	height: 49px;
	padding: 0;
	font-family: 'Arvo', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	border: none;
	color: #F3ECE3;
	text-shadow: 0px -1px 0px #374683;
	text-decoration: none;
	text-align: center;
	background: #ED1C24 url(../images/glass-btn.png) repeat-x 0 50%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 0 5px #E86B74;
	-webkit-box-shadow: 0 0 5px #E86B74;
	-moz-box-shadow: 0 0 5px #E86B74;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
}

#comment-form .form-input-button:hover,
#comment-form .form-input-button:focus {
	background-color: #00AEEF;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 0 5px #28C;
	-webkit-box-shadow: 0 0 5px #28C;
	-moz-box-shadow: 0 0 5px #28C;
}

/* LINKAGE */

a:link, a:visited {
	color: #ED1C24;
	text-decoration: none;
	-webkit-transition: color .4s linear;
}
a:hover, a:active, a:focus {
	color: #00ADEF;
	text-decoration: underline;
}

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


a.link2:link, a.link2:visited {
  color:#E2E2E2;
  text-decoration:none;
  -webkit-transition: border .4s linear;
  }
  
a.link2:hover {
  color: #06aff0;
  text-decoration: none;
  }
  
a.link2:link img, a.link2:visited img {  
   border: 5px solid #E2E2E2;
   -webkit-transition: border .4s linear;
   }
   
a.link2:hover img{  
   border: 5px solid #06aff0;
   }
	
/* -------------( CONTACT BUTTON )----------------- */

div.btn-contact {
	float: right;
	margin: 10px 0 0 0;
	}
div.btn-contact a {
	display: block;
	padding: 15px 30px;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Arvo', Helvetica, Arial, sans-serif;
	color: #F3ECE3;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	background: #ED1C24 url(../images/glass-btn.png) repeat-x 0 50%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 0 5px #E86B74;
	-webkit-box-shadow: 0 0 5px #E86B74;
	-moz-box-shadow: 0 0 5px #E86B74;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	}
div.btn-contact a:active {
	margin-top: 1px;
	}
div.btn-contact a:hover, div.btn-contact a:focus {
	border-color: #AF0E1A;
	background-color: #AF0E1A;
	color: #fff;
	text-decoration: none;
	}
	
/* -------------( VIEW MORE WEBSITES BUTTON )----------------- */

div.btn-more {
	float: right;
	margin: 17px 0 0 20px;
	}
div.btn-more a {
	display: block;
	padding: 0 15px;
	font-size: 14px;
	line-height: 35px;
	font-family: 'Arvo', Helvetica, Arial, sans-serif;
	color: #F3ECE3;
	text-decoration: none;
	text-align: center;
	background: #00AEEF url(../images/glass-btn.png) repeat-x 0 50%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 0 5px #28C;
	-webkit-box-shadow: 0 0 5px #28C;
	-moz-box-shadow: 0 0 5px #28C;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	}
div.btn-more a:active {
	margin-top: 1px;
	}
div.btn-more a:hover, div.btn-more a:focus {
	border-color: #048DB7;
	background-color: #048DB7;
	text-decoration: none;
	color: #fff;
	}
	
/* -------------( WORK BUTTON )----------------- */

div.btn-work {
	float: right;
	width: 240px;
	margin: 10px 20px;
	}
div.btn-work a {
	display: block;
	padding: 15px;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Arvo', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #F3ECE3;
	text-decoration: none;
	text-align: center;
	background: #ED1C24 url(../images/glass-btn.png) repeat-x 0 50%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 0 5px #E86B74;
	-webkit-box-shadow: 0 0 5px #E86B74;
	-moz-box-shadow: 0 0 5px #E86B74;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	}
div.btn-work a:active {
	margin-top: 1px;
	}
div.btn-work a:hover, div.btn-work a:focus {
	border-color: #AF0E1A;
	background-color: #AF0E1A;
	color: #fff;
	text-decoration: none;
	}
	
/* -------------( VIEW WEBSITES BUTTON )----------------- */

div.btn-view {
	margin: 15px 10px 0 10px;
	}
div.btn-view a {
	display: block;
	padding: 0 15px;
	font-size: 14px;
	line-height: 35px;
	font-family: 'Arvo', Helvetica, Arial, sans-serif;
	color: #F3ECE3;
	text-decoration: none;
	text-align: center;
	background: #00AEEF url(../images/glass-btn.png) repeat-x 0 50%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 0 3px #28C;
	-webkit-box-shadow: 0 0 3px #28C;
	-moz-box-shadow: 0 0 3px #28C;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	}
div.btn-view a:active {
	margin-top: 1px;
	}
div.btn-view a:hover, div.btn-view a:focus {
	border-color: #048DB7;
	background-color: #048DB7;
	text-decoration: none;
	color: #fff;
	}
	
/* ----------( BACK TO TOP LINK )---------- */

.toTop{
	margin: 0 0 0 10px;
	padding: .5em 1em;
	cursor:hand;
	cursor:pointer;
	float: right;
	font-family: "Myriad Pro", Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size:14px;
	line-height: 1em;
	background: #fff;
	color: #00ADEF;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
.toTop:hover{
	background-color: #F3ECE3;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
}

/* BUY NOW BUTTON */

#buy {
	display: block;
	background: url(../images/buy.jpg) no-repeat center top;
	float: left;
	width:95px;
	height:30px;
	padding: 0px;
}

#buy a {
	background: url(../images/buy.jpg) no-repeat center top;
	float: left;
	width:95px;
	height:30px;
	padding: 0px;
}

#buy a:hover {
	background: url(../images/buy2.jpg) no-repeat center top;
}

#buy a span {
	visibility: hidden;
}

/* SUBSCRIBE BUTTON */

#subscribe {
	display: block;
	background: url(../images/subscribe.jpg) no-repeat center top;
	float: left;
	width:95px;
	height:30px;
	padding: 0px;
}

#subscribe a {
	background: url(../images/subscribe.jpg) no-repeat center top;
	float: left;
	width:95px;
	height:30px;
	padding: 0px;
}

#subscribe a:hover {
	background: url(../images/subscribe2.jpg) no-repeat center top;
}

#subscribe a span {
	visibility: hidden;
}

/* FLICKR BUTTON */

#flickr-btn {
	display: block;
	background: url(../images/flickr-btn.png) no-repeat center top;
	float: left;
	width:455px;
	height:50px;
	padding: 0px;
	margin-top: 25px;
}

#flickr-btn a {
	background: url(../images/flickr-btn.png) no-repeat center top;
	float: left;
	width:455px;
	height:50px;
	padding: 0px;
}

#flickr-btn a:hover {
	background: url(../images/flickr-btn2.png) no-repeat center top;
}

#flickr-btn a span {
	visibility: hidden;
}

/* WORK WITH ME BUTTON */

#workButton {
	display: block;
	background: url(../images/work-btn.jpg) no-repeat center top;
	float: right;
	width:272px;
	height:81px;
}

#workButton a {
	background: url(../images/work-btn.jpg) no-repeat center top;
	float: right;
	width:272px;
	height:81px;
	padding: 0px;
}

#workButton a:hover {
	background: url(../images/work-btn2.jpg) no-repeat center top;
}

#workButton a span {
	visibility: hidden;
}

/* --------------( CUSTOM SELECTION )-------------- */

/* Mozilla based browsers */
::-moz-selection {
    color: #fff;
	background: #EC1C24;
}

/* Works in Safari */
::selection {
    color: #fff;
	background: #EC1C24;
}

/* --------------( PRELOAD )-------------- */

#preload { display: none; }