/*
Author: Charles Ellison
Version: 1.0
Website: http://www.charlesellison.net
*/

/* global reset
-----------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* base structure
-----------------------------------------------------------*/
.socialbar {
	background-image: url(../images/backgound_socialmedia.jpg);
	height: 50px;
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	min-height:100%;
	background-color: #FFFFFF;
}
#header {
	overflow:hidden;
}
body {
	background-repeat: repeat;
	background-color: #EFEFEF;
}
#footer {
	background-color: #46818F;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 50px;
	clear: both;
	color: #FFFFFF;
	margin-top: 50px;
}
#content {
	padding-right: 15px;
	padding-left: 30px;
	padding-bottom: 50px;
	overflow: auto;
}
.flashlogo {
	display: block;
	height: 66px;
	width: 375px;
	margin-top: 30px;
	margin-left: 45px;
	float: left;
}
.logo {
	background-repeat: no-repeat;
	background-image: url(../images/img_logo.gif);
	height: 66px;
	width: 341px;
	display: block;
	text-indent: -9999px;
	margin-top: 30px;
	margin-left: 45px;
	float: left;
}
.clear {
	display: none;
}
.socialbar ul {
	float: right;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	padding-right: 50px;
	}
	
.socialbar ul li {
	float: left;
	}
	
.socialbar ul li a {
	color: #fff;
	width: 23px;
	height: 23px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
.main_nav {
	padding:0px;
	float: right;
	margin-top: 50px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}	
.main_nav li{
	display:inline;
	float: left;
}
.main_nav li a{
	display: block;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	color: #000000;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	text-transform: lowercase;
}
.main_nav a:hover {
	color: #F8BB00;
}
#narroway a {
	background-image: url(../images/a_narroway.jpg);
}
#narroway a:hover {
	background-image: url(../images/aHover_narroway.jpg);
}
#linkedin a {
	background-image: url(../images/a_linkedin.jpg);
}
#linkedin a:hover {
	background-image: url(../images/aHover_linkedin.jpg);
}
#facebook a {
	background-image: url(../images/a_facebook.jpg);
}
#facebook a:hover {
	background-image: url(../images/aHover_facebook.jpg);
}
#delicious a {
	background-image: url(../images/a_delicious.jpg);
}
#delicious a:hover {
	background-image: url(../images/aHover_delicious.jpg);
}
#google_bookmarks a {
	background-image: url(../images/a_googlebookmarks.jpg);
}
#google_bookmarks a:hover {
	background-image: url(../images/aHover_googlebookmarks.jpg);
}
#flickr a {
	background-image: url(../images/a_flickr.jpg);
}
.clearboth {
	clear: both;
	overflow: auto;
}
#flickr a:hover {
	background-image: url(../images/aHover_flickr.jpg);
}
#twitter a {
	background-image: url(../images/a_twitter.jpg);
}
#twitter a:hover {
	background-image: url(../images/aHover_twitter.jpg);
}
#skype a {
	background-image: url(../images/a_skype.jpg);
}
#skype a:hover {
	background-image: url(../images/aHover_skype.jpg);
}
.main_nav a:hover {
	color: #F7C225;
}
.right_column {
	float: right;
	width: 303px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #99999D;
	margin-left: 15px;
	text-align: center;
	padding-top: 20px;
	margin-top: 30px;
}
.left_column {
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #99999D;
	padding-top: 20px;
	margin-top: 30px;
	padding-left: 100px;
	width: 525px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
}
.left_column h3,a {
	text-decoration: none;
	color: #000000;
}
.left_column a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	color: #46818F;
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
#work_experience h3 {
}
.client {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BAB9BF;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.application {
	color: #A2A2A2;
	font-style: italic;
}
.description {
	margin-bottom: 10px;
	font-size: 14px;
}
#previousWork a {
	color: #46818F;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
#previousWork a:hover {
	color: #5AA8BA;
}
.list {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BAB9BF;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#goals {
	clear: both;
	overflow: auto;
	background-repeat: no-repeat;
	background-position: 0px 80px;
}
#inspirations {
	clear: both;
	overflow: auto;
	background-repeat: no-repeat;
	background-position: 0px 80px;
}
.website {
	clear: both;
	overflow: visible;
	background-repeat: no-repeat;
	background-position: 0px 80px;
}
.rendering {
	clear: both;
	overflow: visible;
	background-repeat: no-repeat;
	background-position: 0px 80px;
}
#summary {
	overflow: auto;
	background-image: url(../images/background_summary.jpg);
	background-repeat: no-repeat;
	background-position: 0px 60px;
}
#education {
	overflow: auto;
	background-image: url(../images/background_education.jpg);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	height: 200px;
}
.right_column h3 {
	text-transform: lowercase;
	text-align: left;
	word-spacing: -5px;
	clear: both;
}
.proficient {
	background-image: url(../images/img_3blocks.jpg);
	background-repeat: no-repeat;
	background-position: right 8px;
}
.sidebarGreen {
	color: #99C93C;
}
#work_experience {
	overflow: auto;
	background-image: url(../images/background_experience.jpg);
	background-repeat: no-repeat;
	background-position: 0px 100px;
}
.expericenceDescription {
	margin-bottom: 30px;
	font-size: 14px;
}
#work_experience h3 {
	margin-top: 30px;
}
.experienced {
	background-image: url(../images/img_2blocks.jpg);
	background-repeat: no-repeat;
	background-position: right 8px;
}
.familiar {
	background-image: url(../images/img_1blocks.jpg);
	background-repeat: no-repeat;
	background-position: right 8px;
}
#asides .two_col ul {
	width: 145px;
	list-style: none;
	margin-top: 5px;
	margin-bottom: 30px;
}
#asides p {
	text-align: left;
	line-height: 1.3em;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.8em;
}
.vcard {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	padding-top: 20px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#asides .two_col ul li a, #asides .two_col ul li a:visited {
	width: 130px;
	text-decoration: none;
	color: #000000;
}
#asides .two_col ul li a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
#asides .two_col ul.left {
	float: left;
}
#asides .two_col ul.right {
	float: right;
}
#asides ul li {
	border-bottom: 1px solid #d6d6d6;
	text-align: left;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* testimonials */
#testimonials {
	float: left;
	overflow: auto;
}
#testimonialsCounter {
	width: 100%;
	text-align: left;
	float: left;
}
#testinmoialControls {
	text-align:left;
	color: #A2A2A2;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
}
#testimonials ul li {
	height: 500px;
	font-size: 14px;
	line-height: 1.4em;
	border: 0;
}
#testimonials ul li blockquote {
	margin: 0;
	padding: 0;
	text-align: justify;
	border: 0;
	background: none;
	float: left;
}
#testimonials ul li blockquote p {
	margin: 0 0 1em 0;
}
#testimonials ul li cite {
	float: right;
	font-size: 12px;
}
.testimonialButtons {
	color: #A2A2A2;
	font-style: italic;
	text-decoration: none;
}
a:hover.testimonialButtons {
	color: #A2A2A2;
	font-style: italic;
	text-decoration: underline;
}
a.view {
	color: #46818F;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover.view {
	text-decoration: underline;
	color: #46818F;
	background-color:#FFFFFF;
}
.contact {
	background-image: url(../images/img_3blocks.jpg);
	background-repeat: no-repeat;
	background-position: right 8px;
}
.carousel {
    position: relative;
    visibility: hidden;
    left: -5000px;
}
