/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; }

fieldset,img { border: 0; } ol,ul { list-style: none; }

/* Main elements */

body {
	height:100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	background:#64090E;
	background-image:url(../images/bg.jpg);
background-attachment:fixed;
	font-size: 12px;
   	padding: 30px;
	line-height:17px;
	
}
#wrapper {
	margin:auto;
	width:900px;
	padding-top:70px;
	margin-bottom:15px;
}

#meright {
	background-image:url(../images/me.png);
	height:558px;
	width:271px;
	position:fixed;
	bottom:0;
}

#content {width:600px;float:right;
padding-bottom:30px;
}

p {
	text-align: justify;
	line-height: 200%;
}

/* Border element styling */

ul#pageframe li {background-color:black;list-style:none;}

ul#pageframe li#top {position:absolute;top:0px;left:0px;right:0px;height:10px; opacity: 0.4; position:fixed;margin-left:10px; margin-right:10px;}

ul#pageframe li#left {position:absolute;left:0px;top:0px;bottom:0px;width:10px;  position:fixed; opacity: 0.4;}

ul#pageframe li#bottom {position:absolute;bottom:0px;left:0px;right:0px;height:10px;  position:fixed; opacity: 0.4;margin-left:10px; margin-right:10px;}

ul#pageframe li#right {position:absolute;right:0px;top:0px;bottom:0px;width:10px; position:fixed; opacity: 0.4; }

/* Header elements */

h2 {
font-family:"Lucida-Grande";
	margin-top:5px;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	text-transform:uppercase;
	margin-bottom: 90px;

}

h1 {
	font-size:60px;
	margin-bottom:20px;
	padding:0;
	margin-top:70px;
	margin-left:-30px;
	font-weight:300;
	font-family:"georgia";
}


h3 {
	font-size: 24px;
	font-weight: 400;
	color: #EEE;
	padding: 0;
	margin-top:40px;
	display:block;
	margin-bottom:10px;
	line-height:normal;
}



/* Right and left styling */

.left {
	float:left;
}

.right {
	float: right;
	width: 50%;
	height:100%;
	text-align:right;
	display: none;
	margin-top:15px;
}

.right ul {
	margin-top: 0em;

}

.right ul li {
	font-size: 24px;
	line-height: 2.25em;
}
    
.right ul li a {
	text-decoration: none;
	color: #fffdee;
	padding: 10px 10px;
}
    
.right ul li a:hover {
	color: #777;
}
    
.right ul li:hover a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #444;
	color: #FFF;

}
    
.right ul li:hover a:hover {
	color: #fff;
}
    
.clear {
	clear:both;
}

/* Form styling */

input {
	padding:5px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size:18px;
	border:0;
	margin-bottom:12px;
}

.button {
	margin-top:15px;
	margin-left:-3px;
	margin-bottom:30px;
	padding:7px;
}

input:focus{outline:none;}

textarea {
	padding:7px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size:18px;
	width: 450px;
	border: none;
	height:151px;
}

textarea:focus{outline:none;}

p a:link { 
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;


	}
p a:visited { 
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

	}
	
p a:hover { 
	color: #f9f9f9;
	text-decoration: none;
	font-weight: bold;

	}
	
p a:active { 
	color: #dddddd;
	text-decoration: none;
	font-weight: bold;
	top:1px;
	position: relative;
	}
	

#twitter_update_list
{
	font-size: 18px;
	font-weight: 400;
	color: #EEE;
	margin: 0 0 15px 0;
	padding: 0;
	margin-top:20px;
	}

#portfoliocontainer {
	display:block;
	clear:both;
	float:left;
	width:100%;
	padding-top:5px;
	padding-bottom:25px;
}

.Box1 {
	float: left;
	width: 195px;
	margin-bottom:15px;
	border: 2px solid #fff;
	margin-right:11px;
	height:100px;
}

.Box2 {
	float: left;
	width: 195px;
	margin-bottom:15px;
	border: 2px solid #fff;
	margin-right:11px;
	height:100px;
}


form {
}

.form {
clear:both;
height:15px;
}

.submit {
margin-top:15px;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../fancybox/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#aaa));
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../fancybox/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../fancybox/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../fancybox/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../fancybox/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../fancybox/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../fancybox/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../fancybox/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('../fancybox/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('../fancybox/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('../fancybox/fancy_title_right.png') repeat-x;
}

.black {
color:#282828;
font-size:16px;
text-align:center;
width:98%;
margin:auto;
text-shadow: 1px 1px 1px #fff;
}


.black a:link { 
	color: #000;
	font-weight: bold;
	text-decoration: none;

	}
.black a:visited { 
	color: #000;
	text-decoration: none;
	font-weight: bold;

	}
	
.black a:hover { 
	color: #000;
	text-decoration: none;
	font-weight: bold;

	}
	
.black a:active { 
	color: #1c1c1c;
	text-decoration: none;
	font-weight: bold;
	top:1px;
	position: relative;
	}

.iphonedisplay {
	display:none;
}
.iphonedisplayh3 {
	display:none;
}