/*
Custom CSS - includes styles for slideshow, carousel, and other features
*/

/*social media widget */
.socialmedia-buttons 
{
margin-top: 5px;
margin-left: 15px;
}

body {
	background: #909090;
	font: 75% Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 150%;
	margin: 0 auto;
	text-align: center;
}

/* -----------------------------------
	Common Styles 
-----------------------------------*/
input, textarea {
	font: 100% Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

a:link {
	text-decoration: none;

}

a:link, a:visited {
color: #ac0000; 
}

a:hover {
	text-decoration: underline; color:black;
}


p {
	margin: 10px 0;
}
em{
	font-style:italic;
}
ul, ol {
	margin: 0 24px;
}

h1, h2, h3 {
	font-weight: bold;
	margin: 10px 0;
}

h1 {
	font-size: 24px;
	margin-bottom: 20px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

table {
	clear: both;
	margin: 10px 0;
}

ul, ol {
	margin: 0 24px;
}

ul li {
	list-style: disc;
	margin-bottom: 4px;
}

ol li {
	list-style: decimal;
	margin-bottom: 4px;
}

blockquote {
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	color: #666565;
	line-height: 160%;
	margin: 10px;
	padding: 10px;
}

blockquote blockquote {
	margin: 20px;
	padding: 5px;
}

pre, code {
	float: left;
	clear: both;
	width: 97%;
	background: #fff;
	font-family: "Courier New", Courier, monospace !important;
	display: block;
	margin: 10px 0;
	padding: 2px 10px;
	border: 1px dotted #dedede;
	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.clearfix, .wrapper {
	float: left;
	clear: both;
	width: 100%;
}

/* Google Font */
h1.title, .widget-sidebar h2.title, 
#leftcol h2.title, #sub-footer h3.title, 
.comment-count h3, #featured div.text h3, 
ul.news h3.title, #category-highlights h3, 
#category-highlights h4, #featured div.text h3 {
	font-family: "Droid Sans", Arial, Helvetica, sans-serif;
}

/* Main container style */
.container {
	width: 960px;
	overflow: visible;
	margin: 0 auto;
	text-align: left;
}

/* -----------------------------------
	Header Styles 
-----------------------------------*/

#header-wrapper {
width: 960px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;	
background: url(images/bg-wrapper.gif) repeat-y !important;
}




#header {
width: 1000px;
	height: 212px;
		margin: 0 auto;
	clear: both;
	border-top:3px solid #909090;

}

/* Header Bar */
#header-bar {
	height: 45px;
/*	padding-top: 13px;*/
	padding-top: 5px;
}

#logo {
	float: left;
	width: 574px;
	margin-right: 20px;
}

/* Search Form */
#search-box {
	float: right;
	width: 250px;
	position: relative;
	left: 10px;
}

#search-box div.form-item {
	float: left;
	margin-right: 4px;
}

#search-box div.submit {
	margin-right: 0;
}

#search-box div.text input {
	width: 176px;
	height: 19px;
	padding: 2px;
	border: 1px solid #eee;
}

#search-box div.submit input {
	background: #b0b0b0;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	padding: 3px;
	border:1px solid #cccccc;
	-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px !important;
}

#header .date-top-links {
	clear: both;
height: 22px;
	padding: 4px 0 2px 0;
	color:#ac0000;
}


#header .date-top-links-space {
	clear: both;
/*	height: 22px;*/
	height: 80px;
	padding: 4px 0 2px 0;
	color:#ac0000;
}

#header .date-top-links a:hover {
	text-decoration: underline;
}

#header .date {
	float: right;
	width: 300px;
	font-size: .9em;
	color:#ac0000;
	margin-right: 20px;
}

/* -----------------------------------
	Top Links Styles  - Pages and Subscribe
	These are really the secondary menu below the top menu which has categories
-----------------------------------*/
#top-links {
	float: right;
	width: 500px;
	margin-top:2px;
	padding: 0px 0;
}

#top-links ul {
	float: right;
	margin: 0;
	padding: 0;
}

#top-links ul li {
	float: left;
	text-transform: none;
	list-style: none;
	margin: 0;
	padding: 0px 5px 0px 0px;
}

#top-links ul a {
	font-size: 14px ;
	text-decoration: none !important;
	padding: 0 10px !important;
	border: none !important;

}



