
body  {
	font: 100%;
	background: #E6E1CB;
	margin: 0;
	padding: 0;
	min-width: 1020px;
	border-top: 20px solid #636466;
}

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

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

.amp {
	font-family: Baskerville, Georgia, serif;
	font-style: italic;
	font-weight: normal;
}

strong {
	font-weight: normal;
}

/* ------------------( HEADER )------------------ */

#header {
	background: url(../images/bg-top.png) repeat-x top center;
	height: 197px;
	width: 100%;
	
}

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

/* LOGO */

#logo {
	display: block;
	float: left;
	width: 313px;
	height: 85px;
	padding: 0;
	margin: 50px 0 0 20px;
}

#logo a {
	background: url(../images/logo.png) no-repeat center top;
	float: left;
	width: 313px;
	height: 85px;
}

#logo a span {
	visibility: hidden;
}

/* NAVIGATION */

#navWrap {
	width: 400px;
	margin: 0;
	padding: 0;
}

#nav {
	margin: 0;
	padding: 0;
	font-family: "ITC Avant Garde Gothic", helvetica, arial, san-serif;
}

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

#nav ul a {
	display: block;
	float: left;
	padding: 0 20px;
	margin: 0;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #636466;
	border-left: 1px solid #636466;
	transition: color .2s linear;
	-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 {
	color: #88AAAF;
}

#nav li.selected a {
	color: #88AAAF;
}

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

/* ------------------( CONTACT INFO )------------------ */

#contact-info {
	float: right;
	width: 400px;
	margin: 50px 0 0 0;
	padding: 0;
}

/* BIO */

#bio {
	float: left;
	width: 300px;
	margin: 0;
	padding: 10px 0 10px 20px;
	text-align: left;
	font-family: "ITC Avant Garde Gothic", helvetica, arial, san-serif;
	font-weight: bold;
	font-size: 25px;
	line-height: 35px;
	color: #00517A;
	border-left: 1px solid #9D9FA2;
}

#bio h1 {
	margin: 0;
	padding: 0;
	font-family: "ITC Avant Garde Gothic", helvetica, arial, san-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	text-transform: uppercase;
	color: #636466;
}

#bio h1 a {
	font-family: "ITC Avant Garde Gothic", helvetica, arial, san-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	text-transform: uppercase;
	color: #636466;
	text-decoration: none;
	transition: color .2s linear;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
}

#bio h1 a:hover {
	color: #88AAAF;
	text-decoration: none;
}

#bio p {
	margin: 0;
	padding: 0;
	font-family: "ITC Avant Garde Gothic", helvetica, arial, san-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #636466;
}

#contact-info .icn {
	float: left;
	padding: 15px 15px 0 0;
}

/* ------------------( END CONTACT INFO )------------------ */


/* CONTAINER */

#content {
	width: 960px;
	float: left;
	margin: 20px 0 20px 0;
	padding: 0;
	text-align: left;
}

#content h1 {
	margin: 20px 0 0 0;
	padding: 10px 20px 0 0;
	font-family: 'Dancing Script', helvetica, arial, san-serif;
	font-size: 50px;
	line-height: 60px;
	font-weight: normal;
	color: #636466;
}

#content p {
	margin: 20px 0 0 0;
	font-family: "ITC Avant Garde Gothic", helvetica, arial, san-serif;
	font-size: 14px;
	line-height: 34px;
	color: #231F20;
}

.reg{
	font-size: .5em;
	line-height: .5em;
}

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

#content ul {
	background: #faf5e5;
	margin: 10px 10px 0 10px;
	padding: 15px;
	list-style-type: none;
	border-top: 1px solid #EFD8A4;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

#content li {
	background: url(../images/bullet.png) no-repeat 0 50%;
	list-style: none;
	display: block;
	padding-left: 23px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
	color: #00517A;
	border-bottom: 1px dotted #EFD8A4;
}
	
/* ---------------( PORTFOLIO )--------------- */

div.folio {
	float: left;
	width: 172px;
	margin: 0 20px 20px 0;
	padding: 0;
}

div.folio-alt {
	float: left;
	width: 172px;
	margin: 0 0 20px 0;
	padding: 0;
}

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

div.pc {
	background: url(../images/btn-pc.png) no-repeat center;
	display: block;
	float: left;
	width: 134px;
	height: 130px;
	margin: 0 52px 0 0;
}

div.pc a {
	background: url(../images/btn-pc.png) no-repeat center;
	float: left;
	width: 134px;
	height: 130px;
}

div.pc a:hover, div.pc a:focus {
	background: url(../images/btn-pc2.png) no-repeat center;
}

div.pc a span {
	visibility: hidden;
}

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

div.facebook {
	background: url(../images/btn-facebook.png) no-repeat center;
	display: block;
	float: left;
	width: 129px;
	height: 130px;
	margin: 0 52px 0 0;
}

