/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
	/*background: #000000 url(images/img1.gif) repeat-x left top; */
	background: #000000 url(images/img3.jpg) no-repeat 70% 1px;
	background-attachment: fixed;
	text-align: justify;
	font-family: Tahoman, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 20px;
}

h1,h2,h3,h4,h5,h6 {color: #fff}
h2, h3 {margin-top: 0px;}

p, ol, ul, dl, blockquote {
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

img { border: 2px solid #FFFFFF; }

.img1 {
	float: left;
	margin: 5px 15px 0px 0px;
}

/* Search */
#search {
	margin: 0px;
	padding: 0px;
	background-color: #CC441B;
	color: #FFFFFF;
}

/** Forms */

form {
	margin: 0px;
	padding: 15px 0px 0px 25px;
}

.input1 {
	width: 130px;
	background-color: #FFFFFF;
	border: 1px solid #363636;
	color: #FFFFFF;
}

textarea {width: 270px !important; height: 150px;}

#menu,
#header h1 {
	position:fixed;
	z-index:3;
	width: 200px;
}

#header h1 {top: 0;}
#menu {top: 130px;}

#header h1 a {
	display: block;
	width:220px;
	height:120px;
	overflow:hidden;
	text-indent:-200em;
	background: transparent url("images/logo.png") 0 0 no-repeat;
}

/* Header */

#header {
	width: 600px;
	height: 60px;
	margin: 50px auto;
	position:relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#header h1 {
	float: left;

	margin: 0;
	margin-left:-20px;
	
	font-size: 4.1em;
	letter-spacing: -2px;

	display:block;
	width: 380px;
}
#header a {
	text-decoration: none;
}
#header h1 a {color: #b73f90;}
#header h1 a span {
	position: absolute;
	top:1px; left:0;
	z-index: 1;

	color: #503131;
}

#header h1 a:hover {top: 1px;}
#header h1 a:hover span {top: -1px;}

/* Post */

.latest-post {
	padding: 0px 2em 1em 3em;
}

.latest-post h2 {
	font-size: 1.6em;
}

.post {
	padding: 2em 2em 1em 3em;
	border-top: 1px dashed #823D47;
}

.post h3 {
	margin-bottom: .5em;
	font-size: 1.2em;
	color: #f9f9f9;
}

.file * {
	/*color: #000000;*/
}

/* Content */

#content {
	width: 600px;
	margin: 20px auto;
	padding: 20px 0px 0px 0px;
}

#content a {color:#fff !important;}
#colOne {
	position:relative;

	float: right;
	width: 360px;

	background-color: #333333;

	padding: 20px 20px;
	color: #FFFFFF;
	
	opacity: 0.8; /* Safari, Opera */
	-moz-opacity:0.80; /* FireFox */
	filter: alpha(opacity=80); /* IE */
}
#colTwo a {
	color: #111 !important;
}
#colOne .search {
	background-color: #000000;
	margin: 0px;
	padding-bottom: 10px;
	height: 50px;
}
#colTwo {
	float: left;
	width: 180px;
}
#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#colTwo li {
	margin-bottom: 1em;
	color: #FFFFFF;
	display: block;
}
#colTwo li a {
	display: block;
	width: 100%;

	position:relative;
	top: 0;
	
	font-weight: bold;
	font-size: 1.6em;
	text-decoration:none;
	
	color: #000;
}
#colTwo li a span {
	position:absolute;
	top:1px; left:0;
	z-index: 2;
	
	color: #503131;
}
#colTwo li li.selected a,
#colTwo li a:hover {top: 2px;}
#colTwo li li.selected a span,
#colTwo li a:hover span {top: -1px;}
#colTwo li li {
	margin-bottom: 0;
	padding-left: 2em;
}

#menu {
	padding: 10px !important;

	opacity: 0.8; /* Safari, Opera */
	-moz-opacity:0.80; /* FireFox */
	filter: alpha(opacity=80); /* IE */
}
#menu li {
	margin-bottom: 0px;
}



#colTwo h1, #colTwo h2 {
	background: url(images/img2.gif) no-repeat;
	padding: 0px 0 5px 20px;
	text-transform: uppercase;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	border-bottom: 1px dashed #666666; 
	color: #FFFFFF;
}

/* Footer */

#footer {
	width: 600px;
	margin: 0px auto;
	padding: 3px 0px;
	color: #787878;
}

#footer p {
	margin: 0px;
	padding-right: 40px;
	text-align: right;
	font-size: 10px;
}

#footer a {
	color: #FF4000;
}

#gallery-image-list,
#gallery-image-list ul {margin: 0 -15px 0 0; padding:0; width: 100%;}
#gallery-image-list ul {display: block;overflow: hidden;}
#gallery-image-list li {
	float:left;
	list-style: none;
	display: table;
	width: 33%;
	height: 120px;
	margin-left: 1px;
	margin-bottom: 1px;
	background-color: #111;
}
#gallery-image-list li a {
	color:#111;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