#top-links ul a:link,#top-links ul a:visited{
	padding: 5px !important;
		color:#ac0000;
}

#top-links ul a:hover {
		color:black;
}
/*SUBSCRIBE LINK ON MENU */

#top-links .subscribe a {
float:right;
	font-size: 14px ;
	text-decoration: none !important;
	padding: 0 10px !important;
	border: none !important;
}



#top-links .subscribe a:link,#top-links .subscribe a:visited{
	padding: 3px 5px 3px 5px !important;
		background:#e80606;
		color:#ffffff;
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px !important;
}

#top-links .subscribe a:hover {
		color:black;
	background:#ffffff;
}


#top-links ul li.last {
	margin: 0;
}

/* Top Menu */
#top-menu {
	clear: both;
	margin: 8px 0 0 -7px;
}

#top-menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
}

#top-menu ul li {
	float: left;
	font: normal 14px Arial, Helvetica, sans-serif; 
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 1200;
}

#top-menu ul li a {
	float: left;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	/*line-height: 110%;*/
		line-height: 90%;
	margin: 0;
/*	padding: 1em;*/
padding:10px 10px 10px 20px;
}

#top-menu ul li.active a:hover {
color:#e80606;
background: #cccccc;
}

#top-menu ul li a:hover {
color:#e80606;
background: #cccccc;
}

/* Overwrite superfish.css Default Styles */
#top-menu ul.sf-menu ul.children, #top-menu ul.sf-menu ul.sub-menu {
	display: none;
	top: 3.1em;
	left: -0.09em;
	z-index: 1300;
}

#top-menu ul.sf-menu ul.sub-menu ul.sub-menu,
#top-menu ul.sf-menu ul.children ul.children {
	top: 0;
	left: 14em;
}

#top-menu ul.sf-menu ul a, ul.sf-menu ul a:hover, ul.sf-menu ul li.active a {
	float: none !important;
	display: block;
	margin-right: 0 !important;
	border: none !important;
}

#top-menu ul.sf-menu ul a {
}

#top-menu .sf-menu li li, #top-menu .sf-menu li li li, #top-menu .sf-menu li li a:hover, 
#top-menu .sf-menu li:hover, #top-menu .sf-menu li.sfHover {
}

#top-menu ul.sf-menu a:hover,  #top-menu ul li.current-cat, #top-menu li.sfHover ul.children a,
#top-menu li.sfHover a, #top-menu li.sfHover ul.children a:hover, #top-menu .sf-menu li.current-cat-parent a,
#top-menu .sf-menu li.current-menu-item a, #top-menu .sf-menu li.current-menu-ancestor a {
}

#top-menu .sf-menu a:focus, #top-menu .sf-menu a:active {
}

#top-menu .sf-sub-indicator {
	top: 12px !important;
	right: 10px !important;
}

#top-menu .sf-menu a.sf-with-ul {
	padding-right: 25px !important;
}

#top-menu .sf-menu li li .sf-sub-indicator {
	background-position: -10px 0 !important;
}

/* Search Form */
#search-box {
margin-top:40px;
	float: right;
	width: 250px;
}

#search-box div.form-item {
	float: left;
	margin-right: 4px;
}

#search-box div.text input {
	width: 176px;
	height: 19px;
	color: #bababa;
	padding: 2px;
}

#search-box div.submit input {
	font-size: 1em;
	font-weight: bold;
	padding: 3px;
}

/* -----------------------------------
	Main Content Styles 
-----------------------------------*/
#main-content {
	clear: both;
}

#main-content .container {
	width: 960px;
/*	background: #f1f1f1 url(images/bg-main.gif) top center repeat-y;*/
background:#ffffff;
	padding: 10px 20px !important;
	clear: both;
	overflow: hidden;
}

#wrapper {
	float: left;
	clear: both;
	width: 100%;
/*background: url(images/bg-wrapper.gif) repeat-y !important;*/
	overflow: hidden;
}

/* -----------------------------------
	Featured Posts Styles 
-----------------------------------*/
#featured-posts {
	width: 900px;
	height: 280px;
/*	position: relative;*/
}


#featured {
/*	float: left;*/
/*	width: 635px;*/

/*	height: 280px;*/
/*	position: relative;*/
}

#featured .slider {
/*	position: relative;*/
/*float:left;*/
/*	height: 280px;*/
}

