* {margin:0; padding:0;}

/* =Main Style 
----------------------------- */
html,body{
	height:100%;
}

body {
	font:100.01% Arial, Tahoma, Verdana, sans-serif;
	color:#fff;
}

body#main {
	background:#121212 url(images/bg.jpg) no-repeat top left;
}

ul, ol {
	list-style:none;
}

img {
	border:none;
}

a {
	outline:none;
}

.alt {
	padding: 10px;
	background-color:#f8f8f8;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

.center {
	text-align:center;
}

.clear {
	clear:both;
	width:100%;
	height:1px;
	overflow:hidden;
}

/* =Layout
----------------------------- */

#wrapper {
	position:relative;
	min-height:100%;
	min-width:980px;
}

#pen {
	position:absolute;
	height:157px;
	width:155px;
	top:0;
	left:236px;
	z-index:10;
	background:url(images/pen.png) no-repeat top left;
}

#logo-biplane {
	float:right;
	margin:19px 17px 0 0;
	width:74px;
	height:23px;
}

#logo-biplane a {
	font-size:12px;
	width:74px;
	height:23px;
	font-weight:normal;
	overflow:hidden;
	display:block;
	position:relative;
	text-decoration:none;
	color:#fff;
}

#logo-biplane a span {
	position:absolute;
	width:74px;
	height:23px;
	top:0;
	left:0;
	background:url(images/bip-logo.gif) no-repeat top right;
}

#logo-blog {
	float:left;
	margin:28px 0 0 148px;
	width:146px;
	height:35px;
}

#logo-blog a {
	font-size:18px;
	width:146px;
	height:35px;
	font-weight:normal;
	overflow:hidden;
	display:block;
	position:relative;
	text-decoration:none;
	z-index:20;
	color:#fff;
}

#logo-blog a span {
	position:absolute;
	width:146px;
	height:35px;
	top:0;
	left:0;
	background:url(images/logo.gif) no-repeat top left;
}

#container {
	width:100%;
	float:left;
	padding-bottom:50px;
}

#content {
	margin:0 20% 0 294px;
}

#sidebar {
	float:left;
	width:230px;
	padding:173px 32px 0 32px;
}

/* =Content Style
----------------------------- */

#content .pagetitle {
	position:absolute;
	top:30px;
	right:20%;
	font-weight:bold;
	text-align:right;
}

#content .post {
	position:relative;
	min-height:220px;
	color:#000;
	background:#fff;
	padding:32px 10px 35px 23px;
	margin-bottom:23px;
}

#content .post a img {
	border:1px solid black;
}

#content .post blockquote {
	margin:20px 0 20px 10px;
	padding-left:20px;
	border-left:5px solid #ddd;
	color: #777;
}

#content .post blockquote p {
	margin-bottom:0;
}

#content .post p a, .post li a {
	color:#4ebaff;
	text-decoration:none;
}

#content .post p a:visited, .post li a:visited {
	color:#4866d5;
}

#content .post p a:hover, .post li a:hover {
	text-decoration:underline;
}

/* =Comments List */

#content .commentlist {
	padding:0;
	text-align:justify;
}

#commentform p {
	margin:5px 0;
}

#commentform textarea {
	width:99%;
	overflow:auto;
}

#content .commentlist li {
	font-weight:bold;
	margin:15px 0 3px;
	padding:5px 10px 3px;
}

#content .commentlist cite, .commentlist cite a {
	font-weight:bold;
	font-style:normal;
	font-size:1.1em;
}

#content .commentlist p {
	margin:10px 5px 10px 0;
	font-weight:normal;
	line-height:15px;
	text-transform:none;
}

#content .commentmetadata {
	font-weight:normal;
	margin:0;
	display:block;
}

#content .nocomments {
	text-align:center;
}

#content .time {
	position:absolute;
	top:12px;
	right:10px;
	line-height:22px;
	font-size:14px;
	padding:0 15px;
	background:#4ebaff;
	color:#fff;
}

#content .time .author {
	font-weight:bold;
}

#content .date {
	position:absolute;
	right:-74px;
	top:0;
	text-align:center;
	padding-top:18px;
	width:74px;
	height:68px;
	background: #fff url(images/date-note.jpg) no-repeat top left;
}

#content .date dt {
	margin-top:-2px;
	color:#71ab21;
	font-weight:bold;
}

#content .date .month {
	margin-left:-6px;
	color:#999;
}

#content .date .year, #content .date .month {
	font-size:12px;
}

#content .date dt, .year {
	margin-left:-10px;
}

#content .comment-counter {
	position:absolute;
	top:8em;
	right:-121px;
	background:url(images/comment-bg.gif) no-repeat top left;
}

#content .comment-counter dl {
	text-align:center;
	color:#7d7c7c;
	width:87px;
	height:62px;
}

#content .comment-counter dl a {
	color:#7d7c7c;
	text-decoration:none;
	width:100%;
}

#content .comment-counter dl dt {
	font-size:18px;
	padding-top:8px;
	font-weight:bold;
}

#content .comment-counter dl dt a {
	font-size:18px;
}

#content .comment-counter dl dd, #content .comment-counter dl dd a {
	font-size:10px;
}

#content .comment-counter a {
	display:block;
	width:104px;
	color:#fff;
	font-size:12px;
}

#content .tags {
	position:absolute;
	bottom:35px;
	right:-104px;
	width:87px;
	font-size:12px;
}

#content .tags dt {
	color:#666; 
}

#content .tags dd, dd a {
	color:#72be19;
}

#content h2 {
	font-size:40px;
	font-weight:normal;
	margin-bottom:35px; 
}

