/*
Theme Name: Designgeek
Theme URI: www.designgeek.com.au
Description: A custom build theme for <a href="http://www.designgeek.com.au">DesignGeek</a>. 
This theme is based on <a href="http://binarybonsai.com/">Michael Heilemann</a> default WordPress theme and the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Marianne Le Fevre
Author URI: http://www.designgeek.com.au

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	font-family: Verdana,"Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #d5d6d7 url('images/dg-bg.jpg');
	color: #333;
}

/* Major Text Styles */

h1 {
	font-size: 4em;
	padding-top: 70px;
}

h2 {
	font-size: 2em;
	font-weight: normal;
}

h3 {
	margin: 30px 0 0;
}

a, h2 a:hover, h3 a:hover {
	color: #39C;
	text-decoration: none;
}

a:hover {
	color: #037;
	text-decoration: underline;
}
		
h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
}

h2, h2 a, h2 a:visited, 
h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, 
h3, h3 a, h3 a:hover, h3 a:visited, 
#sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

ul {
	padding-left: 30px;
	list-style: none;
}

ol li {
	list-style: decimal outside;
}

small {
	color: #777;
	font-size: 0.8em;
}
/* End Major Tex Styles */

/*---> Images <---*/
p img {
	border: 1px solid #CCC;
	padding: 7px;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* Major Framework */
#page {
	background: #B74 url('images/dg-background.jpg') repeat-y top center;
	background-color: white;
	margin: 0 auto;
	width: 800px;
}

/*---> Header <---*/
#header {
	background: #FFF url('images/dg-header.jpg') no-repeat top center;
	height: 235px;
}

#header h1 {
	text-indent: -9999px;
	height: 135px;
}
#header .description {
	font-family: 'Courier New', Courier, Fixed;
	font-size: 15px;
	font-weight: bold;
	padding-left: 63px;
}

/*---> Content <---*/
#content {
	float: left;
	padding-left: 45px;
	width: 466px;
}

#content p, #content ul {
	line-height: 1.4em;
	margin: 1em 0;
}

.navigation {
	display: block;
	text-align: center;
	padding-bottom: 15px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

#content .post h2 {
	background: #39C url('images/dg-heading.jpg') no-repeat top left;
	color: #037;
	margin: 0 0 10px -45px;
	height: 70px;
	padding: 18px 0 0 63px;
}

#content .post h2 a{
	color: #037;
}

#content .post h2 a:hover {
	color: #FFF
}

#content h2.pagetitle {
	color: #39C;
	font-size: 1.2em;
}

.post {
	margin: 0 0 20px;
	clear: both;
}

.post hr {
	display: block;
}

/*---> Footer <---*/
#footer {
	background: #FFF url('images/dg-footer.jpg') no-repeat bottom center;
	clear: both;
	font-size: 10px; 
}

#footer p {
	padding: 35px 53px 55px;
	text-align: center;
}

/*---> Sidebar <---*/
#sidebar {
	background: url(images/dg-sidebar2-shadow.jpg) no-repeat bottom right;
	font-family: 'Courier New', Courier, Fixed;
	font-size: 14px;
	float: right;
	padding: 0 0 2px;
	width: 250px;
}

#categories-list {
	background: #FFF url('images/dg-sidebar2.jpg') repeat-y top right;
	padding: 0 18px 50px;
}

#sidebart h2 {
	font-size: 1.5em;
	margin: 5px 0 0;
}

#sidebar ul {
	padding-left: 0px;
}

#sidebar ul li {
	color: #777;
	line-height: 32px;
	list-style: none;
	display: block;
}

#sidebar ul li a {
	color: #037;
}

/*---> Search Form <---*/
#searchform input, #searchform button {
	border: 1px solid #333;
	padding: 5px;
}

#searchform input {
	font-family: 'Courier New', Courier, Fixed;
	width: 130px;
	padding: 5px;
}

#search {
	background: #FFF url('images/dg-sidebar2-search.jpg') no-repeat top right;
	height: 142px;
	padding: 35px 18px 0px;
}

#search #searchform input {
	border: none;
	background: none;
	float: left;
	padding: 18px 7px;
	width: 130px;
}

#search #searchform button {
	background: url('images/dg-search-go.jpg') no-repeat 0px 0px;
	border: none;
	float: right;
	height: 56px;
	padding: 0;
	text-indent: -9999px;
	width: 56px;
}

#search #searchform button:hover {
	background: url('images/dg-search-go.jpg') no-repeat 0px -56px;
}

/*---> Error <---*/
.error {
	background: #ffffff url(images/dg-error404.jpg) no-repeat top center;
	font-family: 'Courier New', Courier, Fixed;
	text-align: center;
	padding: 50px;
	height: 211px;
}

/* End Major Framework */


/*---> Comments <---*/

.commentlist li {
	background: url(images/dg-comment-top.jpg) no-repeat top center;
	margin:  10px 0 30px;
	padding: 1px 0 0;
	list-style: none;
}

.speach {
	background: url(images/dg-comment-bottom.jpg) no-repeat bottom center;
	padding: 0px 13px 20px;
}

.author {
	margin-left: 60px;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}

/*---> Comments Form<---*/
#commentform ul {
	list-style: none;
	padding-left: 0px;
}

#commentform li {
	margin: 5px 0px;	
}

#commentform input, #commentform textarea, #commentform button {
	border: 1px solid #CCC;
	font-family: Verdana,"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 3px 2px 0px;
}

#commentform input, #commentform textarea {
	width: 300px;
}

#commentform button {
	margin-left: 76px;
}

#commentform label {
	display: block;
	float: left;
	line-height: 18px;
	text-align: right;
	padding-right: 6px;
	width: 70px;
}

#commentform label em {
	color: #f60;
}






/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. 

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	font-size: 1.2em;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}*/

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
}


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps{
	font-size: 0.9em;
	letter-spacing: .07em;
}

hr {
	display: none;
}

a img {
	border: none;
}

select {
	width: 130px;
}
/* End Various Tags & Classes*/
