@charset "utf-8";
/*
 * Theme:		WP-PXLBLOG
 * Author: 		Jordan Mellow
 * Website:		http://pixelstation.ca/
 */
html,body
{
	min-height:100%;
	margin:0;
	background-image:url(images/background.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E2E30;
}

#wrapper
{
	min-height:100%;
}

img { border:0; }

a
{
	color: #C62A59;
	text-decoration:none;
}

a:hover
{
	color: #FF6699;
	text-decoration: none;
}

#container 
{
	min-height:100%;
	width:900px;
	margin: 0 auto 0 auto;
	text-align:left;
}

#Header
{
	height:100px;
	width:900px;
	background-image:url(images/logo_banner.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}

#Navigation
{
	height:53px;
	background-image:url(images/navigation.jpg);
	background-repeat:repeat-x;
	margin-bottom:-3px;
}

#Links
{
	line-height:53px;
}

#linklist
{
	margin:0;
	padding:0;
	list-style:none;
}

#linklist li
{
	display:block;
	float:left;
}

#linklist li a
{
	border:0;
	text-decoration:none;
}

#LeftArea
{
	display:block;
	float:left;
	width:480px;
	min-height:100%;
	background-color: #F2F2F2;
	background-image:url(images/blogtop.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	
	margin:0;
	padding:0 10px 0 10px;
}

#Copyright
{
	font-size:9px;
	color:#999999;
	margin-top: 20px;
}

#RightArea
{
	display:block;
	float:left;
	width:400px;
	margin-top:3px;
}

#ShortAboutMe
{
	width: 400px;
	height: 350px;
	background:url(images/aboutbg.jpg) center top no-repeat;
}

.navigation
{
	width: 420px;
	margin-left:10px;
	font-size:11px;
	display:block;
}
.navigation .alignleft
{
	display:block;
	float:left;
}

.navigation .alignright
{
	display:block;
	float:right;
}

/*
 *	MENU USING LISTS
 */
#sidebar
{
	width:284px;
	margin-left:10px;
	font-size:11px;
}
#sidebar ul
{
	margin:0;
	padding:0;
}
#sidebar h2
{
	background:url(images/menutop.jpg) left top no-repeat;
	padding:0 0 0 10px;
	margin:0;
	width:274px;
	height:53px;
	line-height: 53px;
	font-size: 18px;
	font-weight:bold;
}
#sidebar ul li
{
	width:284px;
	padding:0;
	margin: 0;
	list-style:none;
	background:url(images/menuback.jpg) left top repeat-y;
}
#sidebar ul li ul
{
	width:284px;
	padding:0 0 18px 0;
	margin:0 0 20px 0;
	background:url(images/menubottom.jpg) left bottom no-repeat;
}
#sidebar ul li ul li
{
	list-style-position:inside;
	list-style-image:url(images/bullet_black_doublearrow.gif);
	padding: 0 10px 0 15px;
}
#sidebar ul li ul.no_style li
{
	list-style:none;
}

/*
 *  MENU USING DIVS
 */
/*.menu
{
	padding:0 0 8px 0;
	margin:0 0 20px 10px;
	width:284px;
	font-size:11px;
	background:url(images/menubottom.jpg) left bottom no-repeat;
}

.menu .title
{
	background:url(images/menutop.jpg) left top no-repeat;
	padding:0 0 0 10px;
	margin:0;
	width:274px;
	height:53px;
	line-height: 53px;
	font-size: 18px;
	font-weight:bold;
}

.menu .post
{
	width:264px;
	margin:0;padding:5px 15px 5px 5px;
	background:url(images/menuback.jpg) left top repeat-y;
}

.menu .post p
{
	margin: 0 5px 0 15px;
}*/

#BottomArea
{
	display:block;
	height:200px;
	background:url(images/bottomarea.jpg) repeat-x;
	padding:0;
	margin:0;
}
#BottomArea>li
{
	list-style:none;
}
li.bottom_split
{
	color:#FFFFFF;
	width:295px;
	height:200px;
	padding:0 0 0 5px;
	margin:0;
	display:block;
	float:left;	
	font-size: 9px;
}
li.bottom_split a
{
	color:#F7BFCA;
}
li.bottom_split a:hover
{
	border-bottom: 1px dotted #F7BFCA;
}
li.bottom_split h2
{
	margin: 5px 0 5px 0;
	padding:0;
	font-size: 18px;
}
li.bottom_split ul
{
	margin:0 0 0 20px;
	padding:0 0 0 5px;
}
li.bottom_split li
{
	list-style-type:disc;
	list-style-image:url(images/bullet_pink_arrow.gif);
	list-style-position:inside;
}

.top_info
{
	width: 480px;
	height: 37px;
	display: block;
	margin-top: 25px;
	margin-bottom: 5px;
	line-height: 37px;
}

.top_info div
{
	display:block;
	float:left;
}

.top_info .date
{
	width:101px;
	height:37px;
	display:block;
	margin-right: 10px;
	background:url(images/datepill.jpg) no-repeat;
	overflow:hidden;
}

.top_info .date div
{
	line-height: 37px;
	font-size: 18px;
	font-weight:bold;
}

.top_info .date .date_month
{
	width:64px;
	height:37px;
	color: #2B2B2B;
	text-align:center;
}

.top_info .date .date_day
{
	width:37px;
	height:37px;
	color:#FFFFFF;
	text-align:center;
}

.top_info .title
{
	font-size:24px;
	font-weight:bold;
	overflow:hidden;
}
.top_info .title, .top_info .title a
{
	color:#2B2B2B;
}

#LeftArea .post
{
	font-size:11px;
}

.bot_info, .bot_info_single
{
	border: 1px solid #C12952;
	background-color:#F6EAEA;
	width:480px;
	height:20px;
	margin: 5px 0 50px 0;
}

.bot_info_single
{
	margin-bottom:10px;
}

.bot_info div, .bot_info_single div
{
	font-size: 9px;
	display:block;
	float:left;
	line-height: 20px;
	overflow:hidden;
}

.bot_info .info_author, .bot_info_single .info_author
{
	padding-left: 21px;
	background:url(images/pencil.png) no-repeat left center;
	margin-left: 5px;
	margin-right:10px;
}

.bot_info .info_comments, .bot_info_single .info_comments
{
	padding-left: 21px;
	background:url(images/comment.png) no-repeat left center;
	margin-right:10px;
}

.bot_info .info_rss, .bot_info_single .info_rss
{
	padding-left: 21px;
	background:url(images/rss.png) no-repeat center left;
	margin-right: 10px;
}

.bot_info .info_tags, .bot_info_single .info_tags
{
	padding-left: 21px;
	background:url(images/tag_blue.png) no-repeat left center;
}

/* LINK STYLES */
.home_btn a
{
	display:block;
	width:111px;
	height:50px;
	background-image:url(images/home_btn.jpg);
}

.home_btn a:hover
{
	background-image:url(images/home_hover.jpg);
}
.port_btn a
{
	display:block;
	width:111px;
	height:50px;
	background-image:url(images/port_btn.jpg);
}

.port_btn a:hover
{
	background-image:url(images/port_hover.jpg);
}

.down_btn a
{
	display:block;
	width:111px;
	height:50px;
	background-image:url(images/down_btn.jpg);
}

.down_btn a:hover
{
	background-image:url(images/down_hover.jpg);
}

.about_btn a
{
	display:block;
	width:111px;
	height:50px;
	background-image:url(images/about_btn.jpg);
}

.about_btn a:hover
{
	background-image:url(images/about_hover.jpg);
}

/*
 *	INPUT STYLES
 */
.comment-text {
	width:100%;
	margin:0;
	border:1px solid #AA0088;
	border-color:#FF00AA #AA0088 #AA0088 #FF00AA;
	background:url(images/textareabg.jpg) left top repeat;
	color:#FFFFFF;
}
.comment-input { 
	border:1px solid #AA0088;
	border-color:#FF00AA #AA0088 #AA0088 #FF00AA;
	background:url(images/inputbg.jpg) left center repeat-x;
	color:#FFFFFF;
}