@charset "UTF-8";
/* Jon Lunsford Design | Graphic | Web Design */


.grid_8 {
	z-index: -1;
}

.top_fade {
	width: 100%;
	height: 70px;
	position: fixed;
	background: url(/images/Fade.png) repeat-x;
	top: 0;
	z-index: 10;
}

.bottom_fade {
	width: 940px;
	height: 70px;
	position: fixed;
	background: url(/images/Fade_bottom.png) repeat-x;
	bottom: 0;
	z-index: 10;
}

a {
	display: block;
	color: #404a47;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
	color: #ef3e63;
	z-index: 10;
}

img.folio {
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
}

ul.check li {
    color: #aaa;
	list-style-image: url(/images/Check.png);
	list-style-position: inside;
}

#sidebar {
	position: fixed;
	width: 140px;
	margin-top: 50px;
	z-index: 10;
}

#sidebar h1 {
    border-bottom:thin solid #CCCCCC;
	font-size:1.2em;
}

ul.navigation li a:active {
opacity: 0.50;
}

#social li  {
    display: inline;
    float: left;
    padding-left: 2px;
}

.social {
width: 110px;
height: 18px;
display: block;
background: #333;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px; 
border-radius: 10px;
behavior: url(border-radius.htc) ;
border-radius:10px;
padding-left: 30px;
color: #fff;
padding-top: 2px;
margin-bottom: 10px;
text-shadow: none;
}

.button_home {
width: 110px;
height: 18px;
display: block;
background: #333;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px; 
border-radius: 10px;
behavior: url(border-radius.htc) ;
padding-left: 30px;
color: #fff;
padding-top: 2px;
margin-bottom: 10px;
text-shadow: none;
}

.button_web {
width: 110px;
height: 18px;
display: block;
background: #333;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px; 
border-radius: 10px;
behavior: url(border-radius.htc) ;;
padding-left: 30px;
color: #fff;
padding-top: 2px;
margin-bottom: 10px;
text-shadow: none;
}

.button_print {
width: 110px;
height: 18px;
display: block;
background: #333;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px; 
border-radius: 10px;
behavior: url(border-radius.htc) ;
padding-left: 30px;
color: #fff;
padding-top: 2px;
margin-bottom: 10px;
text-shadow: none;
}

.button_personal {
width: 110px;
height: 18px;
display: block;
background: #333;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px; 
border-radius: 10px;
behavior: url(border-radius.htc) ;
padding-left: 30px;
color: #fff;
padding-top: 2px;
margin-bottom: 10px;
text-shadow: none;
}

.button_contact {
width: 110px;
height: 18px;
display: block;
background: #333;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px; 
border-radius: 10px;
behavior: url(border-radius.htc) ;
padding-left: 30px;
color: #fff;
padding-top: 2px;
margin-bottom: 10px;
text-shadow: none;
}

.button_social {
width: 110px;
height: 18px;
display: block;
background: #333;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px; 
border-radius: 10px;
behavior: url(border-radius.htc) ;
padding-left: 30px;
color: #fff;
padding-top: 2px;
margin-bottom: 10px;
text-shadow: none;
}


.button_visit {
width: 110px;
height: 18px;
display: inline-block;
background: #333;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px; 
border-radius: 10px;
behavior: url(border-radius.htc) ;
padding-left: 30px;
color: #fff;
padding-top: 2px;
margin-bottom: 10px;
text-shadow: none;
}


.button_next {
width: 110px;
height: 18px;
display: inline-block;
background: #333;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px; 
border-radius: 10px;
behavior: url(border-radius.htc) ;
padding-left: 30px;
color: #fff;
padding-top: 2px;
margin-bottom: 10px;
text-shadow: none;
}

.button_home:hover, .button_web:hover, .button_print:hover, .button_personal:hover, .button_contact:hover, .button_visit:hover, .button_next:hover, .social:hover {
	background: #EF3E63;
	text-decoration: none;
	color: #fff;
}

.divider {
display:inline;
float:left;
margin:120px 10px 40px;
width:940px;
}

.divider2 {
	display:inline;
	float:left;
	margin:180px 10px;
	width:940px;
}

/***********Form Style*************/

.contact {
    margin-left: 250px;
    z-index: 10;
}

.notification_ok {
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -.09em;
	color: #333;
	font-weight: bold;
}

.notification_error {
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -.03em;
	color: #333;
	font-weight: bold;
	line-height: 1.2em;
	background: #F8F0F1;
	padding: 10px;
	margin-top: 20px;
	-moz-box-shadow: 0px 0px 4px #f00;
	-webkit-box-shadow: 0px 0px 4px #f00;
	border: thin solid #f00;
}

#fields p {
        font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -.03em;
	color: #333;
        font-weight: bold;
        margin: 0px 10px 15px 0px;
        padding-top: 15px;
        padding-bottom: 10px;
}

.textbox {
    width: 99%;
    float: left;
    border: thin solid #ccc;
    padding: 5px;
}

.button {
    border: thin solid #ccc;
    padding: 5px;
    width: 30%;
    margin: 10px 0px 0px 0px;
}

.textbox:hover, .button:hover {
    border: thin solid #999;
}

.textbox:focus {
    border: thin solid #999;
}




