/************************************************************************

	Listing Order:
	==============

	1 - Global
	2 - Main Template
	3 - Navigation
	4 - Home
	5 - Work
	6 - Distractions
	7 - Contact
	8 - Slider - Web
	9 - Slider - Promos


/************************************************************************
1 - Global
************************************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #1e1e1e url(../../images/interface/bkg.jpg) no-repeat center top;
	margin: 0 auto;
	font-family: Arial, Verdana, sans-serif;
	color: #FFF;
	font-size: 12px;
}

p {
	margin: 12px 0;
	color: #FFF;
}

h2 {
	color: #009dff;
	font-size: 18px;
	font-weight: normal;
	margin: 12px 0;
}

h3 {
	clear: left;
	font-weight:normal;
	color:#009DFF;
}

img {
	border: none;
}

a:link, a:visited {
	color: #FFF;
	text-decoration: none;
	outline: none;
}

a:hover, a:active {
	text-decoration: none;
}

/************************************************************************
2 - Main Template
************************************************************************/

#main {
	margin: 0 auto;
	width: 980px;
	background: #1e3e63;
	position: relative;
}

#header {
	width: 980px;
	height: 420px;
	margin: 0 auto;
	background: url(../../images/interface/header.jpg) no-repeat;
	position: relative;
}

#web-content {
	background: #1e3e63 url(../../images/content/web_content_bkg.jpg) no-repeat;
	width: 980px;
	height: 570px;
	margin: 0 auto;
	position: relative;
}

#promo-content {
	background: #1e3e63 url(../../images/content/promo_content_bkg.jpg) no-repeat;
	width: 980px;
	height: 380px;
	margin: 0 auto;
	position: relative;
}

#divide {
	width: 980px;
	height: 19px;
	background: url(../../images/content/divide.jpg) no-repeat;
	border: none;
}

#lower_content {
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
	background-color: #11202e;
}

#footer {
	clear: both;
	width: 980px;
	height: 90px;
	margin: 0 auto;
	background: #1e1e1e url(../../images/interface/footer.jpg) no-repeat center top;
}

#footer p {
	font-size: 12px;
	margin: 0;
	padding: 60px 0 0 85px;
}

#mikeofthethomas {
	width: 317px;
	height: 246px;
	background: url(../../images/interface/logo.png) no-repeat;
	text-indent: -99999px;
	z-index: 1;
	position: absolute;
	left: 20px;
}

#back-to-top {
	position: fixed;
	right: 0;
	top: 85%;
}

/************************************************************************
3 - Navigation
************************************************************************/

.nav, .blog-nav {
	position: relative;
	height: 38px;
	width: 590px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	top: 296px;
	left: 376px;
}

.nav li, .blog-nav li {
	float: left;
	list-style: none;
	margin: 4px 0;
	padding: 0;
}

.nav li.back, .blog-nav li.back {
	background: url(../../images/interface/nav_slide.gif) no-repeat right -30px;
	height: 30px;
	width: 9px;
	z-index: 8;
	position: absolute;
}

.nav li.back .left, .blog-nav li.back .left {
	background: url(../../images/interface/nav_slide.gif) no-repeat top left;
	height: 30px;
	margin-right: 9px;
}

.nav li a, .blog-nav li a {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	font: 16px arial;
	color: #fff;
	outline: none;
	text-align: center;
	height: 30px;
	width: 118px;
	top: 6px;
	z-index: 10;
	letter-spacing: 0;
	float: left;
	display: block;
	margin: auto 0;
}

.nav li a:hover, .blog-nav li a:hover {
	color: #009dff;
}

html.js .nav li a:hover, html.js .blog-nav li a:hover {
	color:#fff;
}

.portfolio, .about, .distractions, .contact, .ramblings {
	width: 118px;
	text-align: center;
	margin: 0 auto;
}


/************************************************************************
3 - Drop Down
************************************************************************/

#cssdropdown, #cssdropdown ul {
	list-style: none;
}

#cssdropdown, #cssdropdown * {
	padding: 0;
	margin: 0;
}

/* Head links */

