*{ font-family:Arial, Helvetica, sans-serif;
}


/* Sprites ____________________________________________________________________ */
#nav-header li,
#footer h2 {
	background-attachment: scroll;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#services .icons {
	/*background: transparent url(http://yaronschoen.com//../system/templates/styles/assets/services_icons.png) no-repeat scroll 0 0;*/
}


/* General ____________________________________________________________________ */
html {
	background: #1c282f;
}

#content, #dl {
	background: #f2f1e8;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin-top: 10;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 40;
	padding-right: 5;
	padding-bottom: 5;
	padding-left: 5;
}
a,object{
	-moz-outline:none;
}
a:active{
  outline: none;
}
hr {
	clear: both;
	margin: 60px 10px;
	border-top: 1px solid #dddcce;
	border-bottom: 1px solid #dddcce;
	border-left: 0;
	border-right: 0;
}
#footer hr{
	border-top: 1px solid #39474f;
	border-bottom: 0;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#projects #footer hr{
	margin: 40px 10px;
}

/* Global ____________________________________________________________________ */
.hidden {
	display: none;
	left:-30000px !important;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.left {
	float: left;
}

.right {
	float: right;
}
#web_info{
	overflow: hidden;
	background-color:#FFF;
	border-color:#999;
	border: outset;
	border-width:thin;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	
}
span.tags {
	background: #cdcbbe;
	padding: 3px 8px 1px;
	
	/**Rounded Corners**/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

span.nobreak{
	white-space: nowrap;
}

a.glossyButton {
	display: inline-block;
	/*background-position: left -60px;*/
	padding-left: 20px;
	background: #1c282f;
	color: #fff;

	/**Rounded Corners**/
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
a.glossyButton:hover{
	background: #33a096;
}

a.glossyButton span {
	display: block;
	/*background-position: right -100px;*/
	padding: 10px 20px 10px 0;
}

.tabs {
	overflow: hidden;
}

.tabs li {
	float: left;
}

.project_grid .grid_3 {
	margin: 40px 10px;
}

#home .project_grid .grid_3{
	margin-bottom: 0;
}
#projects .project_grid .grid_3{
	margin-bottom: 10px;
}
.project_grid .first{
	margin-left: 0;
}
	.project_grid .grid_3:nth-child(-n+4) {
		margin-top: 0;
	}

.project_grid .grid_3 img {
	display: block;
	margin: -12px 0 0 -3px;
}

.project_grid .grid_3 h3 {
	margin-bottom: 3px;
}
.project_grid .grid_3 h3 a {
	display: block;
	position: relative;
	min-height: 137px;
}
.project_grid .grid_3 a span{
	border: #24333c 3px solid;
	display: block;
	height: 129px;
	margin-bottom: 10px;
	width: 214px;
}
.project_grid .grid_3 a:hover span{
	color: #33a096;
	border: #33a096 3px solid;
}
.project_grid .grid_3 a:hover{
	color: #33a096;
	cursor: pointer;
}
.project_grid .grid_3 a span.image{
	border: none;
	height: 144px;
	margin: -12px 0 0 -3px;
	width: 216px;
}
.project_grid .grid_3 p {
	margin-bottom: 12px;
}
#home .grid_3 p{
	margin-bottom: 0;
}
.project_grid img {
	display: block;
	width: 220px;
	height: 145px;
}

.borderhilite_top {
	padding-bottom: 40px;
	border-bottom: 1px solid #dddcce;
}

.borderhilite_bot {
	border-top: 1px solid #fcfbf9;
	padding-top: 40px;
}


/* Nav Header ____________________________________________________________________ */
#nav-header {
	position: relative;
	z-index: 100;
	border-bottom: 1px solid #f2f1e8;
}

#logo {
	text-indent: -3000px;
}

#logo img {
	display: block;
	position: absolute;
	top: 0;
	left: -1px;
}

#global-nav {
	height: 59px;
	
}

#global-nav ul {
	position: relative;
}

#global-nav li {
	background-position: right 26px;
	padding-right: 20px;
	margin-right: 15px;
}
	#global-nav li:first-child {
		background-position: 1000px top;
		margin-right: 0;
	}

#global-nav li a {
	height: 60px;
	vertical-align: middle;
	display: table-cell;
}

#global-nav li a span {
	position: absolute;
	top: 9px;
	left: 0;
	width: 100%;
}


#sub_header{
	background-color: #338692;
	height: 100px;
	border-bottom-width:thin;
	border-bottom:solid;
}

#content_guide{  margin-left:150px;
}


/* Tab Select States based on body ID */
#home #global-nav li.home,
#projects #global-nav li.projects,
#profile #global-nav li.profile,
#journal #global-nav li.journal,
#contact #global-nav li.contact,
#blog #global-nav li.blog {
	background: #2d424e;
	padding: 0 20px;
	margin-left: -20px;
	position: relative;
	z-index: 1;
}
/* hide div for later use____________________________________________*/
#later_links{
	visibility:hidden;
}


/* DL ____________________________________________________________________ */
#dl, #dl h1 {
	height: 358px;
}


/* Content ____________________________________________________________________ */
#content {
	padding: 40px 0 80px;
}


/* Footer ____________________________________________________________________ */
#footer {
	padding: 60px 0 40px;
}
#footer .links h2 {
	text-indent: -3000px;
	height: 13px;
	background-position: left -150px;
}

#footer .links h4 {
	margin-bottom: 10px;
}

#footer .links > ul {
	overflow: hidden;
}

#footer .links > ul > li {
	float: left;
	padding-left: 40px;
	margin-left: 40px;
	border-left: 1px solid #39474f;
}
	#footer .links > ul > li:first-child {
		border: 0;
		padding-left: 0;
		margin-left: 0;
	}


#footer .end h2 {
	background-position: left -180px;
	text-indent: -3000px;
	width: 93px;
	height: 93px;
}

#footer .copyright {
	padding: 0 10px 0;
}


/*layout css for directory________________________________________________*/
#upload_site{
	padding-left:20px; 
	padding-right:20px;
}

/* fonts for form labels*/
form { 
	width:990px; 
	letter-spacing: normal;
	line-height: 100%; 
	margin: 0;
	padding: 0; }

form fieldset {
	border: 2px solid #E0E0E0; 
	margin-right: 100px;
	padding:20px; 
}

form legend {
	
	line-height: 16px; 
	text-align: left;  
	color:#033;
	background-color: inherit; 	 
}

form label {

	text-align:left;
	text-transform: capitalize;
	width: 80px;
	padding-top: .2em;
	position:absolute;
	float:left; }

form input,  form textarea, form select{

	color: #666;
	background-color: inherit;
	margin-left:100px;

	margin-bottom: .5em;
	margin-right: 5px; 
	
}

form input[name="url"]{ margin-left:7px;
}


	
form textarea {
	width: 300px;
	height: 100px; 
}



form input[type="submit"], form input[type="reset"], form input[type="button"] {

	
	width: 80px;
}

form input.second {
	margin-left: 80px; }

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
/*end_____________________________________*/
