/*

'Ozga.co.uk Version Seven' theme by Alexander Ozga - http://ozga.co.uk

Style Name: Ozga.co.uk Version Seven
Author: Alexander Ozga
Author URL: Ozga.co.uk
Copyright: Copyright © Alexander Ozga 2009
Version: 1.0

Style sheet for Ozga.co.uk - You may download a copy 
locally but not use it on an online webpage.

09-05-2009

*/

* {

	margin: 0;
	padding: 0;

}

body {

	font-size: 62.5%;
	background: #0D0804 url(grad.png) repeat-x scroll top left;  
	color: white;
	margin: 100px 0 30px 0; 

} 


img {border: none; }

ul#nav {

	list-style-type: none; 
	font: normal 3em Arial, "Helvetica Neue", Helvetica, Verdana, sans-serif;
	word-spacing: 0.5em;
	letter-spacing: -0.045em;  

} 

ul#nav li {

	display: inline; 

}

ul#nav li a {

	color: #48A5E0;
	text-decoration: none;

} 

ul#nav li a:hover {

	border-bottom: 2px dotted;

} 

ul#nav li a#thispage {

	border-bottom: 2px dotted;


}

ul#nav .home {

	font-size: 2.1em; 
	letter-spacing: -0.05em;
	word-spacing: 0em; /* actually needed to counter the existence of an unaesthetic gap between the words */	
	text-transform: lowercase;
	margin-right: 0.2em; 
	padding: 0;
  
}  

ul#nav .home:hover {

	border: none; /* overwrites the border-bottom that other items of the nav get when hovered */ 

}



ul#nav span { /* this bastard piece of code bisects the "alex ozga" text and allows me to control each word individually. "Span" applies to "alex" */

	color: #B2B2B2;

}

/* ul#nav li img.logo {

	padding-top: 15px;

} */


#header, #content, #footer { margin: 0 150px;   }


#content {

	padding: 30px 0 30px 0;
	 /* has to be set to padding as opposed to margin not to override the above */
}  

#content img {

	margin: 50px 0 30px 0;
	display: block;
	margin-left: auto; /* Centers the image */
	margin-right: auto;
}

#content p, #content ul, #content ol, #flashcontent {

	font: 1.5em/1.5 verdana ,serif;	
	color: #d6d6d6; 
	font-weight: normal; 
	margin-bottom: 1em;
}

#content ul, #content ol { 

	margin-left: 4.5em;

}

#content a {

	color: #48A5E0;
	text-decoration: none;
	padding-bottom: 1px;

} 

#content a:visited {

	color: #8342AE;
	border-bottom: 1px solid;
}

#content a:hover {

	color: #84C1EA;	
	border-bottom: 1px solid #84C1EA;

}

.photo {

	display: block;
	margin-left: auto; 
	margin-right: auto;	
	width: 500px; 

}

.photo img {

	margin-bottom: 0 !important;

}

.photo p.descript, .photo p.tech {

	margin: 0 !important;
	padding: 0 !important;
	font: 1.2em verdana, arial !important;

}

.photo p.descript {

	margin-top: 20px !important;  

}

.photo p.tech {

	font-style: italic !important; 
	margin-top: 2px !important; 

}



#content .articleimgleft img { 

	float: left;
	margin: 0;
	margin-bottom: 20px;

}

#content .articleimgleft {

	float: left;
	margin: 10px 30px 20px 0; 
	font: 1.2em verdana, arial !important;	 


}

#content .articleimgright img { 

	float: right;
	margin: 0;
	margin-bottom: 20px;

}

#content .articleimgright {

	float: right;
	margin: 10px 0 20px 30px; 
	font: 1.2em verdana, arial !important;

}

#content .articleimgleft span, #content .articleimgright span {

	font-style: italic;
	margin-top: 5px;
	float: left;

}
   

h1, h2, h3, h4, h5, h6 {	

	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;  
	font-style: italic;
	letter-spacing: -0.03em; 
	color: #82683E;
	margin-bottom: 0.5em;


}

h1 {

	font-size: 2.65em;   	

}

h2 { font-size: 2.3em; margin-top: 1.1em; } 

h3 { font-size: 2em; margin-top: 1.1em; }


#footer {

	text-align: center; 
	border-top: 1px solid #372D1C;
	border-bottom: 1px solid #372D1C;
	padding: 10px 0; 

}   

#footer p {
   
	font: 1.5em Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;	 

}

#footer a {	 

	font-weight: bold;	
	color: #48A5E0;
	color: #A58550;	 
	text-decoration: none;
	padding-bottom: 1px; /* for the :hover */

}

#footer p a:hover {

	color: #BFA67B;
	border-bottom: 1px dotted #BFA67B;

}

#flashcontent { text-align: center; display: block; margin-left: auto; margin-right: auto; margin-top: 45px;} /* center the simpleviewer player and add margin-top */