div.facebook a {
	background: url(../images/btn-facebook.png) no-repeat center;
	float: left;
	width: 129px;
	height: 130px;
}

div.facebook a:hover, div.facebook a:focus {
	background: url(../images/btn-facebook2.png) no-repeat center;
}

div.facebook a span {
	visibility: hidden;
}

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

div.linked {
	background: url(../images/btn-linkedin.png) no-repeat center;
	display: block;
	float: left;
	width: 146px;
	height: 130px;
	margin: 0 52px 0 0;
}

div.linked a {
	background: url(../images/btn-linkedin.png) no-repeat center;
	float: left;
	width: 146px;
	height: 130px;
}

div.linked a:hover, div.linked a:focus {
	background: url(../images/btn-linkedin2.png) no-repeat center;
}

div.linked  a span {
	visibility: hidden;
}

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

div.flickr {
	background: url(../images/btn-flickr.png) no-repeat center;
	display: block;
	float: left;
	width: 390px;
	height: 130px;
}

div.flickr a {
	background: url(../images/btn-flickr.png) no-repeat center;
	float: left;
	width: 390px;
	height: 130px;
}

div.flickr a:hover, div.flickr a:focus {
	background: url(../images/btn-flickr2.png) no-repeat center;
}

div.flickr a span {
	visibility: hidden;
}

/* ENDING FOOTER AREA BACKGROUND */

#endbg  {
	margin: 0 auto;
	padding: 0;
	color: #F9F0DC;
	min-width: 990px;
}

/* ENDING FOOTER AREA */

#end {
	width: 960px;
	height: 200px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#copyright {
	float: left;
	width: 960px;
	margin: 0;
	padding: 10px 0 10px 0;
	text-align: left;
	font-family: "ITC Avant Garde Gothic", helvetica, arial, san-serif;
	font-size: 12px;
	line-height: 18px;
	color: #C5BD8C;
	text-align: center;
}

/* CLEARING ELEMENT */

#footer {
	clear: both;
}

.clear {
	clear: both;
}

/* FLOAT LEFT OR RIGHT */

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

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

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

/* ------------------( CONTACT FORM )------------------ */

.star {
	font-family: "ITC Avant Garde Gothic", helvetica, arial, san-serif;
	font-size: 14px;
	line-height: 20px;
	color: #C92F2D;
}

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

#comment-form fieldset label {
	display: block;
	margin: 0 0 8px 0;
	padding: 0 0 5px 0;
	font-family: "ITC Avant Garde Gothic", helvetica, arial, san-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #C7C09B;
}

#comment-form fieldset input,
#comment-form fieldset textarea {
	width: 900px;
	padding: 10px;
	font-size: 18px;
	line-height: 28px;
	font-family: "ITC Avant Garde Gothic", helvetica, arial, san-serif;
	color: #636466;
	border: none;
	background: #F2EFE4;
	border: 1px solid #B1C6CA;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

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

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

.message-text {
	display: block;
	width: 500px;
	padding: 10px;
	font-family: "ITC Avant Garde Gothic", helvetica, arial, san-serif;
	font-size: 20px;
	font-weight: bold;
	color: #C02F00;
}

#comment-form fieldset input:focus,
#comment-form fieldset textarea:focus {
	background: #fff;
	border: 1px solid #B1C6CA;
	outline: none;
}

#comment-form .form-input-button {
	width: 120px;
	height: 40px;
	padding: 0;
	font-family: "ITC Avant Garde Gothic", helvetica, arial, san-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	border: none;
	color: #EFECE0;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background: #CFC69B;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	-moz-box-shadow: 3px 3px 3px #666;
}

#comment-form .form-input-button:hover,
#comment-form .form-input-button:focus {
	background-color: #88AAAF;
	color: #fff;
}

/* ----------( LINKS )---------- */

/* NORMAL */

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

/* ----------( BACK TO TOP LINK )---------- */

.toTop{
	margin-top: 20px;
	padding: .5em 1em;
	cursor:hand;
	cursor:pointer;
	float: right;
	font-family: "ITC Avant Garde Gothic", helvetica, arial, san-serif;
	font-size:14px;
	line-height: 1em;
	font-style: normal;
	background: #F2F0E7;
	color: #88AAAF;
	border-radius: 20px;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
}
.toTop:hover{
	background-color: #fff;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
}

/* -------------( BUTTON )----------------- */

div.btn {
	margin: 40px 0 0 0;
	}
div.btn a {
	display: block;
	padding: 15px;
	font-size: 14px;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #faf5e5;
	text-decoration: none;
	text-align: left;
	background: #00517A url(../images/glass-btn.png) repeat-x 0 50%;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	}
div.btn a:hover, div.btn a:focus {
	border-color: #96A222;
	background-color: #96A222;
	color: #fff;
	text-decoration: none;
	}
