/*
Theme Name: WordPress Theme for Affiliates (Triactol)
Theme URI: http://www.triactol.com/
Description: The two column WordPress theme.
Version: 3
Author: Triactol
Author URI: http://www.triactol.com/
Tags: fixed width, two columns, widgets
*/

/* -- default style -- */
* {
	padding:0;
	margin:0;
}
body {
	color:#333333;
	background-color:#ebebeb;
	font:15px/23px Arial, Helvetica, sans-serif;
}
img,
fieldset {
	border:0;
}
ul,
ol {
	list-style:none;
}
a {
	outline:none;
	color:#c4015b;
	background-color:inherit;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
.spacer {
	clear:both;
	font-size:0;
	line-height:0;
}

/* -- top navigation bar style -- */
.topNavigationBar {
	color:inherit;
	background:#357181 url(images/top-navigation-bar-bg.jpg) repeat-x 50% 0;
}
.topNavigationBarInner {
	width:676px;
	height:46px;
	margin:0 auto;
	padding:11px 300px 0 0;
}
.topNavigationBarInner ul li {
	 float:left;
	 padding-right:9px;
}
.topNavigationBarInner ul li a,
.topNavigationBarInner ul li a span {
	display:block;
	color:#fff;
	background-color:inherit;
	font-weight:bold;
	font-size:13px;
	line-height:34px;
	text-decoration:none;
}
.topNavigationBarInner ul li a,
.topNavigationBarInner ul li a .rightBg {
	background-image:url(images/top-nav-curve-bg.png);
	background-repeat:no-repeat;
}
.topNavigationBarInner ul li a {
	background-position:0 0;
	padding:0 0 0 7px;
	text-shadow:1px 1px 1px #086a13;
}
.topNavigationBarInner ul li a .rightBg {
	background-position:100% 100%;
	padding:0 7px 0 0;
}
.topNavigationBarInner ul li a .repeatBg {
	background:url(images/top-nav-bg.png) repeat-x 0 0;
	padding:0 11px;
}
.topNavigationBarInner ul li a:hover,
.topNavigationBarInner ul li a:hover .rightBg,
.topNavigationBarInner ul li.current_page_item a,
.topNavigationBarInner ul li.current_page_item a .rightBg {
	background-image:url(images/top-nav-curve-bg-h.png);
}
.topNavigationBarInner ul li a:hover .repeatBg,
.topNavigationBarInner ul li.current_page_item a .repeatBg {
	background-image:url(images/top-nav-bg-h.png);
}

/* -- header style -- */
.header {
	color:inherit;
	background:#e0d319 url(images/header-bg.jpg) repeat-x 50% 0;
}
.headerGraphic {
	background:url(images/header-graphic-bg.png) no-repeat 50% 0;
}
.headerInner {
	width:636px;
	height:122px;
	padding:64px 340px 0 0;
	margin:0 auto;
	position:relative;
}
.headerInner .headerPic {
	background:url(images/header-pic.png) no-repeat 0 0;
	width:270px;
	height:232px;
	display:block;
	position:absolute;
	bottom:0;
	right:40px;
}
.headerInner h1,
.headerInner h2 {
	font-weight:bold;
	text-shadow:#fff 1px 1px;
}
.headerInner h1,
.headerInner h1 a {
	font-size:35px;
	line-height:37px;
	text-decoration:none;
	color:#3b3c3c;
	background-color:inherit;
}
.headerInner h2 {
	font-size:18px;
	line-height:20px;
	color:#333;
	background-color:inherit;
}

/* -- wrapper style -- */
.wrapper {
	background:url(images/wrapper-gray-bg.jpg) repeat-x 50% 0;
}
.wrapperInner {
	width:987px;
	height:100%;
	overflow:hidden;
	padding:20px 0 0 11px;
	margin:0 auto;
}

/* -- left pael sttyle -- */
.leftPanel {
	width:258px;
	float:left;
	margin-top:-5px;
	color:#333;
}
.leftPanel .leftPanelBox {
	background:url(images/left-box-top-bg.png) no-repeat 0 0;
	padding:76px 0 0;
	position:relative;
}
.leftPanel .leftPanelBoxBottom {
	background:url(images/left-box-bottom-bg.png) no-repeat 0 100%;
	padding:0 0 55px;
}
.leftPanel .leftPanelBoxRepeat {
	background:url(images/left-box-repeat-bg.png) repeat-y 0 0;
}
.leftPanel .leftPanelBox h2 {
	color:#fff;
	background-color:inherit;
	background:url(images/left-panel-heading-bg.png) no-repeat 0 0;
	width:257px;
	height:46px;
	padding:0 22px 7px;
	font-weight:normal;
	font-size:18px;
	line-height:46px;
	position:absolute;
	top:28px;
	left:-1px;
}
.leftPanel .leftPanelBox h2 a {
	color:#fff;
	background-color:inherit;
	text-decoration:none;
}
.leftPanelBoxContent {
	padding:2px 21px 0 18px;
	font-size:13px;
	line-height:18px;
}
.leftPanelBoxContent ul li {
	border-bottom:1px solid #e8e8e8
}
.leftPanelBoxContent ul li a {
	color:#333;
	background-color:inherit;
	background:url(images/round-bullet.png) no-repeat 6px 8px;
	display:block;
	padding:2px 3px 3px 19px;
	text-decoration:none;
}
.leftPanelBoxContent ul li a:hover {
	color:#087da8;
	background-color:inherit;
}

/* -- search box style -- */
.searchBox {
	width:196px;
	height:25px;
	padding:21px 0 0;
	margin:0 0 0 28px;
	background:url(images/search-box-bg.gif) no-repeat 0 14px;
}
.searchBox input.textField {
	color:#333;
	background-color:#fff;
	border:0;
	width:150px;
	height:16px;
	float:left;
	padding:2px;
	margin:0 4px 0 10px;
	font:12px/16px Arial, Helvetica, sans-serif;
	
}
.searchBox input.searchBtn {
	border:0;
	width:19px;
	height:19px;
	float:left;
	padding:0;
	margin:0;
}

/* -- right panel style -- */
.rightPanel {
	width:720px;
	float:right;
	padding:35px 0 0;
	background:url(images/right-panel-top-bg.png) no-repeat 50% 0;
}
.rightPanel .rightPanelBottom {
	background:url(images/right-panel-bottom-bg.png) no-repeat 50% 100%;
	padding:0 0 6px;
}
.rightPanel .rightPanelRepeat {
	background:url(images/right-panel-repeat-bg.png) repeat-y 50% 0;
	padding:0 12px;
}
.rightPanel h2,
.rightPanel p,
.rightPanel ul,
.rightPanel ol {
	padding:0 0 18px;
}
.rightPanel h2,
.rightPanel h2 a {
	color:#0084aa;
	background-color:inherit;
	font-weight:bold;
	font-size:24px;
	line-height:28px;
	text-decoration:none;
}
.rightPanel h2 a:hover {
	color:#025e79;
	background-color:inherit;
}
.rightPanel .pagetitle {
	padding:0 0 10px;
	margin:0 30px 14px 18px;
	border-bottom:1px solid #e8e8e8;
}
.rightPanel h3 {
	color:#0084aa;
	background-color:inherit;
	font-weight:normal;
	font-size:18px;
	line-height:22px;
	padding:0 0 14px;
	margin:0;
}

/* -- post content style -- */
.postContent {
	padding:0 38px 35px 18px;
	background:url(images/post-divider.png) repeat-x 0 100%;
}
.noPostContentDivider {
	background:none;
	padding-bottom:0;
}
.postContent .postDetails {
	position:relative;
	font-weight:bold;
	padding-right:80px;
}
.postContent .postDetails .commentCount {
	width:50px;
	height:49px;
	padding:0 4px 3px 0;
	background:url(images/comment-count-bg.png) no-repeat 0 0;
	font-weight:normal;
	font-size:13px;
	line-height:50px;
	text-align:center;
	position:absolute;
	top:-20px;
	right:12px;
}
.postContent .postDetails .commentCount a {
	color:#000;
	background-color:inherit;
	text-decoration:none;
}
.postContent .postDetails .commentCount a:hover {
	color:#c4015b;
	background-color:inherit;
}
.postContent .more-link {
	background:url(images/read-more-bg.png) no-repeat 0 0;
	width:85px;
	height:36px;
	display:block;
	font-size:0;
	line-height:0;
	text-indent:-120000px;
}
.postContent .more-link:hover {
	background-position:0 -36px;
}
.postContent .midleArchiveList {
	padding:0 0 20px;
}
.postContent .midleArchiveList a {
	text-decoration:none;
}
.postContent .midleArchiveList a:hover {
	text-decoration:underline;
}
.postContent ul,
.postContent ol {
	padding:0 0 20px 20px;
}
.postContent ul li,
.postContent .midleArchiveList li {
	padding:0 0 3px 16px;
	background:url(images/round-bullet.png) no-repeat 0 9px;
}
.postContent .midleArchiveList li.linkcat {
	padding-left:0;
	background-image:none;
}
.postContent ol {
	padding-left:44px;
}
.postContent ol li {
	padding:0 0 3px;
	list-style:outside decimal;
}
.postContent .tags {
	padding-bottom:6px;
}
.postContent .whiteBox {
	border-top:1px solid #e8e8e8;
	padding-top:6px;
}
.postContent .whiteBox {
	font-size:13px;
	line-height:18px;
	padding-bottom:16px;
}

/* -- edite link style -- */
.editeLink {
	padding:0 38px 20px 18px !important;
}

/* -- pagination style -- */
.navigation {
	height:100%;
	overflow:hidden;
	padding:0 38px 20px 18px;
}
.navigation a,
.navigation a {
	font-weight:bold;
	text-decoration:none;
}
.navigation a:hover,
.navigation a:hover {
	color:#000;
	background-color:inherit;
	text-decoration:none;
}
.navigation .alignleft {
	width:auto;
	float:left;
}
.navigation .alignright {
	width:auto;
	float:right;
}

/* -- comment section style -- */
.commentSection,
.commentFormBox {
	padding:0;
	margin:0 38px 0 18px;
}
.commentlist,
.commentlist li {
	list-style:none;
	padding:0;
	margin:0;
}
.commentlist li {
	border-top:1px solid #e8e8e8;
	padding-top:16px;
}
.commentlist .comment-body {
	padding:0 0 0;
	height:100%;
	overflow:hidden;
	margin:0 0 3px;
	font-size:14px;
	line-height:20px;
}
.commentlist .comment-body .comment-author {
	padding:0;
	font-weight:bold;
}
.commentlist .comment-body .comment-author img {
	border:1px solid #e8e8e8;
	padding:2px;
	margin-right:5px;
}
.commentlist .comment-body .comment-author a,
.commentlist .comment-body .commentmetadata a {
	text-decoration:none;
}
.commentlist .comment-body .comment-author a:hover,
.commentlist .comment-body .commentmetadata a:hover {
	text-decoration:underline;
}
.commentlist .comment-body .commentmetadata {
	font-weight:bold;
	padding:2px 0;
}

/* -- comment form section style -- */
.commentFormBox {
	padding:0 0 20px;
}
.commentFormBox p {
	padding:0 0 10px;
}
.commentFormBox input,
.commentFormBox textarea {
	border:1px solid #e8e8e8;
	padding:2px;
	margin-right:4px;
}
.commentFormBox textarea {
	width:454px;
}
.commentFormBox .commentBtn {
	color:#fff;
	background-color:#0084aa;
	border-color:#a8d2df;
	padding:2px 6px;
	font-weight:bold;
	cursor:pointer;
}

/* --widgets style -- */
/* -- recent comment style -- */
.widget_recent_comments ul li {
	padding:3px 5px 3px 18px;
	background:url(images/round-bullet.png) no-repeat 6px 10px;
	font-weight:bold;
}
.widget_recent_comments ul li a {
	display:block;
	background-color:inherit;
	background-image:none !important;
	font-weight:normal;
	text-decoration:none;
}
.widget_recent_comments ul li a:hover {
	background-color:inherit;
}
.widget_recent_comments ul li a.url {
	font-weight:bold;
}

/* -- category posts style -- */
.widget_categoryposts p {
	margin:0 14px;
}
.widget_categoryposts .post-date,
.widget_categoryposts .comment-num {
	color:#0084aa;
	background-color:inherit;
}
.widget_categoryposts .post-date {
	font-weight:bold;
} 
.widget_categoryposts .comment-num {
	padding-top:3px;
	padding-bottom:5px;
}

/* -- text widget style -- */
.widget_text h2 {
	color:#0084aa;
	padding:6px 20px 7px;
	margin-bottom:-6px;
	font-weight:normal;
	font-size:18px;
	line-height:22px;
}
.widget_text .textwidget {
	margin:6px 0 11px 0;
}

/* -- calender styele -- */
.widget_calendar {
	font-size:13px;
	line-height:17px;
}
.widget_calendar table {
	width:93% !important;
	padding:0;
	margin:0 auto
}
.widget_calendar table caption {
	font-weight:bold;
	color:#0084aa;
	background-color:inherit;
	padding:0 0 3px;
	text-align:center;
}
.widget_calendar table th,
.widget_calendar table td {
	padding:0;
	margin:0;
	text-align:center;
}
.widget_calendar table th {
	color:#0084aa;
}
.widget_calendar table th a,
.widget_calendar table td a {
	display:block;
	font-weight:bold;
	color:#fff;
	background-color:#0084aa;
	text-decoration:none;
}
.widget_calendar table th a:hover,
.widget_calendar table td a:hover {
	color:#fff;
	background-color:#025e79;
}
.widget_calendar #prev {
	text-align:left;
	padding-left:5px;
}
.widget_calendar #next {
	text-align:right;
	padding-right:7px;
}
.widget_calendar #prev a,
.widget_calendar #next a {
	display:inline;
	color:#0084aa;
	background-color:inherit;
}
.widget_calendar #prev a:hover,
.widget_calendar #next a:hover {
	display:inline;
	color:#025e79;
	background-color:inherit;
}

