/*
Theme Name: BE2009 (based on dfBlog 1.1.0)
Theme URI:
Description: Designed by Matt Henry, coded by Andrew Lorien for wecan.be
Version: 1.1.0
Author: danielfajardo web, andrew lorien, matt henry
Author URI: http://www.wecan.be
Tags: fixed-width, two-columns, right-sidebar, light, white, red, blue, pink

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

*/


/* Reset Browser Default */
/*\*/@import url(css/reset.css); /**/

/* Typography */
/*\*/@import url(css/typography.css); /**/

/* Template */
/*\*/@import url(css/template.css); /**/

img { behavior: url(wp-content/themes/dfblog/css/iepngfix.htc) }

/* Header -> Head & Main Menu
***************************************************************************** */
#mainmenu {
	font-weight: lighter;
}
ul#topMenu {
	position: relative;
	top: 75px;
	left: 494px;
	width: 466px;
	margin: 0;
	list-style: none;
	}
	ul#topMenu li {
		display: inline;
		padding-right: 1em;
		}
		ul#topMenu li a, #mainmenu ul li a {
			padding: 0 0 2px 4px; /* for the shivery hover */
		}
#topMenu a:hover, #sidebar a:hover {
	background: url(images/underline.gif) 0px 12px repeat-x;
}
#topMenu {
	z-index: 1;
}

/* Sidebar
************************************* */

#dove {
	position: absolute;
	top: 63px;
	left: 25px;
	z-index: 9;
}
#sidebarDiv {
	background: transparent url(images/parchmentbg.jpg) 0 90px no-repeat;
	position: absolute;
	padding-bottom: 30px;
	z-index: 1;
}
#sidebar a, ul#audioVideoLink li a, ul#audioVideoLink li a:hover {
	font-size: 1.5em;
	text-decoration: none;
}
ul#audioVideoLink {
	margin-left: -30px;
	width: 236px;
	list-style: none;
}
ul#audioVideoLink img {
	margin-left: 46px;
}
ul#audioVideoLink li a:hover span {
	text-decoration: underline;
}


/* BEattitudes menu
************************************* */

#BEattitudesMenuAbs {
	position: absolute;
	z-index: 1;
	left: 90px;
	top: 48px;
}
#BEattitudesMenu {
	width: 236px;
	background: #e1C686 url(images/parchmentbg.jpg) no-repeat left bottom;
}
#BEattitudesMenu ul {
	left: 0;
	top: 0;
	margin: 0 26px 0 42px;
	font-size: 1.3em;
	line-height: 1.4em;
	text-indent: -20px;
	list-style-type: none;
}
#BEattitudesMenu ul li {
	display: block;
	padding: 0;
	width: 174px;
}
#topMenu #BEattitudesMenu ul li a {
	padding: 0;
}
#BEattitudesMenu ul li a:hover {
	color: #A02E2F;
	background: none;
}
.current_page_item {
	font-weight: bold;
}
.current_page_item:hover {
	background: none;
}

/* Wrap -> Container
***************************************************************************** */
#container {
	background: url(images/redGradient.jpg) repeat-x;
}
.content-header {
	margin: 0;
	padding: 0 0 0 50px;
	text-align: left;
	overflow: hidden;
	clear: both;
	}
	.content-header h2 {
		margin: 0 0 40px;
		font-size: 2.4em;
		color: #999;
		border-bottom: 1px solid #cdd;
	}

.post {
	overflow: visible;
	clear: both;
	margin-left: 1px;
	padding: 0 0 40px 50px;
	}
	.post h2 {
		margin:  0;
		padding: 0;
		text-align: left;
	}
	.post h3.post-title {
		margin:  0;
		padding: 0;
		text-align: left;
		font-weight: bold;
		font-size: 1.8em;
	}
	.post hr {
		display: block;
	}

.postmetadata {
	clear: both;
	margin: 0;
	font-size: 1.2em;
	line-height:1.6em;
	color: #888;
	}
	.postmetadata .date, .postmetadata .author, .postmetadata .comment, .postmetadata .category, .postmetadata .tag, .postmetadata .edit {
		margin:  0 0 0 2px;
		padding: 0 0 0 20px;
	}
	.postmetadata .date           { background: url(images/icons/icons-normal.png) 0 0 no-repeat; }
	.postmetadata .date:hover     { background: url(images/icons/icons-hover.png) 0 0 no-repeat;	}

	.postmetadata .author         { background: url(images/icons/icons-normal.png) 0 -16px no-repeat; }
	.postmetadata .author:hover   { background: url(images/icons/icons-hover.png) 0 -16px no-repeat;	}

	.postmetadata .comment        { background: url(images/icons/icons-normal.png) 0 -32px no-repeat; }
	.postmetadata .comment:hover  { background: url(images/icons/icons-hover.png) 0 -32px no-repeat;	}

	.postmetadata .category       { background: url(images/icons/icons-normal.png) 0 -48px no-repeat; }
	.postmetadata .category:hover { background: url(images/icons/icons-hover.png) 0 -48px no-repeat;	}

	.postmetadata .tag            { background: url(images/icons/icons-normal.png) 0 -64px no-repeat; }
	.postmetadata .tag:hover      { background: url(images/icons/icons-hover.png) 0 -64px no-repeat;	}

	.postmetadata .edit           { background: url(images/icons/icons-normal.png) 0 -80px no-repeat; }
	.postmetadata .edit:hover     { background: url(images/icons/icons-hover.png) 0 -80px no-repeat;	}

#content .navigation {
	clear: both;
	margin: 0 0 20px 50px;
	width: 590px;
	height: 22px;
	font-size: 1.0em;
	border: 1px solid #dee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.entry {
	margin: 20px 0;
	}
	.entry blockquote {
		border: 1px dashed #ccc;
		padding: 5px 20px;
		margin: 10px 0;
	}
	.entry blockquote blockquote {
		font-size: 1em;
	}
	.entry fieldset {
		border: 1px dashed #ccc;
	}
	.entry fieldset legend {
		font-weight: bold;
		text-transform: uppercase;
	}
	.entry table {
		border-width: 0 1px 1px 0;
		border-style: solid;
		border-color: #ccc;
		font-size: 0.9em;
	}
	.entry table tr td {
		padding: 5px 10px;
		border-width: 1px 0 0 1px;
		border-style: solid;
		border-color: #ccc;

	}
	.entry table tr th {
		border-width: 1px 0 0 1px;
		border-style: solid;
		border-color: #ccc;
		padding: 5px 10px;
		color: #666;
		font-weight: bold;
		text-align: center;
	}
	.entry ol { list-style-type: decimal; }
	.entry ol ol {	list-style-type: lower-alpha; }
	.entry ol ol ol {	list-style-type: lower-roman; }

p img {
	padding: 0;
	max-width: 100%;
}

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


/* Comments
************************************* */

#comments {
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 20px 0 20px 50px;
	padding: 20px 0 0 0;
	border-top: 1px dashed #cdd;
	}
	#comments .browse {
		clear: both;
		height: 19px;
		font-size: 0.7em;
		margin: 0;
		padding-bottom: 9px;
		border: 1px solid #dee;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		background: #440000;
	}

.commentlist {
	margin: 10px 0;
	padding: 0 0 1px 0;
	}
	.commentlist li {
		list-style:none;
		margin: 10px 0;
		padding: 0;
		border: 1px solid #cdd;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}

li.comment div, li.pingback div {
	padding: 20px;
	overflow: auto;
}

li.comment div div, li.pingback div div {
	padding: 0;
	overflow: visible;
}

.commentlist li.even {
	background-color: #220000;
}

.commentlist li.odd {
	background-color: #330000;
}

ul.children li {
	list-style: none;
}

img.avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	margin: 0;
	background: #fff;
}

.comment-meta, .reply {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}

.comment-author cite {
	font-style: normal;
	font-weight: bold;
}


/* Search
************************************* */

#search-box {
	width: 190px;
	height: 23px;
	background: transparent url(images/box-search.png) left top no-repeat;
}

#search-text {
	background: transparent none no-repeat 0 0;
	border: none;
	margin: 1px 32px 4px 4px;
	color: #666666;
	width: 122px;
}



/* Login
************************************* */

.login #login { width: 320px; margin: 1em auto; }

.login #login h1 a {
	background: none;
	width: 326px;
	height: 0px;
	text-indent: -9999px;
	overflow: hidden;
	padding-bottom: 15px;
	display: block;
}

/* Calendar
************************************* */

#wp-calendar {
 	font-size: 1.2em;
	empty-cells: show;
	width: 155px;
	}

#wp-calendar a {
 	font-size: 1.0em;
	display: block;
	font-weight: bold;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar caption {
	margin: 8px 2px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-weight: lighter;
 	font-size: .8em;
 	color: #444;
	text-align: right;
	}

#wp-calendar th {
	padding: 4px 6px 4px;
	font-weight: lighter;
 	font-size: .8em;
 	color: #666;
	text-align: center;
}

#wp-calendar td {
	padding: 3px 6px;
	text-align: right;
	}
	#wp-calendar td#today {
		background: #e0e0e0;
	}
	#wp-calendar td#prev a {
		padding: 0;
		text-align: left;
		font-weight: normal;
	}
	#wp-calendar td#next a {
		padding: 0;
		text-align: right;
		font-weight: normal;
}


/* Template. Auxiliary
***************************************************************************** */

.clear {
	clear: both;
}

.alignright, .alignleft {
	padding: 0;
	margin: 6px 20px 10px 20px;
	display: inline;
	float:right;
}

.alignright {
	float:right;
}

.alignleft {
	float:left;
}

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

.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	padding-top: 4px;
}

.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;
}


/* Bottom -> Footer
***************************************************************************** */

#footer {
	text-align: left;
	font-size: .9em;
	line-height: 1.0em;
	color: #888;
}

/* Custom
***************************************************************************** */
