/*  
Theme Name: Hello 2007
Theme URI: http://hellowiki.com/2007/02/28/wordpress-theme-hello-2007/
Description: First theme in year 2007.
Version: 1.2
Author: Fen
Author URI: http://hellowiki.com/
*/

body {
text-align: justify;
font-family: Georgia, "Times New Roman", Times, serif;
background-color: #cbaab0;
font-size: 100%;
line-height: 140%;
color: #333;
margin-top: 0px;
}

/* TOPMENUE */
#menu1 {
  width:732px;
  height: 102px;
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  }
#menu1 li {
  float:left;
  width:100px;
  height: 100px;
  border:1px solid #fff; 
  }
  
#menu1 li1 a, #menu1 li1 a:link {
  display:block;
  width:100px; 
  height: 100px;
  background-image: url(images/button1.jpg);  
  float:left; 
  border:1px solid #fff;
  margin-right: 20px;
 }
  
#menu1 li1 a:hover { 
  background-image: url(images/button1.jpg);
  background-position: 0 -100px;
  }
  
#menu1 li2 a, #menu1 li2 a:link {
  display:block;
  width:100px; 
  height: 100px;
  background-image: url(images/button2.jpg);  
  float:left;
  border:1px solid #fff;
  margin-right: 20px; 
  }
  
#menu1 li2 a:hover { 
  background-image: url(images/button2.jpg);
  background-position: 0 -100px;
  }
  
#menu1 li3 a, #menu1 li3 a:link {
  display:block;
  width:100px; 
  background-image: url(images/button3.jpg);  
  float:left; 
  border:1px solid #fff;
  margin-right: 20px;
  }
  
#menu1 li3 a:hover { 
  background-image: url(images/button3.jpg);
  background-position: 0 -100px;
  }
  
#menu1 li4 a, #menu1 li4 a:link {
  display:block;
  width:100px; 
  background-image: url(images/button4.jpg);  
  float:left; 
  border:1px solid #fff;
  margin-right: 20px;
  }
  
#menu1 li4 a:hover { 
  background-image: url(images/button4.jpg);
  background-position: 0 -100px;
  }
  
#menu1 li5 a, #menu1 li5 a:link {
  display:block;
  width:100px; 
  background-image: url(images/button5.jpg);  
  float:left; 
  border:1px solid #fff;
  }
  
#menu1 li5 a:hover { 
  background-image: url(images/button5.jpg);
  background-position: 0 -100px;
  }
  
#menu1 li6 a, #menu1 li6 a:link {
  display:block;
  width:100px; 
  background-image: url(images/button6.jpg);  
  float:left;
  border:1px solid #fff; 
  }
  
#menu1 li6 a:hover { 
  background-image: url(images/button6.jpg);
  background-position: 0 -100px;
  }

/* gobal */
* {
margin: 0;
padding: 0;
}
img {
border: 0;
}
h1, h2, h3 {
font-weight: normal;
}
h2 {
font-size: 1.5em;
color: #54272f;
}
h3 {
font-size: 1em;
}
blockquote {
background: url(images/quote.png) 10px 0 no-repeat;
margin: 20px 0;
padding: 0 20px 0 50px;
}
code {
font: 1em 'Courier New', Courier, Monospace;
}
.clear {
clear: both;
}
.widthfix {
margin-right: auto;
margin-left: auto;
margin-bottom: 0;
margin-top: 0;
top: 0px;
right: auto;
left: auto;
width: 800px;
}
/* links */
a {
color: white;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: white;
}

/* header */
#header {
margin: 0 auto;
background: #54272f url(images/header_bg.jpg) repeat-x;
width: 100%;
height: 251px;
border-bottom: 1px solid #FFF;
}
.logo {
background-position: center top;
right: auto;
left: auto;
top: 0px;
margin: 0px 0 0px 0px;
border: none;
}

/*search*/
#searchform {
margin-top: 5px; 
}
#searchform input {
font: 1.1em Arial, Tahoma, Verdana, sans-serif;
background: #eee url(images/formfield_bg.png) repeat-x;
margin-top: 5px;
padding: 3px;
border: 1px solid #ccc;
}
#s {
font: 1.1em 'Lucida Grande', Tahoma, Verdana, sans-serif;
background: #eee url(images/formfield_bg.png) repeat-x;
width: 220px;
padding: 3px;
border: 1px solid #ccc;
vertical-align: middle;
}

