/*
Theme Name: ihaberart v1
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 
Tags:
*/



/* Begin Typography & Colors */

* {margin:0px;padding:0px;}

body {
	background-image:url('images/center.gif');
	background-repeat:repeat-y;	
	background-attachment:scroll;
	background-position:top center;
	background-color:#ddd7c4;
	font-family:"Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size:12px;
	line-height:1.4em;
	}

#wrapper {
	background-image:url('images/bg.gif');
	background-repeat:repeat-x;	
	background-attachment:scroll;
	background-position:top center;
	}

#page {
	width:790px;
	margin:auto;
	}

#header {
	background: url('images/header.gif') repeat-y top center;
	height:60px;
	width:300px;
	margin:auto;
	}

#menu {
	width:250px;
	margin:auto;
	padding:0px;
	list-style:none;
	text-indent:15px;
	}

#menu li {
	float:left;
	margin:0px 2px;
	padding:0px;
	}

#menu li.cat-item-4 {
	margin-left:40px;
	}

#home p {
	width:300px;
	height:60px;
	}

#head_spacer {
	background: url('images/center.gif') repeat-y top center;
	width:301px;
	height:6px;
	margin:auto;
	}
	
.side {
	width:245px;
	margin-top:5px;
	padding-top:30px;
	float:left;
	text-align:center;
	}
	
.side img {
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:30px;
	border:1px #000000 solid;
	}

#center {
	width:300px;
	float:left;
	}
	
#center div {
	width:270px;
	margin:auto;
	padding-top:5px;
	color:#d6d1c3;
	}
	
#center div p {
	padding-bottom:10px;
	}
	
#center div h2 {
	text-align:center;
	}

#center img.medium {
	width:265px;
	}

#content {
	width:790px;
	}

#content div {
	}

a:link, a:visited {
	color:#002200;
	text-decoration:none;
	}

a:hover, a:active {
	color:#003311;
	text-decoration:none;
	}

.entry p {
	text-align:justify;
	}

ul {
	list-style:none;
	padding-left:2em;
	}

#footer div {
	padding-left:20px;
	padding-right:20px;
	}

.cat {
	float:left;
	width:400px;
	}

#right h2 {
	text-align:right;
	}

#right ul {
	list-style:none;
	text-align:right;
	padding-right:2em;
	}

ul.inline {
	display:inline;
	list-style:disc;
	}

ul.inline li {
	display:inline;
	}

a#mns:link, a#mns:visited {
	color:#230905;
	text-decoration:none;
	font-variant:small-caps;
	}

a#mns:hover, a#mns:active {
	color:#9d3d17;
	text-decoration:none;
	font-variant:small-caps;
	}

/* Begin Images * /
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */