/* layout */

body {
	background-image:url("../images/tile.png");
	background-repeat:repeat;
}

#outer {
	margin: auto;
	width: 750px;
}

#header {
	height: 380px;
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
	background-color: #000;
}
 
#container {
	width: 750px;
	background-color: #000;
	background-image: url("../images/gradiant.jpg");
	background-repeat: no-repeat;
	background-position: right top;
}

#leftcol {
	float: left;
	width: 409px;
	padding-top: 52px;
	margin-left: 0px;
	padding-left: 50px;
	padding-right: 30px;
	background-color: #000;
	padding-bottom: 20px;
}

#rightcol {
	float: right;
	width: 211px;
	padding-top: 52px;
	padding-bottom: 20px;	
}

#singlecol {
	float: left;
	width: 670px;
	padding-top: 52px;
	margin-left: 0px;
	padding-left: 50px;
	padding-right: 30px;
	background-color: #000;
	padding-bottom: 20px;		
}

#footer {
	color: #000;
	height: 24px;
	background-color: #999;
	clear: both;
	padding-top: 6px;
	font-size: 100%;
}

.footerleft {
	padding-left: 50px;
	float: left;
	width: 475px;
}
.footermiddle {
	float: left;
}

.footerright {
	padding-right: 39px;
	text-align: right;
	float: right;
	margin-top:-4px;
}

/* top navigation */

.imagepadding {
	padding-right: 20px;
}

#navigationlist {
	height: 25px;
	color:#fff;	
	padding-top: 40px;
	font-size: 140%;
	
}

#navigationlist ul{
	margin-left: 0px;
	margin-top: 0px;
}

#navigationlist li {
	display:inline;
	padding-right: 12px;
}

#navigationlist li a:hover {
	color: #9999ff;
}

#navigationlist a {
	color: #fff;
}

#navigationlist .current {
	color: #9999ff;
}

/* right column images */
#rightcol ul{
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

#rightcol li {
	padding-bottom: 15px;
}

#rightcol img {
	border: 2px solid #fff;
}
	

/* tag specific */

body {
	background-color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	color: #fff;
}

h1{
	margin-top: 0px;
	margin-left: 0px;
	font-size: 180%;
	font-weight: normal;
}

h2{
	font-size: 105%;
}

a{
	text-decoration: none;
	color: #9999ff;
}

a:hover{
	color: #fff;
}

a:visited {
	color: #9999ff;
}

table {
	font-size: 100%;
}

/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 

/* Gallery Pagination links */
div.pagination ul { list-style-type:none; }

div.pagination ul li { display:inline; padding-right:5px;}

