@import url("/style/struct.css");

body {
	background: url("/img/banner_bg.png") repeat-x top; border: none;
	font-size: 70%;
	font-family: 'Lucida Grande','Bitstream Vera Sans', Verdana, Arial, Sans-Serif;
	color: #333;

}

div#header {
	height: 110px;
	background-color: #73a0c5;
	background: url("/img/logo_small.png") no-repeat top left;
	text-align: right;
}

div#header h1 {
	color: #eaeff1;
	margin: 0;
	padding: 65px 30px 0 0;
	font-size: 1.5em;
}



/*
 * Content settings
 *
 */
.post p {
	text-align: justify;
}	
	
.post h2 {
	margin: 0;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #09c;
	font-weight: bold;
	font-size: 1.3em;
}

div.code {
	background-color: #fffec6;
	width: 90%;
	height: 150px;
	overflow: auto;
	border: 1px solid #666;
	padding: 8px;
	margin-bottom: 10px;
}

div.post {
	padding: 0 0 15px 0; 
}

div.post a {
	color: #009ace;
	text-decoration: none;
}

div.post a:hover {
	color: #008bba;
}

img.shot {
	border: 0;
	outline-width: 0;
	width: 150px;
	height: auto;
	margin: 5px;
}

table#license {
	border-collapse: collapse;
}
table#license td, table#license th {
	border: 1px solid #666;
	padding: 0 5px 0 5px;
}

table#license .price {
	text-align: right;
}

table#license td.caption {
	background-color: #e3e3e3;
}

table#license th.caption {
	background-color: #cacaca;
}





/*
 * Navigation settings
 *
 */
div#navigation {
	background: url("/img/column_left.png") no-repeat top right; 
}

div#navigation ul {
	padding: 15px 15px 0 0;
	display: block;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 60px;
	margin: 0 0 30px;
}

div#navigation ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	letter-spacing: 0.2em;
	font-weight: lighter;
	font-size: 1.35em;
	text-transform: uppercase;
}

div#navigation a {
	color: #ccc;
	padding: 10px 35px 10px 0;
	margin-left: 9px;
	background-image: url("/img/item.png");
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
}


div#navigation a:visited { 
	color: #ccc;
}
	
div#navigation a:hover {
	color: #999;
	background-image: url("/img/itemhover.png");
}	

div#navigation a:active { 
	color: #EDDBC2;
}

li#currentpage a, li#currentpage a:visited, li#currentpage a:hover, li#currentpage a:active {
	color: #666666;
}








/*
 * Sidebar settings
 *
 */
div#sidebar {
	background: url("/img/column_right.png") no-repeat top left; 
}

div#sidebar h2 {
	color: #666;
	font-weight: lighter;
	letter-spacing: 0.5em;
	font-size: 1.1em;
	text-transform: uppercase;
	padding: 10px 0 0 10px;
	margin: 0;
}

div#sidebar p {
	font-size: 0.9em;
	text-align: justify;
	line-height: 1.4em;
	margin: 6px 0;
}

div#sidebar ul {
	padding: 0 0 0 10px;
	margin: 0 0 20px 10px; 
	list-style-type: none;
	font-size: 0.8em;
}

div#sidebar ul li:before {	
	content: "\00BB \0020";
}

div#sidebar li { 
	margin: 0.8em 0 0.8em;
}

div#sidebar ul.filter li#currentfilter a {
	color:#f63;
}

div#sidebar a {
	color: #009ace;
	text-decoration: none;
}

div#sidebar a:hover {
	color: #008bba;
}



/*
 * Footer settings
 *
 */
div#footer {
	text-align: center;
	color: #999;
	font-size: 10px;
}
