@charset "utf-8";
/* CSS Document */

/* STANDARD CSS */

* {margin:0;padding:0;_display:none;}

body {
	background:url(../images/bg/site-bg.jpg) top no-repeat #000;
	color:#0F1323;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	font-style:italic;
}

h1 {
	color:#990000;
	font-size:230%;
	font-weight:normal;
	padding:0px 0px 20px 0px;
}

h2 {
	color:#333333;
	font-size:130%;
	font-weight:normal;
	padding:0px 0px 5px 0px;
}

h2 a {color:#0F1323; text-decoration:none;}

h3 {
	color:#006699;
	font-size:100%;
	padding:0px 0px 5px 0px;
}

p {
	line-height:24px;
	padding:0px 0px 24px 0px;
}

img {border:none;}


/* MAIN DIVS */

.docHolder {
	background:url(../images/bg/docholder-bg.png);
	margin:0px 0px 0px 0px;
	width:100%;
}

#doc {
	margin:auto;
	width:960px;
}


/* NAVIGATION STYLES */

.nav {
	border-bottom:3px solid #000;
	font-size:130%;
	padding:0px 0px 15px 0px;
	position:relative;
	z-index:100000;
}

#nav {
	clear:none;
	float:right;
	list-style:none;
	padding:33px 0px 0px 0px;
}

#nav li {
	display:inline;
	list-style:none;
	margin:0px 0px 0px 5px;
	padding:0px 0px 20px 0px;
	position:relative;
}

#nav li a {
	color:#990000;
	padding:0px 10px 3px 10px;
	text-decoration:none;
}

#nav li a:hover {
	background:#FFF;
	text-decoration:none;
	
	-moz-border-radius:20px;
	-webkit-border-radius:14px;
	
	-webkit-box-shadow: 0px -1px 1px #666666;
	-moz-box-shadow: 0px -1px 1px #666666;
}



#nav li ul {
	display:none;
	list-style:none;
	position:absolute;
	top:40px;
	width:960px;
}

#nav li ul.galactico {right:0px;}


#nav li:hover ul {display:block;}

#nav li ul li {
	background:url(../images/bg/subnav-bg.png);
	display:list-item;
	font-size:90%;
	margin:0px 0px 2px 0px;
	padding:0px;
	text-align:right;
	width:960px;
}

#nav li ul li a {
	color:#FFF;
	display:block;
	padding:5px 10px 5px 0px;
	text-decoration:none;
	width:950px;
}

#nav li ul li a:hover {
	background:none;
	
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	
	-webkit-box-shadow: 0px 0px 0px;
	-moz-box-shadow: 0px 0px 0px;
}


.logo {
	left:-40px;
	position:absolute;
	top:15px;
	z-index:1000;
}

.header {
	padding:0px 0px 20px 0px;
}

#slogan {
	padding-top: 5px;
	padding-left:175px;
	font-size:13px;
}


/* CONTENT STYLES */

.content {
	color:#5E4546;
	font-size:90%;
	padding:0px 10px 40px 10px;
}

.content ul, .content ol {
	padding:0px 0px 20px 15px;
}

.content ul li {
	list-style:circle;
	padding:0px 0px 5px 0px;
}

.content p a.roundedLink {
	border:none;
	background:#FFF;
	color:#5E4546;
	margin:0px 5px 0px 0px;
	padding:3px 10px 5px 10px;
	text-decoration:none;
	
	-moz-border-radius:20px;
	-webkit-border-radius:12px;
	
	-webkit-box-shadow: 0px -1px 1px #666666;
	-moz-box-shadow: 0px -1px 1px #666666;
}

