/*
Title : ANTIMONY MEDIA website v0.1
Author : Starship Design
URL : http://www.strshp.com
*/

body

{	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(images/ANT_pattern_blue.png) repeat-x #ffffff;
	margin: 0;
	padding: 0;
	color: #000033; }

ul, ol, dl 

{	padding: 0;
	margin: 0; }
	
a img	{	border: none; } /* removes the default blue border displayed in some browsers around an image when it is surrounded by a link */



h1

{	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	color: #262262;	}
	
h2, h3

{	font-size: 18px;
	font-weight: 400;
	font-family: Helvetica, Arial, sans-serif;
	color: #97772C;	}	






a:link

{	color: #42413C;
	text-decoration: underline;	 }
	
a:visited

{	color: #6E6C64;
	text-decoration: underline;	}
	
a:hover, a:active, a:focus { text-decoration: none;	}

#container

{	width: 960px;
	background: #FFF;
	margin: 0 auto;
	-webkit-box-shadow: 0px 2px 6px 2px rgba(107,98,73,.4);
	-moz-box-shadow: 0px 2px 6px 2px rgba(107,98,73,.4);
	box-shadow: 0px 2px 6px 2px rgba(107,98,73,.4);	}

#header

{ 	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 30px;
	margin-right: 30px;
	border-bottom: 1px solid #97772C;
	background: #FFF; }

#content

{	padding: 30px;
	background: #FFF; }
	
#content p

{	line-height: 1.5em; }	

#footer

{	border-top: 1px solid #97772C;
	font-size: 11px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 30px;
	margin-right: 30px;	
	background: #fff;
	height: auto;	}

/* ~~ miscellaneous float/clear classes ~~ */

.fltrt  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

{	float: right;
	margin-left: 8px;	}
	
.fltlft /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */

{	float: left;
	margin-right: 8px;	 }
	
.clearfloat

{	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;	}






#lightbox{
	background-color:#eee;
	padding: 100px;
	border-bottom: 10px solid #666;
	border-right: 10px solid #666;
	border-top: 10px solid #666;
	border-left: 10px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }