/*
Theme Name: Arjuna X
Theme URI: http://www.srssolutions.com/en/downloads/arjuna_wordpress_theme
Description: Arjuna stands for elegance, accessibility, and attention to detail. We have put a great deal in optimizing its ins and outs. Translation ready, SEO focused, IE6-8, Firefox, Chrome, Safari and Opera compatibility, support for threaded comments, four widget bars, flexible sidebar, and more. It can be customized via the admin panel.
Author: SRS Solutions
Author URI: http://www.srssolutions.com
Version: 1.0.5
Tags: white, silver, light, three-columns, two-columns, fixed-width, right-sidebar, left-sidebar, theme-options, translation-ready, threaded-comments, black


This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/
BODY, DIV, DL, DT, DD, UL, OL, LI, H1, H2, H3, H4, H5, H6, PRE, FORM, FIELDSET, INPUT, P, BLOCKQUOTE, TH, TD
{
	margin: 0;
	padding: 0;
}
H1, H2, H3, H4, H5, H6
{
	font-size: 100%;
	font-weight: normal;
}
OL, UL
{
	list-style: none;
}
ADDRESS, CAPTION, CITE, CODE, DFN, EM, STRONG, TH, VAR
{
	font-style: normal;
	font-weight: normal;
}
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
FIELDSET, IMG
{
	border: 0;
}
CAPTION, TH
{
	text-align: left;
}
Q:before, Q:after
{
	content: '';
}
ABBR
{
	border: 0;
}
/**
* WordPress Static
 */
.alignleft
{
	float: left;
	text-align: left;
	margin-right: 10px;
}
.alignright
{
	float: right;
	text-align: right;
	margin-left: 10px;
}
.aligncenter
{
	margin: 10px auto;
	text-align: center;
	display: block;
}
.wp-caption
{
	text-align: center;
	padding: 7px 2px 2px;
}
.wp-caption P.wp-caption-text
{
	font-size: 12px;
	line-height: 17px;
	padding: 2px 4px 5px;
	margin: 0;
	color: #555;
	font-style: italic;
}
BLOCKQUOTE, PRE
{
	background: url(./images/blockquote.png) no-repeat 3px 3px;
	padding: 4px 12px 0 40px;
	margin: 5px 0;
	word-wrap: break-word;
	overflow: hidden;
	font-style: italic;
}
.more-link, .more-link:visited, .more-link:hover
{
	font-size: 11px;
	color: #999;
	text-decoration: none;
}
/**
* Main design
 */
