@charset "utf-8";

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0 0 0 0;
  background-image:url(images/h_rpt.jpg);
  background-repeat:repeat-x;
  background-position: top;
  background-color: #f1fafd;
  text-align: center;
}

a.main {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#3c3c3c;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #3c3c3c;
}

a.main:hover {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#00a9db;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #00a9db;
}

p {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#999999;
	line-height: 20px;
	margin: 0 0 15px 0;
}

p.list {
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#999;
	line-height: 18px;
	margin: 0 0 11px 0;
}

p.list:hover {
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#000;
	line-height: 18px;
	margin: 0 0 11px 0;
}

#hand_spacer {
	width: 85px;
	height: 80px;
	float: left;
}

h4 {
	font-family: Helvetica;
	font-size:20px;
	font-weight:bold;
	color: #00a9db;
	margin-top: 0px;
	margin-bottom: 10px;
}

h3 {
	font-family: Helvetica;
	font-size:35px;
	font-weight:bold;
	color:#00a9db;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 700px;
	line-height: 50px;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#00a9db;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:22px;
	color:#fff;
	line-height: 18px;
	margin-top: 0px;
	background-color: #00a9db;
	padding: 5px;
}

img.cut_out {
	float: right;
	padding: 10px 0 0 0;
	border: 0px;
}

#wrapper {
  margin: 0 auto;
  min-height: 100%;
  width: 1190px;
  text-align: left;
}

#header01 {
   background-image:url(images/header01.png);
   background-repeat:no-repeat;
   background-position:top center;
   height: 150px;
}

#header02 /* options */{
  background-image:url(images/header02.png);
  background-repeat:no-repeat;
  height: 84px;
  padding: 0 130px 0 70px;
  text-align: right;
}

#section01 {
  background-image:url(images/hands.png);
  background-position: top;
  background-repeat: no-repeat;
  padding: 15px 70px 0 80px;
}

#main_content {
  background-image:url(images/rpt_webpage.png);
  padding: 10px 70px 0 70px;
}

#footer {
  background-image:url(images/footer_feet.png);
  background-repeat:no-repeat;
  height: 605px;
}


/********/
/* Menu */
/********/

#header02 ul {
  display:inline;
  float: right;
  margin-top: 30px;
}

#header02 li {
  display: inline;
  margin-left: 20px;
}

#header02 li a {
  color: #a6a6a6;
  text-decoration: none;
  font-family: Helvetica, Arial, sans-serif;
  padding: 30px 10px 10px 10px;
}

#header02 li a:hover {
  color: #fff;
  text-decoration: none;
  font-family: Helvetica, Arial, sans-serif;
  background-color: #00a9db;
  padding: 30px 10px 10px 10px;
}


/*****************/
/* About Section */
/*****************/

#about {
  width: 100%;
  padding: 10px;
  height: 260px;
}

img.skills {
  float: right;
  margin-top: 35px;
  margin-right: -15px;
}

#about_col1 {
  float: left;
  width: 30%;
}

#about_col2 {
  float: left;
  margin-left: 30px;
  width: 30%;
}

#about_col3 {
  float: left;
  margin-left: 30px;
  width: 33%;
}


/*********************/
/* Portfolio Section */
/*********************/

#portfolio {
  width: auto;
  padding: 10px;
  height:300px;
}

#work_col1 {
  float: left;
  width: 550px;
}

#work_col2 {
  float: right;
  margin-left: 30px;
  width: 450px;
}

#portfolio ul {
	float:left;
	list-style: none;
	margin: 0 40px 0 0;
	padding: 0;
	min-width: 150px;
}

#portfolio li {
	margin-bottom:5px;
}

#portfolio li a {
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	color: #00a9db;
	text-decoration: none;
	padding: 3px;
	background-color:#eee;
}

#portfolio li a:hover {
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 3px;
	background-color: #00a9db;
}

#portfolio li.heading {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #00a9db;
	padding: 3px;
}


/*********************/
/* work display area */
/*********************/

#work_display {
	margin: 15px 0 0 0;
}

#work_display p {
	font-size: 11px;
}

#work_display a.url{
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	color: #00a9db;
	text-decoration: none;
	padding: 3px;
	background-color:#eee;
}

#work_display a.url:hover {
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 3px;
	background-color: #00a9db;
}

