/*
Theme Name: Plaanaa
Theme URI: http://plaanaa.com/
Description: Plaanaa custom theme
Version: 1.0
Author: Snowdog
*/

* {margin:0; padding:0;}

html {width:100%;height:100%}
body {
	background:url('images/bg.jpg') repeat-x center 150px #fff;
	height:100%;
	width:100%;
	font:62.5% Tahoma, Arial, sans-serif;
	text-align:center;
}

a {
	color:#960303;
	font-weight:bold;
	text-decoration:none;
}
a:focus,
a:active,
a:hover {
	text-decoration:underline;
}

ul {list-style:inside}

ul li {list-style-image:url('images/arrow-right.png')}

#page {
	background:url('images/page.jpg') no-repeat center 150px #fff;
	color:#666060;
	margin:0 auto;
	position:relative;
	text-align:left;
	width:806px;
	
}

#header {
	height:230px;
}
	#headerImg {
		padding:50px 30px 0 30px;
	}
	#headerImg a {
		background:url('images/plaanaa.png') no-repeat left top #fff;
		cursor:pointer;
		display:block;
		width:443px;
		height:59px;
		text-indent:-9999px;
		outline:none;
	}
	#mainNav {
		list-style:none;
		position:absolute;
		right:30px;
		top:75px;
	}
	#mainNav li {display:inline;}
	#mainNav a {
		border-right:5px solid #666;
		color:#111;
		display:block;
		font:1.4em Arial, sans-serif;
		margin-left:15px;
		padding-right:15px;
		float:left;
		text-transform:uppercase;
		text-decoration:none;
	}
	#mainNav a:focus,
	#mainNav a:active,
	#mainNav a:hover {
		border-color:#83acca;
		color:#960303;
	}
#content {
	background:#fff;
	font-size:1.2em;
	line-height:1.6em;
	margin-left: 199px;
	margin-right:199px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 201px;
	margin-right:201px;
	min-height:350px;
}
html>body #content {
	margin-left: 201px;
	margin-right:201px;
}
	#firstPost  {
		background: url('images/horizontal-divider.png') no-repeat center bottom #fff;
		margin-bottom:15px;
		padding-bottom:30px;
		width:100%;
	}
	#secondPanel {
		background:url('images/crossed-divider.png') no-repeat center center #fff;
		height:470px;
	}
	.post {
		padding-bottom:15px;
	}
	
	#secondPanel .post {
		float:left;
		font-size:0.9em;
		height:210px;
		line-height:1.4em;
		margin-bottom:40px;
		overflow:hidden;
		width:185px;
	} 
	#secondPanel .post p {display:inline}
	#secondPanel .post .date {
		font-weight:bold;
		margin-right:4px;
	}
	#secondPanel .postTitle a {
		color:#111;
	}
	#post-1,
	#post-3	{
		margin-right:10px;
	}
	#post-2,
	#post-4	{
		margin-left:10px;
	}

	.postTitle {
		margin-bottom:15px;
	}
	.postMeta {
		margin-top:45px;
	}

#footer {
	clear:both;
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
}
.sidebar {
	min-height:350px;
}
#sidebar_1 {
	position: absolute;
	left:5px;
	top:230px;
	width:185px;
	background: url('images/vertical-divider.png') no-repeat right top #fff;
}

#sidebar_2 {
	position: absolute;
	right:5px;
	top:230px;
	width:185px;
	background: url('images/vertical-divider.png') no-repeat left top #fff;
}
.widget {
	font-size:1.2em;
	margin:0 15px 15px 15px;
}
.widgetTitle {
	font-size:1.3em;
	margin-bottom:15px;
}
.widget img {
	margin-bottom:15px;
}
.widget ul {
	margin:15px 0;
}











/* 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 {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

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

.alignright {
	float: right;
	}

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

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

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

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

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

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




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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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