#cssdropdown li.headlink {
	width: 144px;
	float: left;
	margin-left: -1px;
	background: url(../../images/interface/btn_theme.jpg) no-repeat center 5px;
	text-align: center;
	position: absolute;
	top: 47px;
	left: 815px;
	text-indent: -9999px;
}

#cssdropdown li.headlink a {
	display: block;
	padding: 10px;
}

/* Child lists and links */

#cssdropdown li.headlink ul {
	display: none;
	text-align: left;
}

#cssdropdown li.headlink:hover ul {
	display: block;
}

#cssdropdown li.headlink ul li a {
	padding: 5px 0 5px 12px;
	height: 17px;
}

#cssdropdown li.headlink ul li {
	width: 130px;
	background-color: #000;
	margin-left: 7px;
	text-indent: 0;
}

#cssdropdown li.headlink ul li a:hover {
	background-color: #009DFF;
}

/* Pretty styling */

#cssdropdown a {
	color: white;
}

#cssdropdown ul li a:hover {
	text-decoration: none;
}

#cssdropdown li.headlink ul {
	background-position: bottom;
	padding-bottom: 10px;
}

/************************************************************************
5 - Work
************************************************************************/

#web-design-title {
	width: 185px;
	height: 55px;
	padding: 0 0 0 93px;
	background: url(../../images/interface/header_web-design.png) no-repeat 93px 0;
	text-indent: -9999px;
}

.project, .promo_project {
	width: 265px;
	float: left;
	position: relative;
}

.project {
	height: 410px;
}

.promo_project {
	height: 210px;
}



.proj_overlay {
	width: 251px;
	height: 400px;
	position: absolute;
	padding: 0;
	margin: 7px 0 0 7px;
	cursor: pointer;
	background: #000;
}

.proj_overlay a {
	width: 251px;
	height: 400px;
	display: block;
	position: absolute;
	z-index: 100;
}

dl {
	width: 245px;
	position: absolute;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 150%;
	font-size: 12px;
	text-decoration: none;
	z-index: 10;
}

dt {
	color: #00aaff;
	margin-bottom: 0;
	padding-left: 20px;
}

dd {
	margin: 0 0 7px 20px;
	width: 210px;
}

.link-to-remove {
	margin: 370px 0 0 15px;
	width: 200px;	
}

.proj_links {
	width: 216px;
	height: 25px;
	margin: 20px 0 0 0;
	padding: 0;
	background: url(../../images/btn_web-controls.jpg) no-repeat;
}

.proj_links li {
	float: left;
	list-style: none;
	display: inline;
	margin: 0 5px 0 0;
}

.proj_links li, .proj_links a {
	height: 25px;
	width: 103px;
	display: block;
	text-indent: -9999px;
}

.view-gallery, .launch-site, .promo_launch {
	width: 103px;
	height: 25px;
}

.view-gallery a:hover, .view-gallery a:active, .launch-site a:hover, .launch-site a:active {
	background: url(../../images/btn_web-controls.jpg) no-repeat;
}

.promo_launch a:hover, .promo_launch a:active {
	background: url(../../images/btn_promo-controls.jpg) no-repeat;
}

.view-gallery a:hover, .view-gallery a:active, .promo_launch a:hover, .promo_launch a:active {
	background-position: 0 -25px;
}

.launch-site a:hover, .launch-site a:active {
	background-position: -108px -25px;
}

#graphics-title {
	width: 576px;
	height: 55px;
	padding: 0 0 0 93px;
	background: url(../../images/interface/header_graphics.png) no-repeat 93px 0;
	text-indent: -9999px;
}

.promo_overlay {
	height: 200px;
	margin-left: 9px;
}

.promo_desc {
	width: 251px;
	position: absolute;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 125%;
	font-size: 12px;
}

.project a, .promo_project a {
	color: #FFF;
	text-decoration: none;
}

/************************************************************************
6 - Distractions
************************************************************************/

#distractions {
	float: left;
	width: 390px;
	padding: 0 0 0 25px;
	background: url(../../images/interface/divide_vert.jpg) repeat-y;
}

#distractions p {
	font-size: 13px;
	line-height: 150%;
	padding-left: 3px;
}

