body {
	margin: 0;
	padding: 0;
	color: #FFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	line-height: 1.5em;
	background: url(images/blue-style/background_blue.png) repeat;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.4em;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #B80000;
	border-bottom: 1px dotted #B80000;
	margin-top: 0px;
}

h3 {
	font-size: 1.6em;
	font-weight: normal;
	color: #FFF;
}

.red {
	background: #B80000;
	padding: 2px 4px;
	color: #FFF;
}

.picture {
	float: left;
	margin-right: 15px;
}

#wrapper {
	background: url(images/blue-style/headerwrapper_blue.png) repeat-x;
}

a:focus {
	outline: none
}

a {
	color: #FFF;
}

a:hover {
	text-decoration: none;
	color: #B80000;
}

img {
	border: none;
}

.picture {
	float: left;
	margin-right: 15px;
}

#header {
	width: 990px;
	height: 331px;
	margin: 0px auto;
	background: url(images/blue-style/header_blue.png) no-repeat;
}

#header h1 {
	margin: 0px;
	float: left;
	text-indent: -9999px;
}

/* Menu */

#menu {
	width: 990px;
	height: 56px;
	margin: 0px auto;
	padding-top: 248px;
}

#menu ul {
	margin: 0px 82px 0px 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu .index a {
	display: block;
	float: right;
	height: 56px;
	padding: 0px 28px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 1.8em;
	color: #000;
	text-align: center;
	background: url(images/gallery_a.png) no-repeat;
	width: 78px;
}

#menu .downloads a {
	display: block;
	float: right;
	height: 56px;
	padding: 0px 28px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 1.8em;
	color: #000;
	text-align: center;
	background: url(images/downloads_a.png) no-repeat;
	width: 98px;
}

#menu .artist a {
	display: block;
	float: right;
	height: 56px;
	padding: 0px 28px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 1.8em;
	color: #000;
	text-align: center;
	background: url(images/artist_a.png) no-repeat;
	width: 52px;
}

#menu .contact a {
	display: block;
	float: right;
	height: 56px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 1.8em;
	color: #000;
	text-align: center;
	background: url(images/contact_a.png) no-repeat;
	width: 78px;
	padding-top: 0px;
	padding-right: 28px;
	padding-bottom: 0px;
	padding-left: 28px;
}

#menu .index a:hover {
	display: block;
	float: right;
	height: 56px;
	padding: 0px 28px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 1.8em;
	color: #000;
	text-align: center;
	width: 78px;
	background-image: url(images/gallery_hover.png);
	background-repeat: no-repeat;
}

#menu .downloads a:hover {
	display: block;
	float: right;
	height: 56px;
	padding: 0px 28px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 1.8em;
	color: #000;
	text-align: center;
	width: 98px;
	background-image: url(images/downloads_hover.png);
	background-repeat: no-repeat;
}

#menu .artist a:hover {
	display: block;
	float: right;
	height: 56px;
	padding: 0px 28px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 1.8em;
	color: #000;
	text-align: center;
	width: 52px;
	background-image: url(images/artist_hover.png);
	background-repeat: no-repeat;
}

#menu .contact a:hover {
	display: block;
	float: right;
	height: 56px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 1.8em;
	color: #000;
	text-align: center;
	width: 78px;
	background-image: url(images/contact_hover.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 28px;
	padding-bottom: 0px;
	padding-left: 28px;
}

/* Page */

#page {
	width: 990px;
	margin: 0px auto;
	padding: 0px;
}

/* Content */

#content {
	float: left;
	width: 660px;
	padding-top: 8px;
}

#contentwide {
	float: left;
	width: 990px;
	padding-top: 8px;
}

.post {
	text-align: justify;
}

.post .entry {
	padding: 10px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

/* Pagination */

#pagination {
	margin: 0px auto;
	height: 62px;
	width: 990px;
	text-align: center;
	padding: 0px;
	clear: both;
}

