/* 
Theme Name: Smakkie.com 2010
Theme URI: http://smakkie.com/
Description: Handmade theme, build from scratch. Do not copy or distibute without my consent.
Author: Alexander Smakman
Author URI: http://smakkie.com
Version: 1.0
*/

/* --- CSS Reset --- */
/* http://meyerweb.com/eric/tools/css/reset/ */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote:before, q:before { content: open-quote; }
blockquote:after, q:after { content: close-quote; }

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Begin styling */

body {
	background: #ccc url('images/bg-colour.png');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
}

a { color: #933; text-decoration: none; }
a:hover { text-decoration: underline; }
p { padding-bottom: 20px; }
 
#wrapper {
	margin-left: auto;
	margin-right: auto;
	padding: 30px 10px 0 10px;
	width: 980px;	
	background: url('images/bg-center.png') top center repeat-y;
}

#header {
	padding-left: 10px;
}

#header h1 {
	padding-left: 70px;
}

#header ul { 
	background: url('images/bg-ribbon.png') top left no-repeat;
	display: block;
	height: 38px;
	width: 960px; 
	margin: 30px 0 0 0;
	padding: 0 0 0 70px;
}

#header ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#header ul li a, #header ul li a:visited {
	background: url('images/button.png') no-repeat;
	line-height: 1;
	float: left;
	width: 72px; /* 80px button minus 8px margin */
	height: 22px; /* 28px button minus 6px margin*/
	padding: 6px 0 0 8px;
	margin: 5px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#header ul li a:hover {
	text-decoration: underline;
	color: #fff;
}

#footer {
	background: url('images/bg-bottom.png') top left no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	padding: 36px 0 50px 0;
}

#footer p {
	padding: 0 30px;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover { text-decoration: underline; }

#intro {
	float: left;
	width: 240px;
	padding: 15px 0 0 80px;
}

#recentPosts, #recentFolio {
	float: right;
	width: 500px;
	padding: 15px 80px 0 0;
}

#recentFolio ul li {
	float: left;
	width: 140px;
	padding-right: 20px;
}

#recentPosts p {
	padding-bottom: 2px;
}

#recentPosts .info {
	float: left;
	width: 80px;
	line-height: 18px;
}

#recentPosts .info a { 
	font-size: 11px;
	font-weight: bold;
	color: #333; 
	text-transform: uppercase;
	text-decoration: none;
}

#sidebar {
	float: right;
	padding: 15px 80px 0 0;
	width: 260px;
}

#content {
	float: left;
	padding: 15px 0 0 80px;
	width: 480px;
}

#content h2 {
    background: #ddd;
    padding: 2px 0 4px 10px;
    margin: 10px 0 0 -10px;
}

#respond h3 {
    background: #ddd;
    padding: 2px 0 4px 10px;
    margin: 10px 0 10px -10px;
}

/* Headings */
h1 { font-size: 36px; padding: 0; }
h2 { font-size: 24px; padding: 12px 0; }
h3 { font-size: 18px; padding: 10px 0; }
h4 { font-size: 16px; padding: 8px 0; }
h5 { font-size: 14px; padding: 6px 0; }
h6 { font-size: 12px; padding: 4px 0; }


/* other styles */
.postmetadata { background: #eee; font-style: italic; padding: 0 0 2px 10px; margin: 0 0 15px -10px; }
.alignright { float: right; margin-left: 10px; border: 1px solid black; }
.alignleft { float: left; margin-right: 10px; border: 1px solid black; }
.aligncenter { text-align: center; border: 1px solid black; }
.clear { clear: both; }
.hide { display: none; }

