/*

___________.__                                __
\_   _____/|  |   ____   _____   ____   _____/  |_  ______
|    __)_ |  | _/ __ \ /     \_/ __ \ /    \   __\/  ___/
|        \|  |_\  ___/|  Y Y  \  ___/|   |  \  |  \___ \
/_______  /|____/\___  >__|_|  /\___  >___|  /__| /____  >
\/           \/      \/     \/     \/          \/



Theme Name:Elements
Theme URI:http://www.wpnow.com/demo/#elements
Description:Elements from WordPress Now
Version:1.01
Author:WP Now
Author URI:http://www.wpnow.com


***********************************************************\
* style.wpn_css
\***********************************************************
CSS Tweaks*/
*
{
	padding: 0;
	margin: 0;
}
A IMG
{
	border: 0;
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
.wpn_clear
{
	clear: both;
}
A
{
	text-decoration: none;
	color: #FFF;
}
A:hover
{
	text-decoration: underline;
}
/*Body*/
BODY
{
	background: #000 url(img/bg.jpg) repeat-x top center;
	font-family: Arial;
	font-size: 12px;
}
/************************************************************\
* Header
\************************************************************/
.wpn_header
{
	height: 234px;
	position: relative;
	width: 960px;
	margin: auto;
	margin-top: 15px;
	z-index: 298;
}
.wpn_header A:hover
{
	text-decoration: none;
}
/*Search*/
.wpn_search
{
	width: 365px;
	height: 40px;
	background: url(img/search_bg.png);
	position: absolute;
	right: 0;
	top: 90px;
	padding: 5px;
}
.wpn_search INPUT[type="text"]
{
	float: left;
	background: none;
	border: 0;
	color: #333;
	font-size: 16px;
	font-family: Arial;
	padding: 10px;
	width: 210px;
	padding-left: 40px;
}
.wpn_search INPUT[type="image"]
{
	float: right;
	width: 10px;
	height: 40px;
	width: 94px;
}
/*Wrapper*/
.wpn_wrapper
{
	width: 940px;
	margin: auto;
	min-height: 250px;
	background: #000;
	padding: 10px;
	color: #FFF;
}
.wpn_menu, .wpn_menu UL
{
	position: relative;
	z-index: 300;
}
.wpn_submenu, .wpn_submenu UL
{
	position: relative;
	z-index: 299;
}
/*Menu*/
.wpn_menu
{
	list-style: none;
	background: url(img/menu_bg.gif);
	height: 48px;
	position: absolute;
	bottom: 32px;
	left: 0;
	width: 958px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.wpn_menu A
{
	outline: none;
	display: none;
}
.wpn_menu>LI
{
	float: left;
	padding-left: 2px;
	background: url(img/menu_div.gif) no-repeat left;
	position: relative;
	z-index: 9;
}
.wpn_menu>LI:first-child
{
	padding: 0;
	background: none;
}
.wpn_menu>LI>A
{
	float: left;
	display: block;
	height: 48px;
	line-height: 48px;
	padding: 0 10px;
	font-weight: bold;
	font-size: 18px;
	color: #01D8D5;
	outline: none;
}
.wpn_menu>LI>A:hover, .wpn_menu>LI:hover>A
{
	color: #FFF;
}
/*Drop Downs*/
.wpn_menu>LI:hover UL
{
	display: block;
}
.wpn_menu>LI>UL
{
	position: absolute;
	top: 47px;
	left: 0;
	background: #000;
	width: 200px;
	list-style: none;
	display: none;
}
.wpn_menu>LI>UL LI A
{
	display: block;
	height: 30px;
	line-height: 30px;
	background: url(img/menu_dropdown_bg.gif);
	color: #01D8D5;
	font-weight: bold;
	font-size: 16px;
	text-indent: 8px;
	border-top: 1px solid #373737;
}
.wpn_menu>LI>UL LI A:hover
{
	background: url(img/menu_dropdown_bg_active.gif);
	color: #FFF;
}
/*Submenu*/
.wpn_submenu
{
	list-style: none;
	background: url(img/submenu_bg.gif);
	height: 32px;
	padding-top: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 960px;
}
.wpn_submenu A
{
	outline: none;
}
.wpn_submenu>LI
{
	float: left;
	padding-right: 2px;
	background: url(img/submenu_div.gif) no-repeat right;
	position: relative;
	z-index: 8;
}
.wpn_submenu>LI>A
{
	float: left;
	display: block;
	height: 32px;
	line-height: 33px;
	padding: 0 10px;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	outline: none;
}
.wpn_submenu>LI>A:hover, .wpn_submenu>LI:hover>A
{
	background: #343434;
	color: #D6F24A;
}
/*Drop Downs*/
.wpn_submenu>LI:hover>UL
{
	display: block;
}
.wpn_submenu>LI>UL
{
	position: absolute;
	top: 30px;
	left: 0;
	width: 200px;
	list-style: none;
	display: none;
	border: 1px solid #5B5B5B;
	border-top: 0;
}
.wpn_submenu>LI>UL LI
{
	position: relative;
	list-style: none;
}
.wpn_submenu>LI>UL LI A
{
	display: block;
	height: 25px;
	line-height: 25px;
	background: url(img/submenu_dropdown_bg.gif);
	border-top: 1px solid #5B5B5B;
	color: #D6F24A;
	font-weight: bold;
	text-indent: 5px;
}
.wpn_submenu>LI>UL LI A:hover, .wpn_submenu>LI>UL>LI:hover>A
{
	background: url(img/submenu_dropdown_bg_active.gif);
	color: #FFF;
}
/*Drop Drop Downs*/
.wpn_submenu>LI>UL>LI:hover UL
{
	display: block;
}
.wpn_submenu>LI>UL>LI>UL
{
	position: absolute;
	left: 200px;
	top: 0;
	width: 200px;
	list-style: none;
	display: none;
	border: 1px solid #5B5B5B;
	border-top: 0;
}
/************************************************************\
* Left
\************************************************************/
.wpn_left
{
	float: left;
	width: 620px;
	overflow: hidden;
}
.wpn_left .wpn_heading:first-child
{
	margin: 0 0 2px;
}
/*Box*/
.wpn_left .wpn_box
{
	padding: 19px;
	background: #222 url(img/news_bg.gif) repeat-x top;
	position: relative;
	height: 1%;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}
.wpn_left .wpn_box-bottom
{
	background: url(img/box_bottom.gif) repeat-x top;
	height: 10px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	margin-bottom: 15px;
	clear: both;
}
.wpn_fullwidth
{
	width: 100%;
}
/*Featured Posts*/
.wpn_featured IMG
{
	vertical-align: middle;
}
/************************************************************\
* News & Updates / Article Pages / Archive List
\************************************************************/
.wpn_news
{
	list-style: none;
}
.wpn_news>LI
{
	padding: 19px;
	background: #222 url(img/news_bg.gif) repeat-x top;
	-moz-border-radius: 3px;
	padding-bottom: 56px;
	position: relative;
	margin-bottom: 15px;
	height: 1%;
}
/*Information / Avatar*/
.wpn_news .wpn_title
{
	font-size: 26px;
	color: #FFF;
	font-weight: bold;
}
.wpn_news .wpn_info
{
	padding: 15px 0;
	border-bottom: 1px dotted #4D4D4D;
	height: 40px;
	line-height: 22px;
	color: #999;
	margin-bottom: 5px;
}
.wpn_news .wpn_info IMG
{
	float: left;
	background: #222;
	border: 1px solid #5E5E5E;
	padding: 1px;
	margin-right: 8px;
	width: 40px;
	height: 40px;
	display: block;
}
.wpn_news .wpn_info A
{
	color: #FF6EAE;
}
.wpn_news .wpn_thumb
{
	display: block;
	width: 580px;
	height: 78px;
	background: #222;
	border: 1px solid #5E5E5E;
	padding: 1px;
}
/*Post*/
.wpn_news .wpn_post
{
	line-height: 18px;
	padding-top: 5px;
	text-align: justify;
}
.wpn_news .wpn_post H1, .wpn_news .wpn_post H2, .wpn_news .wpn_post H3, .wpn_news .wpn_post H4, .wpn_news .wpn_post H5, .wpn_news .wpn_post H6
{
	border-bottom: 1px dotted #4D4D4D;
	margin: 5px 0;
	padding: 5px 0;
	color: #FFF;
	font-family: Arial;
}
.wpn_news .wpn_post H1
{
	border-bottom: 3px solid #4D4D4D;
	font-size: 24px;
}
.wpn_news .wpn_post H2
{
	font-size: 20px;
}
.wpn_news .wpn_post H3
{
	font-size: 16px;
}
.wpn_news .wpn_post H4
{
	font-size: 14px;
}
.wpn_news .wpn_post H5
{
	font-size: 12px;
}
.wpn_news .wpn_post H6
{
	font-size: 10px;
}
.wpn_news .wpn_post UL
{
	margin: 5px 0;
}
.wpn_news .wpn_pust UL UL
{
	margin: 0;
}
.wpn_news .wpn_post OL
{
	margin: 5px 0;
}
.wpn_news .wpn_post OL OL
{
	margin: 0;
}
.wpn_news .wpn_post UL LI
{
	list-style-position: inside;
	margin-left: 10px;
	list-style-image: url(img/list_bullet.gif);
}
.wpn_news .wpn_post OL LI
{
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
	margin-left: 10px;
}
.wpn_news .wpn_post IMG
{
	max-width: 580px;
	background: #222;
	border: 1px solid #5E5E5E;
	padding: 1px;
}
.wpn_post IMG.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wpn_post IMG.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
.wpn_post IMG.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.wpn_post .alignright
{
	float: right;
}
.wpn_post.alignleft
{
	float: left;
}
.aligncenter, DIV.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wpn_post .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;
}
.wpn_post.wp-caption IMG
{
	margin: 0;
	padding: 0;
	border: 0 none #000000;
}
.wpn_post .wp-caption P.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.wpn_news .wpn_post P
{
	padding-bottom: 5px;
	line-height: 18px;
}
.wpn_news .wpn_post A
{
	color: #FF6EAE;
	font-weight: bold;
}
.wpn_news .wpn_post BLOCKQUOTE
{
	margin: 10px;
	background: #303030;
	padding: 10px;
	border: 1px solid #414141;
	position: relative;
	border-left: 10px solid #808F36;
}
.wpn_news .wpn_post BLOCKQUOTE BLOCKQUOTE
{
	background: #222;
	border-left: 10px solid #398A89;
}
/*Bottom (Comments and Continue Reading)*/
.wpn_news .wpn_bottom
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 46px;
	background: url(img/news_bottom.gif) repeat-x top;
	width: 620px;
}
.wpn_news .wpn_bottom .wpn_comments
{
	display: block;
	height: 46px;
	background: url(img/news_comments.gif) no-repeat 10px 10px;
	padding: 0 15px;
	position: absolute;
	top: 0;
	left: 0;
	color: #999;
	text-transform: uppercase;
	line-height: 48px;
	outline: none;
}
.wpn_news .wpn_bottom .wpn_comments STRONG
{
	display: block;
	float: left;
	width: 18px;
	text-align: center;
	margin-right: 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
}
.wpn_news .wpn_bottom .wpn_continue
{
	display: block;
	height: 46px;
	background: url(img/news_continue.gif) no-repeat left;
	padding: 0 15px 0 35px;
	position: absolute;
	top: 0;
	right: 0;
	color: #999;
	text-transform: uppercase;
	line-height: 44px;
	outline: none;
}
/*Tags*/
.wpn_news .wpn_tags
{
	border-top: 1px dotted #4D4D4D;
	margin-top: 15px;
	padding-top: 15px;
	color: #FFF;
}
.wpn_news .wpn_tags STRONG
{
	color: #999;
}
.wpn_news .wpn_tags A
{
	padding-left: 15px;
	background: url(img/news_tags.gif) no-repeat left;
	margin-left: 3px;
	margin-right: 1px;
	color: #FFF;
}
/*Page Navigation*/
.wp-pagenavi
{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding: 15px;
}
.wp-pagenavi .pages
{
	color: #333;
	background: #030B10 url(img/navigation_bg_pages.gif) repeat-x top;
	padding: 5px;
	margin-right: 5px;
	-moz-border-radius: 5px;
}
.wp-pagenavi .current
{
	background: #222 url(img/navigation_bg_current.gif) repeat-x top;
	color: #666;
	padding: 5px;
	margin-right: 5px;
	-moz-border-radius: 5px;
}
.wp-pagenavi A
{
	color: #FFF;
	background: #0D374E url(img/navigation_bg.gif) repeat-x top;
	padding: 5px;
	margin-right: 5px;
	outline: none;
	-moz-border-radius: 5px;
}
/************************************************************\
* Comments
\***********************************************************
Comment List / Level 1*/
.wpn_comments UL
{
	list-style: none;
}
.wpn_comments LI
{
	background: url(img/comments_div.gif) repeat-x top;
	line-height: 20px;
	padding-top: 2px;
}
.wpn_comments LI .wpn_cwrap
{
	background: url(img/comments_bg.gif) no-repeat 539px 13px;
	min-height: 91px;
}
.wpn_comments LI .wpn_avatar
{
	display: block;
	width: 80px;
	height: 80px;
	padding: 2px;
	background: #333;
	border: 1px solid #5E5E5E;
	-moz-border-radius: 3px;
	vertical-align: middle;
}
.wpn_comments LI A
{
	color: #FFF;
	font-weight: bold;
}
.wpn_comments LI .wpn_author
{
	color: #FF6EAE;
	font-weight: normal;
	font-size: 14px;
}
.wpn_comments LI .wpn_author A
{
	color: #FF6EAE;
	font-weight: normal;
	font-size: 14px;
}
.wpn_comments LI .wpn_info
{
	float: right;
	width: 140px;
	padding: 10px;
}
.wpn_comments LI .wpn_comment
{
	float: right;
	width: 395px;
	padding: 15px 10px 10px;
	text-align: justify;
}
.wpn_comments LI .wpn_comment P
{
	padding-bottom: 10px;
}
/*Leve 2*/
.wpn_comments LI UL
{
	margin: 15px 0;
	background: url(img/comments_div.gif) repeat-x top;
	padding-left: 20px;
}
.wpn_comments LI UL LI
{
	background: none;
	padding-bottom: 2px;
	margin-top: 15px;
}
.wpn_comments LI UL LI .wpn_cwrap
{
	background: #333 url(img/comments_bg_alt.gif) no-repeat 539px 13px;
}
.wpn_comments LI LI .wpn_comment
{
	width: 380px;
}
/*Leve 3*/
.wpn_comments LI UL LI UL
{
	background: #222 url(img/comments_div.gif) repeat-x top;
}
.wpn_comments LI UL LI UL LI .wpn_comment
{
	width: 360px;
}
.wpn_comments LI UL LI UL LI .wpn_cwrap
{
	background: #222 url(img/comments_bg.gif) no-repeat 539px 13px;
}
/*Leve 4*/
.wpn_comments LI UL LI UL LI UL
{
	margin: 15px 0;
	background: url(img/comments_div.gif) repeat-x top;
	padding-left: 20px;
}
.wpn_comments LI UL LI UL LI UL LI .wpn_comment
{
	width: 340px;
}
.wpn_comments LI UL LI UL LI UL LI .wpn_cwrap
{
	background: #333 url(img/comments_bg_alt.gif) no-repeat 539px 13px;
}
/*Level 5*/
.wpn_comments LI UL LI UL LI UL LI UL
{
	background: #222 url(img/comments_div.gif) repeat-x top;
}
.wpn_comments LI UL LI UL LI UL LI UL LI .wpn_comment
{
	width: 320px;
}
.wpn_comments LI UL LI UL LI UL LI UL LI .wpn_cwrap
{
	background: #222 url(img/comments_bg.gif) no-repeat 539px 13px;
}
/*Level 6+*/
.wpn_comments LI UL LI UL LI UL LI UL LI UL
{
	padding-left: 0;
}
/*Admin/Author Comments*/
.wpn_comments .comment-author-admin .wpn_avatar, .wpn_comments .bypostauthor .wpn_avatar
{
	border: 1px solid #A4C501;
}
.wpn_comments .comment-author-admin .wpn_author, .wpn_comments .comment-author-admin .wpn_author, .wpn_comments .bypostauthor .wpn_author, .wpn_comments .bypostauthor .wpn_author
{
	color: #A4C501;
}
/*Form*/
.wpn_comments .wpn_form
{
	color: #CCC;
}
.wpn_comments .wpn_form P
{
	padding-bottom: 5px;
	color: #FFF;
}
.wpn_comments .wpn_form P IMG
{
	vertical-align: middle;
	margin-right: 5px;
}
.wpn_comments .wpn_form .wpn_input
{
	background: #000 url(img/comments_input_bg.gif) no-repeat right bottom;
	border: 0;
	height: 16px;
	color: #999;
	padding: 12px 38px 12px 12px;
	border: 1px solid #323232;
	font-size: 14px;
	line-height: 10px;
	width: 200px;
	/*+placement:shift;*/
	position: relative;
	left: 0;
	top: 0;
	margin-left: 0;
}
.wpn_comments .wpn_form .wpn_input-name
{
	background-position: 215px 0;
}
.wpn_comments .wpn_form .wpn_input-email
{
	background-position: 215px -40px;
}
.wpn_comments .wpn_form .wpn_input-website
{
	background-position: 215px -80px;
}
.wpn_comments .wpn_form TEXTAREA
{
	background: #000;
	border: 0;
	color: #999;
	padding: 12px;
	border: 1px solid #323232;
	font-family: Arial;
	font-size: 14px;
	width: 96%;
	height: 100px;
	/*+placement:shift 0px 0px;*/
	position: relative;
	left: 0px;
	top: 0px;
}
.wpn_comments .wpn_form INPUT[type="image"]
{
	float: right;
	margin-top: 10px;
}
.wpn_comments .wpn_form INPUT:focus, .wpn_comments .wpn_form TEXTAREA:focus
{
	border: 1px solid #666;
}
/*WP Comments Form CSS*/
.wpn_comments #respond
{
	clear: both;
}
.wpn_comments #respond IMG
{
	vertical-align: middle;
}
.wpn_comments #respond .cancel-comment-reply
{
	display: none;
}
.wpn_comments #respond .wpn_logged_in
{
	padding: 10px;
	padding-left: 2px;
}
.wpn_comments LI #respond
{
	border-top: 1px dotted #666;
	background: #333;
	padding: 10px;
}
.wpn_comments LI #respond .wpn_heading3
{
	margin-top: 10px;
}
.wpn_comments LI LI #respond
{
	background: #222;
}
.wpn_comments LI LI LI #respond
{
	background: #333;
}
.wpn_comments LI LI LI LI #respond
{
	background: #222;
}
.wpn_comments LI #respond .cancel-comment-reply
{
	display: block;
}
.wpn_comments LI #respond TEXTAREA
{
	width: 95%;
}
/************************************************************\
* Right
\************************************************************/
.wpn_right
{
	float: right;
	width: 300px;
	overflow: hidden;
}
.wpn_right .wpn_heading2:first-child
{
	margin-top: 0;
}
/*Box*/
.wpn_right .wpn_box
{
	padding: 5px;
	background: #222 url(img/box_bg.gif) repeat-x top;
	float: left;
	width: 290px;
}
.wpn_right .wpn_box-bottom
{
	background: url(img/box_bottom.gif) repeat-x top;
	height: 10px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	margin-bottom: 15px;
	clear: both;
}
/*No Padding Box*/
.wpn_right .wpn_box-nopad
{
	padding: 0;
	width: 300px;
}
.wpn_right .wpn_box-nopad>UL.wpn_list
{
	padding: 5px 0;
}
/*Around The Site*/
.wpn_box-around DIV
{
	display: none;
}
.wpn_box-around DIV.wpn_active
{
	display: block;
}
/*Around The Site Tabs*/
.wpn_around-tabs
{
	list-style: none;
	float: left;
	margin: 5px;
	width: 350px;
}
.wpn_around-tabs LI
{
	float: left;
	padding: 0;
	background: none;
}
.wpn_around-tabs LI A
{
	float: left;
	background: #171717;
	border: 1px solid #2B2B2B;
	color: #A4C501;
	font-weight: bold;
	padding: 10px;
	margin-right: 4px;
	-moz-border-radius: 5px;
	outline: none;
}
.wpn_around-tabs LI A:hover
{
	text-decoration: none;
}
.wpn_around-tabs LI A.wpn_active
{
	background: #092B3D url(img/around_active.gif) repeat-x top;
	color: #FFF;
}
/************************************************************\
* Lists
\***********************************************************
Categories / Archives*/
.wpn_list
{
	list-style: none;
	clear: both;
	background: url(img/list_div.gif) repeat-y 144px 0;
	float: left;
	width: 350px;
}
.wpn_list LI
{
	padding: 0;
	padding-top: 4px;
	background: none;
}
.wpn_list>LI
{
	width: 140px;
	float: left;
	text-indent: 8px;
	overflow: hidden;
	margin-right: 5px;
}
.wpn_list>LI>A
{
	color: #FFF;
	font-weight: bold;
}
.wpn_list LI UL
{
	padding-left: 10px;
	list-style: none;
}
.wpn_list LI UL LI
{
	background: url(img/list_arrow.gif) no-repeat 2px 8px;
	text-indent: 12px;
}
.wpn_list LI UL LI A
{
	color: #999;
}
.wpn_list LI UL LI UL LI
{
	background: url(img/list_arrow2.gif) no-repeat 2px 8px;
}
.wpn_list LI UL LI UL LI A
{
	color: #666;
}
.wpn_list LI UL LI UL LI UL LI UL
{
	padding-left: 0;
}
/*Latest News / Popular / Latest Comments
.wpn_list2 {list-style:none;clear:both;!important; }*/
.wpn_list2 LI, .wpn_list2 P
{
	padding: 15px;
	background: url(img/lnews_div.gif) repeat-x top;
	color: #FF6EAE;
}
.wpn_list2 LI:hover
{
	background-color: #292929;
}
.wpn_list2 LI A
{
	color: #FFF;
	font-weight: bold;
}
.wpn_list2 LI SPAN
{
	display: block;
	color: #999;
	font-size: 11px;
}
.wpn_list2 LI SPAN A
{
	color: #FF6EAE;
	font-weight: normal;
}
.wpn_list2 .wpp-post-title
{
	color: #FFF;
}
.wpn_list2 .post-stats
{
	color: #999;
	font-weight: normal;
}
.post-stats
{
	font-family:Arial;
	font-size:12px;
	color:#999;
	font-weight:normal;
}
.author 
{
	font-family:Arial;
	font-size:12px;
	color:#999;
	font-weight:normal;;
}
/*Misc / Generic*/
.wpn_list3
{
	list-style: none;
	clear: both;
}
.wpn_list3 LI
{
	padding: 5px;
	background: url(img/lnews_div.gif) repeat-x top;
	color: #FF6EAE;
}
.wpn_list3 LI:first-child
{
	background: none;
}
.wpn_list3 LI A
{
	color: #FFF;
	font-weight: bold;
}
.wpn_list3>LI>SPAN
{
	display: block;
	color: #999;
	font-size: 11px;
}
.wpn_list3>LI>SPAN A
{
	color: #FF6EAE;
	font-weight: normal;
}
/************************************************************\
* Headings
\***********************************************************
Left Heading*/
.wpn_heading
{
	display: block;
	width: 620px;
	height: 41px;
	background: url(img/heading_left.gif);
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 10px;
	position: relative;
	margin: 15px 0;
	z-index: 5;
}
.wpn_heading A.wpn_toggle-expand
{
	display: block;
	width: 28px;
	height: 27px;
	background: url(img/toggle_left.gif) no-repeat 0 0;
	line-height: 27px;
	text-indent: -999px;
	overflow: hidden;
	position: absolute;
	top: 7px;
	left: 7px;
	outline: none;
}
.wpn_heading A.wpn_toggle-hide
{
	background-position: -28px 0;
}
.wpn_heading A.wpn_toggle-show
{
	background-position: 0 0;
}
/*Right Heading*/
.wpn_heading2
{
	display: block;
	width: 300px;
	height: 42px;
	background: url(img/heading_right.gif);
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 10px;
	position: relative;
	color: #999;
	margin-top: 15px;
}
.wpn_heading2 A.wpn_toggle-expand
{
	display: block;
	width: 28px;
	height: 27px;
	background: url(img/toggle_right.gif) no-repeat 0 0;
	line-height: 27px;
	text-indent: -999px;
	overflow: hidden;
	position: absolute;
	top: 7px;
	left: 7px;
	outline: none;
}
.wpn_heading2 A.wpn_toggle-hide
{
	background-position: -28px 0;
}
.wpn_heading2 A.wpn_toggle-show
{
	background-position: 0 0;
}
.wpn_heading2 A
{
	color: #999;
}
.wpn_heading2 A IMG
{
	display: none;
}
/*Comments Heading*/
.wpn_heading3
{
	display: block;
	font-size: 30px;
	font-weight: bold;
	position: relative;
	margin-bottom: 15px;
}
.wpn_heading3 A
{
	position: absolute;
	top: 0;
	right: 0;
	color: #FF6EAE;
}
.wpn_heading3 A.wpn_comment
{
	background: url(img/comments_comment.gif) no-repeat right;
	padding-right: 20px;
	font-size: 16px;
	color: #FF6EAE;
	/*+placement:float-left -46px 5px;*/
	float: left;
	position: relative;
	left: -46px;
	top: 5px;
}
.wpn_heading3 A.wpn_gravatar
{
	background: url(img/comments_gravatar.gif) no-repeat left;
	padding-left: 25px;
	font-size: 12px;
	color: #FF6EAE;
	/*+placement:float-left -1px 5px;*/
	float: left;
	position: relative;
	left: -1px;
	top: 5px;
}
/************************************************************\
* Footer
\************************************************************/
.wpn_footer
{
	width: 100%;
	height: 119px;
	background: url(img/footer_bg.jpg) repeat-x top center;
	margin-top: 10px;
	padding: 15px 0;
	margin-top: 20px;
}
.wpn_footer .wpn_finner
{
	width: 940px;
	height: 100px;
	padding: 10px;
	background: #000;
	margin: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
}
.wpn_footer .wpn_finner .wpn_back-to-top
{
	background: url(img/footer_arrow.gif) no-repeat top right;
	position: absolute;
	top: -35px;
	right: 0;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	height: 20px;
	padding-right: 25px;
	font-size: 11px;
	line-height: 20px;
	outline: none;
}
.wpn_footer .wpn_finner .wpn_copyright
{
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
}
.wpn_footer .wpn_finner .wpn_wpnow
{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #FFF;
	font-weight: bold;
	text-align: right;
	line-height: 21px;
}
.wpn_footer .wpn_finner .wpn_wpnow A
{
	color: #A4C601;
}
.wpn_footer .wpn_finner .wpn_wpnow A.wpn_alt
{
	color: #03BEBB;
}
/************************************************************\
* Wordpress
\***********************************************************
Calendar*/
#wp-calendar
{
	width: 100%;
}
#wp-calendar TD
{
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}
#wp-calendar CAPTION
{
	font-size: 14px;
	font-weight: bold;
	padding: 5px 15px 7px;
	text-align: left;
	background-color: #444;
	margin-bottom: 10px;
}
#wp-calendar A
{
	color: #FF6EAE;
	font-weight: bold;
}
#wp-calendar #prev A
{
	text-align: left;
	font-weight: bold;
}
#wp-calendar #next A
{
	text-align: right;
	font-weight: bold;
}
#tag_cloud
{
	text-align: justify;
	line-height: 23px;
}
#tag_cloud A
{
	margin: 2px;
	font-weight: bold;
}
/*Contact Form*/
.formcontainer FIELDSET
{
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #414141;
	background: #111;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.formcontainer FIELDSET:hover
{
	border: 1px solid #666;
}
.formcontainer FIELDSET:hover LEGEND
{
	background: #FF6600;
	color: #FFF;
}
.formcontainer LEGEND
{
	padding: 7px 15px;
	color: #FFF;
	background: #414141;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
}
.formcontainer INPUT, .formcontainer TEXTAREA
{
	border: 1px solid #CCC;
	background: #CCC;
	margin-bottom: 5px;
	padding: 5px;
	font-family: Arial;
	font-size: 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.formcontainer INPUT[type="text"]
{
	width: 250px;
}
.formcontainer SPAN
{
	color: #FF6EAE;
}
.formcontainer TEXTAREA
{
	width: 550px;
}
.formcontainer INPUT:focus, .formcontainer TEXTAREA:focus
{
	border: 1px solid #F88B00;
	background: #EEE;
}
.formcontainer LABEL
{
	margin-bottom: 5px;
}
/*.formcontainer submit {padding:6px;font-weight:bold;color:#666;font-size:11px;-moz-border-radius:4px;-webkit-border-radius:4px;}*/
.formcontainer .form-submit
{
	display: block;
	padding-top: 15px;
	border-top: 1px dotted #666;
	margin-top: 8px;
}
.formcontainer P.error
{
	border: 1px solid #FF6EAE;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #555;
	background: #F4E7E7;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.formcontainer INPUT.error
{
	border: 1px solid #FF6EAE;
	background: #F4E7E7;
}
.formcontainer .success
{
	border: 1px solid #FC9;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #555;
	background: #FFC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.formcontainer SPAN
{
	display: inline;
}
.ie6-notice
{
	width: 200px;
	padding: 10px;
	background: #FFF;
	color: #333;
	border-right: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
}
