/*
                            CSS Style Sheet for
                            SteveHiggs.com - V7
                                -- Print --

--------------------------------------------------------------------------------
*/


/* 
 HTML ELEMENTS
________________________________________________________________________________
*/

	body{
		font-size: 10pt;
		font-family: Helvetica, Verdana, sans-serif;
	}

	p {
		margin-left: 2em;
	}

	a {
		text-decoration: none;
		color: #000000;
	}
	
	strong {
	}
	
	h1 {
	}


	h2 {
		margin-bottom: 1em;
		padding-bottom: 0px;
	}

	img{
	}

/* 
 DIV ID's
________________________________________________________________________________
*/

	#Outer_Container {
	}

	#Inner_Container {
		margin: 0px auto;
	}

	#Header {
		margin: 1.5em 0 0 0;
		border-bottom: 3px solid #000000;
	}

	#Header h1, #Header strong{
		margin: 0px;
		padding: 0px;
	}


	#Content_Body {
	}


	#Header nav {
		display: none;
	}

	#Header nav ul {
	}

	#Header nav ul li {
	}

	#Header nav ul li a{
	}

	#Header nav ul li a:hover{
	}

	#Header nav ul li a.Active{
	}

	#Content {
	}

	#Content-Home {
	}

	#HomeSignature{
		display: none;
	}

	#Slideshow-Container {
		display: none;
	}


	#Home-Intro {
	}

	#Footer_Top {
		clear: both;
	}

	#Footer_Content {
		clear: both;
		font-size: 9pt;
		margin: 1.5em 0 0 0;
		padding: 1.5em 0 0 0;
		border-top: 3px solid #000000;
	}

	#Footer_Content a {
	}

	#MobileVersionLink, #NormalVersionLink{
		display: none;
	}

	#Footer_Content a:hover {
	}

	#Footer_Content a.Active {
	}

	#Footer_Content strong {
		display: block;
	}

	#Footer_Content nav ul {
	}
	 
	#Footer_Content nav li {
	}
	
	#Footer_Column_1{
		display: none;
	}

	#Footer_Column_2{
		float: left;
		width: 24%;
	}
 
	#Footer_Column_2 ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}

 	#Footer_Column_3{
		width: 36%;
		padding-left: 1em;
		float: left;
	}
 
	#Footer_Column_3 ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#Footer_Column_4{
		width: 35%;
		padding-left: 1em;
		float: left;
	}
 
	#Footer_Bottom {
		clear: both;
	}

/* 
 Specific Classes
________________________________________________________________________________
*/

/* Content Area */	

	.Content-Text {
	}
	
/* News Section */

	#NewsSection{
	}	
		

	#ToggleNews{
		display: none;
	}

	.Comment {
		margin: 2em 2em 0 2em;

	}
	
	.CommentDetails {
		clear: both;
	}
	
	.CommentTitle {
		font-weight: bold;
		float: left;
	}
	
	.CommentDate {
		margin-left: 2em;
		float: right;
		
	}
	
	.CommentDate .superscript {
	}
	
	.CommentText {
		clear: both;
		margin-left: 0;
	}	



/* Contact Form */


	#ContactForm label{
	}
	
	.text_input {
	}
	
	.text_input:focus {
	}
	
	.FormBtn {
	}
	
	.FormBtn:hover{
	}

	#ContactForm-Text{
	}

	#ContactForm-Container{
		display: none;
	}

	#ContactPageContent .alert{
	}

	#ContactPageContent .green{
	}


/* Portfolio */

	#ResumeLink{
		display: none;
	}
	
	#ResumeLink p{
	}
	
	#PortfolioIntro{
	}
	
	#PortfolioProjects{
		margin: 0px;
		padding: 0px;
	}
	
	#PortfolioProjects .Project{
		clear: both;
		margin: 0em 0 4em 2em; 
	}
	
	.ProjectDetails{
		float: left;
		width: 70%;
	}
	
	.ProjectDescription p{
		margin: 1em 0 3em 0;
	}
	
	.ProjectHeader{
		height: 1.25em;
		
	}
	
	.ProjectTitle{
		font-size: 1.25em;
		font-weight: bold;
		float: left;
	}
	
	.ProjectTitle a{
		text-decoration: none;
		color: #000000;
	}
	
	
	.ProjectDate {
		float: right;
		margin: 0 0 0 0;
	}
	
	.ProjectImage {
		float: left;
		margin: 0 0 0 1em;
	}
	
	.ProjectImage img{
		width: 150px;
		height: 120px;
		border: 1px solid black;
	 }
	
	.ProjectLinks{
		clear: both;
	}
	
	.ProjectLinks a{
		display: none;
	}
	
	.ProjectLinks a:hover{
		display: none;
	}


/* Gallery */


	#Gallery{
		margin: 0px;
		padding: 0px;
		list-style: none;
	}


	.Artwork{
		padding: 1em 0 1em 2em;
		clear: both;
	}


	.ArtworkTitle{
		text-align: left;
		font-size: 1.5em;
		float: left;
		margin: 0 1em 0.5em 0;
	}

	.ArtworkTitle a{
		text-decoration: none;
		color: #000000;
	}
	
	.ArtworkThumbnail{
		float: left;
		width: 40%;
		margin: 0;
	}
	.ArtworkThumbnail a{
		display: block;
		text-decoration: none;
	}
	
	.ArtworkDetails{
		float: left;
		width: 60%;
	}

	.ArtworkDescription{
		clear: both;
		padding-left: 0;
		margin-left: 0;
	}

	
	.ArtworkDescription p{
		padding-left: 0;
		margin-left: 0;
	}	
	

	#CopyrightLicense{
		font-size: 0.75em;
		padding: 10px;
		margin: 0 auto;
		text-align: center;
		clear: both;
	}

	#CopyrightLicense a{
		text-decoration: none;
	}



/* Shadow Box */

#sb-loading{
	display: none;
}

#sb-nav{
	display: none;
}

/* 
 Icons
________________________________________________________________________________
*/

	a.Icon{
	}

	a.RSS{
	}
	a.Twitter{
	}
	a.Facebook{
	}
	a.Digg{
	}
	a.DeviantART{
	}
	a.Linkedin{
	}
	a.Validate{
	}
	a.Wikipedia{
	}
	a.IMDb{
	}
	a.History{
	}
	a.Zoom{
	}
	a.External{
	}

/* 
 General Classes
________________________________________________________________________________
*/

	.Indent{
	}

	.color {
	}

	.color2 {
	}
	
	.Bold {
	}

	.Italics {
	}

	.Underline {
	}

	.Center {
	}

	.Right{
	}

	.Left{
	}
	
	
	.ImageFloatRight{
		display: none;
	} 
	
	.ImageFloatLeft{
		display: none;
	} 

	.Clear {
	}


	.Layer1{
	}

	.SuperScript {
	}



/* 
                    E n d   o f   S t y l e   S h e e t
________________________________________________________________________________
*/