#distractions ul {
	margin: 0;
	padding: 0;
	width: 395px;
	clear: right;
}

#distractions li {
	width: 395px;
	margin: 0;
	padding: 0;
	display: inline;
	cursor: pointer;
}

#distractions li div {
	margin: 3px;
	width:90px;
	background-color: #000;
}

#dist_title {
	width: 195px;
	height: 48px;
	margin-top: 40px;
	background: url(../../images/interface/header_distractions.jpg) no-repeat;
	text-indent: -9999px;
}

.see-more, .see-less {
	float: right;
	width: 97px;
	height: 22px;
	text-indent:-99999px;
	background:url(../../images/interface/btn_see-more.gif) no-repeat;
	background-position:0 0;
	margin: 10px 0 20px 10px;
}

.see-more {
	background-position:0 0;
}

.see-less {
	background-position:0 -21px;
}

.flickr-button {
	float: right;
	margin: 10px 0 35px;
}


/************************************************************************
7 - About Me
************************************************************************/

#about {
	float: left;
	width: 384px;
	margin-top: 15px;
	padding: 0 16px 0 90px;
	background-color: #11202e;
}

#about_me {
	width: 235px;
	height: 48px;
	margin-top: 25px;
	background: url(../../images/interface/header_about.jpg) no-repeat;
	text-indent: -9999px;
}

#about p {
	font-size: 13px;
	line-height: 150%;
	width: 365px;
}

#about ul {
	font-size: 13px;
	padding: 0 0 10px 0;
	margin: 0;
}

#about li {
	width: 300px;
	list-style: none;
	background: url(../../images/interface/bullet.jpg) no-repeat -4px -2px;
	margin: 0 0 10px 0;
	padding-left: 25px;
}


#about a:link, #about a:visited {
	color: #00aaff;
	text-decoration: underline;
}

.cv {
	width: 127px;
	height: 25px;
	margin-bottom:10px;
}

#testimonials {
	width: 300px;
	height: 495px;
	background-color: #1E3E63;
    margin: 25px 0; 
    padding: 20px 20px 0 20px;
}

#testimonials p {
	font-family:Georgia, Times;
	font-size:15px;
	font-style:italic;
	margin-bottom: 4px;
	width: 280px;
}

#testimonials h2 {
	color: #11202E;
	background:url(../../images/interface/header_testemonials.jpg) no-repeat;
	text-indent: -99999px;
	height: 50px;
	margin-top: 0;
}

#testimonials .author {
	font-size: 13px;
	font-style: normal;
	font-family:Arial, Verdana, Sans-serif;
	color: #11202E;
	margin-top: 0;
}


/************************************************************************
8 - Contact Me
************************************************************************/

.red-input {
	background-color: #fed0d0;
	border-color: #b6421f;
	color: #b6421f;
}

.form_output{
	clear: left;
	height: 23px;
	padding: 10px;
	text-align: center;
	margin: 5px auto;
	background-color: #1d3f5a;
}

#contact_me .error {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	color: #b6421f;
}

#contact_me .success {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}

fieldset {
	border: none;
	height: 480px;
}

#contact_me {
	clear: left;
	width: 980px;
	margin: 0 auto;
	padding-top: 10px;
	display: block;
	overflow: hidden;
	background: url(../../images/interface/divide_horiz.jpg) repeat-x;
}

#contact_me p {
	width: 327px;
	line-height: 150%;
	margin: 15px 0 5px 0;
}

#contact_me h2 {
	margin-top: 0;
}

#contact_me a {
	color: #009DFF;
}

#contact_me a:hover {
	text-decoration: underline;	
}

#contact_left {
	float: left;
	width: 384px;
	padding: 0 16px 0 90px;
	background-color: #11202e;
}

#contact_right {
	float: left;
	width: 384px;
	margin-top: 60px;
	padding: 0 79px 0 25px;
}

#contact {
	clear: left;
	width: 177px;
	height: 48px;
	margin-top: 15px;
	background: url(../../images/interface/header_contact.jpg) no-repeat;
	text-indent: -99999px;
}

