/*  
Theme Name: WhatsCookin
Theme URI: http://whatscookin.be/
Description: The Wordpress Theme for What's Cookin'? website
Version: 0.1
Author: Andrew Fecheyr
Author URI: http://andrewsblog.org/

*/

/* 
Colors used
orange = #f7941e
dark orange = #f26522
gray = #6d6e71
*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #424346;
	text-align: center;
}

#container {
		text-align: left;	
}

.content {
	font-size: 1.2em;
	background-color: white;	
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}	

h2 {
	color: black;	
	font-size: 1.6em;
	margin-bottom: 0px;
	clear: both;
}

h2 a {
	color: black;	
	text-decoration: none;
}

h2 a:hover {
	color: #f7941e;
}

h3 {
	font-size: 1.3em;
	margin-bottom: 0px;
}

small {
	color: #f7941e;	
}

small a {
	color: #f26522;
	text-decoration: none;
}

a {
	color: #f26522;
	text-decoration: none;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.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;
	}
	
#right_menu h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	margin-top: 0px;
}	
/* End Typography & Colors */

/* Fix for IE png24
	See: http://bjorkoy.com/past/2007/4/8/the_easiest_way_to_png/ */
.png24_image, #left_spacer, #right_spacer, #left_footer, #content_footer { behavior: url('/javascripts/iepngfix.htc') };
/* End Fix for IE png24 */

/* Right Menus */
#right_menu p, #right_menu ul {
	margin: 0px;
}

.right_menu {
	background-color: white;
}

div.right_menu_closer {
	height: 18px;
	background: url('images/bottom_column.png') no-repeat top center;
	margin-bottom: 20px;
}

div.right_menu_starter {
	height: 20px;
	background: url('images/top_column.png') no-repeat bottom center;
}

/* end right menus */

/* Structure and layout */
body {
	background-color: #fdfbec;
	background-image: url('images/achtergrond.jpg');
}

#container {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

#left_container {
	width: 690px;
}

#right_container {
	margin-left: 44px;
}

#header { /* IE */
	height: 375px;
	margin-bottom: -2px;	
}

#header[id] { /* not IE */
	margin-bottom: 0px;
}

.column {
	float: left;
}

.content {
	padding-left: 20px;
	padding-right: 20px;	
}

#left_spacer {
	width: 94px;
	background: url('images/left_bol.png') no-repeat top left;
	/* temporary */
	height: 44px; 
}

#left_footer {
	width: 94px;	
	background: url('images/left_monster.png') no-repeat bottom left;
	float: left;
	height: 192px;
	position: relative;
	margin-top: -109px;
}

#main_content {
	width: 556px;
}

#content_footer {
	width: 595px;
	height: 81px;
	float: left;	
	background: url('images/footer.png') no-repeat bottom left;
}

#right_menu {
	width: 199px;
}

#right_spacer {
	width: 57px;
	background: url('images/right_bol.png') no-repeat top left;
	height: 116px;
}

#footer {
	clear: both;
	height: 81px;	
}
/* End Structure and layout */

/* Begin Images */
p img {
	padding: 0;
	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 {
	margin: 4px 4px 6px 11px;
	display: inline;
	}

img.alignleft {
	margin: 4px 11px 6px 4px;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	margin-top: 0px;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

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

/*select {
	width: 130px;
	}*/

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 98%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */

/* Begin 2 column table (for artists) */
.col_table {
	border: none;
}

.col_table .photos {
	width: 340px;
}

.col_table tr td h2 {
	margin-top: -4px;
}

.col_table tr td {
	vertical-align: top;
	padding-bottom: 12px;
}

.col_table tr td.left {
	text-align: right;
	font-weight: bold;
	width: 170px;
}

.left_column {
	float: left;
	width: 270px;
}

.right_column {
	float: left;
	width: 270px;
	margin-left: 16px;
}

.cleared {
	clear: both;
}

.photos img {
	margin-right: 4px;
	margin-bottom: 4px;
}

/* End 2 column table (for artists) */

/* event list */
.event_list {
	margin-left: 20px;
	margin-right: 20px;
}

.event_item {
	height: 77px;	
}

.event_item:hover {
	background-color: #fffaf3;
	cursor: pointer;
}

img.flyer {
	border: 1px solid gray;
	display: block;
}

.orange {
	color: #f7941e;	
}

table.line_up td {
	padding-bottom: 0px;
}

/* end event stuff */

/* Defaults */
label {
	font-weight: bold;
}
textarea {
	width: 95%;
	height: 100px;
}
/* End Defaults */

/* credits footer */
#credits {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	color: gray;
}

/* Begin Comments & errors*/
.alt, .errorExplanation, .adminOnly {
	background-color: #fffaf3;
	margin: 0;
	padding: 10px;
}

.errorExplanation, .adminOnly	{
	margin-top: 10px;
	border: solid 1px #F26522;
}

.adminOnly {
	text-align: center;
	clear: both;
}

/* used for Admin: text*/
.adminTag {
	font-weight: bold;
}
	
#errorExplanation	h2 {
	margin-top: 5px;
}

#errorExplanation	ul {
	margin-top: 3px;
	margin-bottom: 3px;
}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 5px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.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;
	}
/* End Comments */

/* 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;
	} 

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

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

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	padding-bottom: 4px;
	padding-top: 4px;
	font-size: 1em;
	}

#sidebar ul p, #sidebar ul select {
	margin: 2px 0 8px;
	width: 140px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 2px 0 0 3px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 3px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/* Twitter Feed plugin */
span.entry-meta span.from-meta { display: none; }
span.entry-meta span.time-meta { display: none;}
#sidebar li.widget_twitter div ul li {
  font-size: 0.8em;
  padding-bottom: 7px;
}
#sidebar li.widget_recent_entries ul li {
  font-size: 0.9em;
  padding-bottom: 3px;
}
/* End Twitter Feed plugin*/

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

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

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

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

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.bordered {
	border: 1px solid black;
	padding: 0px;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}
/* End Various Tags & Classes*/