BODY
{
	background: #D9D9D9 url(./images/pageBG.png) repeat-x 0 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: small;
	text-align: center;
	line-height: normal;
}
/*Links*/
A, A:visited
{
	text-decoration: none;
	color: #0E61B7;
}
A:hover
{
	text-decoration: underline;
}
/*Standard buttons*/
A.btn, A.btn:hover
{
	display: -moz-inline-stack;
	display: inline-block;
	height: 18px;
	background: url(./images/icons.png) no-repeat 0 -220px;
	color: #5C7A99;
	text-decoration: none;
	margin: 0 0 0 10px;
}
.btn SPAN
{
	display: block;
	height: 18px;
	margin-left: 21px;
	background: url(./images/icons.png) no-repeat 100% -60px;
	line-height: 18px;
	font-size: 11px;
	padding: 0 15px 0 8px;
}
A.btn:hover SPAN
{
	background-position: 100% -80px;
}
/*Miscellaneous*/
.clear
{
	display: block;
	clear: both;
}
A#skipToPosts
{
	position: absolute;
	top: 0;
	left: -999em;
}
.pageContainer
{
	text-align: left;
	width: 980px;
	margin: 0px auto 0;
	position: relative;
	overflow: hidden;
	background: #CDD4D6;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
}
.headerBG
{
	width: 1000px;
	height: 252px;
	position: absolute;
	top: 0;
	left: -10px;
	background: url(./images/header.jpg) no-repeat 0 0;
}
.header
{
	height: 252px;
	position: relative;
	z-index: 950;
}
.header H1
{
	position: absolute;
	left: 50px;
	top: 35px;
	color: #36414D;
	font-size: 40px;
	font-family: "Times New Roman", Times, serif;
}
.header H1 A, .header H1 A:visited, .header H1 A:hover
{
	color: #36414D;
	font-size: 40px;
	font-family: Calibri;
	text-decoration: none;
	display: none;
}
.header SPAN
{
	position: absolute;
	left: 28px;
	top: 82px;
	color: #DDD;
	font-size: 14px;
	font-family: Helvetica;
	display: none;
}
.header .searchBox
{
	width: 197px;
	height: 22px;
	position: absolute;
	bottom: 27px;
	right: 12px;
}
.header .searchQuery
{
	display: block;
	float: left;
	padding: 4px 5px 4px 10px;
	width: 157px;
	height: 14px;
	font-size: 11px;
	border: 0;
	color: #333;
	background: none;
}
.header .searchQueryIA
{
	color: #888B8D;
	font-style: italic;
}
.header .searchButton
{
	display: block;
	float: left;
	margin-left: 3px;
	width: 22px;
	height: 22px;
	padding: 0;
	border: 0;
	background: none;
	text-indent: -1000px;
	cursor: pointer;
}
/*When the option to disable header menu 1 is set*/
.hideHeaderMenu1 .headerBG
{
	height: 113px;
	background-position: 0 -27px;
}
.hideHeaderMenu1 .header
{
	top: 0;
	height: 113px;
}
.hideHeaderMenu1 .header H1
{
	top: 8px;
}
.hideHeaderMenu1 .header SPAN
{
	top: 51px;
}
/*Content Wrapper*/
.contentWrapper
{
	min-height: 350px;
	padding: 20px;
}
UL.headerMenu1
{
	position: absolute;
	top: 0;
	right: 30px;
	z-index: 960;
	height: 24px;
}
UL.headerMenu1L
{
	right: auto;
	left: 30px;
}
UL.headerMenu1 LI
{
	float: left;
	height: 24px;
	position: relative;
	z-index: 1;
}
UL.headerMenu1 LI A, UL.headerMenu1 LI A:visited
{
	display: block;
	height: 24px;
	line-height: 24px;
	color: #A6A6A6;
	font-size: 11px;
	text-decoration: none;
	padding: 0 8px;
}
UL.headerMenu1 LI A:hover
{
	color: #BFBFBF;
	text-decoration: none;
}
UL.headerMenu1 UL
{
	position: absolute;
	top: 24px;
	right: 0;
	display: none;
	background-color: #DBDDDD;
	border: 1px solid #000;
	margin: 0;
	z-index: 1;
}
UL.headerMenu1L UL
{
	right: auto;
	left: 0;
}
UL.headerMenu1 LI LI
{
	float: none;
	width: 180px;
	height: auto;
}
UL.headerMenu1 LI LI A, UL.headerMenu1 LI LI A:visited
{
	height: auto;
	line-height: 20px;
	padding: 0 8px;
	width: 164px;
	position: relative;
	color: #333;
}
UL.headerMenu1 LI LI A:hover
{
	background: #CACCCC;
	padding: 0 8px;
	color: #333;
}
UL.headerMenu1 LI:hover UL, UL.headerMenu1 LI.jHover UL
{
	display: block;
}
UL.headerMenu1 UL UL, UL.headerMenu1 LI:hover UL UL, UL.headerMenu1 LI.jHover UL UL
{
	display: none;
	top: 3px;
	right: 175px;
}
UL.headerMenu1 LI LI:hover UL, UL.headerMenu1 LI LI.jHover UL
{
	display: block;
}
UL.headerMenu2
{
	position: absolute;
	bottom: 0;
	left: 30px;
	z-index: 950;
}
UL.headerMenu2 LI
{
	float: left;
	height: 26px;
	position: relative;
	z-index: 1;
}
UL.headerMenu2 LI A, UL.headerMenu2 LI A:visited
{
	display: block;
	line-height: 26px;
	height: 26px;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	padding: 0 8px;
}
UL.headerMenu2 LI A:hover
{
	background: url(./images/header.jpg) no-repeat 0 -252px;
	color: #DDD;
	text-decoration: none;
}
UL.headerMenu2 UL
{
	position: absolute;
	top: 25px;
	left: 0;
	display: none;
	background-color: #DBDDDD;
	border: 1px solid #000;
	margin: 0;
	z-index: 1;
}
UL.headerMenu2 LI LI
{
	float: none;
	width: 180px;
	height: auto;
}
UL.headerMenu2 LI LI A, UL.headerMenu2 LI LI A:visited
{
	height: auto;
	line-height: 20px;
	padding: 0 8px;
	width: 164px;
	position: relative;
	color: #333;
}
UL.headerMenu2 LI LI A:hover
{
	background: #CACCCC;
	color: #333;
}
UL.headerMenu2 LI:hover UL, UL.headerMenu2 LI.jHover UL
{
	display: block;
}
UL.headerMenu2 UL UL, UL.headerMenu2 LI:hover UL UL, UL.headerMenu2 LI.jHover UL UL
{
	top: 3px;
	display: none;
	left: 175px;
}
UL.headerMenu2 LI LI:hover UL, UL.headerMenu2 LI LI.jHover UL
{
	display: block;
}
H3.contentHeader
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	border-bottom: 1px solid #8C8C8C;
	padding-bottom: 4px;
	text-align: center;
	margin: 10px 0 40px;
}
H3.contentHeader EM
{
	font-style: normal;
	font-weight: bold;
}
.postHeader
{
}
.postHeader H2
{
	background: url(./images/heading.png) no-repeat 0 0;
	font-weight: bold;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 15px;
	margin-right: 15px;
}
.postHeader H2 SPAN
{
	display: block;
	background: url(./images/heading.png) no-repeat right 0;
	padding: 8px 15px 7px;
	margin-right: -15px;
}
.postHeader H2 A, .postHeader H2 A:visited, .postHeader H2 A:hover
{
	text-decoration: none;
	color: #000;
}
.postHeader .bottom
{
	background: url(./images/heading.png) no-repeat 0 -60px;
	padding-left: 15px;
	margin-right: 15px;
}
.postHeader .bottom DIV
{
	background: url(./images/heading.png) no-repeat right -60px;
	padding: 0 15px;
	margin-right: -15px;
	height: 22px;
	position: relative;
}
.postDate
{
	display: block;
	float: left;
	font-size: 11px;
	color: #555;
	line-height: 22px;
	background: url(./images/heading.png) no-repeat 0 -86px;
	padding-left: 20px;
}
/*Pageheaders >>*/
.PageHeader
{
	border-bottom: 1px solid #8B8B8B;
}
.PageHeader H2
{
	background: url(./images/heading.png) no-repeat 0 0;
	font-weight: bold;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 15px;
	margin-right: 15px;
}
.PageHeader H2 SPAN
{
	display: block;
	background: url(./images/heading.png) no-repeat right 0;
	padding: 8px 15px 7px;
	margin-right: -15px;
}
.PageHeader H2 A, .postHeader H2 A:visited, .postHeader H2 A:hover
{
	text-decoration: none;
	color: #000;
}
.PageHeader .bottom
{
	background: url(./images/heading.png) no-repeat 0 -60px;
	padding-left: 15px;
	margin-right: 15px;
	display: none;
}
.PageHeader .bottom DIV
{
	background: url(./images/heading.png) no-repeat right -60px;
	padding: 0 15px;
	margin-right: -15px;
	height: 22px;
	position: relative;
}
/*<< Pageheaders*/
.postAuthor
{
	display: block;
	float: left;
	font-size: 11px;
	color: #555;
	line-height: 22px;
	background: url(./images/heading.png) no-repeat -200px -86px;
	padding-left: 15px;
	margin-left: 15px;
}
.postAuthor A
{
	color: #555;
}
.postCommentLabel
{
	display: block;
	height: 16px;
	position: absolute;
	right: 20px;
	top: 3px;
	background: url(./images/icons.png) no-repeat 0 0;
}
.postCommentLabel SPAN
{
	display: block;
	height: 16px;
	margin-left: 21px;
	background: url(./images/icons.png) no-repeat 100% -20px;
	line-height: 16px;
	font-size: 11px;
	padding: 0 15px 0 8px;
	color: #555;
}
A.postCommentLabel SPAN
{
	color: #5C7A99;
}
A.postCommentLabel:hover SPAN
{
	background-position: 100% -40px;
}
A.postCommentLabel:hover
{
	text-decoration: none;
}
.postContent
{
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 20px 15px;
	overflow: hidden;
}
.postContent P
{
	margin: 0 0 15px;
}
.postContent TABLE
{
	border-collapse: collapse;
	margin: 5px 0 10px;
}
.postContent TH, .postContent TD
{
	border: 1px solid #AAA;
	padding: 3px 10px;
	text-align: left;
	vertical-align: top;
}
.postContent TH
{
	background: #E5E5E5;
}
.postFooter
{
	background: url(./images/postFooter.png) no-repeat 0 0;
	margin: 0 40px 20px 0;
	padding-left: 40px;
	position: relative;
	min-height: 33px;
}
.postContent P IMG
{
	border: 1px solid #BBC6DA;
	padding: 3px;
	background: #DFDFDF;
}
.postFooter .r
{
	height: 33px;
	background: url(./images/postFooter.png) no-repeat 100% 0;
	width: 40px;
	position: absolute;
	right: -40px;
	top: 0;
}
.postFooter .left
{
	margin-left: -20px;
	margin-right: 130px;
	overflow: hidden;
	padding-top: 8px;
}
.postCategories
{
	background: url(./images/icons.png) no-repeat 0px -99px;
	padding-left: 25px;
	font-size: 11px;
	margin-right: 20px;
	float: left;
}
.postTags
{
	background: url(./images/icons.png) no-repeat 0px -150px;
	padding-left: 25px;
	font-size: 11px;
	float: left;
}
.postTags I
{
	color: #777;
}
.postEdit
{
	position: absolute;
	top: 8px;
	right: -20px;
	height: 18px;
}
.postReadMore, A.postReadMore:hover
{
	position: absolute;
	top: 8px;
	right: -20px;
	height: 18px;
	background: url(./images/icons.png) no-repeat 0 -220px;
	color: #5C7A99;
	text-decoration: none;
}
A.postReadMore:hover
{
	text-decoration: none;
}
.postReadMore SPAN
{
	display: block;
	height: 18px;
	margin-left: 21px;
	background: url(./images/icons.png) no-repeat 100% -60px;
	line-height: 18px;
	font-size: 11px;
	padding: 0 15px 0 8px;
}
.postReadMore:hover SPAN
{
	background-position: 100% -80px;
}
/**
* Comments
 */
