
* {padding: 0; margin: 0;} 

/*Google Analytics*/

/* Generic
---------------------------------------------------------------------------------*/
body {
	font: 80%/160% Arial, Helvetica, sans-serif;
	background: #161f3c url(images/background.jpg) no-repeat center top;
	color:#C6E8E8;
	width: 100%;
	display: table;
}

p {
	padding: 0 0 1.3em;
}
img {
	border-style:solid;
	border-width: 2px;
	border-color: rgb(90,113,147);
	-moz-box-shadow: 0 0 10px #121c28; 
	-webkit-box-shadow: 0 0 10px #121c28;
}
a {
	color:#EB831B;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}


/* headings and typography
---------------------------------------------------------------------------------*/

h2{
	background: url(images/background_hdr2.png) no-repeat center;
	font: bold 190%/100% Georgia, Times, serif;
	color:C6E8E8;
	text-align:center;
	padding: 7px 0 25px 0px;
	letter-spacing: -1px;
	margin:20px 0 20px 0;
	color:#DDC75F;
}
h1{
	background: url(images/background_hdr1.png) no-repeat;
	font: bold 190%/100% Georgia, Times, serif;
	color:#74815F;
	text-align:left;
	padding: 7px 0 25px 0px;
	margin:20px 0 20px 30px;
	font: bold 100%/100% Arial, Helvetica, sans-serif;
	padding: 5px 80px .3em;
}

h1 a, h2 a {
	color: #763712;
}
h1 a:hover, h2 a:hover {
	color: #2b2b2b;
	text-decoration: none;
}
h3 {
	font: bold 150%/100% Arial, Helvetica, sans-serif;
	padding: .5em 0 0;
}
h3 em, h4 em {
	color: #CC0000;
	letter-spacing: -1px;
}
h4 {
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	padding: .85em 0 5px;
	color: #666666;
}

.section{
	text-align:left;
	margin-bottom:5px;
	color: #ADCAEA;
}

.desc{
	text-align:justify;
	color: #ADCAEA;
}

.section b {
	color: #F90;
}

/* content wrap
---------------------------------------------------------------------------------*/
#content-wrap {
	width: 1000px;
	margin: 0 auto;
	margin-top:320px;
	margin-bottom:50px;
	background: url(images/content_back.png) repeat-y 4px top;
	position: relative;
	padding: 0 0 0 0px;
	overflow: auto;
}
#content {
	float: left;
	position: relative;
	padding: 0 50px 30px 50px;
}

#backtotop {
	padding: 60px 0 0 475px;
	margin: 0;
	height: 26px;
	clear: both;
}


/* Menu
---------------------------------------------------------------------------------*/

#menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display:block;
  line-height:100%;
  position: static;
}
#menu span {
  display: none;
  position: absolute;
}
#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}
#menu a:hover {
  background:none;
}
#menu a:hover span {
  display: block;
}


#menu .about {
  width: 173px;
  height: 53px;
  background: url(images/labels-09.png) no-repeat;
  left: 650px;
  top: 20px;
}
#menu .about span {
  width: 200px;
  height: 87px;
  background: url(images/labels-07.png) no-repeat;
  left: -17px;
  top: -17px;
}

#menu .portfolio {
  width: 192px;
  height: 53px;
  background: url(images/labels-12.png) no-repeat;
  left: 700px;
  top: 90px;
}
#menu .portfolio span {
  width: 210px;
  height: 77px;
  background: url(images/labels-10.png) no-repeat;
  left: -10px;
  top: -10px;
}

#menu .resume {
  width: 200px;
  height: 46px;
  background: url(images/labels-06.png) no-repeat;
  left: 740px;
  top: 170px;
}
#menu .resume span {
  width: 217px;
  height: 115px;
  background: url(images/labels-04.png) no-repeat;
  left: -20px;
  top: -35px;
}

#menu .contact {
  width: 200px;
  height: 46px;
  background: url(images/labels-03.png) no-repeat;
  left: 710px;
  top: 250px;
}
#menu .contact span {
  width: 200px;
  height: 46px;
  background: url(images/labels-01.png) no-repeat;
  left: 0px;
  top: 0px;
}


/* alignments etc (content elements)
---------------------------------------------------------------------------------*/
.left {
	text-align:justify;
	margin: -20px 0 10px 40px;
	padding:0;
}
.subleft{
	text-align:justify;
	margin: 0 0 0 75px;
	padding:0;
}
.right {
	float: right;
}
.center {
	text-align: center;
	margin: auto;
}
.date{
	font-size:15px;
	text-decoration:none;
	color: rgba(131,182,217,0.5);
}

/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*Columns*/
#left {
float:left;
width:300px;
padding:10px;

}
#right {
float:right;
width:600px;
height:190px;
padding:10px;
}