#featured .featured-image img {
position: absolute;
left:0;
/*float:left;*/
/*	width: 635px;
	height: 265px;*/
width: 480px;
	height: 280px;
}

#featured div.text {
position: absolute;
right:280;
	width: 280px;
	height: 240px;
	/*background: url(images/bg-featured-slider-text.png) repeat-y;*/
	background:#333333;
	color: #fff;
	text-shadow: 1px 1px #000;
	padding: 10px;

}

#featured div.text h3 {
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 90%;
	text-transform: none;
	margin: 0 0 10px 0;
	padding: 0;
}

#featured div.text a {
	color: #fff;
	text-decoration: none;
}

ul#featured-thumbs {
	margin: 10px;
	padding: 0;
	/*position: absolute;
	left: 0;*/
	float:left;
	bottom: 5px;
	z-index: 100;
}

ul#featured-thumbs li {
/*	float: left;*/
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
	position: relative;
	z-index: 1000;
}

ul#featured-thumbs a {
	cursor: pointer;
}

ul#featured-thumbs li img {
	border: 1px solid #000;
}

ul#featured-thumbs li.activeSlide img {
	border: 1px solid #cb8522;
}

/* Featured Ad */
#featured-posts .ad {
	float: right;
	width: 315px;
	height: 265px;
}

#featured-posts .ad .inner {
	padding: 7px 7px 3px 7px;
}

#featured-posts .ad img {
	display: inline;
}

/* -----------------------------------
	Category Highlights Styles 
-----------------------------------*/
#category-highlights {
	width: 960px;
	height: 183px;
	color: #fff;
	margin-top: 10px;
	position: relative;
}

#category-highlights .inner {
	padding: 10px;
}

#category-highlights div.slider {
	width: 970px;
	background: none !important;
	display: none;
	margin: 0;
	padding: 0;
}

#category-highlights div.slider-item {
	float: left;
	width: 305px;
	color: #f4f4f4;
	line-height: 140%;
	list-style: none;
	text-shadow: 1px 1px #000;
	margin: 0 12px 0 0;
	padding: 0;
}

#category-slider {
	width: 940px !important;
}

#category-highlights div.slider h3 {
	font-size: 1.1em;
	text-transform: none;
	margin: 0 0 10px 0;
	padding: 3px 5px;
}

#category-highlights div.slider h4 {
	font-size: 1.2em;
	margin: 0 0 7px 0;
}

#category-highlights div.slider h4 a {
	color: #dbd1af;
}

#category-highlights div.slider h4 a:hover {
	text-decoration: none;	
}

#category-highlights div.slider .thumb {
	float: left;
	width: 65px;
	margin: 0 10px 0 0;
}

a#left-arrow, a#right-arrow {
	width: 44px;
	height: 42px;
	display: block;
	background: url(images/icon-cat-arrows.png) no-repeat;
	position: absolute;
	top: 70px;
	z-index: 100;
	text-indent: -9999px;
}

a#left-arrow {
	left: -22px;
}

a#right-arrow {
	background-position: -49px 0;
	position: absolute;
	left: 943px;
	z-index: 101;
}

a#left-arrow:hover {
	background-position: -88px -2px;
}

a#right-arrow:hover {
	background-position: -135px -2px;
}

/* -----------------------------------
	Left Column Styles 
-----------------------------------*/
#leftcol {
	float: left;
	width: 635px;
	margin: 0 0 10px 0;
	padding-top: 10px;
	overflow: hidden;
	border-right: 1px solid #e3e3e3;
}

#leftcol .inner {
	padding-right: 20px;
}


#leftcol h1.title, #leftcol h2.title {
	font-size: 1.8em;
	letter-spacing: -1px;
	line-height: 112%;
	text-transform: none;
	margin: 0 0 20px 0;
	padding-bottom: 10px;
}

body.single #leftcol h1.title, body.page #leftcol h1.title {
	font-size: 2.4em;
	text-transform: none;
}

/* -----------------------------------
	Right Column Styles 
-----------------------------------*/
#rightcol {
	float: right;
	width: 324px;
	padding-top: 10px;
	overflow: hidden;
}

#rightcol .inner {
	padding: 15px 14px;
}

/* -----------------------------------
	Latest News Styles 
-----------------------------------*/
ul.news {
	width: 660px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ul.news li {
	float: left;
	width: 625px;
/*	min-height: 265px;
height: auto !important;
	height: 265px;*/
	list-style: none;
/*	margin: 0 10px 20px 0;*/
		margin: 0 0px 10px 0;
/*	padding: 0 0 10px 0;*/
		padding: 0 0px 10px 0;
}

ul.news .thumb {
float:left;

	height: 150px;
	margin-bottom: 5px;
	margin-right:12px;
/*	position: relative;*/
}

ul.news span.category {
/*	overflow: visible !important;*/
	/*background: #000;*/
	color: #000000;
/*	padding: 4px;
	position: absolute;
	bottom: 0;
	left: 0;*/
}

ul.news span.category a {
	color: #333333;
}

ul.news h3.title {
	font-size: 1.3em;
/*	width:280px;*/
	margin: 0px 0px 2px 0px;
	line-height:1.3em;
}

ul.news h3.title a {
	
}

ul.news h3.title a:link, ul.news h3.title a:visited {
	color:black;
}

ul.news h3.title a:hover {
	text-decoration: underline;
	color:black;
}

ul.news .meta {
	font-size: 12px;
	color: #333333;
	margin-bottom: 7px;
}

/* -----------------------------------
	Post Styles 
-----------------------------------*/
.post{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 30px;
}


.post h1.title {
	font-size: 3em;
	line-height: 100%;
	letter-spacing: -2px;
	margin: 0 0 5px 0 !important;
	padding-bottom: 5px;
	border-bottom: 1px solid #e8e8e8;
}

.post .meta {
	font-size: 12px;
	color: #333333;
	text-transform: none;
}

body.page .post h1.title, body.error404 .post h1.title {
	float: none;
	width: auto;
}

body.single .post {
	margin-bottom: 10px;
}

body.page .post {
	margin-bottom: 0;
}

body.page .navigation {
	margin-bottom: 20px;
}

.post .post-content {
	clear: both;
	margin-top: 10px;
}

.post .post-content p {
	margin: 0 0 20px 0;
}

.post .post-thumb {
	float: left;
	width: 150px;
	margin-right: 20px;
}

p.edit-post {
	font-size: .9em;
	font-weight: bold;
}

/* -----------------------------------
	Comment Styles 
-----------------------------------*/
#comments {
	margin-top: 30px;
	overflow: hidden;
}

#comments .comment-count {
	color: #000;
}

#comments .comment-count h3 {
	font-size: 1.7em;
	letter-spacing: -1px;
	margin: 0;
}

ul.comment-list {
	margin: 30px 0 0 0;
	padding: 0;
}

ul.comment-list li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.comment-list li .wrapper {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #eee;
}

ul.comment-list li ul.children {
	margin: 0;
	padding: 0;
}

ul.comment-list li ul.children li {
	margin: 0 0 0 20px;
	padding: 0;
}

ul.children li {
	float: left;
	clear: both;
	width: 100%;
}

ul.comment-list .gravatar {
	float: left;
	width: 60px;
	margin-right: 20px;
}

ul.comment-list .gravatar img {
	border: 5px solid #eee;
}

ul.comment-list .comment-content {
	float: left;
	width: 600px;
}

ul.comment-list .text p {
	margin-top: 0;
}

ul.comment-list .moderate {
	font-size: .8em;
	color: #851616;
	margin-bottom: 6px;
}

ul.comment-list .meta {
	font-size: .85em;
	color: #909090;
	margin-top: 10px;
}

ul.comment-list p.reply-edit {
	font-size: .8em;
	margin: 0;
}

/* -----------------------------------
	Comment Form Styles 
-----------------------------------*/
#respond {
	width: 98.5%;
	margin: 30px 0;
	border: 5px solid #f5f5f5;
}

#respond .inner {
	padding: 20px;
}

#respond h2.title {
	font-size: 1.7em;
	letter-spacing: -1px;
}

#respond p.logged-user {
	font-size: .95em;
	margin-bottom: 20px;
}

#respond fieldset div.input {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}

#respond fieldset div.input label {
	float: left;
	width: 100px;
	margin-right: 10px;
}

#respond fieldset div.text input, fieldset div.text textarea {
	float: left;
	width: 50%;	
	padding: 4px;
	border-top: 1px solid #d5d5d5;
	border-left: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}

#respond fieldset input, fieldset select, fieldset textarea {}

