/*

Theme name: UltraLight
Description: A WordPress theme by Fredrik Sørlie
Version: 1.2
Author: Fredrik Sørlie
Author URI: http://fredriksoerlie.com
Tags: white, fixed-width, two-columns

The UltraLight theme is a simple theme for WordPress, stripped of all unessecery code and graphics.

*/

/* -------------------------------- Global styles -------------------------------- */

* {
	margin: 0; padding: 0;
}

html, body {
	width: 100%; height: 100%;
}

body, table, tr, td, th, input, textarea { font-size: 12px; color: white; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 18px; }

hr { height: 0; line-height: 0; font-size: 0; display: block; clear: both; padding: 0; margin: 1px 0 10px; border-top-width: 0; }

img { vertical-align: bottom; border-color: #454545; }

p { 
	display: block; clear: both;
	margin-bottom: 20px;
}

.left,
.alignleft { float: left; }

.right,
.alignright { float: right; }

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

.clear {
	clear: both;
}

.center {
	text-align: center; 
}

blockquote { font-size: 12px; color: white; padding-left: 20px; border-left-width: 0; }

/* -------------------------------- Main layout styles -------------------------------- */

body {
	text-align: center; 
	background: black url(http://www.matikofootwear.com/images/mbg2.jpg) no-repeat fixed center top;
}

div#page {
	width: 100%; height: 100%;
	margin: 0 auto;
}

div#header { width: 100%; display: table; clear: both; padding: 0 0 10px; }

ul#menu {
	width: 900px;
	text-transform: uppercase;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: table; clear: both;
	padding: 0 0 5px;
	list-style: none;
}

div#content { width: 960px; text-align: left; clear: both; margin: 0 auto; padding-top: 10px; padding-left: 25px; }

div#maincontent { width: 680px; float: left; padding-left: 25px; }

div#sidebar { color: #fff; width: 190px; float: right; clear: right; margin: 0; padding: 0 2px 0 15px; }

div#footer { width: 100%; display: block; clear: both; padding: 40px 0; margin: 40px auto; border-top-style: solid; border-top-width: 0; }

/* -------------------------------- Additional layout styles -------------------------------- */

.size-medium, .size-thumbnail {
	display: block; float: left;
	margin: 0 20px 20px 0;
}

.size-large, .size-full {
	display: block; clear: both;
	margin-bottom: 20px;
}

.date {
	font-size: 12px; font-weight: normal; color: white;
	display: block; clear: both;
	margin-bottom: 5px; capitalize; 
}

.post,
.comment { width: 600px; overflow: hidden; display: table; clear: both; margin-bottom: 20px; }

.singlepost {
	width: 700px;
	overflow: hidden;
	display: table; clear: both;
}

.postmeta,
.commentmeta {
	display: block; clear: both;
	margin-bottom: 20px;	
}

#pagination,
#navigation {
	display: block; clear: both;
}

#pagination { width: 600px; overflow: hidden; display: table; clear: both; padding: 10px 0 20px; border-top-style: solid; }

.commentavatar {
	float: left; margin-right: 20px;
}

.commenttext {
	float: left;
}

.alt {
	/*background: #EFEFEF;*/
}

.widget {
	display: block; clear: both;
	margin-bottom: 20px;	
}

/* -------------------------------- Heading styles -------------------------------- */

h1 { font-size: 14px; display: block; float: left; }

h2 { font-size: 14px; font-weight: normal; color: white; line-height: 18px; text-transform: uppercase; display: block; clear: both; margin-bottom: 20px; }

h3 { font-size: 14px; font-weight: normal; color: white; line-height: 18px; }

#maincontent h3 { font-size: 16px; font-weight: normal; line-height: 18px; }

h4 {	
	font-size: 14px; font-weight: normal; color: white;
}

/* -------------------------------- Link styles -------------------------------- */

a,
a:focus, 
a:link, 
a:active { 
	outline: none thin; 
}

a { color: white; text-decoration: none; padding: 0; }

a:visited {
	color: white; text-decoration: none;
}

a:hover { color: black; font-weight: bold; background-color: white; }

ul#menu li a {
	color: white;
	text-decoration: none;
}

ul#menu li.current_page_item a,
ul#menu li a:hover {
	color: white;
	text-decoration: none;
}

.rss {
	background: url('images/rss-icon.png') left 50% no-repeat;
	padding-left: 26px;
}

/* -------------------------------- List styles -------------------------------- */

ul,
ol,
li {
}

ul#menu li {
	display: block; float: left;
	margin-right: 30px;
}

ul#menu li.right {
	float: right;
	margin: 0;
}

#maincontent ul {
	list-style: disc inside;
	display: block; clear: both;
	margin-bottom: 20px;
}

#sidebar ul { color: white; list-style: none; display: block; margin-bottom: 20px; }

/* -------------------------------- Form styles -------------------------------- */

input { width: 400px; color: #323232; font-size: xx-small; background: #fff; margin: 0; border: solid 1px; }

#sidebar input {
	width: 50%;
	margin-bottom: 0;
}

textarea { width: 400px; color: #000; font-size: small; background: #fff; height: 100px; border: solid 1px; overflow: auto; padding: 0; }