#socialise h2 {
	text-indent: -99999px;
	background:url(../../images/interface/header_socialise.png) no-repeat;
	height: 42px;
	width: 139px;
	margin: 0;
	position: absolute;
	right: 215px;
	bottom: 130px;
}

#socialise p {
	margin: 0 0 0 22px;
	padding-top: 22px;
	text-align: left;
	position: relative;
}

#socialise {
	background-color:#1E3E63;
	width: 335px;
	height: 150px;
	margin: 50px 0 0 17px;
	text-align: center;
	position: relative;
}

input, textarea, #security_code { 
	clear:left;
	float:left; 
    border:1px solid #009DFF; 
    background-color: #d6eaf7; 
    font-size:15px; 
    color:#a8a8a8; 
    font-family: Arial, Verdana, Sans-serif; 
    outline:none;
}

input:focus, textarea:focus, #security_code:focus {
	background-color:#FFF;
}

input {  
	width:370px; 
	height:30px; 
	margin:10px 0; 
	padding:8px 0 0 10px; 
}

textarea { 
	clear:left; 
	float:left; 
	width:360px; 
	height:120px; 
	margin:10px 0; 
	padding:10px; 
}

#send { 
	clear: left;
	float: left;
	border: none; 
	width:95px; 
	height:30px; 
	margin: 5px 0 30px 0;
	padding:0;
}

.required-field { 
	color:#009DFF; 
}

#security_code {
	float:left;
	width:200px;
}

#captcha {
	float:right;
	margin-top: 8px;
}

/************************************************************************
9 - Slider
************************************************************************/

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

.slider-wrap {
/* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 0;
	position: relative;
	width: 100%;
	overflow:hidden;
}

html.js .slider-wrap {
	overflow:visible;
}

/* These 2 lines specify style applied while slider is loading */
.csw, .csw2 {
	width: 820px;
	overflow: auto;
	margin: 0 auto;
}

html.js .csw, html.js .csw2 {
	color:#fff;
	overflow: hidden;
}

.csw {
	height: 410px;
}

.csw2 {
	height: 210px;
}

.csw .loading {
	margin: 200px 0 300px 0;
	text-align: center;
}

.csw2 .loading {
	margin: 100px 0 300px 0;
	text-align: center;
}

.stripViewer {


/* This is the viewing window */
	position: relative;
	overflow: hidden;
	margin: auto;
	width: 795px;
	/* Also sp

ecified in  .stripViewer .panelContainer .panel  below */
	height: 100%;
	clear: both;
}

#slider2 .stripViewer {
	height: 215px;
}

.stripViewer .panelContainer {


/* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
/* -moz-use

r-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel {


/* Each panel is arranged end-to-end */
	float: left;
	height: 100%;
	position: relative;
	width: 795px;
/* Also

specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper {


/* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}

.stripNav {
/* This is the div to hold your nav (the UL generated at run time) */
	margin: 8px auto;
}

.stripNav ul {
	float: left;
}

.stripNav ul li {
	float: left;
	margin-right: 2px;
	margin-top: 5px;
	list-style: none;
	width: 24px;
}

.stripNav a {
/* The nav links */
	text-indent: -99999px;
	height: 24px;
	display: block;
	padding: 0 15px;
}

.stripNav li.tab1 a, .stripNav li.tab2 a, .stripNav li.tab3 a, .stripNav li.tab4 a, .stripNav li.tab5 a {
	background: url(../../images/interface/panel_inactive.jpg) no-repeat;
}

.stripNav li a:hover, .stripNav li a.current {
	background: url(../../images/interface/panel_active.jpg) no-repeat;
;
}

.stripNavL, .stripNavR {
/* The left and right arrows */
	position: absolute;
	bottom: -57px;
	text-indent: -9000em;
	z-index: 20;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 60px;
	width: 60px;
}

.stripNavL {
	left: 387px;
	background: url("../../images/interface/scroll_left.jpg") no-repeat center;
}

.stripNavR {
	right: 387px;
	background: url("../../images/interface/scroll_right.jpg") no-repeat center;
}

.stripNavR {
	
}