#respond fieldset div.submit input {
	background: #fff url(images/bg-small-gray.gif) bottom repeat-x;
	font-size: .9em;
	font-weight: normal;
	text-shadow: 1px 1px #fff;
	color: #555;
	cursor: pointer;
	padding: 5px;
	border: 1px solid #dfdfdf;
}

#respond fieldset div.submit input:hover {
	color: #333;
}

#respond p.button, #respond input.btn {
	width: 100px;
}

#respond a.btn {
	padding: 1px 0 6px 1px;
}


/* -----------------------------------
	Breadcrumb Styles 
-----------------------------------*/
#breadcrumb {
/*	font-size: .9em;*/
font-size: 12px;
	padding: 0px 0px 15px 0;
}

#breadcrumb a {
}

/* -----------------------------------
	Widget Styles 
-----------------------------------*/
#rightcol .widget-sidebar {
	float: left;
	clear: both;
	width: 100%;
	margin-left:5px;
	margin-bottom: 10px;
	padding-bottom: 10px;
border-bottom: 1px solid #e3e3e3;
/*border-bottom:0px;
border-bottom:none;*/
}

#rightcol .widget-sidebar h2.title {
	font-size: 1.8em;
	line-height: 122%;
	letter-spacing: -1px;
	text-transform: none;
	margin: 0;
	padding: 0 10px 8px 15px;
		color: #000;
	border-bottom: 1px solid #e8e8e8;
}

#rightcol .widget-sidebar h3.title {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0 0 10px 5px;
}

/* Widget Latest Video */
.warrior_latest_videos .thumb {
	position: relative;
}

/* Widget Ad 125x125 */
.warrior_sidebar_ad {
	clear: both;
	width: 350px;
	padding-bottom: 0 !important;
}

.warrior_sidebar_ad .inner {
	padding: 15px 0 0 0 !important;
}

.warrior_sidebar_ad img {
	display: inline;
	margin: 0 0 20px 20px;
}

/* Widget Tabs */
#tabs {
	padding: 0 !important;
	border-bottom: none !important;
}

.ui-tabs .ui-tabs-panel {
	padding: 0 !important;
}

ul.tab-items {
	margin: 0;
	padding: 0;
}

ul.tab-items li {
	float: left;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-transform: none;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 4px 10px !important;
}

ul.tab-items li a {
	padding: 0 !important;
	color: #333333;
}


ul.tab-items li.ui-tabs-selected {
	-moz-border-radius: 7px 7px;
	-webkit-border-radius: 7px 7px;
}

ul.tab-items li.ui-tabs-selected a {
}

.widget-sidebar .ui-tabs-panel {
	clear: both;
	padding-top: 20px !important;
}

.ui-tabs-panel ul {
	margin: 0;
	padding: 0;
}

.ui-tabs-panel ul li {
	float: left;
	clear: both;
	width: 100%;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

.widget-sidebar .ui-tabs-panel ul .thumb {
	float: left;
	width: 65px;
	margin-right: 5px;
}

.widget-sidebar .ui-tabs-panel ul .info {
	float: left;
	width: 220px;
}

.widget-sidebar .ui-tabs-panel h4.title {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}

.widget-sidebar .ui-tabs-panel .meta {
	font-size: 12px;
	color: #333333;
	margin-bottom: 5px;
}

.widget-sidebar .ui-tabs-panel .meta a {
	color: #333333;

}

.widget-sidebar .ui-tabs-panel .meta a:hover {
	text-decoration: underline;
}

/* Widget Latest Tweets */
#rightcol ul#tweets {
	padding: 10px;
}

.warrior_twitter .meta {
	font-size: .8em;
	color: #909090;
	margin-top: 4px;
}

.warrior_twitter p.follow a {
	width: auto;
	background: #fff url(images/bg-small-gray.gif) bottom repeat-x;
	font-size: 1em;
	font-weight: bold;
	color: #a3a3a3;
	text-shadow: 1px 1px #fff;
	border: 1px solid #dfdfdf;
	padding: 5px 10px;
	-moz-border-radius: 10px 10px;
	-webkit-border-radius: 10px 10px;
}

.warrior_twitter p.follow a:hover {
	color: #666;
	text-decoration: none;
}

.warrior_twitter p.follow {
	text-align: center;
	margin-bottom: 20px;
}

ul#tweets {
	margin: 0;
	padding: 0;
}

