* {margin:0;padding:0;}
html{height:100%;}
body
{
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size:12px;
	line-height:16px;
	height:100%;
}

a:link {color:#545454;}      /* unvisited link */
a:visited {color:#979797;}  /* visited link */
a:hover {color:#707070;}  /* mouse over link */
a:active {color:#979797;}  /* selected link */ 

div#header
{
	padding:none;
	border:0;
	height:75px;
	width:100%;
	background-color:black;
}
div#header2
{
	padding:none;
	border:0;
	height:15px;
	width:100%;
	background: rgb(169,3,41); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 84%, rgba(109,0,25,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(84%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 84%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 84%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 84%,rgba(109,0,25,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 84%,rgba(109,0,25,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */

}
#header_container
{
	width:960px;
	padding:0;
	margin:0 auto;
}
#header_text
{
	position:absolute;
	background: url("image/title.png") no-repeat 0 0;
	width:349px;
	height:45px;
	top:34px;
	cursor:pointer;
}
#header_subtext
{
	position:relative;
	background: url("image/subtitle.png") no-repeat 0 0;
	width:255px;
	height:41px;
	top:47px;
	left:770px;
}
 
#content_wrapper
{
	position:relative;
	top:15px;
	width:960px;
	margin:0 auto;
	padding:25px;
	background-color:#F2F2F2;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
}
#blog
{

}
#flash_header:hover {background-position:0 -54px;}
#flash_header {background: url("image/flash_btn.jpg") no-repeat 0 0; position:relative;}
#android_header:hover {background-position:0 -54px;}
#android_header {background: url("image/android_btn.jpg") no-repeat 0 0; position:relative;}
#lockheed_header:hover {background-position:0 -54px;}
#lockheed_header {background: url("image/lockheed_btn.jpg") no-repeat 0 0; position:relative;}
#fourmation_header:hover {background-position:0 -54px;}
#fourmation_header {background: url("image/fourmation_btn.jpg") no-repeat 0 0; position:relative;}

.expanded
{
	display:none;
	margin-top:-56px;
	padding:15px;
	padding-top:66px;
	border: 2px solid #000000;
	background-color:#dbdbdb;
}
#android_content_left
{
	width:425px;
	float:left;
}
#android_content_right
{
	width:425px;
	float:right;
}
#resume
{
	margin-bottom:15px;
}
#resume_holder
{
	margin-right:auto;
	margin-left:auto;
	width:90%;
}
.blog_container
{
	width:760px;
	float:left;
	margin:0 auto;
	margin-bottom:30px;
	padding:13px;
	background-color:#F2F2F2;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.70);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.70);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.70);
}
.recentposts_container
{
	width:150px;
	height:100%;
	float:right;
	margin:0 auto;
	margin-bottom:30px;
	padding:5px;
	text-align:center;
	font-size:10px;
	background-color:#F2F2F2;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.70);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.70);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.70);
}
.standard_container
{
	margin:0 auto;
	margin-bottom:30px;
	padding:13px;
	background-color:#F2F2F2;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.70);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.70);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.70);	
}
.shadow
{
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.70);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.70);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.70);
}
.float_right
{
	float:right;
	border:3px solid black;
	margin-left:7px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.70);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.70);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.70);
}
.float_left
{
	float:left;
	border:3px solid black;
	margin-right:7px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.70);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.70);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.70);
}
.btn
{
	display: block;
	margin-left: auto;
    margin-right: auto;
	text-align:center;
	width:930px;
	height:54px;
	cursor:pointer;
	/*border-top:#676767 solid 2px;
	border-bottom:#676767 solid 2px;*/
}
p.blog_id
{
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	margin-top:7px;
}
/*.title
{
	font-size:24px;
	font-style:normal;
}
.subtitle
{
	font-size:16px;
	font-style:normal;
}*/
.center
{
	text-align:center;
}
.btn span
{
	position:absolute; left:-99999999px;
}
#title span
{
	position:absolute; left:-99999999px;
}
#vr /*verticle rule, used in android page*/
{
	height:310px;
	width:2px;
	float:left;
	margin-left:22px;
	background: black;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 15%, rgba(0,0,0,1) 19%, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 80%, rgba(0,0,0,1) 81%, rgba(0,0,0,0.8) 85%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(15%,rgba(0,0,0,0.8)), color-stop(19%,rgba(0,0,0,1)), color-stop(20%,rgba(0,0,0,1)), color-stop(80%,rgba(0,0,0,1)), color-stop(81%,rgba(0,0,0,1)), color-stop(85%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 15%,rgba(0,0,0,1) 19%,rgba(0,0,0,1) 20%,rgba(0,0,0,1) 80%,rgba(0,0,0,1) 81%,rgba(0,0,0,0.8) 85%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 15%,rgba(0,0,0,1) 19%,rgba(0,0,0,1) 20%,rgba(0,0,0,1) 80%,rgba(0,0,0,1) 81%,rgba(0,0,0,0.8) 85%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 15%,rgba(0,0,0,1) 19%,rgba(0,0,0,1) 20%,rgba(0,0,0,1) 80%,rgba(0,0,0,1) 81%,rgba(0,0,0,0.8) 85%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 15%,rgba(0,0,0,1) 19%,rgba(0,0,0,1) 20%,rgba(0,0,0,1) 80%,rgba(0,0,0,1) 81%,rgba(0,0,0,0.8) 85%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
#vr_footer
{
	height:250px;
	width:2px;
	float:left;
	margin-left:22px;
	overflow:hidden;
	background: white;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 15%, rgba(255,255,255,1) 19%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 81%, rgba(255,255,255,0.8) 85%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(15%,rgba(255,255,255,0.8)), color-stop(19%,rgba(255,255,255,1)), color-stop(20%,rgba(255,255,255,1)), color-stop(80%,rgba(255,255,255,1)), color-stop(81%,rgba(255,255,255,1)), color-stop(85%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 15%,rgba(255,255,255,1) 19%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 81%,rgba(255,255,255,0.8) 85%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 15%,rgba(255,255,255,1) 19%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 81%,rgba(255,255,255,0.8) 85%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 15%,rgba(255,255,255,1) 19%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 81%,rgba(255,255,255,0.8) 85%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 15%,rgba(255,255,255,1) 19%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 81%,rgba(255,255,255,0.8) 85%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}

.faded
{
	margin:0 auto;
	width:80%;
	height:2px;
	background:black;
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 15%, rgba(0,0,0,1) 19%, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 80%, rgba(0,0,0,1) 81%, rgba(0,0,0,0.8) 85%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(15%,rgba(0,0,0,0.8)), color-stop(19%,rgba(0,0,0,1)), color-stop(20%,rgba(0,0,0,1)), color-stop(80%,rgba(0,0,0,1)), color-stop(81%,rgba(0,0,0,1)), color-stop(85%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 15%,rgba(0,0,0,1) 19%,rgba(0,0,0,1) 20%,rgba(0,0,0,1) 80%,rgba(0,0,0,1) 81%,rgba(0,0,0,0.8) 85%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 15%,rgba(0,0,0,1) 19%,rgba(0,0,0,1) 20%,rgba(0,0,0,1) 80%,rgba(0,0,0,1) 81%,rgba(0,0,0,0.8) 85%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 15%,rgba(0,0,0,1) 19%,rgba(0,0,0,1) 20%,rgba(0,0,0,1) 80%,rgba(0,0,0,1) 81%,rgba(0,0,0,0.8) 85%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 15%,rgba(0,0,0,1) 19%,rgba(0,0,0,1) 20%,rgba(0,0,0,1) 80%,rgba(0,0,0,1) 81%,rgba(0,0,0,0.8) 85%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

#footer_devider
{
	position:relative;
	padding:none;
	border:0;
	height:25px;
	width:100%;
	background: rgb(169,3,41); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 89%, rgba(109,0,25,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(89%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 89%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 89%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 89%,rgba(109,0,25,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 89%,rgba(109,0,25,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */

}
#footer
{
	position:relative;
	padding:none;
	border:0;
	height:300px;
	width:100%;
	color:white;
	background: rgb(69,72,77); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
#footer_wrapper
{
	position:relative;
	width:960px;
	margin:0 auto;
	padding:25px;
	font-size:16px;
}
#footer_content_left
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:425px;
	float:left;
}
#footer_content_left table
{
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}
#footer_content_left td
{
	padding:5px;
}
#footer_content_right
{
	width:425px;
	float:right;
}

/*Resume*/
.resume_title
{
	font-weight:bold;
	font-size:14px;
}
.resume_content
{
	padding-left:25px;
	padding-right:25px;	
}
#resume_hidden
{
	display:none;
}
#expand
{
	cursor:pointer;
	font-size:14px;
	font-style:italic;
}


/* ---BLOG--- */
#blog_title
{
	font-size:16px;
	text-align:center;
}
#blog_date
{
	font-size:10px;
	text-align:center;
}
#recent_titles
{
}

/* Begin Images */
img{
	border:0px;
}
p img {
	padding: 0;
	max-width: 100%;
	border:0px;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:0px;
	}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:0px;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	border:0px;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	border:0px;
	}

.alignright {
	float: right;
	border:0px;
	}

.alignleft {
	float: left;
	border:0px;
	}
/* End Images */



/* ---------------------------------------------
	LASTFM.CSS
-----------------------------------------------*/

#nowplaying{
	position:relative;
	font-size:12px;
	padding:5px;
	margin:0;
	margin-top:7px;
	height:100px;
	-moz-border-radius:.5em;
	-webkit-border-radius:.5em;
	background:#999;
	}
.lfm_art
{
	float:left;
	margin-right:10px;
	width:100px;
	height:100px;
	background: url("image/noartwork.png") no-repeat 0 0; position:relative;
}
.lfm_song{
	font-weight:bold;
	padding-bottom:10px;
	}
.lfm_artist
{
	color:#999;
	color:white;
}
.lfm_album a:hover{
	color:#999;
	color:white;
	cursor:pointer;
}
