/*  
Theme Name: WildCast
Theme URI: http://wildcast.tv
Description: Farewell to the standard blog format
Version: 1.2.1
Author: Shawn Padgett
*/

body { color: #fff; font-family: arial, verdana, sans-serif; font-size: 13px; background: #444444 url(http://www.wildcast.tv/themes/wildcast/images/background-body.gif) repeat-x; }
/* = main structure */
#main-wrapper { margin: 0 auto; padding: 0px 5px; width: 980px; background-color: #111; }
/* = basic reused style rules */
h1, h2, h3, h4, h5 { font-weight: bold; }
h1 { font-size: 3em; }
h2 { font-size: 2em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.1em; }
a { color: #7c914e; text-decoration: none; }
a:hover { color: #e7e7e7; }
ul li { list-style: circle; }
/* = css3 border radius link */
#main-nav li { list-style: none; }
	#main-nav li a, 
	.radius-link a { -moz-border-radius: 3px; -webkit-border-radius: 3px; background: #eee; border-radius: 3px; border: 1px solid #ddd; color: #888; display: block; font-size: 14px; padding: 7px 15px; text-decoration: none; text-transform: uppercase; }
	#main-nav li a:hover, 
	.radius-link a:hover { background: #222; border-color: #000; color: #fff; }
/* = text input */
.text-input { color: #fff; background: #000; border-left-color: #aaa; border-top-color: #999; border: 1px solid #ccc; font-family: arial, verdana, sans-serif; font-size: 0.8em; padding: 4px; }
/* = masthead */
#leaderboard { padding: 20px 0 50px; position: relative; }
#site-name { float: left; width: 595px; }
	#site-name h4 { font-size: 1.6em; margin-top: 15px; }
	#site-name a img { margin-top: 1px; }
	/* = plain text logo option */
#site-name a { border: 0; color: #333; }
		#site-name a:hover { color: #3c6c92; }
/* = main navigation top of page */
.nav-container { float: right; margin: 10px 0 0 0; width: 340px; }
#main-nav { font-weight: bold; text-align: center; text-transform: uppercase; }
	#main-nav li { float: left; margin-left: 7px; }
/* = home posts */
.left, 
.recent-leads { width: 607px; }
.post-comments { position: absolute; right: 7px; top: -1px; z-index: 1; }
	.post-comments a { -moz-border-radius-bottomleft: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-bottom-right-radius: 3px; background: #fff; border: 1px solid #ddd; color: #555; display: block; font-size: 0.8em; padding: 7px; text-align: center; }
		.post-comments a:hover { background: #222; border-color: #000; color: #fff; }
/* = title overlay */
.title-insert { -moz-opacity: .8; background: #000; bottom: 0; filter: alpha(opacity=80); left: 0; opacity: .8; position: absolute; right: 0; width: 100%; z-index: 1; }
	.title-insert a { border: 0; color: #eee; display: block; font-size: 0.7em; line-height: 1.4em; padding: 9px 10px; }
		.title-insert a:hover { color: #fff; }
.main-post-bg, 
.secondary-post-bg { background: #222; display: block; overflow: hidden; overflow: hidden; position: relative; }
.main-post-bg { height: 225px; margin: 0 0 10px 0; width: 593px; }
.main-post-bg.showhero { margin-left: 7px; }
.secondary-post-bg { height: 150px; margin: 0 7px 10px 0; width: 293px; }
/* = single entry style */
.home.is-single { border-top: 1px solid #ccc; }
.post.single { line-height: 1.4em; padding-top: 15px; }
	.post.single h2 { width: 608px; padding-left: 5px;
	                  background: transparent url(http://www.wildcast.tv/themes/wildcast/images/heading-back.gif) repeat-x; }
	.post.single h2,
	.post.single h2 a { border: 0; color: #e7e7e7; font-size: 14px; line-height: 1.8em; }
	.post.single h2 a:hover { color: #fff; }
	.post.single .showhero h2 a { color: #ddd; }
	.post.single .showhero h2 a:hover { color: #fff; }
	.post.single .entry { padding: 0px 5px; clear: both; }
	.post.single .meta { font-size: 0.8em; overflow: hidden; margin: 10px 0 20px 7px; padding: 0; }
		.post.single .meta li { list-style: none; float: left; margin: 0 5px 0 0; padding: 2px 7px; }
		.post.single .meta li.first { color: #fff; background: #666666; border: 1px solid #444; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; padding: 2px 7px; }
	.post.single p { line-height: 1.4em; margin: 1.5em 0; }
		.post.single p a, 
.post.single li a { font-weight: bold; }
	.post.single h3 { color: #7c914e; margin-top: 0px; width: 100%; border-bottom: 1px solid #fff; }
	.post.single blockquote, 
	.post.single ul, 
	.post.single ol { color: #e7e7e7; margin: 0 15px; }
	.post.single ul li { list-style: disc;  margin: 0 20px; }
	.post.single ol li { list-style: decimal; margin: 0 20px; }
	.post.single blockquote { border-left: 1px solid #ccc; font-style: italic; margin-left: 20px; padding-left: 10px; }
	.post.single img.floatleft,
	.post.single img.alignleft { float: left; margin: 4px 10px 0 0; }
	.post.single img.floatright,
	.post.single img.alignright { float: right; margin: 4px 0 0 10px; }
	.post.single .wp-caption-text { color: #888; font-size: 0.8em; text-align: center; text-transform: uppercase; }
.gallery-item a img { border-color: #eee !important; }
.navigation { clear: both; font-weight: bold; padding: 10px 0; }
	.navigation a { float: left; }
	.navigation .left, 
	.navigation .right { width: 120px; }
	.navigation .left { text-align: left; }
	.navigation .right { margin-right: 15px; text-align: right; }
* html .navigation .right { margin-right: 7px; }
.navigation .right a { float: right; }
.for-tags { -moz-border-radius: 3px; -webkit-border-radius: 3px; background: #666666; border: 1px solid #444; border-radius: 3px; font-size: 0.8em; padding: 7px 10px; }
/* = sidebar and widgets style */
.home .right { overflow: hidden; width: 340px; background: #222; }
	.home .right h3 { font-size: 1em; padding: 9px 3px 7px; }
h3.module-title, 
h3.widgetTitle { border-bottom: 1px solid #eee; border-top: 1px solid #ccc; font-size: 1em; margin: 0 0 10px; padding: 9px 3px 7px; }
h3.module-title a, 
h3.widgetTitle a { border: 0; }
.widgetContainer { margin: 0 0 20px 0; }
	.widgetContainer .textwidget { font-size: 0.8em; line-height: 1.4em; margin: 0 7px; }
ul.module-list, 
.widgetContainer ul { margin: 0 0 20px 0; }
.module-list li, 
.widgetContainer li { font-size: 0.9em; line-height: 1.4em; margin: 0 3px 7px 21px; }
.sidebar-nextprev { overflow: hidden; width: 320px; }
	.sidebar-nextprev li { border-left: 1px solid #ccc; float: left; height: 40px; list-style: none; width: 159px; }
		.sidebar-nextprev li.previous { border-right: 1px solid #ccc; }
		.sidebar-nextprev li.next { border-left: 1px solid #ccc; float: right; margin-left: -1px; }
		.sidebar-nextprev li a { border-left: 1px solid #ccc; border: 0; color: #ccc; display: block; font-size: 0.9em; font-weight: bold; height: 40px; margin-left: -1px; }
			.sidebar-nextprev li a:hover { border-color: #3c6c92; color: #3c6c92; }
			.sidebar-nextprev li a span { cursor: pointer; display: block; padding: 15px 0 0 10px; }
.widgetContainer #wp-calendar { border-collapse: collapse; width: 100%; }
#wp-calendar caption { font-weight: bold; margin-bottom: 7px; }
#wp-calendar thead th { border-width: 1px 0; border: 1px solid #ccc; padding: 4px 0 4px 3px; }
#wp-calendar td { color: #777; padding: 3px 0 7px 3px; }
	#wp-calendar td a { font-weight: bold; }
#middle-widgets { width: 970px; }
	#middle-widgets .widgetContainer { clear: top; float: left; margin: 0 11px 15px 0; width: 312px; }
.sidebar-desc { font-size: 0.9em; line-height: 1.4em; margin: 0 4px; }
/* = legacy comments style support */
.legacy .commentlist li { border-top: 1px solid #ccc; margin: 0; padding: 7px 0 15px 80px; }
.legacy img.avatar { float: right; margin: 0 7px 0 0; }
.legacy cite { font-style: normal; }
.legacy .commentlist li p { margin: 1em 0; }
.legacy .commentlist li ul, 
.legacy .commentlist li ol, 
.legacy .commentlist li blockquote { margin: 1em 15px; }
.legacy .commentlist li ul li, 
.legacy .commentlist li ol li { border: 0 !important; margin: 0 15px !important; padding: 0 !important; }
.legacy .commentlist ol li { list-style: decimal; }
.legacy #respondform { margin-left: 80px; padding: 10px 0 0 0; }
.nocomments { color: #000; background: #999; border: 1px solid #ccc; font-size: 0.8em; font-weight: bold; padding: 10px 0; text-align: center; }
/* = style support for threaded comments */
#comments-wrapper {
	width: 608px;
}
#comments-wrapper-form {
	background: #222;
	border: 1px solid #333;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
h3#comments {
	clear: both;
	font-size: 14px;
	margin: 20px 0 20px 90px;
}
.commentlist {
	font-size: 12px;
	margin: 0;
}
.commentlist li.comment, .commentlist li.pingback {
	margin: 0;
	border: 1px solid #333;
	background: #222;
	padding: 7px 0 15px 7px;
	margin: 5px 0px;
}

.commentlist li.comment-author-admin {
	border-color: #923C40;
}

.commentlist li.comment p {
	margin: 1em 0;
}

.commentlist li.comment ul, .commentlist li.comment ol, .commentlist li.comment blockquote {
	margin: 0 15px;
}

.commentlist li.comment ul li {
	list-style: circle;
}

.commentlist li.comment blockquote {
	border-left: 1px solid #ccc;
	padding-left: 10px;
	font-style: italic;
	color: #777;
}

.commentlist ul.children {
	margin: 0 !important;
	padding: 0;
}

.commentlist .children li.comment {
	padding: 7px 0 5px 7px;
	margin: 15px 0 0 65px;
	background: #fff;
	border: 1px dotted #bbb;
	width: 520px;
	list-style: none;
}

.comment-author {}

.comment-author img.avatar {
	float: left;
	width: 60px;
	height: 60px;
	border: 3px solid #fff;
	margin: 0 7px 0 0;
}

.comment-author cite {
	font-style: normal;
}

.comment-meta {
	font-size: 11px; 
}

#respond {
	padding: 10px 0 0 0;
	margin-left: 90px;
}

li.comment #respond {
	margin-left: 0;
}

#respond h3 {
	margin: 0 0 15px 0;
}

#respond p {
	margin: 1em 0;
}

#respond #author, #respond #email, #respond #url, #respond textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #333;
	padding: 4px 3px;
	width: 160px;
	margin-right: 4px;
}

#respond textarea {
	width: 97%;
	color: #fff;
	overflow: auto;
	margin-right: 0;
	background: #000;
}


/* = categories */
#categories { margin: 35px 0 45px; padding: 10px 0; }
	#categories h3 { margin-bottom: 10px; }
	#categories ul { color: #ccc; font-size: 0.9em; line-height: 1.2em; }
	#categories li { display: block; float: left; margin: 0 8px 0 7px; text-align: right; width: 145px; }
		#categories li li { width: 138px; }
		#categories li li li { width: 131px; }
		#categories li li li li { width: 124px; }
		#categories li li li li li { width: 117px; }
		#categories li a { float: left; text-decoration: none; margin: 3px 0;}
/* = search */
#searchForm { margin: 0; }
#searchWrap span { -moz-border-radius: 3px; -webkit-border-radius: 3px; background: #fff; border-radius: 3px; border: 1px solid #ccc; display: block; padding: 2px; }
#searchWrap input { color: #777; width: 324px; }
/* = footer */
/* #footer { border-top: 1px solid #ccc; margin-top: 15px; padding: 20px 0 72px; width: 960px; }
	#footer a { font-weight: bold; } */
	
strong { font-weight:bold; }

/* == Contact Form Styles ==*/

.contact {
	color: #fff; width: 250px; background: #000; border: 1px solid #ccc;
}

.contact:hover { border: 1px solid #7c914e; }
.contact:focus { background: #333; border: 1px solid #7c914e; }

.contact-wide {
	color: #fff; width: 420px; background: #000; border: 1px solid #ccc;
}

.contact-wide:hover { border: 1px solid #7c914e; }
.contact-wide:focus { background: #333; border: 1px solid #7c914e; }

.contact-label {
	width: 160px; font-weight: bold; text-align: right; float: left; margin: 3px 5px;
}

.contact-field {
	width: 420px; text-align: left; float: left; margin: 3px 0px;
}

.contact-info {
	width: 595px; background: #222; padding: 5px; margin: 5px 0px; border: 1px solid #666666; float: left;
}
	
/* =======================================
 * == Begin PHPmotion Theme Integration == 
 * =======================================*/

/*--The main header--*/
#header {
  width: 100%; height: 105px; margin: 0px 0px 1px 0px; padding: 0px; background: #403f3f url(http://www.wildcast.tv/themes/wildcast/images/background-header.gif) repeat-x;
}

#logo {
    height: 75px; margin: 0px 0px 0px 3px; float: left;
}

#user-panel {
	width: 250px; height: 95px; margin: 6px 2px 0px 0px; text-align: left; float: right;
}

/*--Search Bar--*/
#search-bar {
  float: left; margin: 0px 5px 0px 2px; padding: 4px; width: 400px; height: 20px; clear: left;
}

.search-field {
	color: #999; background-color: #fff; height: 18px; width: 260px; border: 1px solid #999; margin: 0px; padding: 2px 0px 0px 2px; float: left;
}

.search-field:focus {
	color: #222; border: 1px solid #7c914e;
}

.search-select {
	color: #999; background-color: #fff; height: 22px; width: 60px;	border: 1px solid #999;	margin: 0px 5px; float: left;
}

/*--Form Buttons--*/
.button-form {
  color: #222; height: 22px; border: 1px solid #666666; background: transparent url(http://www.wildcast.tv/themes/wildcast/images/button-form.gif) repeat-x; padding: 0px 0px 2px 0px;
}

.button-form:hover { border: 1px solid #7c914e; }

/*-----------------------
  -- Navigation Styles --
  -----------------------*/

#nav-main {
  height: 28px; margin: 0px 0px 5px 0px; background: transparent url(http://www.wildcast.tv/themes/wildcast/images/heading-back.gif) repeat-x;
  border-bottom: 1px solid #e7e7e7;
}

/*-Main Nav Buttons-*/
#nav-main ul {
  list-style-type: none; margin: 0 auto;
}

#nav-main li {
  display: inline; float: left; padding: 0px 4px; margin: 0px;
}

/*--Home Button --*/
#button-home a {
	width: 79px; height: 28px;	display: block;	margin-top: -10px; background: transparent url(http://www.wildcast.tv/themes/wildcast/images/button-home.gif) no-repeat;	float: left;
}
#button-home a:hover { background-position: 0px -28px; }

/*--Videos Button --*/
#button-videos a {
	width: 79px; height: 28px;	display: block;	margin-top: -10px;	background: transparent url(http://www.wildcast.tv/themes/wildcast/images/button-videos.gif) no-repeat;	float: left;
}
#button-videos a:hover { background-position: 0px -28px; }


/*--Photos Button --*/
#button-photos a {
	width: 79px; height: 28px;	display: block;	margin-top: -10px;	background: transparent url(http://www.wildcast.tv/themes/wildcast/images/button-photos.gif) no-repeat;	float: left;
}
#button-photos a:hover { background-position: 0px -28px; }


/*--Groups Button --*/
#button-groups a {
	width: 79px; height: 28px;	display: block;	margin-top: -10px;	background: transparent url(http://www.wildcast.tv/themes/wildcast/images/button-groups.gif) no-repeat;	float: left;
}
#button-groups a:hover { background-position: 0px -28px; }

/*--People Button --*/
#button-people a {
	width: 79px; height: 28px;	display: block;	margin-top: -10px;	background: transparent url(http://www.wildcast.tv/themes/wildcast/images/button-people.gif) no-repeat;	float: left;
}
#button-people a:hover { background-position: 0px -28px; }

/*--Forum Button --*/
#button-forum a {
	width: 79px; height: 28px;	display: block;	margin-top: -10px;	background: transparent url(http://www.wildcast.tv/themes/wildcast/images/button-forum.gif) no-repeat;	float: left;
}
#button-forum a:hover { background-position: 0px -28px; }

/*--Upload Button--*/
#button-upload a {
	width: 90px; height: 28px; display: block;	margin-top: -20px; background: transparent url(http://www.wildcast.tv/themes/wildcast/images/button-upload.gif) no-repeat; float: right;
}
#button-upload a:hover { background-position: 0px -28px; }


#footer {
  width: 990px; min-height: 200px; background-color: #000; border-top: 6px solid #7c914e; padding: 10px 0px; margin: 0px auto;
}

/*--Set footer width and center--*/
#footer-wrapper {
  color: #999; width: 981px; margin: 0 auto; padding: 10px 0px;
}

#footer-wrapper p { text-align: center; }

.footer-menu {
	float: left; margin: 0px 40px;
}

.footer-menu h3 {
	color: #b9b9b9; font-size: 16px; border-bottom: 1px solid #999;	margin: 0px 0px 8px 0px;
}

.footer-menu ul { list-style-type: none; }

.footer-menu li { list-style-type: none; margin: 5px 0px; text-decoration: none; }

.footer-menu li a {
	color: #999999;	font-size: 12px; text-decoration: none;
}

.footer-menu li a:hover { color:#e7e7e7; }

.footer-menu  {
	color: #e7e7e7;
	
}
#copy {
	color: #444; width: 990px; margin: 0px auto; background: #111;
}

/* == RSS Feeds Page == */
.feeds { width: 100%; margin-top:10px; }

.feeds ul {
	margin: 10px 0px 0px 0px; list-style-image: url(http://www.wildcast.tv/themes/wildcast/images/icons/Feeds_16x16.png);
}

.feeds li {
	list-style-image: url(http://www.wildcast.tv/themes/wildcast/images/icons/Feeds_16x16.png); margin: 15px 0px 15px 45px;
}

.feeds a {
	font-size: 16px; font-weight: bold;
}

/* == WP Shopping Cart Styles== */

.wpsc_description {
	width: 480px;
}

.textcol {
	width: 490px; border-bottom: 2px solid #666666;
}

.productcart {
	background: #444;
}

input, textarea, select {
	color: #fff; background: #000; border: 1px solid #666666; margin: 5px 0px;
}
