/*
Theme Name: Clean Simple White
Description: It is a very clean and simple theme for Your WordPress site.
Version: 1.1
Author: Mazznoer
Author URI: http://mazznoer.web.id/
Tags: white, light, two-columns, right-sidebar, theme-options, fixed-width, sticky-post

This theme is released under GPL: http://www.gnu.org/licenses/gpl.html

If you remix, convert, translate, modify, or distribute a copy of this theme, please keep the links/credit in the footer.
*/

/* ----------------
	Reset
----------------------------------- */

html, body, div, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, p, blockquote, th, td {margin:0;padding:0;border:0;outline:0;font-size:100%;}
table {border-collapse:collapse;border-spacing:0;}
fieldset, img {border:0;}
address, caption, cite, code, dfn, th, var, h1, h2, h3 {font-style:normal;font-weight:normal;}
ol, ul {list-style:none;}
caption, th {text-align:left;}
q:before, q:after {content:'';}
a img {border: none;}

/* ---------------
	Basic Elements
---------------------------------- */

body {
	background-image:url("images/topptoning.jpg");
	background-repeat:repeat-x;
	background-color: #fff;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color:#303030;
	padding-top:50px;
}

a:link, a:visited {color: #303030; text-decoration: none;}
a:hover {text-decoration: underline;}

h1, h2, h3, h4 {font-family: 'Georgia'; font-weight: normal;}
h1 {font-size: 3.0em; line-height: 50px;}
h1 a:hover, h2 a:hover {text-decoration: underline;}

h2 {
	font-size: 24px;
	color:#a0a0a0;
}

h2.archiveheader {
	margin:0 0 10px 0;
	height:25px;	
}

h3 {font-size: 1.9em; line-height: 40px;}

h4 {
	font-size: 16px;
	color:#797979;
	font-style:italic;
	/*background-image:url("images/sidebar-title-bg.gif");
	background-repeat:no-repeat;
	background-position:0 100%;*/
	margin-bottom:4px;
	padding:0 0 5px 0;
	border-bottom:1px solid #797979;
}

#main-content ul , #main-content ol {margin: 10px 0 10px 15px;}
#main-content ul li {list-style-type: square;}
#main-content ol li {list-style-type: decimal;}
#main-content li li {margin-left: 25px;}
#main-content p {margin: 10px 0;}

#sidebar ul{}
#sidebar ul li {
	line-height: 18px;
	list-style-type: none;
}

#sidebar ul li a:link, #sidebar ul li a:visited {
	font-family:Georgia;
	font-style:italic;
	font-size:11px;
	color: #404040;
}

#sidebar ul li a:hover {
	text-decoration: underline;
}

input, textarea {background: #f5f5f5; border: 1px solid #bbb; color: #999; margin: 10px 0; padding: 7px 10px;}
input#searchsubmit, input#submit {background: #ddd; border: 1px solid #999; color: #555; padding: 6px 10px;}
textarea#comment {width: 525px;}

/* ---------------
	Generic Classes
---------------------------------- */

.clear {clear: both;}
.center {text-align: center;}
.hidden {display: none;}
.justify {text-align: justify;}
.post-spt {margin-bottom: 0}
.post-meta {background: #eee; margin: 10px 0; padding: 2px 10px;}
.post-tag {margin: 10px 0;}
.sticky {background: #f6f6f6; border: 1px solid #ccc; margin: -10px -10px 10px -10px; padding: 0 10px;}
.sticky .post-meta {border: 1px solid #bbb;}
p.page-link span {border: 1px solid #ccc; padding: 3px 8px;}
p.page-link a:hover {text-decoration: none;}

p a:link,p a:visited {
	text-decoration:underline;
}

p a:hover {
	text-decoration:none;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* ----------------
	Basic Layout
---------------------------------- */

#wrapper {text-align: center;}
#container {
	margin: 1px auto;
	text-align: left;
	width: 940px;
}

#headercontainer {
	float:left;
}

#header {}

#head-nav {
	margin-bottom:50px;	
}

#twitter {
	margin-top:-10px;
	float:right;
}

#main-content {
	float: left;
	width: 700px;
}

#sidebar {
	float: right;
	padding: 0px 0 20px 0;
	width: 200px;
}
#footer { width:100%; background-image:url("images/footer-bg.gif");height:50px;background-repeat:repeat-x;margin-top:20px;}
#footer_menu {width:940px; margin:0 auto; padding-top:17px;}
#footer-credit {width:940px; margin:0 auto;font-family:Arial, sans-serif; font-size:10px; color:#303030;margin-top:15px;margin-bottom:20px;}

.posttitle {
	float:left;
	margin-bottom:10px;
}

.postdate {
	float:right;
}

/* ----------------
	Footer menu
-------------------------------*/
.footerlogo {
	padding-right:30px;
	float:left;
}

.footerwidget {
	float:left;
}

ul#menu-huvudmeny-1 li {
	font-family:Arial, sans-serif;
	color: #d8d8d8;	
	font-size: 11px;
	float: left;
	margin-bottom: 10px;
	padding-right:30px;
	text-transform:uppercase;
}

