/*

Theme Name: Infogalleri

*/

* {
	margin:0;
	padding:0;
}

img {
	border:0;
}

body {
	background:url("images/bg.png") no-repeat #dcdcdc;
	color:#fff;
	font:10pt/14pt Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-size:1em;
}

a {
	color:rgb(217,23,76);
	color: #04a702;
}

#shadow {
	background:url("images/shadow.png") repeat-y;
	margin:0 auto;
	width:970px;
}

#wrapper {
	margin:0 auto;
	padding-bottom:15px;
	width:930px;
}

#header {
	background:url("images/logo.png") no-repeat 730px rgb(43,43,43);
	color:#fff;
	height:85px;
	margin-left:-1px;
	padding:0 20px;
}

#header a {
	background:rgb(58,58,58);
	color:#fff;
	float:left;
	font-size:12pt;
	height:22px;
	margin-right:10px;
	position:relative;
	padding:5px 20px;
	text-decoration:none;
	text-transform:uppercase;
	top:53px;
}

#header ul {
	list-style:none;
}

#header li {
	display: inline;
}

#logo_link {
	float: right;
	width: 180px;
	height: 60px;
	cursor:pointer;
    cursor:hand;
}

#content {
	background:url("images/faux.png") -2px repeat-y;
	margin-top:20px;
	padding:0 20px 0 20px;
}

#feature {
	height:297px;
	overflow:hidden;
	width:645px;
	margin-bottom: 20px;
	cursor:pointer;
    cursor:hand;
}

#feature .wp-post-image {
	position:absolute;
	z-index:0;
}

#feat_link {
	background:rgb(0,0,0);
	filter:alpha(opacity=50);
	opacity:0.5;
	position:relative;
	top:233px;
}

#feat_link {
	color:#fff;
	display:block;
	font-size:14pt;
	height:64px;
	padding:22px 0 0 22px;
	text-decoration:none;
	text-transform:uppercase;
	width:645px;
	z-index:20;
}

.entry {
	height:202px;
	overflow:hidden;
	width:645px;
}

.bg1 {
	background:rgb(43,43,43);
}

.bg2 {
	background:rgb(85,85,85);
}

.bg3 {
	background:rgb(128,128,128);
}

.entry .post-thumbnail {
	position:absolute;
	overflow:hidden;
	width:449px;
	z-index:0;
}

#text {
	padding:0 16px 7px 466px;
	width:160px;
}

.entry a h1 {
	color:#fff;
	font-size:20pt;
	font-weight:normal;
	margin:25px 0 0 466px;
}

.entry a:hover #text {
	color:rgb(217,23,76);
	color: #04a702;
}

.entry a#post {
	color:#fff;
	display:block;
	height:202px;
	position:absolute;
	text-decoration:none;
	width:645px;
	z-index:2;
}

.page, .single {
	color:#000;
	width:645px;
}

.page h1, .single h1 {
	font-size:22pt;
	margin-bottom:15px;
}

.page p, .single p {
	padding:5px 0;
}

#excerpt {
	color:rgb(127,127,127);
	font-weight:bold;
}

#meta {
	border-top:1px solid rgb(229,229,229);
	border-bottom:1px solid rgb(229,229,229);
	color:rgb(229,229,229);
	font-size:8pt;
	margin:10px 0;
}

img.alignright {
	float:right;
	margin:10px 0 10px 10px;
}

img.alignleft {
	float:left;
	margin:10px 10px 10px 0;
}

#sidebar {
	color:#000;
	float:right;
	padding:10px 0;
	width:227px;
}

#sidebar ul {
	margin-bottom:20px;
}

#sidebar li {
	list-style:none;
}

#sidebar h2 {
	font-size:18pt;
	font-weight:normal;
	margin-left:10px;
}

#sidebar .widget li {
	margin: 10px;
}
#sidebar form {
	margin-top:10px;
}

#sidebar p, #sidebar label, #sidebar input {
	margin:0 10px;
}

#tools {
	margin:15px;
}

#tools ul li {
	height:64px;
	list-style:none;
	margin:0 10px;
}

#tools ul li a {
	color:rgb(169,169,169);
	display:block;
	font-size:8pt;
	padding:24px 0 24px 30px;
	text-decoration:none;
}

#tools .pdf {
	background:url("images/pdf.png") no-repeat 155px 5px;
	border-bottom:1px solid rgb(217,217,217);
	border-top:1px solid rgb(217,217,217);
}

#tools .mail {
	background:url("images/mail.png") no-repeat 146px 10px;
}

#tools .print {
	background:url("images/print.png") no-repeat 152px 15px;
	border-bottom:1px solid rgb(217,217,217);
	border-top:1px solid rgb(217,217,217);
}

#email {
	border:1px solid rgb(196,196,196);
	height:22px;
	width:207px;
}

#submit {
	background:rgb(43,43,43);
	border:0;
	color:#fff;
	float:right;
	height:22px;
	position:relative;
	top:3px;
	right:-1px;
	width:80px;
}

#clear {
	clear:both;
	height:0px;
}

#footer {
	background:url("images/footer.png") no-repeat;
	color:rgb(120,120,120);
	font-size:10pt;
	margin:0 auto;
	margin-bottom:40px;
	padding:10px 20px 0 20px;
	width:930px;
}

#footer a {
	color:rgb(120,120,120);
}

.mc_custom_border {
	border: none;
}