@font-face {
	font-family: 'Conv_LithosPro-Regular';
	src: url('fonts/LithosPro-Regular.eot');
	src: local('☺'), url('fonts/LithosPro-Regular.woff') format('woff'), url('fonts/LithosPro-Regular.ttf') format('truetype'), url('fonts/LithosPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_LithosPro-Black';
	src: url('fonts/LithosPro-Black.eot');
	src: local('☺'), url('fonts/LithosPro-Black.woff') format('woff'), url('fonts/LithosPro-Black.ttf') format('truetype'), url('fonts/LithosPro-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

body {
  	font: 62.5% "Times New Roman", Times, serif;
}

div#wrapper {
	width: 960px;
  	margin: 0 auto;
	margin-top: 10px;
	border: 1px #eee solid;
	border-radius: 20px;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow: 2px 2px 5px #000;
} 

header {
	position: relative;
	text-align: center;
	background-color: #bbb;
	color: #ccc;
	border-top: 1px solid #bbb;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	font: 2.5em Conv_LithosPro-Regular, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-bottom: 30px;
}

header img {
	position: absolute;
	left: 40px;
	top: 10px;
}

header h1 {
	padding: 10px;
	text-shadow: 1px 1px 3px #000;
}

header h2 {
	position: relative;
	
	text-shadow: 1px 1px 3px #000;
}

nav {
	width: 960px;
	background: #eee;
	display: none;
}

nav ul {
    margin: 0;
    padding: 0;
    overflow: hidden;    
    list-style: none;
    text-transform: uppercase;
}

nav ul li {
    float: left;
} 

nav ul a {
    padding: 0 25px; /* give some right/left padding between anchors*/
    line-height: 50px;
    background: url(images/nav-main-divider.png) repeat-y left top;
    text-decoration: none;
    color: #000;
    float: left;
    display: block;
	font-size: 1.2em;
	font-weight: bold;
}

nav ul li:nth-child(1) a {
    background: none;
}

#current {
	background: #fff;
}

div#main-content {
	line-height: 1.6em;
	font-size: 1.3em;
}

a:after { 
     content: " ( " attr(href) " ) ";
}

div#main-content li {
	list-style: none;
}

.logo-c {
	color: #de0052;
}

.logo-s {
	color: #4e9600;
}

div#main-content div#home {
	margin: 20px;
}

div#main-content div#home h3 {
	color: #ef6b9c;
	margin: 20px 0;
	text-align: center;
	font-size: 1.6em;
	text-shadow: 1px 1px 3px #000;
}

div#main-content div#home h4 {
	color: #ef6b9c;
	margin: 20px 0;
	text-align: center;
	text-shadow: 1px 1px 3px #000;
}

div#main-content div#home p {
	margin: 15px;
	text-indent: 20px;
}

div#main-content div#home a {
	display: inline;
}

div#main-content div#video {
	margin: -20px;
	padding: 0;
}

div#main-content div#video-sm {
	display: none;
}

/*Bio Start*/
div#bio {
	float: left;
	width: 500px;
	margin: 20px 0 0 20px;
}

div#bio p img {
	margin: 15px 0 15px 65px;
	padding: 5px 5px 30px 5px;
	background: #fff;
	border: #eee 1px solid;
	-webkit-box-shadow: 3px 6px 8px -4px #999;
	box-shadow: 3px 6px 8px -4px #999;
	-ms-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
}

div#skills {
	float: right;
	margin: 20px;
}
div#main-content table {
	border-collapse: collapse;
	width: 400px;
	margin: 0 0 0 0;
	border: solid 1px #666;
}

div#main-content caption {
  font-size: .8em;
  margin: 0 0 10px 0;
  text-align: left;
}

div#main-content col {
  border-right: 1px solid #ccc;
}

div#main-content col#ratingCol {
  border: none;
}

div#main-content thead {
  background: #888;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 1.4em;
}

div#main-content th {
  font-weight: normal;
  text-align: left;
}

div#main-content #skillsHead {
  width: 200px;
}

div#main-content th, td { 
	text-align: left; 
	padding: 2px 5px; 
}

div#main-content .odd {
  background-color: #ccc;
}

div#main-content tr {
	font-size: 1.2em;
}

div#main-content tr:hover {
  background-color: #de0052;
  color: #fff;
}

div#main-content thead tr:hover {
  background-color: transparent;
  color: inherit;
}
/*Bio End*/

div#portfolio {
	margin: 20px;
}

div#portfolio ul {
	overflow: hidden;
}

div#main-content div#portfolio a {
	display: inline-block;
	background: #bbb;
	border-radius: 20px;
	margin: 10px;
	padding: 5px 10px;
	float: left;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow: 2px 2px 5px #000;
}

div#portfolio article,
div#portfolio section {
	margin: 10px 0;
}

article#services {
	overflow: hidden;
	margin: 20px;
}

article#services section {
	float: left;
	width: 300px;
}

article#services li {
	background: url(images/checkmark.png) no-repeat;
	list-style-type: none;
	padding: 0 0 4px 24px;
	margin-top: 12px;
}

article#services aside {
	float: right;
	border: 4px groove #eee;
	padding: 10px;
	width: 230px;
}

/*Contact start*/ 
form {
	position: relative;
    width: 90%;
	margin: 0 auto;
}

input:focus, textarea:focus {
    background: #ffc;
}

#contact-form fieldset {
    margin: 1em 0; /*  space out the fieldsets a little*/
    padding: 1em;
    border : 1px solid #ccc;
	border-radius: 20px;
    background-color: #fff;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow: 2px 2px 5px #000;
}

#contact-form legend {
    font-size: 1.4em;
	background: #eee;
	color: #000;
	padding: 5px 15px 10px 15px;
	border-radius: 20px;
}

#contact-form ol {
	list-style: none;
}

#contact-form li {
	padding: 5px 0;
}

#contact-form input {
    width: 30em;
    font-size: inherit;
	padding: 3px;
	line-height: 1.8em;
}

#contact-form input[type="date"],
#contact-form input[type="tel"] {
    width: 10em;
}

#contact-form textarea {
    width: 95%;
    height: 5em;
	padding: 4px;
	font-size: inherit;
}

#contact-form label {
    display: block;
}
#contact-form label .required {
    font-size: .75em;
    color: #de0052;
	text-shadow: 1px 1px 1px hsla(0,0%,100%,.7);
}

#contact-form input[type="submit"] {
    width: 5em;
}

fieldset#contact-info {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 200px;
	text-align: center;
}

fieldset#contact-info p {
	margin-top: 15px;
	font-size: .6em;
}
/*Contact end*/ 

footer {
	clear: both;
	background: #bbb;
	border-bottom: 1px solid #bbb;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding: 20px 10px 10px 10px;
	height: 30px;
	line-height: 30px;
	font: 1em Conv_LithosPro-Black, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

div#main-content div#error404 h2 {
	margin: 40px;
	font-size: 1.4em;
}