div.w_ {
	margin: 15px 0 0 0;
	padding: 30px 20px 10px 20px;
	background-image:url(images/line.jpg);
	background-position: top;
	background-repeat:no-repeat; 
}

div.display {
	float: right;
	width: 620px;
	height: 268px;
	margin-left: 25px;
	background-image:url(images/work/w_shadow.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

div.close_display {
	float: right;
	margin-left: 10px;
	width: 25px;
	height: 25px;
}

div.close_display img{
	border: 0;
	opacity:0.4;
	filter:alpha(opacity=40);
}

div.close_display img:hover{
	border: 0;
	opacity:1;
	filter:alpha(opacity=100);
}

.w_heading {
	font-weight: bold;
	color: #00a9db;
}


/*******************/
/* Contact Section */
/*******************/

#contact {
	width: 100%;
	padding: 10px;
	height: 260px;
}

.form_row  {
	float:left;
	margin:0 0 8px;
	width:auto;
}

.button_row  {
	float:right;
	margin:0 0 8px;
	width:auto;
}

textarea  {
	border:1px solid #999;
	color:#999;
	float:left;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	height:70px;
	padding:3px;
	width:250px;
}

label {
	display:block;
	float:left;
	font-size:11px;
	line-height:20px;
	width:90px;
	font-family: Helvetica, Arial, sans-serif;
	color:#999999;
}

.input {
	float:left;
	padding:3px;
	width:250px;
	border:solid 1px #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
}

.input:hover {
	background-color:#f7f7f7;
}

#send_button {
	text-align:center;
	border:1px solid #999;
	cursor:pointer;
	display:block;
	height:20px;
	width:75px;
	font-size:12px;
	color:#999999;
}

#send_button:hover {
	background-color: #00a9db;
	color:#FFFFFF;
}

/* Columns */

#contact_col1 {
	float: left;
	width: 200px;
}

#contact_col2 {
	float: left;
	margin-left: 30px;
	width: 400px;
}

#contact_col3 {
	float:left;
	margin-left: 30px;
	width: 365px;
}

#contact_col1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px dotted #ccc;
}

#contact_col1 li a {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color: #00a9db;
	text-decoration: none;
	font-weight: bold;
	display:block;
	border-bottom: 1px dotted #ccc;
	margin: 0;
	padding: 5px 0 5px 0;
}

.links li a:hover {
	background-color: #f7f7f7;
}


/******************/
/* Footer Section */
/******************/

#social_wrap {
  float: left;
  height: 50px;
  margin: 20px 0 0 75px;
  width: 330px;
}

#social a {
  text-decoration: none;
  color: #999;
}

#social a:hover {
  text-decoration: none;
  color: #00a9db;
}


#social p {
  float: left;
  color: #999;
  font-size: 11px;
  line-height: 15px;
  margin-top: 0px;
  margin-left: 5px;
  font-weight:bold;
}

#social p:hover {
  color: #00a9db;
}

#social img {
  border: none;
  width: 28px;
  height: 28px;
  float: left;
  margin-left: 0px;
  margin-right: 5px;
  opacity:0.4;
  filter:alpha(opacity=90);
}

#social img:hover {
  opacity:1;
  filter:alpha(opacity=100);
}

#social {
  height: 30px;
  width: 100%;
  padding: 10px;
}


/*********************/
/* more_info section */
/*********************/

#more_info {
  min-height: 250px;
  width: 100%;
  padding: 10px;
}

#twitter {
  float: left;
  width: 300px;
  font-family:Helvetica, Arial, sans-serif;
  font-size:11px;
  font-style: italic;
  color: #3C3C3C;
  text-decoration: none;
  padding-right: 25px;
}

#twitter a {
  font-family:Helvetica, Arial, sans-serif;
  font-size:11px;
  font-style: italic;
  font-weight: bold;
  color: #3c3c3c;
  text-decoration: none;
}

#twitter a:hover {
  color: #00a9db;
}

#twitter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#twitter li {
  margin: 0px 0 0px 0;
  padding: 7px;
  border-bottom: 1px dotted #00a9db;
}

#currently {
	float: left;
	width: 280px;
	padding: 0 10px 0 10px;
}

#hobbies {
	float: left;
	width: 400px;
	min-height: 250px;
}

#hobbies h4 {
	line-height: 28px;
	margin-bottom: -2px;
}