/*
Theme Name: YesPleez
Theme URI: http://MaxT.dk
Description:  <a href="http://MaxT.dk" title="MaxT">YesPleez</a> is a theme made for WordPress 1.5+ | design by <a href="http://MaxT.dk/" title="MaxT">MaxT</a>.
Author: Max Thrane (org. Bligblog)
Author URI: http://MaxT.dk
Version: v. 1.0
-- About --
	YesPleez theme by MaxT.dk
	Based on Bligblog theme which is based on the original theme by Marcos Sader (http://marcoss.com.ar/)
-- License --
	Everything included in the package, the CSS, XHTML and design is released under
	the GNU GPL License v.2, June 1991:
		http://www.fsf.org/licensing/licenses/gpl.html
		http://www.gnu.org/licenses/gpl.html


*/
/*---------------------------- Main -------------------------------*/
html, body {
	margin: 0px auto;
	padding: 0px;
	background: #f4f4f4;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 8px;
	text-align: center;
	color: #313031;
	}
/*---------------------------- Menu -------------------------------*/
#topbarleft{
	float:left; 
	padding:0px; 
	margin:0px;
	background-color:#fff;
}
#topmenu{
	height:54px; 
	float: left; 
	border-left:1px dotted #A8B090;
	background-color:#fff;
}

#topnavcontainer ul li
{
	right: 100px;
	list-style-type: none;
	padding: 0;
	margin: 10px 30px 0 0;
	display: block;
	float: right;
	font: bold 11px/20px Arial, Helvetica, sans-serif;
	text-align: center	;
}


#topnavcontainer a
{
	color: #666;
	text-decoration: none;
	display: block;
	padding-left:6px;
	padding-right:6px;
}

#navcontainer{
	background-color: #fff;
	width: 735px;
	border-top: 1px dotted #A8B090;
}

#navcontainer ul li, #page_item
{
	left:0px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	font: bold 11px/25px Arial, Helvetica, sans-serif;
	text-align: center;
}

#navcontainer a
{
	color: #999;
	text-decoration: none;
	display: block;
	width:104px;
	border-bottom: 1px dotted #A8B090;	
	border-right: 1px dotted #A8B090;
}
/*
#navcontainer li#active { background: url("http://biphome.spray.se/karl10/images/navBarBgHover.gif") repeat-x 20px; }
*/
#navcontainer a:hover { background-color:#e3e4e5; color:#000; }

#navlist, #topnavlist
{
padding: 0;
margin: 0;
}
/*---------------------------- Links -------------------------------*/
a {  
	color: #676767;
	text-decoration: none;
	}	
a:visited {
	color: #676767;
	text-decoration: none;
	}
a:hover {
	color: #222222;
	text-decoration: underline;
	}		
a img {
	border: none;
	}
