/*   
Theme Name: White Pine
Theme URI: 
Description: White Pine custom childtheme for Thematic
Author: Cristian Antohe
Author URI: http://cozmoslabs.com
Template: thematic
Version: 1.0
Tags: Thematic
.
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');


/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
/*@import url('../thematic/library/styles/default.css');*/

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/*
LAYOUT: One-Column (Right) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar right of content
*/

body {
    min-width:980px;
}

#header {
    position:relative;
}
#branding {
    width:940px;
    margin:0 auto;
}
#access {
    position:relative;
    overflow:hidden;
}
.menu {
    width:940px;
    margin:0 auto;
}
.page-template-home-php #main{
	width:960px;
	min-height: 290px !important;
}
#main {
    width:980px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
	min-height:500px;
}

#container {
    width:620px;
    float:left;
}
.page-template-page-alt1-php #container {
    width:670px;
    float:left;
	 
}
#content {
    margin:0 0 0 30px;
    width:620px;
    overflow:hidden;
}
.page-template-page-alt1-php #content{
    margin:0 0px 0 30px;
    width:620px;
	 overflow:hidden;
}
.page-template-home-php #container{
    width:960px;	
}
.page-template-home-php #content{
    margin:0 20px 0 10px;
    width:940px;
}
.page-template-home-php .breadcrumb{
	display:none;
}
.page-template-page-alt1-php .breadcrumb{
	
}


.breadcrumb{
	padding-left:30px;
	margin:0 0 10px 0;
}
.main-aside {
    width:300px;
    float:right;
    position:relative;
    right:10px;
}
#secondary {
    clear:right;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:940px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:940px;
    margin:0 auto;
}



/* =Global Elements
-------------------------------------------------------------- */

body, textarea {
    font: 15px Arial,sans-serif;
    line-height:22px;
	color:#FFFDFA;
}

input {
    font: 15px Arial,sans-serif;
    line-height:22px;
	color:000000;
}

body{
	background:url(images/inner_body_bg.png) 0px 160px repeat-x #0c0e00;	
}
body.page-template-home-php{
	background:url(images/wrapper_bg.png) 0px 160px repeat-x #262b03;	
}

#wrapper{
	background:url(images/glow_bg.png) top center repeat-y;
}
.ie6 #wrapper{
	background:none;
}

.page-template-page-alt1-php #wrapper{
	background:none;
}
.page-template-home-php #wrapper{
	background:none;
}
p, ul, ol, dd, pre {
    margin-bottom:22px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
    color:#c0c0c0;
    font-style:italic;
	 text-align:center;
}
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#fff;
    border:0;
    color:#fff;
    height:1px;
    margin-bottom:22px;
}
a:link {
    color:#c1c98c;
}
a:visited {
    color:#c1c98c;
}
a:active,
a:hover {
    color: #FF4B33;
}


/* =Header
-------------------------------------------------------------- */

#header {
    z-index:2;
	background:url(images/header_bg.png) top left repeat-x #383b1c;
	height:160px;
	
}
#branding {
    height:126px;
	background:url(images/logo_bg.png) top left no-repeat;
}
#blog-title {
    font-family:Arial,sans-serif;
    font-size:34px;
    font-weight:bold;
    line-height:40px;
	
}
#blog-title a {
    color:#000;
    text-decoration:none;
	height:126px;
	display:block;
	width:340px;
	text-indent:-9999px;
}
#blog-title a:active,
#blog-title a:hover {
    color: #FF4B33;
}
#blog-description {
    color:#666;
    font-size:13px;
    font-style:italic;
	display:none;
}

#access-search{
	position:absolute;
	top:54px;
	margin-left:735px;
}
#s{
	border:1px solid #c7c8bd;
	font-size:13px;
	padding:3px;
	display:inline-block;
	height:16px;
	float:left;
	color:#111;
}
#searchsubmit{
	float:left;
	width:22px;
	height:24px;
	display:inline-block;
	border:none;
	background:url(images/search_button.png) center center no-repeat;
	text-indent:-9999px;
	margin-left:-1px;
}
/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
    height:33px;
    font-size:17px;
    overflow:visible;
    z-index:100;
	letter-spacing:0.035em;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
	display: table;
	margin: 0 auto;
}
.sf-menu a {
	padding:8px 25px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {

}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#c3cb8e;
}
.sf-menu li {
	background:		none;
	text-transform:uppercase;
}
.sf-menu li li {
	text-transform:none;

	background: rgb(56, 64, 19); /* The Fallback */
	background: rgba(56, 64,  19, 0.95);
}
.ie8 .sf-menu li li{
	background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#EE384013,endColorstr=#EE384013);
    zoom: 1;  
}
.ie7 .sf-menu li li{
	background:#384013;
}
.sf-menu li li li {
	
	background: rgb(56, 64, 19); /* The Fallback */
	background: rgba(56, 64,  19, 0.95);
}
.ie8 .sf-menu li li li{
	background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#EE384013,endColorstr=#EE384013);
    zoom: 1;  
}
.ie7 .sf-menu li li li{
	background:#384013;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
	color:#fff;
}