#pagination ul {
	margin: 0px;
	padding: 0px 0px 0px 400px;
}

#pagination li {
	display: inline;
	list-style: none;
}

#pagination a {
	background: url(images/pagination.png) no-repeat;
	height: 52px;
	width: 53px;
	text-decoration: none;
	float: left;
	font: bold 32px "Arial Black", Gadget, sans-serif;
	margin: 0px 10px;
	padding: 10px 0px 0px;
}

#pagination a:hover {
	color: #000;
}

.colleft {
	float: left;
	height: 260px;
	width: 550px;
	padding: 20px;
}

.colright {
	float: right;
	height: 260px;
	width: 270px;
	padding: 20px;
}

#copyright {
	height: 58px;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/copyright.png);
	background-repeat: no-repeat;
	text-align: right;
	padding: 0px;
}
#footerwrapper {
	height: 300px;
	background: url(images/blue-style/footer_blue.png) repeat-x;
}


/* Footer */

#footer {
	clear: both;
	height: 300px;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

form {
	padding: 0px 40px;
}
label {
	display: block;
	text-transform: uppercase;
}
input {
	font: 95% "Courier New", Courier, monospace;
	color: #FFF;
	padding: 10px;
	width: 500px;
	background: url(images/form.png) repeat;
	border: 1px solid #000;
}
textarea {
	font: 95% "Courier New", Courier, monospace;
	padding: 10px;
	width: 600px;
	color: #FFF;
	background: url(images/form.png) repeat;
	border: 1px solid #000;
}

.submit {
	height: 55px;
	width: 130px;
	border-style: none;
	background: url(none);
}

.gallery, .gallery_in{
	float:left;
	padding:0;
	margin:0;
}

.thumbs_all li{
	float:left;
	list-style: none;
	padding: 0px 20px 20px;
}

.thumbs_all  a{
	float:left;
}

.thumbs_all  a:hover{
}

/* PIROBOX RULES */

.bg_thumbs{
	background:#000;
	position:fixed!important;
	position:absolute;
	top:0;
	left:0!important;
	left:-17px;
	width:100%;
	margin:0;
	padding:0;
	visibility:hidden;
	z-index:1001;
	display:none;
}

.unloader, .img_box,.middle_l, .middle_r {
	background:#000;
}

/* PREV/NEXT inside rules */

.box_next_in {
	position:absolute;
	top:2px!important;
	top:2px;
	height:90%;
	width:74px;
	right:2px!important;
	right:0px;
	overflow:hidden;
	z-index:1010;
	background:none;
	display:none;
}

a.next_in {
	position:absolute;
	z-index:1011;
	height:100%;
	width:74px;
	right:-74px;
	text-indent:-999em;
	display:block;
	background:url(images/next_in_b.png) top right no-repeat!important;
	background:url(images/next_in_b.gif) top right no-repeat;
}

.box_previous_in {
	position:absolute;
	top:2px!important;
	top:2px;
	z-index:100012;
	height:90%;
	left:2px!important;
	left:2px;
	width:74px;
	overflow:hidden;
	background:none;
	display:none;
}

a.previous_in {
	position:absolute;
	z-index:100013;
	left:-74px;
	height:100%;
	width:74px;
	text-indent:-999em;
	display:block;
	background:url(images/prev_in_b.png) top left no-repeat!important;
	background:url(images/prev_in_b.gif) top left no-repeat;
}

/*:::: PREV/NEXT outside rules ::::*/

.box_next {
	position:fixed!important;
	position:absolute;
	top:0;
	height:100%;
	width:81px;
	right:0px!important;
	right:16px;
	overflow:hidden;
	z-index:1006; 
	visibility:hidden
}

a.next {
	position:fixed!important;
	position:absolute;
	text-indent:-999em;
	display:block;
	top:0;
	height:100%;
	width:81px;
	right:-81px;
	z-index:1007;
	background:url(next_o_b.gif) center right no-repeat;
}

