/*  
Theme Name: Slined Mod
Theme URI: http://www.dandyland.org
Description: Slik and dark theme originally built for <a href="http://dandyland.org">dandyland.org</a>
Version: 2.0Author: Dandyna
Author URI: http://www.dandyland.org
Notes: big thanks to Small Potato of WpDesigner who firstly coded this jewel, enjoy!
*/


body, h1, h2, h3, h4, h5, h6, form, ol, p, ul{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6{
	font-size: 12px;
}

body {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	color: #ccc;
	background: #0B0B0B url(images/bg.gif);
}

#exo {
	margin: 0 auto;
	width: 1000px;
}

table{
	font-family: Arial;
	font-size: 12px;
}

form, input, textarea{
	font-family: Arial;
	font-size: 12px;
}

input, textarea{
	margin: 0 0 1px 0;
	border: 1px solid #262626;
	color: #ccc;
	background: #111;
}

ul, li{
	list-style-type: none;
}

a{
	text-decoration: none;
	text-transform:uppercase;
	color: #ccc;
}

a:hover{
	text-decoration: underline;
	text-transform:uppercase;
	color: #ccc;
}

img{
	border: 0px;
}

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #666666;
	text-align: center;
	background-color: #161616;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 14px;
	padding: 0 4px 5px;
	margin: 0;
	font-style: italic;
}
/* End captions */

	img.alignleft, div.alignleft
	{
	float:left;
	margin:0 0.5em 0.5em 0;
	}
	img.alignright, div.alignright
	{
	float:right;
	margin:0 0 0.5em 0.5em;
	}
	img.aligncentered, div.aligncentered
	{
	text-align:center;
	margin:0 auto;
}

#sidebar{
	float: left;
	margin: 12px 0 0 0;
	width: 140px;
	font-family: Arial;
	font-size: 10px;
	line-height: 15px;
	text-align: left;
	vertical-align: top;
	color: #ccc;
	background: #0B0B0B;
}

#sidebar ul{
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

#sidebar ul li{
	margin: 0 0 5px 0;
	font-family: Arial;
	font-weight: bold;
	color: #00C0DC;
}

#sidebar ul li a{
	text-decoration: none;
text-transform:uppercase;
	color: #00C0DC;
}

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

#sidebar ul li h2{
	margin: 0 0 5px 0;
	padding: 4px 0 4px 4px;
	border-bottom: 1px solid #262626;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
border-top: 2px solid #00C0DC;
background: #0B0B0B url(images/bg_menu_item.gif) repeat-x;
	color: #ccc;
}

#sidebar ul ul{
	padding: 0;
}

#sidebar ul ul li{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-weight: normal;
	color: #ccc;
}

#sidebar ul ul li a{
	text-decoration: none;
text-transform:uppercase;
	color: #ccc;
}

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

.narrowcolumn{
	float: left;
	width: 500px;
	margin: 22px 0 0 0;
	padding: 15 0 100px 0;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	color: #ccc;
	background: #0B0B0B;
}

#menu{
	padding: 0 0 0 10px;
	text-align: left;
	vertical-align: top;
	color: #ccc;
	background: #0B0B0B;
}

#menu ul li{
	float: left;
	border-top: 2px solid #00C0DC;
	margin: 0 5px 0 0;
	padding: 6px 15px 7px; 
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	background: #0B0B0B url(images/bg_menu_item.gif) repeat-x;
}

#menu ul li a{
	text-decoration: none;
text-transform:uppercase;
}

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

#header{
	clear: both;
	width: 500px;
	padding: 10px 0;
	background: #0B0B0B;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}

.post h1{
	border-top: 2px solid #00C0DC;
	border-bottom: 1px solid #262626;
	padding: 18px 20px 17px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	line-height: 20px;
	color: #fff;
	background: #000 url(images/bg_post_title.gif) repeat-x;
}

.post h1 a{
	text-decoration: none;
}

.post h1 a:hover{
	text-decoration: underline;
}

.entry{
	border-top: 0px solid #fff;
	padding: 10px 5px 10px 5px;

	text-align: justify;
	vertical-align: top;
	line-height: 15px;
	color: #ccc;
	background: #0B0B0B;
}

.entry p{
	padding: 10px 0 0 0;
}

.entry a{
	color: #00C0DC;
}

p.postmetadata, post-date, cite{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}

.navigation{
	padding: 20px;
	text-align: left;
	vertical-align: top;
	line-height: 15px;
	color: #ccc;
	background: #0B0B0B;
}

.commentlist ol, .commentlist ol li{
	list-style-type: none;
}

.commentlist ol{
	margin: 0 0 10px 0;
}

.commentlist ol li{
	margin-bottom: 5px;
	border: 1px solid #e6e6e6;
	padding: 10px;
	font-size: 12px;
	background: #0B0B0B;
	color: #ccc;
}

blockquote{
	margin: 5px 0 5px 5px;
	border: 1px solid #666666;
	padding: 5px 10px;
	font-family: Arial;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	vertical-align: top;
	background: #0B0B0B;
	color: #fff;
}

#obar{
	float: left;
	margin: 50px 0 0 0;
	width: 360px;
	text-align: left;
	vertical-align: top;
	background: #0B0B0B;
}

.sub-obar{
	float: left;
	margin: 0;
	width: 170px;
	font-family: Arial;
	font-size: 10px;
	line-height: 15px;
	text-align: left;
	vertical-align: top;
	color: #ccc;
	background: #0B0B0B;
}

.sub-obar ul{
	padding: 10px 0 10px 10px;
	text-align: left;
	vertical-align: top;
}

.sub-obar ul li{
	margin: 0 0 5px 0;
	font-family: Arial, Verdana;
	font-weight: bold;
	color: #00C0DC;
}

.sub-obar ul li a{
	text-decoration: none;
	color: #00C0DC;
text-transform:uppercase;
}

.sub-obar ul li a:hover{
	text-decoration: underline;
}

.sub-obar ul li h2{
	margin: 0 0 5px 0;
	padding: 4px 0 4px 4px;
	border-bottom: 1px solid #262626;
	font-family: Arial,;
	font-size: 11px;
	font-weight: bold;
	color: #ccc;
border-top: 2px solid #00C0DC;
background: #0B0B0B url(images/bg_menu_item.gif) repeat-x;
}

.sub-obar ul ul{
	padding: 0;
}

.sub-obar ul ul li{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana;
	font-weight: normal;
	color: #ccc;
}

.sub-obar ul ul li a{
	text-decoration: none;
	color: #ccc;
text-transform:uppercase;
}

.sub-obar ul ul li a:hover{
	text-decoration: underline;
}

#wp-calendar{
	margin: 5px 0 0;
}

#wp-calendar caption{
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 5px;
	text-align: left;
	color: #00C0DC;
	background: #0B0B0B;
}

#wp-calendar th, #wp-calendar td{
	padding: 3px;
	color: #ccc;
	background: #0B0B0B;
}

#wp-calendar a{
	color: #00C0DC;
	
}