.sf-menu ul {
	border-left:1px solid #6b750e;
    border-right:1px solid #6b750e;
    border-bottom:1px solid #6b750e;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:34px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
	background:none;
	border-bottom:none;
}
.ie7 .sf-menu ul a {
	background:#384013;
}
.sf-menu ul a:hover {
    color: #fff;
}

/* =Content
-------------------------------------------------------------- */

#slideshow{
	background:#292d05;
	color:#fff;
	font-size:14px;
	line-height:16px;
	padding-right:20px;
	z-index: 1 !important;
}
.panel{
	width:920px;
	z-index: 1 !important;
	height:272px;
	overflow:hidden;
}
#slideshow h1{
	clear:none;
	font-size:22px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	margin:45px 0 15px 0;
	line-height: 22px;
	
}
#slideshow h2{
	clear:none;
	font-size:16px;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
}
#slideshow a{
	color:#c3cb8e;
	text-decoration:none;
}
#slideshow a:hover{
	text-decoration:underline;
}
#nav{
	font-size:12px;
	background:#000;
	padding:5px 20px;
	margin-right:-20px;
}
#nav a{
	padding:1px 4px;
	background:#c3cb8f;
	margin-left:5px;
	color:#000;
}
#nav a:hover, #nav a.activeSlide{
	background:#fff;
}
/* =Content
-------------------------------------------------------------- */
.page-template-home-php #main{
	background:none;
}
#main {
    clear:both;
    padding:20px 0 22px 0;
	/*background:url(images/main_bg.png) top left repeat-x #060800;*/
	background:url(images/main_bg.jpg) top left repeat-x #060800;
}
.page-title {
    font-size:13px;
    line-height:18px;
    padding:0 0 44px 0;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #FF4B33;
}
.page-title span {
    font-style:normal;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 0 22px 0;
}

.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
    font-family:Arial,sans-serif;
    font-size:20px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 0px 0;
}
.page-template-sitemap-php .entry-title,
.page-template-page-alt1-php .entry-title,
.page-template-page-alt2-php .entry-title,
.page-template-page-dvd-php .entry-title {
    font-family:Arial,sans-serif;
    font-size:36px;
    font-weight:bold;
    line-height:36px;
    padding:0 0 1px 0;
	 border-bottom: 1px solid #c3cb8e;
	 color: #c3cb8e;
	 text-transform: uppercase;
	 margin-top: 5px;
	 margin-bottom: 5px;
}
.entry-title a {
    color:#fff;
    text-decoration:none;
}
.category-all-titles .entry-title a {
    color:#fff;
	 text-transform:uppercase;
    text-decoration:none;
	
}
.entry-title a:active,
.entry-title a:hover {
    color: #FF4B33;
}
.single .entry-title {
	text-transform:uppercase;
	background:#0b0d01;
	padding:20px 20px 0px 20px;
}
.single .category-press-releases .entry-title {
	text-transform:uppercase;
	background: none;
	padding:0;
	margin-top:35px;
}
.single .category-press-releases .extra-info{
	background:none;
	font-size:14px;
	display: none;
	
}
.single .category-news .entry-title {
	text-transform:uppercase;
	background: none;
	padding:0;
	margin-top:35px;
}
.single .category-news .extra-info{
	background:none;
	font-size:14px;
	display: none;
	
}