.button a {
	float: left;
	background:url("images/buttonleft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
.button a span {
	float:left;
	display:block;
	background:url("images/buttonright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#999;
	}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
.button a span {float:none;}
	/* End IE5-Mac hack */
.button a:hover span {
	color:#ECB546;
	}
.button a:hover {
	background-position:0% -42px;
	text-decoration:none;
	}
.button a:hover span {
	background-position:100% -42px;
	}
div.nicetitle{border:1px solid #f18f08;color:#fff;font:bolder 12px tahoma,verdana,sans-serif;left:-60px;padding:4px;position:absolute;top:0;width:25em;z-index:20;-moz-border-radius-bottomleft:10px;-moz-border-radius-bottomright:10px;-moz-border-radius-topleft:0;-moz-border-radius-topright:10px;-moz-opacity:.87;min-width:200px;width:auto;height:auto;background:#f9a32c}
div.nicetitle p{margin:0;padding:0 3px;-moz-opacity:1}
div.nicetitle p.destination{font-size:9px;padding-top:3px;text-align:left;-moz-opacity:1}
div.nicetitle p span.accesskey{color:#e0f3fc}	
/*---------------------------- Images Structure -------------------------------*/

img.c {						/*Now if you add the class "c" will center the img, "r" will float it to the right and yeah you guessed!... "l" will float it left.*/
	display: block;
	margin-left: auto;
	margin-right: auto;
	}	
img.r {
	float: right;
	}
img.l {
	float: left;
	}
.entry img {					/*A nice hover efect when your post-images are linking somewhere*/
	border: 2px solid #FFFFFF;
	padding: 6px;
	max-width: 98%;
	border: none;
	}
.entry a img {	
	border: 1px solid #d9dfe8;
	padding: 2px;
	background: url("images/navBarBg.gif") repeat-x bottom;
	}
.entry a img:hover {	
	border: 1px solid #525D5A;
	background: url("images/navBarBgHover.gif") repeat-x bottom;
	}	
/*---------------------------- General Html -------------------------------*/
.welcome {
	margin: 0 0 15px 0;
	font-size: 1.1em;
	line-height: 2em;
	background-color: #ffffdd;
	border-top: 1px dotted #d9dfe8;
	border-bottom: 1px dotted #d9dfe8;
	text-align:center;
}
.textlinkleft {
	float: left;
	width: 330px;
	overflow: auto;
	padding: 8px;
	margin: 5px 0;
	background: url("images/navBarBgHover.gif") repeat-x bottom;
	border: 1px solid #d9dfe8;
	clear:left;
}
.textlinkright {
	float: right;
	width: 330px;
	overflow: auto;
	padding: 8px;
	margin: 5px 0;
	background: url("images/navBarBgHover.gif") repeat-x bottom;
	border: 1px solid #d9dfe8;
	clear:right;
}
.largeb {
	text-align:center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	background: url("images/navBarBgHover.gif") repeat-x bottom;
	border: 1px solid #d9dfe8;
	clear: both;
}
.foursmallbanners {
	clear: both;
}
.foursmallbanners br {
	display: none;
}
.smallb1, .smallb2 {
	float:left;
	width: 344px;
	text-align:left;
	padding: 4px;
	margin: 0 5px 0 0;
	border-right: 1px solid #d9dfe8;
}

.smallb2 {
	border-right: none;
	margin: 0 0 0 0;
	padding: 4px 0;
}
.smallbimg {
	text-align: left;
	height: 60px;
	width: 120px;
	float:left;
}
.smallbtxt {
	text-align: left;
	width: 210px;
	float:right;
}
.smallbtxt a p img, .smallbtxt a p img:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}
.skyscraper {
	background: #fff url("images/navBarBgHover.gif") repeat-x bottom;
	border: 1px solid #d6d3ce;
	left: 50%;
	margin-left: 393px;
	position: absolute;
	top: 150px;
	width: 138px;
}
.skyscraper img {					/*A nice hover efect when your post-images are linking somewhere*/
	border: 2px solid #fff;
	max-width: 90%;
	margin: 5px;
	border: none;
	}
.skyscraper a img {	
	border: 1px solid #d9dfe8;
	padding: 2px;
	background: url("images/navBarBg.gif") repeat-x bottom;
	}
.skyscraper a img:hover {	
	border: 1px solid #525D5A;
	background: url("images/navBarBgHover.gif") repeat-x bottom;
	}
hr {
	display: none;
	}
h2, h3 {	
	padding: 1px;
	font-weight: bold;
	text-align: left;
	}
	.ncol h2{
		height: 22px;
		line-height: 17px;	
		/*background: url('images/button.png') no-repeat top left;*/
		font-size: 12px;
		padding-left: 5px;
		}
	.wcol h2{	
		line-height: 25px;
		font-size: 20px;
		}	
	.sidebar h2{	
		border-bottom: 2px solid #525d5a;
		text-align: right;
		line-height: 14px;
		font-size: 10px;
		}	
h2, h3, h2 a, h2 a:visited{
	color: #8e9190;
	}
h2 a:hover {
	color: #6f7473;
	text-decoration:none;
	}	
h3{	
	font-size: 13px;
	}	
blockquote {
	border-left: 5px solid #525D5A;
	background-color: #F6F6E8;
	padding: 10px 20px;
	}
blockquote:hover {
	background: #FDFDFA;
	}
code {
	font-family: 'Courier New', Courier, Fixed, sans-serif;
	font-size: 1.1em;
	}	
small {
	font-size: 0.9em;
	line-height: 1.5em;
	}
acronym, abbr {
	letter-spacing: .07em;
	border-bottom: 1px dashed #CC0033;	
	}	
/*---------------------------- Page Navigation -------------------------------*/	
.navigation {
	margin: 40px 30px 20px 30px;
	padding: 0 10px;
	font-weight: bold;
	font-size: 12px;
	}
.ncol .navigation {
	margin: 15px 0px;
	font-size: 11px;
	}	
.ar {						/*This way you can use a simple class="ar"/"al"/"ac" to get an objet floated or centered.*/
	float: right;
	}
.al {
	float: left
	}
.ac {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
/*---------------------------- Content -------------------------------*/
#content{
	margin: 0px auto;
	width: 727px;
	font-size: 11px;
	text-align: left;
	}
/*----------------------------Top Bar -------------------------------*/
#topbar{
	margin: 1px 0px;
	padding: 0px;
	width: 735px;
	height: 25px;
	background-color: #fff;
	border:1px solid #D6D3CE;
	font-family: Verdana, Geneva, Arial, sans-serif;
	line-height: 17px;
	font-size: 10px;
	}
.navbar{	
	margin: 0px auto;
	padding: 3px 1px 2px 1px;
	}
.navbar ul{
	display: inline;
	list-style-type: none;
	}
.navbar li{
	display: inline;
	list-style-type: none;
	}
.navbar a, .navbar a:visited  {
	float: left;
	font-weight: bold;
	margin: 0px 10px 3px 10px;
	color: #999999;
	}		
.navbar a:hover{
	color: #676767;
	}
/*---------------------------- Top Search Form -------------------------------*/
.topsform {
	margin: -1px 2px 3px 0px;
	padding: 0px;
	width: 220px;
	height: 16px;	
	background-color: #fff;
	border:1px solid #D6D3CE;
	float: right;
	}	
.t-s{
	margin: 0px auto;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #999999;
	font-size: 10px;
	width: 67%;
	height: 100%;
	border: none;
	background-color: #fff;	
	}	
.topsformsubmit{
	margin: 0px auto;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #999999;
	font-size: 10px;
	font-weight: bold;
	width: 30%;
	height: 100%;
	background-color: #fff;
	border: none;
	border-left:1px solid #D6D3CE;
	}
.topsformsubmit:hover{
	background-color: #F6F6E8;
	}	
/*---------------------------- Header -------------------------------*/
	/*--Just drop a 778px*98px image named 'header.png' in the theme folder an it will be displayed in your blog header---*/
.header {
	margin: 1px 0px;
	padding: 0px;
	display: block;
	width: 735px;
	height:98px;
	background: url('images/header.png') no-repeat bottom center;
	background-color: #fff;
	border: 1px solid #D6D3CE;
	}		
/*---------------------------- Page -------------------------------*/
.page {
	width: 735px;
	margin: 1px 0px;
	padding: 0px;
	background-color: #fff;
	border:1px solid #D6D3CE;
	text-align: left;
	float: left;
	}
/*---------------------------- Narrow Column -------------------------------*/
.ncol {
	padding: 5px 5px 5px 5px;
	width: 700px;
	background:#fff;
	float:left;
	}	
/*---------------------------- Wide Column -------------------------------*/
.wcol {
	margin: 0px auto;
	width: 80%;	
	padding: 20px 15px 10px 15px;		
	line-height: 1.5em;
	}
/*---------------------------- Post Structure -------------------------------*/
.post {
	margin: 0px 10px 55px 2px;
	text-align: left;	
	}
.archived {
	padding: 0px 0px 0px 15px;
	}	
.archived h2{	
	font-size: 11px;
	}
.postmetadata {
	width: 85%;
	margin: 25px 0 0 0;
	padding: 3px;
	border-top: 1px solid #D6D3CE;
	color: #313031;
	text-align: left;
	line-height: 17px;
	font-size: 10px;
	}
.entry {
	font-size: 1em;
	line-height: 1.4em;
	}
.entry a {  
	font-weight: normal;
	}
.entry ol li {
	list-style: decimal outside;
	}
.entry ul li {	
	list-style-type: square;
	}
.entry form { 
	text-align: left;
	}
.entry input { /* For password-protected posts */
	margin: 2px auto;
	font-size: 9px;
	padding: 0px;
	background-color: #FFFFFF;
	border:1px solid #D6D3CE;
	}	
.entry input[value="Submit"] {
	font-size: 9px;
	}
.entry input[value="Submit"]:hover{
	background-color: #F6F6E8;
	}
/*---------------------------- Sidebar -------------------------------*/
.sidebar {
	width: 190px;
	padding: 35px 8px 40px 8px;
	float:right;
	font-size: 10px;
	}
.sidebar h2 {
	text-align: right;
	font-size: 11px;
	}	
.sidebar ul {
	margin: 0px 2px 30px 18px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	}
.sidebarul li {
	list-style-type: none;
	list-style-image: none;	
	}
.sidebarul li ul {
	margin: 10px 0px 10px 10px;
	padding-left: 5px;
	}
.sidebar  ul li ul li {	
	margin: 0px 0px 0px 4px;
	color: #404040;
	list-style-type: square;
	list-style-image: none;
	}
/*---------------------------- Search box for error-404 pages -------------------------------*/
.searchbox{
	margin: 2px auto;
	padding: 0px;
	display: block;
	width: 500px;
	height: 50px;
	background: #F7F7F7;
	border:1px solid #D6D3CE;
	}
.searchbox #searchform {
	background: #FFF;
	margin: 14px auto;
	width: 400px;
	padding: 0px;
	border: 1px solid #D6D3CE;
	}
.searchbox #searchform #s{
	margin: 0px auto;
	padding: 1px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #404040;
	font-size: 10px;
	width: 298px;
	height: 100%;
	border: none;
	background-color: #FFF;	
	}
.searchbox #searchform #searchsubmit{
	border: none;
	margin: 0px auto;
	padding: 2px 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #404040;
	font-size: 10px;
	font-weight: bold;
	width: 96px;
	height: 100%;
	background-color: #FFF;
	border-left:1px solid #D6D3CE;
	}