.noComments
{
	margin: 0 0 40px;
}
.postComments
{
	margin-top: 30px;
}
.commentHeader
{
	height: 30px;
	background: url(./images/icons.png) repeat-x 0 -172px;
	margin-bottom: 20px;
	overflow: hidden;
}
.commentHeader H4
{
	float: left;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 30px;
	margin: 0 20px 0 15px;
}
A.btnTrackback, A.btnTrackback:hover
{
	background-position: 0 -260px;
	margin-top: 5px;
}
A.btnReply, A.btnReply:hover
{
	background-position: 0 -240px;
	margin-top: 5px;
}
LI.comment
{
	overflow: hidden;
	margin-bottom: 20px;
}
LI.comment LI
{
	margin: 2px 0 0;
}
.comment .avatar
{
	border: 1px solid #A6A6A6;
	background-color: #D9D9D9;
	padding: 1px;
	float: left;
	margin-top: 8px;
}
.comment .message
{
	margin-left: 50px;
}
.comment .message .t
{
	height: 40px;
	background: url(./images/comment.png) no-repeat 0 0;
	margin-right: 10px;
}
.comment .message .t DIV
{
	height: 40px;
	width: 10px;
	background: url(./images/comment.png) no-repeat -990px 0;
	float: right;
	margin-right: -10px;
}
.comment .message .i
{
	border: 1px solid #BFBFBF;
	border-width: 0 1px;
	background-color: #F2F2F2;
	margin: 0 0 0 17px;
	padding: 1px 0;
}
.comment .message .i .i2
{
	margin: -37px 15px 0;
	position: relative;
	padding-top: 14px;
}
.comment .message .i SPAN
{
	font-size: 11px;
}
.comment .message .i .title
{
	display: block;
	position: absolute;
	top: 0;
	left: 5px;
}
.comment .message .i .links
{
	display: block;
	position: absolute;
	top: 0;
	right: 5px;
}
.comment .message .b
{
	height: 11px;
	background: url(./images/comment.png) no-repeat 0 -40px;
	margin-right: 10px;
}
.comment .message .b DIV
{
	height: 11px;
	width: 10px;
	background: url(./images/comment.png) no-repeat -990px -40px;
	float: right;
	margin-right: -10px;
}
.comment .message P, .comment .message UL
{
	margin-top: 10px;
	font-size: 12px;
	line-height: 150%;
}
.commentList UL.children
{
	margin: 0 0 0 20px;
	clear: both;
}
.commentListAlt .thread-odd .avatar, .commentListRight .comment .avatar
{
	float: right;
}
.commentListAlt .thread-odd .message, .commentListRight .comment .message
{
	margin: 0 50px 0 0;
}
.commentListAlt .thread-odd .message .t, .commentListRight .comment .message .t
{
	margin: 0 0 0 10px;
	background-position: right -60px;
}
.commentListAlt .thread-odd .message .t DIV, .commentListRight .comment .message .t DIV
{
	background-position: 0 -60px;
	float: left;
	margin: 0 0 0 -10px;
}
.commentListAlt .thread-odd .message .i, .commentListRight .comment .message .i
{
	margin: 0 17px 0 0;
}
.commentListAlt .thread-odd .message .b, .commentListRight .comment .message .b
{
	background-position: right -100px;
	margin: 0 0 0 10px;
}
.commentListAlt .thread-odd .message .b DIV, .commentListRight .comment .message .b DIV
{
	background-position: 0 -100px;
	float: left;
	margin: 0 0 0 -10px;
}
.commentListAlt .thread-odd UL.children, .commentListRight .comment UL.children
{
	margin: 0 20px 0 0;
}
/*Comment pagination*/
.commentNavigation
{
	height: 24px;
	background: url(./images/pagination.png) no-repeat 0 0;
	margin: 30px 10px 0 0;
}
.commentNavigation DIV
{
	height: 24px;
	background: url(./images/pagination.png) no-repeat right 0;
	margin: 0 -10px 0 10px;
	padding: 0 20px 0 10px;
}
.commentNavigation SPAN, .commentNavigation A
{
	display: block;
	float: left;
	height: 18px;
	border: 1px solid #9A9A9A;
	margin: 1px;
	color: #5C7A99;
	font-size: 11px;
	line-height: 18px;
	padding: 1px 7px;
	background: #FFF url(./images/pagination.png) no-repeat -15px -69px;
}
.commentNavigation A:hover
{
	background-position: -15px -94px;
	text-decoration: none;
}
.commentNavigation .title
{
	display: block;
	float: left;
	color: #808080;
	height: 22px;
	line-height: 22px;
	padding: 0 15px 0 25px;
	font-size: 11px;
	border: none;
	background: url(./images/pagination.png) no-repeat 0 -31px;
}
.commentNavigation .gap
{
	color: #808080;
	height: 22px;
	line-height: 22px;
	font-size: 11px;
	padding: 0 8px;
	border: none;
	background: none;
}
.commentNavigation .current
{
	float: left;
	margin: -2px 1px -2px 0;
	height: 24px;
	line-height: 24px;
	background: #FFF url(./images/pagination.png) no-repeat 0 -119px;
	padding: 1px 9px;
	font-weight: bold;
	color: #808080;
}
.commentNavigation .newer, .commentNavigation .older
{
	display: block;
	background: none;
	padding: 0;
	border: 0;
	margin: 0;
}
.commentNavigation .newer A
{
	background: #FFF url(./images/pagination.png) no-repeat 0 -69px;
	padding-left: 20px;
}
.commentNavigation .newer A:hover
{
	background-position: 0 -94px;
}
.commentNavigation .older
{
	float: right;
}
.commentNavigation .older A
{
	background: #FFF url(./images/pagination.png) no-repeat right -69px;
	padding-right: 20px;
}
.commentNavigation .older A:hover
{
	background-position: right -94px;
}
.commentReply
{
	padding-top: 20px;
}
.replyHeader
{
	overflow: hidden;
	height: 30px;
	background: url(./images/icons.png) repeat-x 0 -172px;
	margin-bottom: 20px;
}
.replyHeader H4
{
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 30px;
	margin: 0 20px 0 15px;
	float: left;
}
.cancelReply
{
	display: inline;
}
A.btnCancel, A.btnCancel:hover
{
	margin-top: 5px;
	background-position: 0 -320px;
}
.commentReply .replyLoggedIn
{
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0 10px 10px;
	font-size: 11px;
	line-height: 18px;
}
.commentReply .replyRow
{
	margin-bottom: 2px;
}
.commentReply .inputText
{
	background: #F2F2F2 url(./images/inputText.png) no-repeat 0 0;
	border: 1px solid #999;
	padding: 3px 8px;
	font-size: 13px;
	width: 184px;
	font-family: Verdana, Geneva, sans-serif;
}
.commentReply TEXTAREA
{
	font-family: Verdana, Geneva, sans-serif;
	background: #F2F2F2 url(./images/inputText.png) no-repeat 0 0;
	border: 1px solid #999;
	padding: 3px 8px;
	font-size: 13px;
	width: 98%;
	height: 120px;
}
.commentReply .inputIA
{
	color: #999;
	font-style: italic;
}
.commentReplyActive
{
	padding: 20px;
	margin: 20px 0;
	border: 1px dashed #999;
}
.commentReplyActive .replyHeader
{
	margin: 0 -19px 20px;
}
.replySubmitArea
{
	overflow: hidden;
	margin-top: 10px;
}
.inputBtn
{
	float: right;
	background: url(./images/button.png) no-repeat 0 0;
	border: 0;
	height: 23px;
	width: 160px;
	margin-right: 20px;
	padding: 0;
	position: relative;
	overflow: visible;
	cursor: pointer;
	text-align: center;
	line-height: 20px;
	color: #B3B3B3;
}
.inputBtn::-moz-focus-inner
{
	padding: 0;
	border: 0;
}
A.btnSubscribe, A.btnSubscribe:hover
{
	background-position: 0 -280px;
}
A.btnLogout, A.btnLogout:hover
{
	background-position: 0 -300px;
}
.pagination
{
	height: 24px;
	background: url(./images/pagination.png) no-repeat 0 0;
	margin: 30px 10px 0 0;
}
.pagination DIV
{
	height: 24px;
	background: url(./images/pagination.png) no-repeat right 0;
	margin: 0 -10px 0 10px;
	padding: 0 20px 0 10px;
}
.pagination UL
{
}
.pagination LI
{
	float: left;
	margin: 1px 1px 1px 0;
}
.pagination LI.active
{
	float: left;
	margin: -2px 1px -2px 0;
	height: 26px;
}
.pagination A
{
	display: block;
	float: left;
	height: 20px;
	border: 1px solid #9A9A9A;
	background: #FFF;
}
.pagination A SPAN
{
	display: block;
	margin: 1px;
	height: 18px;
	color: #5C7A99;
	font-size: 11px;
	line-height: 18px;
	padding: 0 7px;
	background: url(./images/pagination.png) no-repeat -15px -70px;
}
.pagination A:hover
{
	text-decoration: none;
	border-color: #808080;
}
.pagination A:hover SPAN
{
	background-position: -15px -95px;
}
.pagination LI.active A
{
	height: 26px;
}
.pagination LI.active A SPAN
{
	height: 24px;
	line-height: 24px;
	background: url(./images/pagination.png) no-repeat 0 -120px;
	padding: 0 9px;
	font-weight: bold;
}
.pagination LI.active A:hover SPAN
{
	background-position: 0 -120px;
}
.pagination .info
{
	display: block;
	float: left;
	color: #808080;
	height: 22px;
	line-height: 22px;
	padding: 0 15px 0 25px;
	font-size: 11px;
	background: url(./images/pagination.png) no-repeat 0 -31px;
}
.pagination .newer
{
	display: block;
	margin-top: 1px;
}
.pagination .newer SPAN
{
	background: url(./images/pagination.png) no-repeat 0 -70px;
	padding-left: 20px;
}
.pagination A.newer:hover SPAN
{
	background-position: 0 -95px;
}
.pagination .older
{
	display: block;
	float: right;
	margin-top: 1px;
}
.pagination .older SPAN
{
	background: url(./images/pagination.png) no-repeat right -70px;
	padding-right: 20px;
}
.pagination A.older:hover SPAN
{
	background-position: right -95px;
}
/*Footer*/
.footer
{
	height: 90px;
	width: 960px;
	margin: 10px auto 0;
	background: url(./images/footer.png) no-repeat 0 0;
	position: relative;
}
.footer .icon1
{
	position: absolute;
	top: 20px;
	left: 80px;
}
.footer .icon2
{
	position: absolute;
	top: 15px;
	left: 110px;
}
.footer .copyright
{
	position: absolute;
	top: 15px;
	left: 150px;
	color: #999;
	font-size: 11px;
}
.footer .design
{
	position: absolute;
	top: 30px;
	left: 150px;
	color: #999;
	font-size: 11px;
}
.footer .design A
{
	color: #999;
	text-decoration: none;
}
.footer .design A EM
{
	color: #525C66;
}
/*Footer Style 2*/
.footer2
{
	height: 74px;
	width: 960px;
	margin: 10px auto 0;
	position: relative;
	background: url(./images/footer2.jpg) no-repeat 0 0;
}
.footer2 .icon1
{
	position: absolute;
	top: 33px;
	left: 25px;
	display: none;
}
.footer2 .icon2
{
	position: absolute;
	top: 28px;
	left: 55px;
	display: none;
}
.footer2 .copyright
{
	position: absolute;
	top: 43px;
	left: 30px;
	color: #666;
	font-size: 11px;
}
.footer2 .design
{
	position: absolute;
	top: 43px;
	left: 732px;
	color: #EEE;
	font-size: 11px;
}
.footer2 .design A
{
	color: #666;
	text-decoration: none;
}
.footer2 .design A EM
{
	color: #1C5894;
}
/**
* Layout Setups

Standard setup: Right sidebar, normal width*/
.contentArea
{
	float: left;
	width: 620px;
}
.sidebars
{
	width: 300px;
	float: right;
}
.sidebarLeft
{
	width: 125px;
	float: left;
}
.sidebarRight
{
	width: 125px;
	float: right;
}
.sidebarFull
{
	clear: both;
}
.sidebarIcons
{
	height: 26px;
	overflow: hidden;
}
.sidebarIcons A
{
	float: left;
}
/*No sidebar*/
.NS .contentArea
{
	float: none;
	width: 920px;
}
/*Right sidebar, large width (RSLW)*/
.RSLW .contentArea
{
	float: left;
	width: 570px;
}
.RSLW .sidebars
{
	width: 350px;
	float: right;
}
.RSLW .sidebarLeft, .RSLW .sidebarRight
{
	width: 150px;
}
/*Right sidebar, small width (RSSW)*/
.RSSW .contentArea
{
	float: left;
	width: 670px;
}
.RSSW .sidebars
{
	width: 250px;
	float: right;
}
.RSSW .sidebarLeft, .RSSW .sidebarRight
{
	width: 100px;
}
/*Left sidebar, normal width (LSNW)*/
.LSNW .contentArea
{
	float: right;
	width: 620px;
}
.LSNW .sidebars
{
	width: 300px;
	float: left;
}
/*Left sidebar, large width (LSLW)*/
.LSLW .contentArea
{
	float: right;
	width: 570px;
}
.LSLW .sidebars
{
	width: 350px;
	float: left;
}
.LSLW .sidebarLeft, .LSLW .sidebarRight
{
	width: 150px;
}
/*Left sidebar, small width (LSSW)*/
.LSSW .contentArea
{
	float: right;
	width: 670px;
}
.LSSW .sidebars
{
	width: 250px;
	float: left;
}
.LSSW .sidebarLeft, .LSSW .sidebarRight
{
	width: 100px;
}
/*No sidebar*/
.contentAreaFull
{
	float: none;
	width: auto;
}
/*Sidebar*/
.sidebars .t
{
	height: 170px;
	background: url(./images/sidebars.png) no-repeat 0 0;
	margin-right: 15px;
}
.sidebars .t DIV
{
	height: 170px;
	width: 15px;
	background: url(./images/sidebars.png) no-repeat -485px 0;
	float: right;
	margin-right: -15px;
}
.sidebars .i
{
	background: url(./images/sidebars.png) repeat-y -500px 0;
	margin-right: 15px;
}
.sidebars .i .i2
{
	background: url(./images/sidebars.png) repeat-y right 0;
	margin: 0 -15px 0 15px;
	padding: 1px 0;
}
.sidebars .i .c
{
	margin: -155px 15px 0 0;
	position: relative;
}
.sidebars H4
{
	border: 1px solid #CCC;
	border-width: 1px 0;
	background-color: #FBFBFB;
	margin: 10px -14px;
}
.sidebars H4 SPAN
{
	display: block;
	margin: 1px 0;
	background-color: #EBEBEB;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	padding: 6px 15px;
}
.sidebars UL
{
}
.sidebars LI
{
	background: url(./images/sidebars.png) no-repeat 0 -225px;
	padding: 0 0 0 20px;
	margin-bottom: 1px;
	line-height: 18px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
.sidebars A.rssBtn
{
	display: block;
	height: 26px;
	padding: 0 0 0 34px;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	color: #662700;
	background: url(./images/sidebars.png) no-repeat 0 -190px;
}
.sidebars .b
{
	height: 15px;
	background: url(./images/sidebars.png) no-repeat 0 -170px;
	margin-right: 15px;
}
.sidebars .b DIV
{
	height: 15px;
	width: 15px;
	background: url(./images/sidebars.png) no-repeat -485px -170px;
	float: right;
	margin-right: -15px;
}
#wp-calendar
{
	width: 99%;
	border-collapse: separate;
	border-spacing: 1px;
}
#wp-calendar CAPTION
{
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding-bottom: 5px;
}
#wp-calendar TH, #wp-calendar TD
{
	text-align: center;
}
#wp-calendar TH
{
	background: #F2F2F2 url(./images/calendar.gif) repeat-x 0 -50px;
	border: 1px solid #999;
	line-height: 16px;
	font-size: 12px;
	color: #666;
}
#wp-calendar TBODY TD
{
}
#wp-calendar TD A, #wp-calendar TD A:visited
{
	display: block;
	background: #FFF url(./images/calendar.gif) repeat-x 0 1px;
	border: 1px solid #BFBFBF;
	line-height: 16px;
	font-size: 12px;
	color: #666;
}
#wp-calendar TBODY TD A:hover
{
	border-color: #999;
	text-decoration: none;
}
#wp-calendar #today
{
	font-weight: bold;
}
#wp-calendar TBODY TD.pad
{
	border: 0 none #000000;
}
#wp-calendar TD#prev A, #wp-calendar TD#prev A:visited
{
	padding-top: 5px;
	text-align: left;
	background: none;
	border: none;
	color: #5C7A99;
}
#wp-calendar TD#next A, #wp-calendar TD#next A:visited
{
	text-align: right;
	padding-top: 5px;
	background: none;
	border: none;
	color: #5C7A99;
}