.single .extra-info{
	background:#0b0d01;
	padding:0px 20px 20px 20px;
	font-size:14px;
}
.page-template-page-dvd-php .extra-info,
.page-template-page-alt1-php .extra-info{
	display: none;
}
.page-template-page-alt1-php .entry-content img {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 15px;
	border: 1px #fff solid;
}
.page-template-page-alt2-php .entry-content img,
.page-template-page-dvd-php .entry-content img {
	margin-bottom:0px;
	border: thin #fff solid;
	margin-top:5px;
}
.slug-lindalee-tracey .entry-content img {
	margin-left:0px;
}

.entry-meta {
    color:#c3cb8e;
    font-size:13px;
    font-style:italic;
    line-height:18px;
	display:none;
}
.single .entry-meta {
	display:none;
}
.category-blog-post .entry-meta{
	display:block;
}
.category-news .entry-meta,
.category-press-releases .entry-meta{
	display:block;
}
.category-press-releases .entry-meta .meta-prep-author, 
.category-press-releases .entry-meta .author,
.category-press-releases .entry-meta .meta-sep-entry-date{
	display:none; 
}

.category-news .entry-meta .meta-prep-author, 
.category-news .entry-meta .author,
.category-news .entry-meta .meta-sep-entry-date{
	 display:none; 
}

.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#c3cb8e;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #FF4B33;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
page-template-sitemap-php .entry-content,
.page-template-page-alt1-php .entry-content {
    padding:0px;
}
.page-template-page-dvd-php .entry-content h3,
.page-template-page-dvd-php .entry-content {
    padding:0 0 0 0;
}
.entry-content {
    padding:12px 0 0 0;
}
.category .post,
.tag .post {
	margin-right:50px;
}
/*.category img {
	border: thin #FFF solid;
}*/

.category-blog .post,
.category-news .post,
.category-press-releases .post {
	margin-bottom:25px;		
}
.tag .page-title,
.category .page-title {
	border-bottom:1px solid #C3CB8E;
	color:#C3CB8E;
	font-family:Arial,sans-serif;
	font-size:36px;
	font-weight:bold;
	line-height:36px;
	padding:0 0 1px;
	text-transform:uppercase;
	margin-bottom:25px;
	margin-top:5px;
}

.entry-content h1,
.entry-content h2 {
    font-family:Arial,sans-serif;
    font-size:19px;
    font-weight:bold;
    padding:28px 0 14px 0;
}
.page-template-sitemap-php .entry-content h2,
.page-template-page-alt1-php .entry-content h2 {
    font-family:Arial,sans-serif;
    font-size:24px;
    font-weight:bold;
    padding:0 0 15px 0;
}
.page-template-page-dvd-php .entry-content h2,
.page-template-page-alt2-php .entry-content h2 {
    font-family:Arial,sans-serif;
    font-size:22px;
    font-weight:bold;
    padding:0 0 5px 0;
	 display:inline;
	 text-transform: uppercase;
}
.page-template-page-alt1-php .entry-content h3 {
    font-style: normal;
	 padding: 0 0 0 0;
	 font-variant: small-caps;
	/* margin-top:35px;*/
	 color:#C3C983;
}
.page-template-page-alt2-php .entry-content h3,
.page-template-page-dvd-php .entry-content h3 {
    font-style: normal;
	 /*padding: 0 0 0 0;*/
	 font-variant: small-caps;
	 color:#C3C983;
}
.page-template-page-alt1-php .entry-content h4 {
    font-size:12px;
}
.page-template-page-alt2-php .entry-content h3 {
    font-style: normal;
	 padding: 5px 0 0 0;
	 
	 font-variant: small-caps;
}
.page-template-page-alt1-php .entry-content p {
    word-spacing: normal;
text-align: justify;
}
.entry-content h3 {
    font-size:17px;
    font-style:italic;
    padding:28px 0 14px 0;
}
.entry-content h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
	 
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
/*.entry-utility {
    color:#c3cb8e;
    font-size:12px;
    line-height:18px;
    margin:0 0 44px 0;
}*/

.entry-utility{
	display:none;
}
.category-blog-post .entry-utility{
	display:block;
}
.entry-utility a {
    color:#c3cb8e;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #FF4B33;
}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #FF4B33;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}


/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#666;
    font-size:13px;
    line-height:180%;
    margin:22px 0 22px 0;
    overflow:hidden;
}
.navigation a {
    color:#fff;
    font-style:italic;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #FF4B33;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
 display: none;
/*	float: left;
	width:50%;*/
}
.nav-next {
 display: none;
/*	float: right;
	width:50%;
	text-align:right;*/
}
#nav-above,#nav-below {
	width: 100%;
	
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 14px 0;
    }