.content p a.roundedLink:hover {color:#0F1323;}

.content p a, .content h3 a, .content ul li a, .tumblrSrc a {
	border-bottom:1px dotted #004091;
	color:#004091;
	text-decoration:none;
}

.sectionBox {
	border-bottom:1px dotted #0F1323;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 0px;
}

.sectionBox p.topParagraph,  p.topParagraph {padding-top:24px;}

/* columns */

.twoColumn {
	clear:none;
	float:left;
	padding:0px 10px 0px 0px;
	width:460px;
}

.twoColumnRight{
	padding:0px 0px 0px 10px;
}

.threeColumn {
	clear:none;
	float:left;
	padding:0px 20px 30px 0px;
	width:300px;
}

.threeColumnRight{padding:0px;}

.threeColumn h2, .threeColumn h3 {padding-left:10px;}

.thumbPortfolio {
	height:200px;
	padding-bottom:10px;
	width:300px;
}

.xbox iframe {
	background:#000000;
	margin:35px 0px 0px 50px;
}

/* blog */

.tumblr {
	border-bottom:1px solid #333;
	color:#5E4546;
	font-size:110%;
	margin:0px 0px 40px 0px;
	padding:10px 0px 10px 0px;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.tumblr p {padding:0px;}

.tumblrImg {margin:0px 0px 24px 0px;}

.tumblrSrc {
	font-weight:bold;
	padding:20px 0px 0px 0px;
}

/* FORM STYLES */

form {
	padding:20px 0px;
}

.formElement {
	float:left;
	clear:both;
	margin:0px 0px 4px 0px;
}

label {
	clear:none;
	float:left;
	width:150px;
}

input {
	clear:none;
	float:left;
	width:250px;
}

textarea {
	clear:none;
	float:left;
	height:150px;
	width:500px;
}

input.buttonSubmit {
	background:#FFFFFF;
	border:1px solid #0F1323;
	color:#004091;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:120%;
	font-style:italic;
	margin:10px 0px 0px 0px;
	width:100px;
	
	-moz-border-radius:20px;
	-webkit-border-radius:12px;
	
	-webkit-box-shadow: 0px -1px 1px #666666;
	-moz-box-shadow: 0px -1px 1px #666666;
}

input.buttonSubmit:hover {
	color:#409100;
}
	
/* FOOTER STYLES */

.footerHolder {
	background:#FFF;
	border-top:2px solid #CCC;
	width:100%;
}

#footer {
	clear:both;
	color:#0F1323;
	margin:auto;
	padding:10px 10px 20px 10px;
	position:relative;
	width:940px;
}

#footer h2 {
	font-size:95%;
	font-weight:normal;
	padding:10px 0px 10px 0px;
}

#footer a {
	color:#0F1323;
	text-decoration:none;
}

#twitter {
	border-bottom:1px solid #CCC;
	font-size:150%;
	margin:0px 0px 10px 0px;
	padding:0px 0px 20px 0px;
}
#twitter a {color:#409100;}
#tweettime {color:#CCC; font-size:50%;}

#lastfm {
	font-size:150%;
}

#flickr {
	clear:none;
	float:right;
	width:400px;
}

#flickr img {
	clear:none;
	float:left;
	margin:0px 0px 10px 5px;
}

.copyright {
	top:5px;
	clear:both;
	font-size:105%;
	position:absolute;
	text-align:left;
	left:10px;
}

#footer .copyright a {color:#409100;}

/* MISC STYLES */

.left {clear:none;float:left;}
.right {clear:none;float:right;}

.clear {clear:both;}

.clearNoHeight {
	clear:both;
	height:0px;
	line-height:0px;
}

.noPadding {padding:0px;}
.padTop10, .content ul.padTop10 {padding-top:10px;}

.textLeft {text-align:left;}
.textRight {text-align:right;}
.textCenter {text-align:center;}

.blue {color:#004091;}
.green {color:#409100;}
.pink {color:#FF0084;}
.red {color:#D5100A;}

.bold {font-weight:bold;}
.italics {font-style:italic;}

.socialMediaFont {font-family:Arial, Helvetica, sans-serif; font-weight:bold;}

.positionRelative {position:relative;}


.ul.gallery_scroll{
	width: 300px;
	height: 203px;
	margin: 0;
	padding: 10px 0 0 0;
	background: #274039;
	list-style: none;
	float:inherit;
}

.ul.gallery_scroll li a{
	display: block;
	text-align: center;
	background: #274039;
	padding: 0px 0;
	font-size: 11px;
	color: #ffffff;
}

.ul.gallery_scroll li a:hover, ul.gallery_scroll li a.current{
	background: #461b2e;
}

#gallery_scroll_image_wrap1{
	background: #fff;
	margin-bottom: 0 !important;
	margin-bottom: -3px;
    position: relative;
	top: 0;
	left: 0;
	overflow: visible;
	display: block;
	height: 203px;
	width: 300px;
}

#gallery_scroll_image_wrap2{
	background: #fff;
	margin-bottom: 0 !important;
	margin-bottom: -3px;
    position: relative;
	top: 0;
	left: 0;
	overflow: visible;
	display: block;
	height: 203px;
	width: 300px;
}

#gallery_scroll_image_wrap3{
	background: #fff;
	margin-bottom: 0 !important;
	margin-bottom: -3px;
    position: relative;
	top: 0;
	left: 0;
	overflow: visible;
	display: block;
	height: 203px;
	width: 300px;
}

.img.gallery_scroll_image{
	padding: 0px;
	background: #fff;
	width:300px;

/* CSS 3

	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-bottomleft:10px;
	
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:10px;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	
	-webkit-box-shadow: 2px 2px 3px #666666;
	-moz-box-shadow: 2px 2px 3px #666666;
	
	-webkit-transition:0.5s;
	
 */
