/*
Theme Name: Top Menu
Theme URI: http://www.alivewalls.com
Description: Top Menu
Version: 0.3
Datum: September 11, 2008
*/

/* RESET ALL MARGINS AND PADDING */

* { 
  margin: 0; 
  padding: 0;
}

table {padding-left:15px;}

span {margin:0; padding:0;}

p { 
  margin-bottom: 11px;
  padding-left:15px; 
  padding-right:20px;
}

h1, h2, h3, h4, h5, h6, .other { 
  font-size: 22px; 
  line-height: 42px;
  color: #666600;
  font-weight:lighter;
  padding-left:15px;
  padding-top:15px;
  padding-right:15px;
}
h1.para, h2.para, h3.para, h4.para, h5.para, h6.para, #para.other{
display:inline;
text-align:left;
padding-right:0;
}
h2.para, h3.para, h4.para, h5.para, h6.para, #para.other{padding-left:0;}

.in h1, .in h2 {
padding:0; margin:0; display:inline; }

ul, 
ol { 
	margin: 11px 0 10px 18px; 
}

/* GENERAL */

body {
	font: 12px/21px "Arial";
	background:url(img/bg.gif) repeat-x;
	color: #6c6d6c;
	margin: 0;
	padding: 0;
	text-align:justify;
}


#wrap {
	width: 950px;
	margin: 0 auto 10px;
}

#main {
	background: url(img/bg-content.png) repeat-x top left;
}

#content {
	width: 777px;
	margin-top:25px;
	margin-right:22px;
	float: left;
	background:url(img/content-top.gif) no-repeat top left;
	overflow:hidden;
	
}

a {
	color: #666600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

br.clear {
	clear: both;
}

/* HEADER */

#head {
	background: url(img/bg-head.png) repeat-x bottom left;
	height: 120px;
}

#head h1 {
	background:  url(img/logo.gif) no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
	height:85px;
}

#head h1 a {
	display: block;
	text-indent: -9000px;
	height: 85px;
	width:  217px;
}


/* Slogan */

#slogan {
	background: #ee0d37 no-repeat;
	padding: 45px 30px 0;
	color: #fff;
	font: 300% Times, "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-weight: normal;
	clear: both;
	height: 100px;
}

/* MENU */

#menu {
	float: left;
	width: 100%;
	
}

#menu ul{
	margin: 0;
        display: inline;
}

#menu li {
	list-style: none;
        display: inline;
}

#menu ul ul li {
        display:inline;
}

#menu ul ul li a:before {
	content: "» ";
}

#menu li a {
	padding: 0 10px;
	display: inline;
	line-height: 30px;
	text-decoration: none;
	font-size:14px;
	color:#ffffff;
}

#menu li a:hover {
	color: #fff;
	text-decoration:underline;
}

.page_item ul {
	display: none;
}

.current_page_item ul, .current_page_parent ul {
	display: inline;
}

#menu .current_page_item li, #menu .current_page_parent ul li {
	border: 1px solid #f8f8f8;
	border-top: 1px solid #ccc;
}

#homepage-image {float:left; width:405px; height:322px; background:url(img/front-image.jpg) no-repeat; margin-right:15px;}

#sidebar { 
	float:left;
	margin-top:22px;
	width:132px;
	overflow:hidden;
}

/* WEBLOG */

.post {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.comment-list {
	width: 460px
}

.avatar {
	float: right;
}

#comment {
	width: 460px;
}




/* FOOTER */

#footer {
height:99px;
	padding: 20px 30px 1px;
	clear: both;
	background:url(img/footer.gif) repeat-x bottom;
	margin:0;
}
#footer ul {width:950px; margin-left:auto; margin-right:auto;}
#footer ul li {list-style:none; display:inline; }
#footer a {color:#ffffff; padding-right:10px; font-size:16px;}