/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size:14px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #FF4B33;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #FF4B33;
}
.aside {
    color:#C3C983;
}
.aside a {
    color:#C3C983;
}
.aside a:active,
.aside a:hover {
    color: #FF4B33;
}

/*
	Class for home page aside areas - developed for Kino Frame
*/

.aside iframe {
	margin-bottom: 25px;
	/*border: 1px solid #ffffff;*/
	}
	
.aside h3 {
    font-size:20px;
    font-style:normal;
	text-align:left;
	text-transform:uppercase;
	margin:10px 0 5px 0;
    line-height:22px;
	color:#fff;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 0px 0px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
/*
    Main Asides
*/
.main-aside ul {
    padding:0 20px;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
	 margin-bottom: 40px;
}

/*
	Classes for inner-pages
*/
dl.attachments{
	margin:0;
	padding:0;
}
dl.attachments dd{
	padding-left:14px !important;
	/*width:60% !important;*/
}
.aside .film-resource-list{
	list-style:none;
	margin:0;
	padding:0;
}
.aside .pine-icon{
	padding:0px 0 0px 30px;
	line-height:22px;
}
.icon-dvd{
	background:url(images/icon_dvd.png) center left no-repeat;
}
.icon-home{
	background:url(images/icon_home.png) center left no-repeat;
}
.icon-blog{
	background:url(images/icon_blog.png) center left no-repeat;
}
.icon-news{
	background:url(images/icon_rss.png) center left no-repeat;
}


.icon-imdb{
	background:url(images/icon_imdb.png) center left no-repeat;
}
.icon-wiki{
	background:url(images/icon_wiki.png) center left no-repeat;
}
.icon-search{
	background:url(images/icon_search.png) center left no-repeat;
}
.icon-myspace{
	background:url(images/icon_myspace.png) center left no-repeat;
}
.icon-twitter{
	background:url(images/icon_twitter.png) center left no-repeat;
}
.icon-youtube{
	background:url(images/icon_youtube.png) center left no-repeat;
}
.icon-facebook{
	background:url(images/icon_facebook.png) center left no-repeat;
}
.icon-flickr{
	background:url(images/icon_flickr.png) center left no-repeat;
}

.icon-play-product{
	display:inline;
	padding:10px 0 10px 50px;
	margin:0;
	background:url(images/icon_play.jpg) center left no-repeat;
	text-transform:uppercase;
	text-decoration:none;
}

.icon-play{
	display:block;
	padding:10px 0 10px 50px;
	margin:0;
	background:url(images/icon_play.jpg) center left no-repeat;
	text-transform:uppercase;
	text-decoration:none;
}

#primary {
   /* border:1px solid #ccc;*/
    padding:0 0 0 0;
    margin-bottom:22px;
}
#secondary .widget_text p{
	color:#fff;
	text-align:center;
}
#secondary .widget_text p em{
	display:inline-block;
}
/*
	Home Widgets
*/
#home-widgets{
	width:940px;
	margin:0 auto; 
}
#home-widgets a{
	text-decoration:none;
}
#home-widgets a:hover{
	text-decoration:underline;
}
#home-aside-1{
	width:470px;
	float:left;
	color:#fff;
	font-size:14px;
}
#home-aside-2{
	width:310px;
	float:right;
}

#home-aside-1 h1, #home-aside-1 h2, #home-aside-1 h3, #home-aside-1 h4{
	clear:none;
	margin-bottom:12px;	
} 
#home-aside-1 h3{
	color:#fff;
	font-weight:normal; 
	font-size:18px;
	font-style:normal;
	text-transform:uppercase;
	text-align:left;
}
.ie7 #home-aside-1 h3{
	margin-top:-20px;
	margin-bottom:6px;
}
#home-aside-1 h4{
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#c3cb8e;
}
#home-aside-1 p, #home-aside-1 hr{
	margin-bottom:12px;
}

#home-aside-2 h1, #home-aside-2 h2, #home-aside-2 h3, #home-aside-2 h4{
	margin-bottom:12px;	
} 
#home-aside-2 h3, #home-aside-1 h3{
	color:#fff;
	border-bottom:1px solid #fff;
	font-weight:normal; 
	font-size:18px;
	font-style:normal;
	text-transform:uppercase;
	padding-bottom:10px;
	/*padding-left:30px;*/
	text-align:left;
}
#home-aside-2 .ctc-tag-cloud{
/*	margin-left:30px;*/
	padding:0;
	list-style:none;
}
#home-aside-2 .ctc-tag-cloud .ctc-tag-li{
	width:155px;
	float:left;
}
/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
	 
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;    
}