#content h2 a {
	position:relative;
	z-index:11;
	color: #000;
}

#content h2 a:hover {
	color:#4ebaff;
	text-decoration:none;
}

#content p {
	font-size:14px;
	margin:0 45px 15px 0;
	line-height:150%;
}

#content .next-link, .previous-link {
	font-size:12px;
	color:#fff;
}

#content .previous-link a, .next-link a {
	color:#fff;
}

#content .next-link {
	float:right;
}

#content .previous-link {
	float:left;
}

/* =Sidebar Style
----------------------------- */

/* =Calendar */

#calendar {
	width:202px;
	font-size:12px;
}

#calendar .caption {
	font-weight:bold;
	text-align:center;
	font-size:16px;
	height:28px;
}

#calendar .thead {
	font-weight:bold;
	color:#25221d;
}

#calendar .weekend {
	color:#fff;
}

#calendar .caption img {
	margin:0 5px;
	border:none;
}

#calendar .caption a {
  	text-decoration:none;
}

#calendar .cal-year {
	color:#25221d;
}

#calendar .tbody .cur-date {
	width:23px;
	margin:2px 3px 3px 2px;
	height:17px;
	background:#fff;
	line-height:17px;
	color:#000;
}

#calendar .tbody div, .thead div {
	text-align:center;
	float:left;
	height:21px;
	width:28px;
}

#calendar .tbody div {
	margin:0 1px 1px 0;
	width:27px;
	line-height:21px;
	background:url(images/cal-pix.png) repeat top left;
}

#calendar .tbody div a {
	display:block;
	padding:3px;
	color:#fff;
	line-height:15px;
	text-decoration:underline;
}
		
#calendar .tbody div a:hover {
	background:#000;
}
		
#calendar .tbody .cur-date a {
	padding:2px 2px 3px 2px;
	line-height:12px;
	color:#000;
}	
		
#calendar .tbody .cur-date a:hover {
	color:#fff;
}

/* =Logon form */
#loginform {
	overflow:hidden;
	margin-top:30px;
}

#loginform label {
	margin:0 10px 12px 0;
	float:left;
}

#loginform input {
	display:block;
	height:20px;
	margin:0 0 12px 34px;
	font-size:16px;
	padding:0 7px;
	width:145px;
}

#loginform p.links {
	margin-left:43px;
}

#loginform a {
	display:block;
	font-size:12px;
	color:#fff;
	float:left;
	padding-left:15px;
}

#loginform a.logout {
	padding-left:33px;
	padding-top:8px;
}

#loginform a.reg {
	padding-left:34px;
	height:14px;
	color:#72be19;
	background:url(images/question.gif) no-repeat left;
}

/* =Links and Lists */

#rss, #fresh-posts, #rubrics, #archives, #polls {
	width:100%;
}

#rss img, #fresh-posts img, #rubrics img, #archives img {
	float:left;
}

#rss a, #fresh-posts ul, #rubrics ul, #archives ul {
	overflow:hidden;
}

#fresh-posts ul, #rubrics ul, #archives ul, #polls ul {
	font-size:12px;
}

#fresh-posts ul li, #rubrics ul li, #archives ul li {
	line-height:18px;
	padding-left:12px;
}

#fresh-posts h3 , #rubrics h3 , #archives h3, #polls h3 {
	display:block;
	font-size:13px;
	margin-bottom:15px;
	text-decoration:underline;
	text-transform: uppercase;
}

#rss a, #fresh-posts ul li a, #rubrics ul li a, #archives ul li a, #polls ul li a {
	color:#fff;
}

/* =Rss */
#rss {
	margin:50px 0;
}

#rss img {
	margin-right:32px;
}

#rss a {
	font-size:14px;
}

/* =Fresh-posts */
#fresh-posts {
	margin-bottom:22px;
}

#fresh-posts img {
	margin-right:18px;
}

#fresh-posts h3, #fresh-posts h3 a, #fresh-posts ul li a:hover {
	color:#db5401;
}

#fresh-posts ul li {
	background:url(images/posts-li.gif) no-repeat left 50%;
}

/* =Rubrics */
#rubrics {
	margin-bottom:23px;
}

#rubrics img {
	margin-right:11px;
}

#rubrics h3, #rubrics h3 a, #rubrics ul li a:hover {
	color:#72be19;
}

#rubrics ul li {
	background:url(images/rubrics-li.gif) no-repeat left 50%;
}

/* =Archives */

#archives {
	margin-bottom:0;
}

#archives img {
	margin-right:12px;
}

#archives h3, #archives h3 a, #archives ul li a:hover {
	color:#4ebaff;
}

#archives ul li {
	background:url(images/archives-li.gif) no-repeat left 50%;
}

/* =Polls */
#polls {
	margin-top:50px;
}

#polls h3 {
	color:#4ebaff;
}

#polls ul {
	clear:both;
}

/* =Footer Style
----------------------------- */

#footer {
	position:relative;
	clear:both;
	height:25px;
	width:185px;
	margin-top:-25px;
	margin-left:294px;
	background:#000;
	padding:45px 55px;
}

#footer p {
	font-size:12px;
}

#footer .copyright {
	color:#179a0d;
}

/* =Mail-us */
#mail-us {
	font-size:9px; 
	color:#666;
	position:absolute;
	bottom:0;
	width:300px;
	height:41px;
	padding:18px 0 0 73px;
	background:url(images/wp.gif) no-repeat left 50%;
	right:-460px;
	margin:0 50px 30px 50px;
}

#mail-us a {
	color: #666;
	font-weight:bold;
}