ul#tweets li {
	list-style: none;
	margin: 0 0 10px 3px;
	padding: 0;
}

#tweets .meta {
	font-size: .8em;
	color: #b0b0b0;
	margin-bottom: 5px;
}

/* Widget About */
#warrior_about {
	margin-right: 0 !important;
}

/* Widget About */
.warrior_about .thumb {
	float: left;
	width: 50px;
	margin: 0 10px 10px 0;
}

/* Default Widgets With ULs */
.widget_categories ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_entries ul,
.widget_links ul,
.widget_archive ul,
.widget_meta ul,
.widget_recent_comments ul {
	margin: 5px 0 5px 10px;
	padding: 0;
}

#sub-footer .widget_categories ul,
#sub-footer .widget_nav_menu ul, 
#sub-footer .widget_pages ul,
#sub-footer .widget_recent_entries ul,
#sub-footer .widget_links ul,
#sub-footer .widget_archive ul,
#sub-footer .widget_meta ul,
#sub-footer .widget_recent_comments ul {
	margin-left: 0 !important;
}

.widget_categories ul li, 
.widget_nav_menu ul li, 
.widget_pages ul li,
.widget_recent_entries ul li,
.widget_links ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_recent_comments ul li {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0 ;
}

#rightcol .textwidget,
#rightcol .tagcloud {
	padding: 15px 14px;
}

/* Widget Search */
#rightcol .widget_search form {
	padding: 10px;
}

/* WordPress Calendar Widget */
table#wp-calendar {
	clear: both;
	width: 100%;
	padding: 0 10px;
}

table#wp-calendar caption {
	padding-bottom: 5px;
}

table#wp-calendar th, table#wp-calendar td {
	text-align: center;
}

table#wp-calendar th {
	font-weight: bold;
}

table#wp-calendar caption {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

table#wp-calendar td#today {
	background: #ddd;
}

table#wp-calendar td#prev, table#wp-calendar td#next {
	font-weight: bold;
	text-transform: none;
	padding-top: 5px;
}

table#wp-calendar td#prev {
	text-align: left;
}

table#wp-calendar td#next {
	text-align: right;
}

table#wp-calendar a {
	text-decoration: underline;
}

/* -----------------------------------
	Navigation Styles 
-----------------------------------*/
.navigation {
	font-weight: bold;
	margin: 10px 0;
}

ul.news .navigation {
	width: 95%;
	margin-bottom: 20px;
}

.navigation img {
	margin: 2px;
	padding: 2px;
}

.navigation .prev {
	float: left;
	width: 45%;
	text-align: left;
	margin-right: 20px;
}

.navigation .next {
	float: right;
	width: 40%;
	text-align: right;
}

.navigation a, a#cancel-comment-reply-link {
	text-decoration: none !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 6px;
}

.navigation a:hover, a#cancel-comment-reply-link:hover {
}

/* WP Page Navi Plugin Styles */
.wp-pagenavi {
	float: left;
	clear: both;
	width: 97%;
	padding: 5px 0;
}

.wp-pagenavi span, .wp-pagenavi a {
	font-weight: bold;
		border: 1px solid #dedede !important;
}

/* -----------------------------------
	Sub Footer Styles 
-----------------------------------*/
#sub-footer {
	clear: both;
	border-top: 1px solid #e3e3e3;
}

#sub-footer .widget-footer {
	float: left;
	width: 300px;
	margin-right: 30px;
	padding: 20px 0;
}

#sub-footer .widget-footer-last {
	margin-right: 0;
}

#sub-footer .widget-footer h3.title {
	background: url(images/bg-title-lines.gif) 0 6px repeat-x;
	font-size: 1.4em;
	color: #000;
	text-transform: none;
	margin: 0 0 10px 0;
}

#sub-footer .widget-footer h3.title span {
	background: #fff;
	padding-right: 5px;
}

/* -----------------------------------
	Maintenance Notice Styles
-----------------------------------*/
#maintenance-notice {
	background: #e80606;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	padding: 5px 0;
}

/* -----------------------------------
	Footer Styles 
-----------------------------------*/
#footer {
	padding: 20px 0;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom:5px;
	color: #333333;
}

#footer-menu {
	margin-bottom: 10px;
}

#footer-menu a {
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 0;
	border: none;
}

#footer-menu a:hover {
	text-decoration: underline;
}

#footer-menu ul.sf-menu {
	float: none;
}

