/*
Theme Name: Omnimal
Description: Custom theme for omnicrash.be based on the minimal theme v1.1 by rizzlestudios.
Version: 1.0
Author: Yve Verstrepen
Tags: black, white, green, fixed-width

Original:
http://wordpress.org/extend/themes/minimal
Licensed under GPL. 
*/

html { overflow-y: scroll; }
html, body { height: 100%; }
body
{
	padding: 0;
	margin: 0;
	background: #e2e6e9;
	background-image: url('images/mainbg.png');
	background-repeat: repeat;
	font: normal 13px Verdana, Arial, Sans-Serif;
	text-align: left;
}


/* Icons */

.feed
{
	margin-left: 1px;
	padding: 0 0 0 18px;
	background: url("images/feed-icon-14x14.png") no-repeat 0 50%;
}

.addthis_toolbox
{
	display: inline;
	float: right;
	margin: 0;
	padding: 2px;
	height: 16px;
}
#content .addthis_toolbox { width: 84px; }
#post_content .addthis_toolbox { width: 104px; }


/* Links */

a:link, a:visited
{
	color: #273A4D;
	text-decoration: none;
}
a:hover, a:active
{
	color: #31337A;
}

h3 a:link, a:visited
{
	color: #303030;
	text-decoration: none;
}
h3 a:hover, a:active
{
	color: #FFFFFF;
}

/* Typography */

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	margin: 10px 0;
	padding: 0;
}