.searchbox #searchform #searchsubmit:hover{
	background-color: #F6F6E8;
	}
/*---------------------------- Comments -------------------------------*/
.comarea{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 17px;
	color: #313031;
	}
.comol{
	margin: 20px 0px 40px 0px;
	text-align: left;
	font-weight: bold;	
	list-style-type: upper-roman;
	}
.comli{
	border-left: 1px solid #D6D3CE;
	border-bottom: 1px solid #D6D3CE;
	text-align: left;
	margin: 25px 0px 20px 0px;
	padding: 4px;
	min-height: 90px;
	width: 95%;
}
.comauth{
	border-bottom: 1px solid #D6D3CE;	
	width: 70%;
	font-size: 11px;
	font-weight: bold;	
	padding: 0px 0px 2px 2px;
}
.mod {
	color: #CC0033;
	}
.comli .cmeta {
	margin: 1px 0px 5px 2px;
	border: none;
	font-size: 10px;
	font-weight: normal;
}	
.comtxt{
	margin: 0px 0px 0px 5px;
	font-size: 9px;
	font-weight: normal;	
	text-align: left;
}
.preview, .preview ul, .preview ul li {
	list-style: none;
	margin: 20px 0px 20px -13px;
	width: 594px;
	}
#TextDisplay { /*Live Preview of Comments */
	margin: 5px 0px 0px 5px;
	font-size: 9px;
	font-weight: normal;	
	text-align: left;
	}	