a:hover.next {
	background:url(next_o_b_h.gif) center right no-repeat;
}

.box_previous {
	position:fixed!important;
	position:absolute;
	top:0;
	height:100%;
	left:0;
	width:81px;
	overflow:hidden;
	z-index:1008;
	visibility:hidden;
}

a.previous {
	z-index:1009;
	position:fixed!important;
	position:absolute;
	top:0;
	height:100%;
	width:81px;
	left:-81px;
	text-indent:-999em;
	display:block;
	background:url(prev_o_b.gif) center left no-repeat;
}

a:hover.previous {
	background:url(prev_o_b_h.gif) center left no-repeat;
}

/*:::: IMG_BOX rules ::::*/

.img_box {
	position:absolute;
	margin-top:-2px;
	margin-left:-2px;
	width:50px;
	height:50px;
	visibility:hidden; 
	overflow:hidden;
	z-index:1002;
}

.img_box img {
	float:left;
	position:relative;
	z-index:1100;
	border:none;
	padding:0;
	z-index:1003;
}

/*:::: CLOSE, LOADING rules ::::*/

.thumbs_close {
	position:absolute;
	bottom:0;
	right:0;
	height:23px;
	width:88px;
	color:#fff;
	cursor:pointer;
	margin:0 12px 10px 0;
	z-index:100014;
	visibility:hidden;
	background-image: url(images/close.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}

.loader { 
	position:fixed!important;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-30px;
	margin-left:-33px;
	width:80px;
	height:80px;
	display:block;
	z-index:1007; 
	background:url(images/bg_loader_b.png) center no-repeat!important; 
	background:url(images/bg_loader_b.gif) center no-repeat;
}

.loader span {
	position:absolute;
	width:80px;
	height:80px;
}

.unloader {
	visibility:visible;
}

.thumbs {
	visibility:hidden;
}

.caption {
	position:absolute;
	bottom:0;
	left:0;
	margin:0 0 8px 5px!important;
	margin:0 0 8px 5px; 
	color:#fff;
	visibility:hidden;
	display:block; 
	padding:3px; 
	z-index:100013; 
	cursor:text;
}

.caption p { 
	display:block; 
	margin:0;
	padding:0; 
	margin-right:88px;
}

.pre {
	visibility:hidden;
	display:none;
}

.end { 
	display:none;
}

.begin {
	display:none;
}

/*::::, ROUNDED CORNERS ::::*/
 
.all {
	position:fixed!important;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-40px;
	margin-left:-45px;
	width:80px;
	height:80px;
	padding:10px;
	z-index:1002;
}

.t_l { 
	position:absolute; 
	height:30%; 
	width:90%;
	padding:0!important;
	padding:10px; 
	top:0; 
	left:0; 
	background: url(images/bg_b.png) top left no-repeat!important;
	background: url(images/bg_b.gif) top left no-repeat;
}

.t_r { 
	position:absolute; 
	height:30%; 
	width:30%; 
	top:0; 
	right:0; 
	background: url(images/bg_b.png) top right no-repeat!important;
	background: url(images/bg_b.gif) top right no-repeat;
}

.middle_l { 
	position:absolute;
	width:50%;
	height:80%;
	left:0; 
	top:10px;
	z-index:998;
}

.middle_r { 
	position:absolute;
	width:50%;
	height:80%;
	right:0; 
	top:10px;
	z-index:999;
}

.t_l_b {
	position:absolute; 
	height:80%; 
	width:91%;
	padding:0!important;
	padding:10px; 
	bottom:0; 
	left:0; 
	background: url(images/bg_b.png) bottom left no-repeat!important;
	background: url(images/bg_b.gif) bottom left no-repeat;
}

.t_r_b {
	position:absolute; 
	height:90%; 
	width:40%; 
	bottom:0; 
	right:0; 
	background: url(images/bg_b.png) bottom right no-repeat!important;
	background: url(images/bg_b.gif) bottom right no-repeat;
}