h1 { font-size: 36px; color: #293138; }

h2 { font-size: 28px; color: #353F47; }

.post-title h2
{
	color: #303030;
	font-weight:bold;
	text-transform: uppercase;
	margin-bottom:5px;
}

h3 { font-size: 24px; color: #303030; }

h4 { font-size: 20px; color: #303030; }

h5 { font-size: 16px; color: #303030; }

h6 
{ 
	font-size: 13px; 
	text-transform: uppercase; 
	margin: 5px 0; 
	font-weight: bold; 
}

ul { line-height: 1.8em; list-style-type: circle; color: #333333; }

ol { line-height: 1.8em; color: #333333; }

blockquote
{
	color: #555555;
	background-color: #eeeeee;
	border: 1px solid #cfcfcf;
	padding: 5px 10px; 
	margin: 10px 10px;
}

code
{
	font-family: Consolas, Verdana, Arial, "Courier New";
	color: #555555;
	font-weight: bold;
	padding: 5px 10px; 
	margin: 10px 20px;
}

abbr, acronym { font-style: normal; border-bottom: 1px dotted #333333; cursor: help; }

em { font-style: italic; }

strong { font-weight: bold; }

del { text-decoration: line-through; color: #555555; font-size: 11px; }

ins { text-decoration: none; color: #679b3c; }

p em, cite { font-family: Consolas, Verdana, Serif; }


/* Structure */

#container
{
	width: 900px;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	
	background: #ffffff;
	border-left: solid #dde0e1 2px;
	border-right: solid #dde0e1 2px;
}
* html #container { height: 100%; } /* IE6 min-height fix */
#container:after
{
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#header
{
	padding: 0 0 0 10px;
	width: 890px; /* -padding */
	margin: 0;
	float: left;
	background: #414646;
}

#navigation
{
	width: 100%;
	float: left;
	background-color: #F3F2F2;
	text-transform: uppercase;
	font-size: 14px;
	border-bottom: solid #3AD93A 3px;
}

#wrapper
{
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	bottom: 0;
	clear: both;
	float: left;
}

#content, #post_content
{
	margin: 0;
	padding: 27px;
	float: left;
	line-height: 1.6em;
	text-align: left;
}
#content, #content .commentbox { width: 622px; }
#post_content, #post_content .commentbox { width: 820px; }

.commentbox
{
	color: #918E85;
	background-color: #FBF4E2;
	padding: 2px 0px;
	border-top: solid #D4CBB4 1px;
	border-bottom: solid #D4CBB4 1px;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 40px;
}
.commenttext { padding: 2px 5px; }
.commentbox hr
{
	color: #D4CBB4;
	background-color: #D4CBB4;
	height: 1px;
	border: none;
	margin: 2px 0;
	padding: 0;
}

#comments
{
	color: #4A4A4A;
	padding: 0px;
}
#comments .comment
{
	padding: 10px;
	background-color: #F6F6F6;
	border-bottom: 20px solid #ffffff;
}
#comments .comment cite
{
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}

#sidebar
{
	position: absolute;
	top: 0; bottom: 0; right: 0;
	width: 180px;
	
	padding: 15px;
	background-color: #F3F2F2;
	border-left: solid #E6E4E4 1px;
	color: #5b5c5c;
	font-size: 9pt;
	text-align: left;
}

#footer
{
	width: 100%;
	height: 24px;
	position: absolute;
	bottom: 0; left: 0; right: 0;
	color: #555555;
	text-align: center;
	font-size: 7pt;
	background: #ffffff;
}

#ad
{
	bottom: 0;
}

#footer hr
{
	margin: 0 0 3px 0;
	padding: 0;
	color: #dde0e1;
	background-color: #dde0e1;
	height: 2px;
	border: none;
}


/* Navigation */

#navigation ul
{
	width: 100%;
	margin: 0 5px;
	float: left;
	padding: 0px 0;
	list-style-type: none;
}

#navigation li
{
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
}

#navigation a:link,
#navigation a:visited
{
	float: left;
	display: block;
	color: #414646;
	border-left: 1px solid #F3F2F2;
	border-right: 1px solid #F3F2F2;
	padding: 5px 10px;
}

#navigation a:hover
{
	border-left: 1px solid #414646;
	border-right: 1px solid #414646;
	background-color: #EAE9E9;
}

#navigation ul li.current_page_item a:link,
#navigation ul li.current_page_item a:visited,
#navigation ul li.current_page_item a:hover,
#navigation ul li.current_page_item a:active
{
	color: #ffffff;
	background-color: #414646;
	border-left: solid #FFFFFF 1px;
	border-right: solid #FFFFFF 1px;
}

#navigation ul li.search
{
	float: right;
	padding: 5px 10px 0 0;
	margin-right: 10px;
}


/* Header */

#header h1 { color: #191a1a; font-weight: bold; margin-bottom: 10px; }

#header h1 a { width:750px; height: 200px; background: transparent url() center center no-repeat; }

#header h1 a:link, #header h1 a:visited
{
	color: #333333;
}

#header h1 a:hover, #header h1 a:active
{
	color: #000000;
	background-color: transparent;
}

#header h1 span { color:#5b5c5c; }

#header h1.blog-title { display: inline; }

#header h1.blog-title a, #header h1.blog-title a:hover
{
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 36px;
	color: #F3F2F2;
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 36px;
	border-bottom: none;
	text-decoration: none;
	background: transparent;
}

#header .tagline
{
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	margin-left: 3px;
	padding: 0;
	color: #A1A1A1;
	letter-spacing: -1px;
	text-transform: lowercase;
	display: inline;
}


/* Content */

.date
{
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 24px;
	margin-left: 3px;
	padding: 0;
	color: #ccc;
	letter-spacing: -1px;
	text-transform: lowercase;
	display: inline;
}

h3.post-title
{
	display: inline;
}

h3.post-title a
{
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 24px;
	color: #000000;
	letter-spacing: -1px;
	border-bottom: none;
}

h3.post-title a:hover
{
	text-decoration: none;
	color: #31337A;
	background: transparent;
}


/* Sidebar */

#sidebar h2, .widgettitle
{ font-size: 18px; color:#5b5c5c; text-transform: uppercase; border-bottom: solid #5b5c5c 2px;}

#sidebar ul
{
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	list-style-type: none;
}

#sidebar ul li
{
	padding: 5px;
	/*border-bottom: 3px dotted #cccccc;*/
}

#sidebar ul li:hover
{
	background-color: #eeeeee;
}

#sidebar ul li .title
{
	display: block;
	font-weight: bold;
}

#sidebar ul li .date
{
	display: block;
	color: #777777;
	font-size: smaller;
}

#sidebar ul li .content
{
	display: block;
}

#sidebar ul li a:link, #sidebar ul li a:visited
{
	padding: 0; 
	color: #333333;
}

#sidebar ul li a:hover, #sidebar ul li a:active
{
	background-color: transparent; 
}

#sidebar ul  .list_subpages {
	padding: 5px;
	border-bottom: 1px dotted #cccccc;
	list-style-type: none;
}


/* Footer */

#footer a:hover, #footer a:active
{
	color: #003355;
	background-color:transparent;
}


/* Comments */
.alt
{
	margin: 0;
	padding: 10px;
}

.commentlist
{
	padding: 0;
	text-align: justify;
}

.commentlist li
{
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	border: 1px solid #ddd;
}

.commentlist p
{
	margin: 10px 5px 10px 0;
}

#commentform p
{
	margin: 5px 0;
}

.nocomments
{
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata
{
	margin: 0;
	display: block;
}

.commentlist li, #commentform input, #commentform textarea
{
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li
{
	font-weight: bold;
}

.commentlist li .avatar
{
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a
{
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p
{
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p
{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata
{
	font-weight: normal;
}

.alt
{
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}


/* Images */

.aligncenter, div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-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: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/* Forms */

#searchform input
{
	width: 140px;
	color: #A1A1A1;
	background: #FFFFFF url('images/search.png') no-repeat 4px 2px;
	padding: 2px 2px 2px 22px;
	border: 1px solid #A1A1A1;
	height: 16px;
}

#searchform input:focus
{
	color: #000000;
}

textarea {width: 400px;}