#tbs { /* This will let you asign your trackbacks/pingbacks a direferent style */
	padding: 5px;
	border: 1px solid #525D5A;	
	background: #F7F7F7;
	}
#tbs:hover {
	background-color: #FDFDFA;
	}
/*---------------------------- Comment Form -------------------------------*/
#commentform {
	margin: 15px 0px 30px 0px;
	}
#commentform input {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #D6D3CE;
	border-right: 3px solid #D6D3CE;
}
#commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 594px;
	padding: 2px;
	border: 1px solid #D6D3CE;
	border-right: 3px solid #D6D3CE;
}
#commentform #submit {
	width: 600px;
	padding: 2px;
	background: #FFFFFF;
	text-align: center;
	border: 1px solid #D6D3CE;
	border-right: 3px solid #D6D3CE;
	font-weight: bold;
}
#commentform #submit:hover {
	background-color: #F6F6E8;
	}
/*---------------------------- Footer -------------------------------*/
.footer {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
	margin: 1px 0px;
	padding: 0px;
	width: 735px;
	height: 25px;
	background-color: #fff;
	border:1px solid #D6D3CE;
	color: #999999;
	clear:both;
	}	
.powered {
	margin: 6px auto;
	text-align: center;
	}
.powered a {	
	color: #999999;
	font-weight: bold;
	}
.powered a:hover {	
	color: #676767;
	}
/*---------------------------- Print Friendly -------------------------------*/
.PRink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF0000;
	text-decoration: none;
	visibility: hidden;
}
/*---------------------------- mozilla-styles -------------------------------*/
	/*--	Just a nice touch for mozilla user, will make text selection with a fancy background
		Taken from: http://a.proletarium.org/post/11/
		If you want to use it just uncomment it, is deactive coz won't validate.. :(
	--*/
		/*--
			*::-moz-selection {
				background-color: #f09;
				color: #fff;
				} 
		--*/

/*-------------------------------End of bligblog-------------------------------------------------------*/



#content #noticebox {
	background-color:#FFFF99;
	font-weight: bold;
	color: #000;
	border: 1px #f00 dashed;
	margin: 5px;
	padding: 10px;
}

#noticebox li {
	list-style-type: none;
	display: inline;
}