/* =Footer
-------------------------------------------------------------- */
#footer {
	background:#060800;
	min-height:157px;
	width:980px;
	margin:0 auto;
	background:url(images/footer_bg_2.png) top center repeat-x #2d3205;
}

.page-template-home-php #footer {
	background:url(images/footer_bg.png) top center repeat-x #353b05;
    margin-top:22px;
	min-height:157px;
	width:100%;
}
#siteinfo {
    color:#fff;
    font-size:12px;
    line-height:18px;
    padding:90px 0 44px 0;
	text-align:center;
}
.page-template-home-php #siteinfo {
    color:#fff;
    font-size:12px;
    line-height:18px;
    padding:90px 0 44px 0;
	text-align:center;
}

#siteinfo a {
    color:#fff;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #FF4B33;
}
.footer-menu{
	text-transform:uppercase;
	margin-bottom:6px;
}
.footer-menu  a{
	margin:0 10px;
	text-decoration:none;
}
.footer-menu  a:hover{
	text-decoration:underline;
}

/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

/*.wp-pagenavi a, .wp-pagenavi span {
	padding: 5px; margin-right: 10px;!important;
	font-size: 15px; color: #03719c; text-decoration: none;!important;
	border: 3px solid #ccc; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;!important;
	}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background: #03719c;!important;
	color: #fff;!important;
	border: 3px solid #c3cb1c;!important;
		}
.wp-pagenavi span.current { font-weight: bold; }

.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: fuschia;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
*/

/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.8 Plugin: WP-PageNavi 2.50									|
|	Copyright (c) 2009 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- Page Navigation CSS Style													|
|	- wp-content/plugins/wp-pagenavi/pagenavi-css.css					|
|																							|
+----------------------------------------------------------------+
*/


.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #c3cb8e;
	color: #c3cb8e;
	background-color: #383b1c;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #c3cb8e;
	color: #c3cb8e;
	background-color: #383b1c;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #c3cb8e;
	color: #383b1c;
	background-color: #FFFFFF;
	font-weight:bold;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #c3cb8e;
	color: #FFFFFF;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #c3cb8e;
	border: 1px solid #c3cb8e;
	background-color: #383b1c;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #c3cb8e;
	color: black;
	background-color: #c3cb8e;
	font-style: italic;
	}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #c3cb8e;
	color: #c3cb8e;
	background-color: #383b1c;
}



/* =NGGallery
-------------------------------------------------------------- */
.ngg-gallery-thumbnail-box {
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}
.ngg-singlepic {
	margin-bottom: 0px;
	background-color: transparent;
	padding: 0px;
}

.page-template-page-alt1-php .ngg-left {
	float:left;
	margin-right:10px;
}


#shopp form input {
	
	color: #000000;
}

#shopp .gallery .previews li img {
display:block;
margin-top:-3px;
vertical-align:middle;
}

.wp-tag-cloud a {
text-decoration: none;
	
}

.wp-tag-cloud ul ul {
	float: left;
	width: 26em;
	margin: 0;
	padding: 0;
}

.wp-tag-cloud li {
  float: left;
  width: 8em;
  margin: 0;
  padding: 0;
  list-style: none;
} 


.aside ul ul li a {
	text-decoration:none;
	
}
.aside ul ul li {
	list-style:none;
}


/*.wp-tag-cloud li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
list-style:none;
margin-left:0px;
padding:0;
width: 30px;
float:left;
}*/

.widget_mycategoryorder ul ul {
	float: left;
	width: 26em;
	margin-bottom: 25px;
	padding: 0;
}

.widget_mycategoryorder li {
  float: left;
  width: 8em;
  margin: 0;
  padding: 0;
  list-style: none;
} 
dd.caption a {
	text-decoration: none;
}

.sideproduct img {
display:block;
margin-left:0;
margin-right:auto;
}

#h3align {
	margin-right: auto;
	margin-left: auto;
}

.sideproduct h3 {
    margin-top: 10px;
	 margin-bottom: 25px;
}