ul#menu-huvudmeny-1 li a, ul#menu-huvudmeny-1 li a:visited {
	font-family:Arial, sans-serif;
	color: #d8d8d8;
	display: block;
	font-size: 11px;
	font-weight: normal;
	
	
}

ul#navfoot li a:hover {text-decoration: none;}

/* ----------------
	Head Nav
---------------------------------- */

ul#menu-huvudmeny li{
	float: left;
	margin-bottom: 10px;
}

ul#menu-huvudmeny li a, ul#menu-huvudmeny li a:visited {
	color: #797979;
	display: block;
	font-size: 12px;
	font-weight: normal;

	padding-right:30px;
	text-transform:uppercase;
}

ul#menu-huvudmeny li a:hover {
	color:#404040;
	text-decoration: none;
}

ul#nav li {
	float: left;
	margin-bottom: 10px;
}

ul#nav li a, ul#nav li a:visited {
	color: #303030;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 30px;
	padding-right:30px;
	text-transform:uppercase;
}

ul#nav li a:hover {text-decoration: none;}
ul#nav li ul {display: none;}
ul#nav li:hover ul {
	background: #f8f8f8;
	border: 1px solid #aaa;
	display: block;
	position: absolute;
}
ul#nav li ul li {
	border-bottom: 1px solid #ccc;
	border-right: 0;
	border-top: 0;
	float: none;
	margin-bottom: 0;
}
ul#nav li ul li a:link, ul#nav li ul li a:visited {
font-family: verdana;
font-size: 0.9em;
font-weight: normal;
line-height: 25px;
margin: 4px;
min-width: 122px;
}
ul#nav li ul li a:hover {background: #eee;}
#head-nav ul#nav li ul li ul {display: none;}
#head-nav ul#nav li ul li:hover ul {
display: block;
margin: -34px 0 0 160px;
}

/* ----------------
	Page Nav and More Link
---------------------------------- */

.older a:link, .older a:visited {float: left;}
.newer a:link, .newer a:visited {float: right;}
.page-nav {margin-top: 10px;}

a.more-link:link, a.more-link:visited {
float: right;
margin-bottom: 10px;
}

/* ----------------
	Miscelaneous
---------------------------------- */

blockquote {
border-left: 2px solid #ccc;
color: #888;
margin: 15px 0 15px 60px;
padding-left: 10px;
}
code {color: #B03535;}
pre, code {font-size: 1.3em; margin: 15px 0;}

/* ----------------
	Widget
---------------------------------- */

.widget {margin-bottom: 15px;}
#head-nav .widget {margin:0;}
.widget_author img {border: 1px solid #ccc; float: left; margin-right: 10px; padding: 5px;}
.search-box {border: 1px solid #ccc; padding: 0 10px; text-align: center;}

table#wp-calendar {text-align: center;}
table#wp-calendar caption {font-size: 1.5em; margin-bottom: 10px; text-align: center;}
table#wp-calendar thead tr th {background: #eee; border: 1px solid #ccc; font-weight: bold; padding: 4px 13px;}
table#wp-calendar td {border: 1px solid #ccc; padding: 4px 13px;}
#today {background: #eee;}

a.follow:link, a.follow:visited {
display: block;
background: #eee;
font-weight: bold;
margin-top: 15px;
padding: 5px 10px;
text-align: center;
}

/* ----------------
	Images and Captions
---------------------------------- */

img.centered {display: block; margin: 10px auto;}
img.alignright {padding: 4px; margin: 0 0 2px 7px; display: inline;}
img.alignleft {padding: 4px; margin: 0 7px 2px 0; display: inline;}

.wp-caption {border: 1px solid #ccc; padding-top: 4px; text-align: center; margin: 10px;}
.wp-caption img {margin: 0; padding: 0;}
.wp-caption p.wp-caption-text {margin: 0; line-height: 17px;}

/* ---------------
	Comment List
---------------------------------- */
#main-content ol.commentlist {margin-left: 0px;}
#main-content ol.commentlist li {
border: 1px solid #bbb;
list-style: none;
margin: 15px 0;
padding: 10px;
}
li.odd {background: #f8f8f8;}
.commentlist li img.avatar {border: 1px solid #aaa; width: 32px; height: 32px;}
#main-content ul.children li {margin-left: 70px;}
.comment-author {background: #eee;}
.comment-meta {border-bottom: 1px solid #ddd; text-align: right;}
.comment-reply-link, #cancel-comment-reply-link {border: 1px solid #aaa; padding: 3px 10px;}

#main-content .postlinks {
	margin:20px 0 0 0;
}

#main-content .postlinks ul {
	list-style:none;
	padding:0;
	margin:0;
	
}

#main-content .postlinks ul.navpost li {
	list-style-type: none;
	font-family:Arial, sans-serif;
	color: #474747;
	font-size: 11px;
	float: left;
	padding:0 10px 0 0;
	margin:0;
}

#main-content .postlinks ul.navpost li a, .postlinks ul.navpost li a:visited {
	font-family:Arial, sans-serif;
	color: #474747;
	display: block;
	font-size: 11px;
	font-weight: normal;
}

.mainimage {
	margin-bottom:15px;
}

.hr hr {
	background-color:#888888;
	border:0;
	height:1px;
	margin:15px 0 20px 0;
}