#footer .col1 {
	float: left;
/*	width: 430px;*/
	width: 200px;
	margin-left:150px;
	margin-right: 10px;
	border-right: 1px solid #e3e3e3;
 
}

#footer .col2a {
	float: left;
/*	width: 430px;*/
	width: 190px;
	margin-left:40px;
	margin-right: 0px;
	border-right: 1px solid #e3e3e3;
}
#footer .col2 {
	float: left;
/*	width: 410px;*/
	width: 230px;
		padding-top: 0px;
	margin-left:60px;		
margin-right: 20px;

/*	padding-top: 10px;*/
}


#footer .col4 {
	float: right;
/*	width: 410px;*/
	width: 230px;
	margin-right: 40px;
	padding-top: 0px;

/*	padding-top: 10px;*/
}


#copyright{
float:left;
margin-right: 60px;
width:550px;
font-size: .9em;
}

#by{
float:right;
width: 350px;
font-size: .9em;	
text-align:right;
margin:0px;
}

#by p{
margin:0px;
}

#footer .copyright {
float:left;
width: 450px;
	font-size: .9em;
}

#footer .poweredby {
	font-size: .9em;
	text-align: right;
	position: relative;
	top: -5px;
}

#footer .poweredby img.themewarrior {
	position: relative;
	top: 2px;
}

#footer .socials {
	margin-top: 10px;
}

#footer .socials a {
	margin-right: 5px;
}

/* -----------------------------------
	Standard WordPress Styles 
-----------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.size-full {
	margin: 2px;
	padding: 2px;
	border: 1px solid #d9dadd;
}

img.centered  {
	display: block;
	margin: 0 auto;
}

img.alignnone {
	display: inline;
	margin-bottom: 10px;
}

img.alignright {
	display: inline;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.alignleft {
	display: inline;
	margin-right: 10px;
	margin-bottom: 10px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.wp-caption {
	width: auto !important;
	margin: 6px;
	padding: 4px;
}

div.alignnone {
	margin: 0 0 20px 0;
	padding: 0;
}

.wp-caption img {
	border-bottom: 1px solid #dedede;
}

.wp-caption p.wp-caption-text {
	font-size: 0.8em;
	color: #999;
	margin: 0;
	line-height: 100%;
}

/* -----------------------------------
	Gallery Styles 
-----------------------------------*/
.gallery {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 20px !important;
}

.gallery-item {
	width: 150px !important;
	margin-right: 3px;
}

.gallery dl.gallery-item {
	margin-bottom: 5px;
}

.gallery dl.gallery-item img {
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	border: none !important;
}

.gallery dl.gallery-item img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.gallery dd.gallery-caption {
	width: auto;
	font-size: 11px;
	line-height: 100%;
}



/*******MAGAZINUM SLIDER AND CAROUSEL ******/
 
/********************************************************************************************* 

4. Featured Slider	  -------------------------  wpzoom-slider.php

*********************************************************************************************/   
 		
#slider {
background: #333333;
 position:relative; 
 clear:both; 
 float:left;
 width:100%;
 border-top:1px dotted #303131;
}

#featPostsBig {font-size: 12px; line-height: 18px;  min-height: 450px; width:720px; float:left; }
#featPostsBig div.cover {float: left; display: inline; margin-right: 15px; }
#featPostsBig p {color: #fff; }
#featPostsBig h2 a {font-size: 24px; line-height: 30px; margin-bottom: 10px; color:#fff;}
 
#featPostsSmall { width:245px;  float:left; }
#featPostsSmall h3 { color:#fff; padding: 10px 10px 10px 0;  border-bottom:1px solid #303131; margin:0 0 8px 10px;}
 #featPostsSmall li a { float:left; width:228px; clear:both; color:#fff; font-weight:bold; padding:10px 10px 10px 0;  margin:0 0 0 10px;  border-bottom:1px dotted #303131; -moz-border-radius-topright: 2px; -moz-border-radius-bottomright: 2px; border-top-right-radius: 2px; border-bottom-right-radius: 2px; }
#featPostsSmall li.active a, #featPostsSmall li a:hover { text-decoration:none; background:#242425 url(images/bg_slide.png) repeat-x top; border-bottom:1px solid transparent; margin-left:0; padding-left:10px;}
  