/* nav menu */
ul.menu {
right: auto;
left: auto;
margin-left: auto;
margin-bottom: 0;
margin-right: auto;
margin-top: 0;
font-size: 12px;
list-style-type: none;
height: 30px;
}
ul.menu li {
color: #eee;
float: left;
}
ul.menu li a {
background: 100% 100% no-repeat;
display: block;
height: 23px;
/*padding: 7px 25px 0 25px;*/
text-align: center;
color: #ccc;
text-decoration: none;
}
ul.menu li a:hover {
background: 100% 0% no-repeat;
color: #fff;
}
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
background: 100% 0% no-repeat;
color: #fff;
text-decoration: none;
}
	
/* content */
#content {
margin: 20px auto;
width: 800px;
height: 100%;
border: 1px dotted #fff;
}
#content h2 a {
text-decoration: none;
}
.navigation {
right: auto;
left: auto;
display: block;
margin-left: auto;
margin-right: auto;
}

/* box */
#article {
float: left;
width: 580px;
}
#sidebar {
float: left;
width: 200px;
}

/* entry */
.entry p {
color: #333;
line-height: 140%;
margin: 7px 0;
}
.entry ul {
margin: 0 0 0 30px;
}
.entry ul li {
margin: 7px 0;
}
.entrytitle h2, .entrytitle h3 {
display: inline;
}
.date {
font-variant: small-caps;
font-size: .8em;
color: #54272f;
}

/* sidebar */
#sidebar ul {
margin-top: 10px;
}
#sidebar li {
padding-left: 0px;
padding-bottom: 0;
padding-right: 0;
padding-top: 0;
list-style-type: none;
margin: 3px 5px;
background: 0 7px;
}
#sidebar li:hover {
background: 0 7px;
}
#sidebar li a {
}
#sidebar li a:hover {
}
.aside {
padding-left: 15px;
padding-bottom: 0;
padding-right: 10px;
margin: 10px 0 30px 0;
}
.aside h2 {
font-size: 1.25em;
margin-bottom: 5px;
}
.aside p {
color: #333;
font-size: 1.1em;
line-height: 160%;
}

/* footer */
#bottom {
background-color: #54272f;
background: repeat-x;
border-bottom: 1px #fff solid;
width: 100%;
}
#tag {
background-color #54272f;
margin: 0 auto;
padding: 15px 200px 20px 0;
width: 600px;
}
#footer {
color: #cbaab0;
background-color: #54272f;
height: 300px;
padding-top: 5px;
width: 100%;
font-size: 0.9em;
text-align: center;
}

/*Images*/
img.centered{
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright{
padding: 4px;
margin: 0 0 0 7px;
display: inline;
}
img.alignleft{
padding: 4px;
margin: 0 7px 0 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}

/*comments*/
#comments {
margin-left: 10px;
}
.commentlist li, #commentform input, #commentform textarea {
font: .8em;
}
#commentform input, #commentform textarea {
background: #eee url(images/formfield_bg.png) repeat-x;
border: 1px solid #ccc;
padding: 3px;
}
#commentform textarea {
width: 480px;
}
.commentlist cite, .commentlist cite a {
font-style: normal;
font-size: .8em;
}
.commentlist p {
font-size: .8em;
font-weight: normal;
text-transform: none;
}
#commentform p {
	font-size: .8em;
}
.alt {
padding: 10px;
}
.commentlist {
width: 490px;
text-align: justify;
}
.commentlist li {
background: #ececec;
margin: 15px 0;
padding: 10px;
border: 1px solid #cdd1d1;
list-style: none;
}
.commentlist p {
margin: 10px 5px 10px 0;
}
#commentform p {
margin: 10px 0;
}
.nocomments {
text-align: center;
}
.commentmetadata {
font-size: .8em;
border-bottom: 1px dotted #cdd1d1;
padding-bottom: 5px;
display: block;
}
#respond {
margin-top: 20px;
}
.commentcount {
font-family: Georgia,sans-serif;
font-size: 1.8em;
font-weight: bold;
color: #cdd1d1;
float: right;
}

/*misc*/
.adsense {
}
.related {
margin: 0 0 20px 10px;
}
.none {
display: none;
}
#punchline {
	font-variant: small-caps;
	color: #cbaab0;
	font-weight: bold;
	font-size: 1.2em;
}
#sidequote {
	margin-top: -20px;
	font-weight: bold;
	text-align: left;
	color: white;
	font-size: 1.2em;
}