/* -- tags widgets styke -- */
.widget_tag_cloud .widget-inside div {
	padding:2px 11px;
}
.widget_tag_cloud .widget-inside div a {
	color:#333;
	background-color:inherit;
	text-decoration:none;
}
.widget_tag_cloud .widget-inside div a:hover {
	color:#087da8;
	background-color:inherit;
}

/* -- footer style -- */
.footer {
	color:inherit;
	background:#494949 url(images/footer-repeated-bg.jpg) repeat 50% 0;
	position:relative;
	margin:104px 0 0;
}
.footerTop1 {
	background:url(images/footer-top-bg1.png) repeat-x 50% 0;
	height:7px;
	width:100%;
	position:absolute;
	top:-7px;
}
.footerGraphic {
	background:url(images/footer-graphic-bg.png) no-repeat 50% 0;
	height:104px;
	width:100%;
	position:absolute;
	top:-104px;
}
.footerTop {
	background:url(images/footer-top-bg.png) repeat-x 50% 0;
}
.footerBottom {
	background:url(images/footer-bottom-bg.png) repeat-x 50% 100%;
}
.footerInner {
	width:977px;
	height:100%;
	overflow:hidden;
	margin:0 auto;
	padding:23px 0 25px;
	font-size:13px;
	line-height:18px;
	color:#c6c6c6;
	background-color:inherit;
}
.footerInner a {
	color:#7bc6db;
	background-color:inherit;
}
.footerInner p,
.footerInner ul {
	  padding:0 0 16px;
}
.footerInner h3 {
	color:#fff;
	background-color:inherit;
	background:url(images/footer-heading-bg.png) no-repeat 0 0;
	text-shadow:1px 1px 2px #092a39;
	font-weight:bold;
	font-size:17px;
	line-height:33px;
	padding:0 12px;
	margin:0 0 20px;
}
.footerInner .footerNav {
	margin-top:-5px;
}
.footerInner .footerNav li {
	padding:2px 0 0;
	background:url(images/footer-nav-divider.png) repeat-x 0 0;
}
.footerInner .footerNav li a {
	display:block;
	color:#c6c6c6;
	background-color:inherit;
	background:url(images/footer-nav-bullet.gif) no-repeat 0 10px;
	padding:4px 0 5px 16px;
	text-decoration:none;
}
.footerInner .footerNav li a:hover {
	color:#7bc6db;
	background-color:inherit;
}
.footerInner .footerBox {
	width:257px;
	float:left;
	padding:0 19px 0 0;
}

/* -- copyright info style -- */
.copyrightPanel {
	font-size:11px;
}

/* -- noscript style -- */
.noScript {
	color:#000000;
	background-color:#fee9e9;
	font-size:13px;
	line-height:19px;
	padding:14px;
	border-bottom:4px solid #cc6666;
	text-align:center;
}
.noScript a {
	color:#941e1e;
	background-color:inherit;
	text-decoration:underline;
}
.noScript a:hover {
	text-decoration:none;
}
.noScript p {
	padding:0;
	margin:0;
}







