/*  
Theme Name: Arjuna X
Theme URI: http://www.srssolutions.com/en/downloads/arjuna_wordpress_theme
Description: Customize via the admin panel. Changelog: http://bit.ly/aLicfb
Author URL: http://www.srssolutions.com
Version: 1.3.5

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/>.
*/


/**
 * Normalize
 */

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:#ffe1aa url(./images/blockquote.png) no-repeat 7px 12px;
	padding:7px 12px 9px 48px;
	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 { color: #000; font-family:"trebuchet ms", Arial, sans-serif; font-size:13px; line-height:normal; background-color: #6bc4ff; background-repeat: repeat-x; background-attachment: fixed; background-position: 0 0; }

/* Links */
a {
	text-decoration:underline;
	color:#000;
}
a:visited {
	text-decoration:none;
	color:#000;
}
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;
}
.photobar { width: 945px; height: 150px ; border-bottom: 1px solid #ddd9d9; overflow: hidden
 ; margin-right: auto; margin-left: auto; }

.contentArea { background-color: #fff; float:left; width:585px; }
.playercontentArea { background-color: #fff; float:left; width:97%; margin-bottom: 0; padding-bottom: 0; }
.seasoncontentArea { background-color: #fff; float:left; width:97%; margin-bottom: 0; padding-bottom: 0; }

.clear {
	display:block;
	clear:both;
}
/* Miscellaneous */
a#skipToPosts {
	position:absolute;
	top:0;
	left:-999em;
}

.pageContainer { background-color: #fff; text-align:left; width:965px; margin:0 auto; position:relative; overflow:hidden; z-index:1; padding-right: 15px; }

.headerBG { width:1000px; height:140px; position:absolute; top:0; left:-10px; }
#logo { width: 120px; height: 120px; float: left; margin-right: 20px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; }
.textads{ height: 19px; margin-right: auto; margin-left: auto; padding-top: 4px; }
.header {
	position:relative;
	z-index:2;
	margin:0 10px;
}
.headerMain {
	position:relative;
}
.headerMain h1 { color:#000; font-size:40px; font-family:"trebuchet ms", Verdana, Arial, courier; font-stretch: condensed; margin-bottom: 0; padding-top: 20px; padding-bottom: 0; padding-left: 115px; }
.headerMain h3 { color:#000; font-size:20px; font-family:"trebuchet ms", Verdana, Arial, courier; font-style: italic; padding-left: 135px; }

.headerMain h1 a,
.headerMain h1 a:visited,
.headerMain h1 a:hover { color:#000; font-size:40px; text-decoration:none; }
.headerMain span {
	position:absolute;
	left:52px;
	top:53px;
	color:#666;
	font-size:14px;
}

/*
 * Header Versions
 */
.header_lightBlue {
	height:120px;
	background:no-repeat;
}

.header_darkBlue {
	height:89px;
	background:url(./images/header/darkBlue.jpg) no-repeat 0 0;
}
.header_darkBlue h1,
.header_darkBlue h1 a,
.header_darkBlue h1 a:visited,
.header_darkBlue h1 a:hover {
	color:#0f2033;
}
.header_darkBlue span {
	color:#4d4d4d;
}

.header_khaki {
	height:89px;
	background:url(./images/header/khaki.jpg) no-repeat 0 0;
}
.header_khaki h1,
.header_khaki h1 a,
.header_khaki h1 a:visited,
.header_khaki h1 a:hover {
	color:#4d2d16;
}
.header_khaki span {
	color:#5f4e3a;
}

.header_seaGreen {
	height:89px;
	background:url(./images/header/seaGreen.jpg) no-repeat 0 0;
}
.header_seaGreen h1,
.header_seaGreen h1 a,
.header_seaGreen h1 a:visited,
.header_seaGreen h1 a:hover {
	color:#003330;
}
.header_seaGreen span {
	color:#33504e;
}

.headerSocial{ width:125px; height:33px; position: absolute; top: 16px; right: 22px; }

.headerSearch { text-align: right; width:320px; height:45px; position:absolute; bottom:0; right:1px; }
.headerMain .searchQuery {
	display:block;
	float:left;
	padding:6px 5px 5px 10px;
	width:157px;
	height:14px;
	font-size:11px;
	border:0;
	color:#333;
	background:none;
}
.headerMain .searchQueryIA {
	color:#888b8d;
	font-style:italic;
}
.headerMain .searchButton {
	display:block;
	float:left;
	margin-left:3px;
	width:25px;
	height:25px;
	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;
}
*/

/* Content Wrapper */
.contentWrapper {
	min-height:350px;
	padding:20px 0 20px 20px;
}

.headerMenu1 {
	z-index:3;
	position:relative;
	min-height:25px;
	background:url(./images/headerMenu1.png) no-repeat 0 bottom;
}
.headerMenu1 ul {
	float:right;
	margin:0 20px;
}
.headerMenu1L ul {
	float:left;
}
.headerMenu1 ul li {
	float:left;
	height:24px;
	position:relative;
	z-index:1;
}
.headerMenu1 li a,
.headerMenu1 li a:visited {
	display:block;
	height:24px;
	line-height:24px;
	color:#a6a6a6;
	font-size:11px;
	text-decoration:none;
	padding:0 8px;
}
.headerMenu1 li a:hover {
	color:#bfbfbf;
	text-decoration:none;
}
.headerMenu1 ul ul {
	position:absolute;
	top:24px;
	right:0;
	display:none;
	background-color:#dbdddd;
	border:1px solid #000;
	margin:0;
	z-index:1;
}
.headerMenu1L ul ul {
	right:auto;
	left:0;
}
.headerMenu1 li li {
	float:none;
	width:180px;
	height:auto;
}
.headerMenu1 li li a,
.headerMenu1 li li a:visited {
	height:auto;
	line-height:20px;
	padding:0 8px;
	width:164px;
	position:relative;
	color:#333;
}
.headerMenu1 li li a:hover {
	background:#cacccc;
	padding:0 8px;
	color:#333;
}
.headerMenu1 li:hover ul,
.headerMenu1 li.jHover ul {
	display:block;
}
.headerMenu1 ul ul ul,
.headerMenu1 li:hover ul ul,
.headerMenu1 li.jHover ul ul {
	display:none;
	top:3px;
	right:175px;
}
.headerMenu1L ul ul ul,
.headerMenu1L li:hover ul ul,
.headerMenu1L li.jHover ul ul {
	right:auto;
	left:175px;
}
.headerMenu1 li li:hover ul,
.headerMenu1 li li.jHover ul {
	display:block;
}

.headerMenu2 { color: #000; font-size: 1em; background-color: #6bc4ff; position:relative; z-index:2; border: solid 1px #ccc; }
.headerMenu2 ul {
	margin:0 20px 0 10px;
	height:26px;
}
.headerMenu2DS ul { padding-left:3px; }
.headerMenu2 li {
	float:left;
	height:26px;
	position:relative;
	z-index:1;
}
.headerMenu2DS li {
	padding-right:2px;
}
.headerMenu2 li a,
.headerMenu2 li a:visited { display:block; height:26px; color:#000; font-size:1em; font-weight: bold; text-decoration:none; padding:3px 8px 0; }
.headerMenu2 li a:hover {
	color:#ddd;
	text-decoration:none;
}
.headerMenu2 ul ul {
	position:absolute;
	top:25px;
	left:0;
	display:none;
	background:#dbdddd;
	border:1px solid #000;
	margin:0;
	z-index:1;
	height:auto;
	padding:0;
}
.headerMenu2 li li {
	float:none;
	width:180px;
	height:auto;
	background:none;
	padding-right:0;
}
.headerMenu2 li li a,
.headerMenu2 li li a:visited {
	height:auto;
	line-height:20px;
	padding:0 8px;
	width:164px;
	position:relative;
	color:#333;
}
.headerMenu2 li li a:hover {
	background:#cacccc;
	color:#333;
}
.headerMenu2 li:hover ul,
.headerMenu2 li.jHover ul {
	display:block;
}
.headerMenu2 ul ul ul,
.headerMenu2 li:hover ul ul,
.headerMenu2 li.jHover ul ul {
	top:3px;
	display:none;
	left:175px;
}
.headerMenu2 li li:hover ul,
.headerMenu2 li li.jHover ul {
	display:block;
}

.headerMenu2 li a.homeIcon,
.headerMenu2 li a.homeIcon:visited {
	padding-left:26px;
}
.headerMenu2 li a.homeIcon:hover {
	
}

h3.contentHeader { color: #fff; font-size:1.5em; padding-bottom:4px; margin:10px 0 20px; }
h3.contentHeader em {
	font-style:normal;
	font-weight:bold;
}

.postHeader { color: #fff; height: auto; z-index: 1;  }
.postTitle { color: #111193; font-weight:bold; font-size:1.6em; z-index: 2; padding: 4px 4px 4px 8px; }
.postTitleHome { color: #fff; font-weight:bold; font-size:1.2em; background-color: #6bc4ff; margin-left: 0; padding: 4px 4px 4px 8px; }
.postTitleHome a{ color: #fff; font-weight:bold; font-size:1.2em; background-color: #6bc4ff; text-decoration: none; }
.postHeader .postTitle { color: #111193; margin-right:5px; }
.postHeader .postTitle span { display:block;  margin-right:-15px; }
.postTitle a,
.postTitle a:visited,
.postTitle a:hover { color: #111193; text-decoration:none; }
.postHeader .bottom { background-color: #fff; }
.postHeader .bottom div { background-color: #fff; padding:0 15px; position:relative; }
.postDate { display:block; float:left; font-size:12px; color:#555; line-height:22px; background-color: #fff; padding-left:0px; }
.postAuthor {
	display:block;
	float:left;
	font-size:11px;
	color:#555;
	line-height:22px;
	padding-left:15px;
	margin-left:15px;
}
.postAuthor a {
	color:#555;
}

.postHeaderCompact { width: 585px; }

.postHeaderCompact .inner { padding-top: 4px; padding-left: 12px; }
.postHeaderCompact .postTitle { position: relative; top: 3px; margin-bottom: 10px; z-index:1; }
.postHeaderCompact .bottom { padding-left:15px; margin:0 15px 0 -30px; position:relative; bottom:-26px; height:26px; }
.postHeaderCompact .bottom span { display:block; padding:0 15px; margin-right:-30px; height:26px; position:relative; }

.postHeader2 { height: auto; z-index: 1; margin-left: 0; padding-left: 0; }
.postTitle2 { color: red; font-weight:bold; font-size:1.6em; z-index: 2; margin-left: -4px; padding: 4px 4px 4px 0; }
.postHeader2 .postTitle2 {  margin-right:5px; }
.postTitle2 a { color: red;  }
.postTitleNews{color: #6bc4ff; font-weight:bold; font-size:1.3em; margin-left: -4px; }
.postTitleNews a{color: #6bc4ff; font-weight:bold; font-size:1.6em; text-decoration: none}
.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;
}
.postContenthomepage { color:#555;  font-size:12px; line-height:20px; background-color: #fff; padding: 12px 8px 2px; }
.postContenthomepage p {text-indent:20px;}
.postContenthomepage ul { margin-top: 4px; margin-bottom: 9px; margin-left: 15px; padding-bottom: 4px; }
.postContenthomepage ul li{ line-height: 180%; margin-bottom: 3px; list-style-type: disc; list-style-position: inside; }
/******** content for season totals page *********/
.seasonpostContent { color:#555;  font-size:12px; line-height:20px; background-color: #fff;  overflow:hidden; margin-top: 0; margin-bottom: 0; padding: 26px 8px 18px 18px; }
.seasonpostContent p {text-indent:20px;}
.seasonpostContent h2{ color: #6bc4ff; font-size: 1.6em; margin-top: 4px; margin-bottom: 3px; padding-top: 4px; padding-bottom: 4px; }
.seasonpostContent h3{ color: #6bc4ff; font-size: 1.4em; margin-top: 4px; margin-bottom: 4px; padding-top: 4px; padding-bottom: 4px; }

.seasonpostContent table {
	border-collapse:collapse;
	margin:5px 0 10px;
}
.seasonpostContent th, 
.seasonpostContent td {
	border:1px solid #aaa;
	padding:3px 3px;
	text-align:right;
	vertical-align:top;
}
.seasonpostContent th {
	background:#e5e5e5;
}
.seasonpostContent em {
	font-style:italic;
}
.seasonpostContent strong {
	font-weight:bold;
}
.seasonpostContent ul,
.playerpostContent ol {
	margin-bottom:15px;
}
.seasonpostContent ul ul,
.seasonpostContent ol ol {
	margin-bottom:0;
}
.seasonpostContent ul li {
	list-style:disc;
	margin-left:25px;
}
.seasonpostContent ul ul li {
	list-style:circle;
}
.seasonpostContent ul ul ul li {
	list-style:square;
}
.seasonpostContent ul ul ul ul li {
	list-style:disc;
}
.seasonpostContent ol li {
	list-style:decimal;
	margin-left:25px;
}
.seasonpostContent ol ol li {
	list-style:lower-alpha;
}
.seasonpostContent ol ol ol li {
	list-style:lower-roman;
}
.seasonpostContent ol ol ol ol li {
	list-style:decimal;
}
.seasonpostContent h1 {
	font-size:1.8em;
	font-weight:bold;
	margin-bottom:10px;
}
.seasonpostContent h2 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
}
.seasonpostContent h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
.seasonpostContent h4 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
}

/******** content for player page *********/
.playerpostContent { color:#555;  font-size:12px; line-height:20px; background-color: #fff;  overflow:hidden; margin-top: 0; margin-bottom: 0; padding: 26px 8px 18px 18px; }
.playerpostContent a{ color:#1c82c5;   }
/*.playerpostContent p {text-indent:20px;}*/
.playerpostContenthomepage h2{ color: #6bc4ff; font-size: 1.6em; margin-top: 4px; margin-bottom: 3px; padding-top: 4px; padding-bottom: 4px; }
.playerpostContenthomepage h3{ color: #6bc4ff; font-size: 1.4em; margin-top: 4px; margin-bottom: 4px; padding-top: 4px; padding-bottom: 4px; }
.playerpostContent h2{ color: #6bc4ff; font-size: 1.6em; margin-top: 4px; margin-bottom: 3px; padding-top: 4px; padding-bottom: 4px; }
.playerpostContent h3{ color: #6bc4ff; font-size: 1.4em; margin-top: 4px; margin-bottom: 4px; padding-top: 4px; padding-bottom: 4px; }

.playerpostContent table {
	margin:5px 0 10px;
}
.playerpostContent th, 
.playerpostContent td {
	vertical-align:top;
}
.playerpostContent th {
}
.playerpostContent em {
	font-style:italic;
}
.playerpostContent strong {
	font-weight:bold;
}
.playerpostContent ul,
.playerpostContent ol {
	margin-bottom:15px;
}
.playerpostContent ul ul,
.playerpostContent ol ol {
	margin-bottom:0;
}
.playerpostContent ul li {
	list-style:disc;
	margin-left:25px;
}
.playerpostContent ul ul li {
	list-style:circle;
}
.playerpostContent ul ul ul li {
	list-style:square;
}
.playerpostContent ul ul ul ul li {
	list-style:disc;
}
.playerpostContent ol li {
	list-style:decimal;
	margin-left:25px;
}
.playerpostContent ol ol li {
	list-style:lower-alpha;
}
.playerpostContent ol ol ol li {
	list-style:lower-roman;
}
.playerpostContent ol ol ol ol li {
	list-style:decimal;
}
.playerpostContent h1 {
	font-size:1.8em;
	font-weight:bold;
	margin-bottom:10px;
}
.playerpostContent h2 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
}
.playerpostContent h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
.playerpostContent h4 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
}

.playerpostFooter { color: #000; position:relative;  }
.playerpostFooter .left { color: #000; line-height: 130%; margin-left:35px; }


/******** main post content *********/

.postContent { color:#000; font-size:14px; line-height:20px; background-color: #fff; overflow:hidden; margin-top: 0; margin-bottom: 0; padding: 9px 8px 8px 12px; }
.postContent p {text-indent:20px;  font-size:14px; }
	.postContent a { color: #1c82c5; }
.postContenthomepage h2{ color: #6bc4ff; font-size: 1.6em; margin-top: 4px; margin-bottom: 3px; padding-top: 4px; padding-bottom: 4px; }
.postContenthomepage ul li{ list-style-type: disc; }
.postContenthomepage h3{ color: #6bc4ff; font-size: 1.4em; margin-top: 4px; margin-bottom: 4px; padding-top: 4px; padding-bottom: 4px; }
.postContent h2{ color: #6bc4ff; font-size: 1.6em; margin-top: 4px; margin-bottom: 3px; padding-top: 4px; padding-bottom: 4px; }
.postContent h3{ color: #6bc4ff; font-size: 1.4em; margin-top: 4px; margin-bottom: 4px; padding-top: 4px; padding-bottom: 4px; }

.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;
}
.postContent em {
	font-style:italic;
}
.postContent strong {
	font-weight:bold;
}
.postContent ul,
.postContent ol {
	margin-bottom:15px;
}
.postContent ul ul,
.postContent ol ol {
	margin-bottom:0;
}
.postContent ul li {
	list-style:disc;
	margin-left:25px;
}
.postContent ul ul li {
	list-style:circle;
}
.postContent ul ul ul li {
	list-style:square;
}
.postContent ul ul ul ul li {
	list-style:disc;
}
.postContent ol li {
	list-style:decimal;
	margin-left:25px;
}
.postContent ol ol li {
	list-style:lower-alpha;
}
.postContent ol ol ol li {
	list-style:lower-roman;
}
.postContent ol ol ol ol li {
	list-style:decimal;
}
.postContent h1 {
	font-size:1.8em;
	font-weight:bold;
	margin-bottom:10px;
}
.postContent h2 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
}
.postContent h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
.postContent h4 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
}
.postFooter-home { color: #000; background-color: #fff; position:relative; margin-top: 0; padding-bottom: 9px; margin-bottom: 10px; padding-top: 0; }
.postFooter { color: #000; background-color: #fff;  position:relative; padding-bottom: 9px; margin-bottom: 90px}
.postFooter .left { color: #000; line-height: 130%; margin-left:25px; }
.postCategories { color: #000; font-size:11px; background-image: url(./images/icons.png); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 -99px; float: left !important; margin-top: 15px; margin-right:20px; padding-left: 22px; }
.postCategories a{ color:#000;
}
.postTags { color: #000; background:url(./images/icons.png) no-repeat 0 -150px; padding-left:22px; font-size:11px; float:left; margin-top: 15px; }
.postTags i {
	color:#000;
}

.postEdit,
a.postEdit:hover { position:absolute; top:8px; height:18px; color:#000; background-color: transparent; text-decoration:none; text-align: right; }
a.postEdit:hover {
	text-decoration:none;
}
.postEdit span { margin-left:21px; line-height:18px; font-size:11px; padding:0 15px 0 8px; }


.postReadMore,
a.postReadMore:hover {
	float: right;
	margin-right: 22px;
	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;
	min-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 {
	
}

.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;
	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 -30px;
	margin:30px 10px 0 0;
}
.commentNavigation div {
	height:24px;
	background:url(./images/pagination.png) no-repeat right -30px;
	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 -99px;
}
.commentNavigation a:hover {
	background-position:-15px -124px;
	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 -61px;
}
.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 -149px;
	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 -99px;
	padding-left:20px;
}
.commentNavigation .newer a:hover {
	background-position:0 -124px;
}
.commentNavigation .older {
	float:right;
}
.commentNavigation .older a {
	background:#fff url(./images/pagination.png) no-repeat right -99px;
	padding-right:20px;
}
.commentNavigation .older a:hover {
	background-position:right -124px;
}

/*
 * Post Pagination
 */
.postLinkPages { font-size:11px; margin:0 20px 10px; padding-top: 0; }


.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;
	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;
	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;
}
.commentReply textarea {
	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: 49px !important; margin-bottom: 8px; }
.paginationTop {
	margin:0 10px 30px 0;
	background-position:0 0;
}
.pagination div { padding: 1px 2px 2px; }
.paginationTop div {
	background-position:right 0;
}
.pagination .info { display:block; float:left; color:#080f58; height:27px; padding:0 10px 0 25px; font-size:11px; }

.pagination li {
	float:left;
	margin:1px 1px 1px 0;
}
.pagination li.current {
	float:left;
	margin:-2px 1px -2px 0;
	height:26px;
}
.pagination li.prev {
	margin-right:10px;
}
.pagination li.prev a span {
	padding:0 7px 0 20px;
}
.pagination li.prev a:hover span {
}
.pagination li.next {
	margin-left:10px;
}
.pagination li.next a span { padding:0 20px 0 7px; }
.pagination li.next a:hover span {
}
.pagination li.gap span {
	line-height:22px;
	display:block;
	float:left;
	padding:0 5px;
	color:#0c1a55;
}
.pagination a {  display:block; float:left; height:24px; }
.pagination a span { display:block; margin:1px; height:18px; color:#072d54; font-size:11px; padding:0 1px; }
.pagination a:hover {
	text-decoration:none;
	border-color:#808080;
}
.pagination a:hover span {
	background-position:-15px -125px;
}
.pagination li.current a {
	height:26px;
}
.pagination li.current a span {
	height:24px;
	padding:0 9px;
	font-weight:bold;
}
.pagination li.current a:hover span {
}

.pagination .newer {
	background-image: url(../../../images/nextbutton.gif); background-repeat: no-repeat; background-position: 0 0; height: 65px !important; width: 120px !important;
	display:block;
	float:left;
	margin-top:1px;
}
.pagination .newer span { padding-top: 4px; padding-left:6px; }
.pagination a.newer:hover span {
}
.pagination .older {background-image: url(../../../images/nextbutton.gif); background-repeat: no-repeat; background-position: 0 0; height: 65px !important; width: 120px !important;
	display:block;
	float:right;
	margin-top:1px;
}
.pagination .older span { padding-top: 4px; padding-left: 6px; }
.pagination a.older:hover span {
}

/* Footer */
.footer { font-size: 0.9em; height:90px; width:100%; margin:0 auto; background:url(./images/footer.png) no-repeat; text-align: center; position:relative; padding-top: 12px; }
.footerSocial{ width:90px; height:33px; position: relative; float: right; }
.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 { font-size: 0.9em; text-align: center; width:100%; position:relative; margin-right: auto; margin-left: auto; padding-top: 12px; padding-bottom: 20px; }
.footer2 .icon1 {
	position:absolute;
	top:33px;
	left:80px;
}
.footer2 .icon2 {
	position:absolute;
	top:28px;
	left:110px;
}
.footer2 .copyright {
	position:absolute;
	top:28px;
	left:60px;
	color:#000;
	font-size:11px;
}
.footer2 .design {
	position:absolute;
	top:43px;
	left:60px;
	color:#000;
	font-size:11px;
}
.footer2 .design a {
	color:#000;
	text-decoration:none;
}
.footer2 .design a em {
	color:#000;
}

/**
 * Layout Setups
 */
 /* Year To Date Stats bottom-left home page */
.YTD { color: #000; width:585px; float:left; margin-top: 4px; margin-bottom: 22px; padding-top: 0; }
.YTD h1 { color: #fff; font-size: 1.6em; font-weight: bold; background-color: #6bc4ff; width: 572px; height: 28px; margin-top: 2px; padding: 6px 4px 4px 8px; border-left: 1px solid #ccc; border-right: 1px solid #ccc; }
.YTD .i { background-color: #e9e9e9; padding-top: 8px; padding-left: 8px; border-right: 1px solid silver; border-left: 1px solid silver;}
.YTD .b {border-bottom: 1px solid silver;
}
/*blog box - bottom home page */
.blog { color: #000; width:300px; float: right; margin-top: 23px; }
.blog h1 { color: #fff; font-size: 1.6em; font-weight: bold; width: 100%; margin-bottom: 12px; padding-bottom: 3px; }
.blog .t {
	height:170px;
	background:url(images/sidebars.png) no-repeat 0 0;
	margin-right:15px;
}
.blog .t div {
	height:170px;
	width:15px;
	background:url(images/sidebars.png) no-repeat -485px 0;
	float:right;
	margin-right:-15px;
}
.blog .i {
	background:url(images/sidebars.png) repeat-y -500px 0;
	margin-right:15px;
}
.blog .i .i2 {
	background:url(images/sidebars.png) repeat-y right 0;
	margin:0 -15px 0 15px;
	padding:1px 0;
}
.blog .i .c {
	margin:-155px 15px 0 0;
	position:relative;
}	
.blog .b {
	height:15px;
	background:url(images/sidebars.png) no-repeat 0 -170px;
	margin-right:15px;
}
.blog .b div {
	height:15px;
	width:15px;
	background:url(images/sidebars.png) no-repeat -485px -170px;
	float:right;
	margin-right:-15px;
}
/* jewsonfirst-left */
.jewsonfirst-left { width:500px; float:left; margin-top: 44px; }
.jewsonfirst-left .t {
	height:170px;
	background:url(images/sidebars.png) no-repeat 0 0;
	margin-right:15px;
}
.jewsonfirst-left .t div {
	height:170px;
	width:15px;
	background:url(images/sidebars.png) no-repeat -485px 0;
	float:right;
	margin-right:-15px;
}
.jewsonfirst-left .i {
	background:url(images/sidebars.png) repeat-y -500px 0;
	margin-right:15px;
}
.jewsonfirst-left .i .i2 {
	background:url(images/sidebars.png) repeat-y right 0;
	margin:0 -15px 0 15px;
	padding:1px 0;
}
.jewsonfirst-left .i .c {
	margin:-155px 15px 0 0;
	position:relative;
}	
	.jewsonfirst-left h1 { color: #fff; font-size: 1.4em; font-family: sans-serif; border-width:1px 0; background-color:#6bc4ff; margin:10px -14px; padding-top: 6px; padding-bottom: 6px; padding-left: 16px; border-color: #ccc; border-style: solid; }
	.jewsonfirst-left a{ text-decoration: underline }
.jewsonfirst-left ul {
	}
	.jewsonfirst-left li { padding:0 0 0 20px; margin-bottom:1px; line-height:18px; font-size:12px;  background-image: url(images/sidebars.png); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 -225px; }
.jewsonfirst-left .b {
	height:15px;
	background:url(images/sidebars.png) no-repeat 0 -170px;
	margin-right:15px;
}
.jewsonfirst-left .b div {
	height:15px;
	width:15px;
	background:url(images/sidebars.png) no-repeat -485px -170px;
	float:right;
	margin-right:-15px;
}
/* Sidebar-blog */
.clearer{ width: 100%; height: 2px; }


.sidebars-blog { width:330px; float:right; margin-top: 30px; }
.sidebars-blog h1 { color: #fff; background-color:#6bc4ff; font-size: 1.4em; font-family: sans-serif; width: 317px; padding-top: 8px; padding-bottom: 5px; padding-left: 11px; border: solid 1px #ccc; }
.sidebars-blog .i {
background-color: #e9e9e9; border-right: 1px solid silver; border-left: 1px solid silver;}
.sidebars-blog .i .c { padding-right: 6px; padding-bottom: 6px; padding-left: 10px; }
.sidebars-blog h1 a{ color: #fff; font-weight: bold; text-decoration: underline  ; margin-left: 0; padding-left: 0; }
.sidebars-blog ul { padding-top: 12px; list-style-position: inside; }
	.sidebars-blog li { padding:0 0 0 20px; margin-bottom:1px; line-height:168%; font-size:14px; background-image: url(images/sidebars.png); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 -225px; }
.sidebars-blog .b { border-bottom: 1px solid silver; }
/* Sidebar */
/* Standard setup: Right sidebar, normal width */

.sidebars { width:330px; float:right; margin-top: 7px }
.sidebarLeft {
	width:125px;
	float:left;
}
.sidebarRight {  width:125px; float:right; }
.sidebarFull {
	clear:both;
}
.sidebarIcons {
	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 !important;
	width:auto !important;
}


/* Sidebar */
.sidebars .topborder { background-position: 0 0; height: 8px; }
.sidebars .i { background-color: #e9e9e9; border-right: 1px solid silver; border-left: 1px solid silver; }
.sidebars .i .c { padding-right: 6px; padding-bottom: 6px; padding-left: 20px; }	
	.sidebars h4 { color: #fff; background-color:#6bc4ff; margin: 0 -7px 0 -20px; padding-top: 6px; padding-right: 4px; padding-bottom: 4px; border-top: 1px solid #ccc; }
	.sidebars h4 a{ color: #fff;  }
	.sidebars h4 span { color: #fff; font-size:1.5em; font-weight: bold; padding-right: 15px; padding-left: 12px; }
	.sidebars ul { margin-top: 12px; }
	.sidebars li { padding:0 0 0 20px; margin-bottom:8px; line-height:17px; font-size:14px; font-family:"trebuchet ms", Verdana, sans-serif; background-image: url(images/sidebars.png); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 -225px; }
	.sidebars li a{ color: #1c82c5; }
	.sidebars a.rssBtn {
		display:block;
		height:26px;
		padding:0 10px 0 32px;
		line-height:26px;
		font-size:12px;
		font-weight:bold;
		color:#662700;
		background:url(images/sidebars.png) no-repeat 0 -190px;
	}
	.sidebars a.twitterBtn {
		display:block;
		height:26px;
		padding:0 10px 0 32px;
		line-height:26px;
		font-size:12px;
		font-weight:bold;
		color:#056;
		background:url(images/sidebars.png) no-repeat -150px -190px;
	}
	.sidebars a.facebookBtn {
		display:block;
		height:26px;
		padding:0 10px 0 32px;
		line-height:26px;
		font-size:12px;
		font-weight:bold;
		color:#223b73;
		background:url(images/sidebars.png) no-repeat -300px -190px;
	}
.sidebars .b { border-bottom: 1px solid silver;  }


#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;
}
#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;
}