/* Required */
.container { overflow:hidden; position:relative; min-height:450px; }
.slides { position:absolute; top:0; left:0; }
.slides li.slide { position:absolute; top:0; width:930px; min-height: 250px; display:none; }
ul.slides li {z-index:10; }
.postcontent { height:100%; width:690px; overflow:hidden; position:absolute; z-index:15; bottom:0; height:110px; left:0; background:url(images/bg_slidecont.png) repeat; padding: 10px 15px;}

/* Optional */
a.browse { position: absolute; width: 29px; height: 29px; display: block; cursor: pointer; font-size: 1px; z-index: 99; text-indent: -2000px; background: url("images/arrows.png") no-repeat 0 0; outline:none; border:none;}

a.previous { position: absolute; top: 10px; left: 645px;  background-position: 0 0;  }
a.previous:hover { background-position: 0 -30px; }

a.next { position: absolute; top: 10px; left: 680px;  background-position: -30px 0; }
a.next:hover { background-position: -30px -30px; }

.slides div a.more_link { display: none; }


/********************************************************************************************* 

5. Carousel  -------------------------  wpzoom-carousel.php

*********************************************************************************************/   
 
#featured {
background:#edeeee url(images/bg_carousel.png) repeat-x top;
padding:15px 10px;
width:960px;
position:relative;
float:left;
}

	#featured h3 {
	color:#000;
	margin:0 0 10px 5px;
 	}
 	
 	#featured ul {
 	margin-left:-4px;
 	}
	
	#featured ul li {
	display:inline;
 	float:left;
	margin:0;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	padding:7px 7px 10px;
	}
	
	#featured li a {
	color:#000;
	font-weight:bold;
	}
	
	#featured .thumb img {
	margin-bottom:4px;
	}
	
	#featured li:hover {
	background:#fff;
	}
 
 	.jcarousel-clip {
	 width:954px;
 	}
	  
   .jcarousel-item {
	width:145px;
	overflow:hidden;
	}
 
 	.jcarousel-prev {
    position: absolute;
    top: 15px;
    right:50px;
	width: 27px;
    height: 27px;
    cursor: pointer;
    background: url(images/arrows.png) no-repeat;
    background-position:0 -59px;
	}
 
	.jcarousel-prev:hover {
	background-position: 0 -85px;
	}

	.jcarousel-next {
	position: absolute;
	top: 15px;
	right: 16px;
	width: 27px;
	height: 27px;
	cursor: pointer;
	background: url(images/arrows.png) no-repeat;
	background-position:-29px -59px;
	}
 
	.jcarousel-next:hover {
	background-position: -29px -85px;
	}
 
	
	
	
	/*Author template */
	
	
	.post-author { margin:0 0 1em; }

.author-details { font-size:.85em; }

.author-descr { display:table; height:1%; }


	
	.fix { clear:both; height:1px; margin:-1px 0 0; overflow:hidden; }

.hl, .hl2 { background:url(images/hl-dot.gif) repeat-x top; clear:both; height:2px; overflow:hidden; width:100%; }

.hl2 { background:none; border-top:1px solid #e7e7e7; height:1px; margin:0 0 .8em; }

.fl { float:left; }

.fr { float:right; }

.ac { text-align:center; }

.ar { text-align:right; }
	
p.clr, .clr { clear:both; padding:0; margin:0; background:none; }


/* Newsletter signup form */

#mc_signup_form {
	width: 300px;
	margin-left:10px;
}

.mc_merge_var{
	margin-bottom: 5px;
}

ul.mc_list li

{
list-style:none;
list-style-type:none;
font-size: 12px;
}

/*Widgets - various */
#rightcol .widget-sidebar widget-sidebar widget_archives,
.widget-sidebar widget_archives,
#widget-eg_archives-3 .widget-sidebar widget_archives,
#rightcol select
 {
margin:10px 0px 10px 15px;	
}



/*Social Icons widget in footer (col 2) */

.wp-social-icons 

{
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 5px;
}

.wp-social-icons .vertical
{
margin-left: 5px;
}

img.wpp-thumbnail {
float:left;
margin-bottom:10px;
	margin-right: 5px;
}
.wpp-post-title
{
width: 200px;
}

.rcg-avatar
{
width:40px;
height:40px;
float: left;
padding-top: 5px;
padding-right: 10px;
}

.rcg-avatar img
{
width:40px;
height:40px;
margin-left:5px;
}