/*
Theme Name: Weaver
Theme URI: http://wpweaver.info
Description: The Easiest Way to Customize Your Theme! Weaver 2.2 puts you in control. Start with one of over 20 attractive predefined themes, then make it your own. Use the simple "check-box" interface to easily change colors, fonts, header and footer, menus, sidebars, theme width, and much more. Then, take control of your content using powerful Per Page and Per Post options, including unlimited custom widget areas. Over 15 page templates, including "Page with Posts" to show posts and content where and how you want. Easy for the newcomer, comprehensive for the expert. Context sensitive help; translations available for nearly every language; IE support; WP Multisite features; PageNavi plugin supported; active support forum.
Author: Bruce Wampler
Version: 2.2.6
License: GNU General Public License (GPL), v2 (or newer)
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: custom-header, custom-colors, custom-background, custom-menu, theme-options, left-sidebar, right-sidebar, fixed-width, three-columns, two-columns, black, blue, brown, green, orange, red, tan, dark, white, light, translation-ready, rtl-language-support, editor-style

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ATTENTION !!!!!!!!!!!!!!!!!!!!!!!!!!!

DO NOT EDIT THIS FILE! The Weaver Theme has been designed so that editing style.css is no longer required!
If you need to make changes to the styles rules, add override CSS rules to the <HEAD> Section in the
Advanced Options tab of the Weaver admin panel.

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*/
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, 
fieldset, form, label, legend,
 caption {
	border: 1px;
	margin: 0;
	padding: 0;
	vertical-align: baseline;	        
    font-family: 'Century Gothic', Sans-serif;
	-webkit-font-smoothing: antialiased;
}
	
}

body {

       
	line-height: 1.2;
        font-family: 'Century Gothic',Sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight:600;
}
 ol, ul {
	list-style:none;
         padding-left:20px;
         
}
 li{
   
    list-style-image:url('/wp-content/uploads/2012/01/solid_circle.png'); 

}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}

a img {
	border: none;
      
}
table{
    float:none;}

/* =Weaver helpers
-------------------------------------------------------------- */

.aligncenter {		/* required for theme submission to WP */
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.ttw-center {		/* generic utility center class - use in Heading Insert Code area maybe */
	clear: both;
	display:block !important;
	margin-left:auto !important;
	margin-right:auto !important;
}

.wvr-show-posts {
	overflow: hidden;
}
.wvr-show-posts .hentry {
	margin-bottom: 24px;
}
.widget-area .wvr-show-posts .hentry {
	margin-bottom: 0px;
}
.widget-area .wvr-show-posts .entry-title {
	font-size:115%;font-weight:bold;margin-bottom:0px;
}
.widget-area .wvr-show-posts .attachment-thumbnail {
    float: left;
    margin-right: 2px;
    margin-bottom: 0px;
    padding: 2px;}

#masthead {position:relative !important;z-index:5; width: 836px; margin-top: 8px; margin-left: auto; margin-right: auto; }	/* makes IE7 work right, doesn't hurt others */
#branding {z-index:5;}
#translation{width:183px; height: 20px; line-height: 20px; float: right; margin-top:15px; margin-right: 8px; position: relative; z-index: 999;}
#social_media_header_icons{position: relative; float: left; border-width: 0 1px 0 0; border-style: solid; border-color: #CDCDCD; padding-right: 8px; margin-right: 8px; display: inline;}
#social_media_header_icons .img{margin-left: 5px; margin-right: 5px;}
#translation img{vertical-align:top;}
#dddlogo { float:right; margin-top:2px;}	
#tdlogo { padding-top:11px;}	
#header .meteor-slides {clear:both;}
.wp-pagenavi { padding-top:3px; padding-bottom:8px; }

table.borderless
{
   border-width: 0;
}

table.borderless td
{
   border-width: 0;
}

/* =superfish helpers
-------------------------------------------------------------- */

.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:	1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:	absolute;
	display:	block;
    right:		10px;
	top:		1.05em; /* IE6 only */
    margin-top:	5px;
	width:		10px;
	height:		10px;
	text-indent: 	-999em;
	overflow:	hidden;
	background:	url(js/superfish/images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:		.7em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	
	/*background:	url(js/superfish/images/shadow.png) no-repeat bottom right;*/
	padding: 0 3px 3px 0;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	display:none;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
.sf-menu a {	
	padding: 5px 8px;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#product_banner{
      
/*    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;    
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;        
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;    
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;*/
}

#header{
   padding:11px 19px;
    width:942px;
}
#featured_products{             
	width:1024px;        
        background-image:url(/wp-content/uploads/2012/01/PC_Product_BG.png);   
        height:160px;
        z-index: -1;
        clear:both;
        margin-top:10px;
        
	}
        
        
#featured_products #listgrp a,#featured_products #listgrp a:visited {           
   padding-top:10px;
    color:#4D91FE; 
            
}
#featured_products #listgrp a:hover{
            text-decoration: underline;
}
#featured_products .feature{
    
    
    font-size: 24px;
    font-weight: 500;
    margin:10px 0px;
}
                

.contenttitle{
    font-size: 34px;
    font-weight: 500;
    line-height: 2.2em;
    
}
#container {       	
	width:980px; 
	height:auto;
	clear:left;
	
}
#content {	/* IMPORTANT! need this to make the content bg color work right */
	padding-left: 5px;
        padding-right: 5px;
        padding-top: 10px;           
        width:980px;
        height:auto;      
}

#primary,
#secondary {
        font-family: "Century Gothic", Sans-serif;
	float:right;
	margin-left:0px;   
        width:400px;
	overflow: hidden;
	clear:right;
        
        
	
}
#secondary {
	clear: right;
}

#footer {
         clear: both;
	font-family: "Century Gothic", Sans-serif;
        margin: 0 auto;        
       
	width:980px;
	height:194px;
	text-align:center;        
/*	border-width:2px;
	border-top-color:#c1c1c1;
	border-top-style:ridge;
        background-color: transparent;*/
    
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/
#container.one-column {
	float: left;
	margin: 0;
	width: 100%;
}
.one-column #content {
	clear:both;
	margin: 0 auto;
	width: 980px;
}
.one-column #content img {
	/*max-width: 820px;*/
        max-width: 100%;
}

.one-column #content .page {
	padding-right:0;
}
.one-column #content .post {
	padding-right:10px;
}
.one-column #content table{
    width:100%;
}
.one-column #ttw-top-widget, .one-column #ttw-bot-widget, .one-column #ttw-site-top-widget,
 .one-column #ttw-site-bot-widget, .one-column #per-page-widget {margin:0 auto !important; width: 820px !important;}


/* one column iframe */

#container.one-column-iframe {
	padding:8px 19px;     
        width:942px;
        z-index: 0;
        position: relative;
}
#container.one-column-iframe #content .entry-content {
	 position: relative; padding:0px; width:942px; z-index: 0;
}
#container.one-column-iframe #content {
	 position: relative; margin-top: 0px; padding:0px; width:942px; z-index: 0;
}
#container.one-column-iframe #content #comments {
	 position: relative; padding:0px 20px 5px 20px; margin-top:-35px;
}
#container.one-column-iframe #content img {max-width:100%;}

.right-alt #container {
    width:500px;
}
/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	
	/*font-family: Georgia, "Bitstream Charter", serif;*/
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#access2 .menu,
#access2 div.menu ul,
#access3 .menu,
#access3 div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: "Century Gothic", Sans-serif;
	/*font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;*/
}
pre {
       font-family: "Century Gothic", Sans-serif; 
/*	font-family: "Courier 10 Pitch", Courier, monospace;*/
}
code {
        font-family: "Century Gothic", Sans-serif;
/*	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;*/
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */


#colophon,
#branding,
#wrapper

 {      
        font-family: "Century Gothic", Sans-serif;
	margin: 0 auto;
        width:980px;       
        border-color:transparent;
	position:relative;
	
	
	
}
#main{	
	width:100%;       
        z-index: 0; 
        background:url('/images/MainBackground.png') bottom no-repeat;
        
	}  
#main .stretch{
            width:100%;
            height: 100%;
            z-index: -1;
            position: fixed;            
        }

.videolink {position:absolute;top:50px;right:50px;width:192px;color:#000;font-family:Helvetica;font-weight:normal;font-size:18px;line-height:24px;}
.videolink img {display:block;margin:0;padding:0;}
.videolink a {color:#000;margin:0;padding:0;}
.videolink a:hover {color:#000;}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
        font-family: "Century Gothic", Sans-serif;
	float: left;
	margin-left: 4px;
	width: 215px;
	padding-right:5px;

}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
   background: #fcfcfc url(/wp-content/uploads/2011/11/Wave_BG1.jpg) top no-repeat scroll;
 
}
body,
input,
textarea {
	color: #666;	
	line-height: 1.5em;
        margin-bottom: 5px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
        
	
}

/* Text elements */
p {
    margin-top:10px;
    margin-bottom: 12px;
}
ul {
	list-style: square;
	margin: 0px;
        
}

ol {
	list-style: decimal;
	margin: 0px;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
     /*color: #0088cc;   FROM Apple.com*/
	color: #3f63ad;
       
/*     font-family: 'Century Gothic',Sans-serif;
}
a:visited {
     
        color:#4d91fe
/*        font-family: 'Segoe UI',Sans-serif;*/
}
a:active,
a:hover {
color: #4d91fe;
text-decoration:underline;
/*        font-family: 'Segoe UI',Sans-serif;*/
        
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}



/* =Header
-------------------------------------------------------------- */


#site-title {
	float: left;
	font-size: 200%;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding {
	margin-top: -10px;
}		/* ability to hide things required this one */
#branding img {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	margin-bottom: 0px;
	}

/* =Menu
-------------------------------------------------------------- */
.menu-add-left {
	float:left;
        font-size: 15px;
        font-weight: 600;
	display:inline !important;
	padding-left:4px;
	overflow:hidden;
	max-height: 38px;
	margin-bottom:0px;
	margin-left:500px;
	
}
.menu-add {
        float:right;
	display:inline !important;
	/*padding-right:4px;*/
	overflow:hidden;
	/*max-height: 38px;*/
	/*margin-right:-16px;*/
	margin-top:-15px;
	margin-bottom:14px;
	
}

.menu-add-left form,
.menu-add-left form div,
.menu-add-left a,
.menu-add form,
.menu-add form div,
.menu-add a {
/*    font-family: 'Segoe UI',Sans-serif;*/
/*	font:20px bolder "Segoe UI"; */
	display:inline !important;
	/*text-decoration:none;*/
}

/*.menu-add img {
	position:relative;
	top:7px;*/
	/*max-height:24px !important;*/
/*	border:none;margin:0;*/
/*	padding-left:4px;*/
/*        vertical-align:middle;*/
/*}*/

.menu-add-left img {
	position:relative;
	top:7px; max-height:24px !important;
	border:none;margin:0;
	padding-right:4px;
}

#nav-top-menu {		
        font-family: "Century Gothic", Sans-serif;/* needed for IE 7 */
	position:relative;
	z-index:60;
}
#nav-bottom-menu {   
	position:relative;
	z-index: 59;
        
      
}

#access,
#access2,
#access3 {
  
   width:942px;
}

#access .menu-header,
#access2 .menu-header,
#access3 .menu-header,
div.menu {        
     
	float: left;        
        width:942px;
	height:41px;
        background:url('/images/MenuBar-942.png')  no-repeat; 
}

#access .menu-header ul,
#access2 .menu-header ul,
#access3 .menu-header ul,
div.menu ul {
	font-family: 'Century Gothic',Sans-serif;
	list-style: none;
	list-style-image: none;
	position: relative;
        margin: 0px;
        padding: 0px;
	
}

#access .menu-header li,
#access2 .menu-header li,
#access3 .menu-header li,
div.menu li {  
        list-style: none;
		list-style-image: none;
        text-shadow:#666666 2px 2px 2px;
	text-align:center;
	font-size:20px;	
	width:235px;
        height: 39px;
	float: left; 
        position: relative;	
        vertical-align: middle;
        margin: 0px;
        padding: 0px;
}


#access .menu-header li li a,
#access2 .menu-header li li a,
#access3 .menu-header li li a {	
       
        text-transform:uppercase;	       
        text-shadow:#666666 2px 2px 2px; 
        font-weight: normal;       
        font-size: 13px;
        position: relative;        
        width:214px;
        height:38px;	             
        background: #747474 url('/images/MenuItem-234.jpg') no-repeat center;
        border-width: 0 1px 1px 1px;
        border-style:solid;
        border-color: #989898;

}
#access .menu-header li li a:hover,
#access2 .menu-header li li a:hover,
#access3 .menu-header li li a:hover{
        text-shadow:#666666 2px 2px 2px; 
        font-weight: normal;       
        font-size: 13px;
	position:relative;
	float:left;      
        background: #aeafb1 url('/images/MenuItemSelected-234.jpg') no-repeat center;
        border-width: 0 1px 1px 1px;
        border-style:solid;
        border-color: #989898;
}


#access a,
#access2 a,
#access3 a {
        font-family: 'Century Gothic',Sans-serif;
	color: #aaa;
	display: block;
	line-height:41px;
	padding: 0;
	padding-top: 0;			/* have to add in left/right if NOT sf-menu in generatecss */
	text-decoration: none;
}

#access ul ul,
#access2 ul ul,
#access3 ul ul {
	display: none;
	position: absolute;			
	float: left;	
	z-index: 99999;
}



#access ul ul li,
#access2 ul ul li,
#access3 ul ul li {
	
	min-width: 200px;
}


#access ul ul ul,
#access2 ul ul ul,
#access3 ul ul ul {
	
	left: 100%;
	top: 0;
}

#access ul ul a,
#access2 ul ul a,
#access3 ul ul a {
	font-size:12px;	
	line-height: 40px;
	width: 246px;
	height: 41px;
       font-family: 'Century Gothic',Sans-serif;
	
}

#access li li a,
#access2 li li a,
#access3 li li a {
	color:#fff;
        font-family: 'Century Gothic',Sans-serif;
	font-size:12px;
	font-weight:bold;
	text-shadow:none;
	position:relative;
	float:left;	
	height:39px;
	
	
	
}
#access li li a:hover,
#access2 li li a:hover,
#access3 li li a:hover{
/*color:#fff;
font-family: 'Segoe UI',Sans-serif;
font-family: 'Century Gothic',Sans-serif;
font-size:12px;
font-weight:bold;
text-shadow:none;
background:#0695d1 url(/wp-content/themes/weaver/images/navbg.png) 0 0 no-repeat;*/
}

#access li:hover > a,
#access ul ul :hover > a,
#access2 li:hover > a,
#access2 ul ul :hover > a,
#access3 li:hover > a,
#access3 ul ul :hover > a{	
	color: #fff;
        
}

#access ul li:hover > ul,
#access2 ul li:hover > ul,
#access3 ul li:hover > ul {
	display: block;
        
}


#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a,
#access2 ul li.current_page_item > a,
#access2 ul li.current-menu-ancestor > a,
#access2 ul li.current-menu-item > a,
#access2 ul li.current-menu-parent > a,
#access3 ul li.current_page_item > a,
#access3 ul li.current-menu-ancestor > a,
#access3 ul li.current-menu-item > a,
#access3 ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover,
* html #access2 ul li.current_page_item a,
* html #access2 ul li.current-menu-ancestor a,
* html #access2 ul li.current-menu-item a,
* html #access2 ul li.current-menu-parent a,
* html #access2 ul li a:hover,
* html #access3 ul li.current_page_item a,
* html #access3 ul li.current-menu-ancestor a,
* html #access3 ul li.current-menu-item a,
* html #access3 ul li.current-menu-parent a,
* html #access3 ul li a:hover {
	color: #fff;
}

/* =Content
-------------------------------------------------------------- */

#main {
        width:100%;
	clear: both;
        padding:0px;
        overflow: hidden;	
        
        font-family: "Century Gothic", Sans-serif;
}

#content,
#content input,
#content textarea {
	color: #333;
	font-size: 13px;
	line-height: 1.5em;
        font-family: "Century Gothic", Sans-serif;
      
}

#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	
        margin-right: 20px;
        font-family: "Century Gothic", Sans-serif;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
        font-family: "Century Gothic", Sans-serif;
}
#content ol li
{
    list-style: decimal;
    margin-left: 20px;
    font-family: "Century Gothic", Sans-serif;
}


#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 1.1em;
	line-height: 1.5em;
        font-family: "Century Gothic", Sans-serif;
}
#content code {
	font-size: 1.1em;
        font-family: "Century Gothic", Sans-serif;
}
#content dt,
#content  th{
	
        font-family: "Century Gothic", Sans-serif;
}

#content table {
        border-width: 0 0 1px 1px;
        border-spacing: 0;
        border-collapse: collapse;
        }
     
#content table tbody tr td img{
            margin:0;
            padding: 0;
            vertical-align:middle;
            font-family: "Century Gothic", Sans-serif;
          }
#content .noborder,
#content .noborder table,
#content .noborder tbody,
#content .noborder tr,
#content .noborder td {
         border:none; 
         border-collapse: collapse;  
         font-family: "Century Gothic", Sans-serif;
         
}
#content .noborder td{              
         padding-right: 5px;   
         vertical-align: middle;
          }
 #content h1{
       font-size: 34px;
 font-weight: 500;
 line-height: 1.5em; 
 
          }


#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 10px 0;
        font-family: "Century Gothic", Sans-serif;
}

.help-title
{   font-size: 20px;
    color:#3b548e;
    font-weight:normal;
    font-family: "Century Gothic", Sans-serif;
}
.help_head a:link,.help_head a:visited{
     
    color:#333;
    
}
.help_head a:hover{
     
    color:#4D91FE;
    font-family: "Century Gothic", Sans-serif;
}

.support_form  {
   width: 290px;
}

.other_parent {
   width: 290px;
}

.other_parent input {
   width: 100%;
}

.other_text {
   width: 100px;
   float: left;
   margin-top: 4px;
}

.other_box{
   width: 190px;
   float: right;
}

.code_img {
   width: 70px;
   float: left;
}

.code_box{
   width: 220px;
   float: right;
   padding-top: 6px;
}

select.support_form {
   width: 296px;
}

.support_detail{
    font-size: 12px;
}

.send_parent {
   width: 296px;
}

.send_button {
   width: 80px;
   float: right;
}

.retail_area{
    display: none;
}
.oem_area{
    display: none;
}
.graphics_area{
    display: none;
}
.other_products{
    display:none;
}
.other_mproducts{
    display:none;
}
.other_aproducts{
    display:none;
}
.other_nproducts{
    display:none;
}

.support_detail label { width: 100%; float: left; }
.support_detail label.error { height: 19px; float: left; color: red; vertical-align: top; margin-top:-6px; }
p { clear: both; }
.hentry {
	margin: 0 0 40px 0;
        font-family: "Century Gothic", Sans-serif;
}
.home .sticky,
#container.page-with-posts .sticky {
	background-color: #888;
	border-top: 2px dotted #444;
	border-bottom: 2px dotted #444;
	margin-right:4px; margin-left:1px;
	padding: 18px 20px;
        font-family: "Century Gothic", Sans-serif;
}
.single .hentry {
	margin: 0 0 36px 0;
        font-family: "Century Gothic", Sans-serif;
}
.page-title {
	color: #000;
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 36px 0;
        font-family: "Century Gothic", Sans-serif;
}
.page-title span {
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}

.product_div{	
	width:100%;
	height:auto;	
	background:url(/wp-content/uploads/2011/12/product_page.png) top center no-repeat scroll;      
        margin:25px 5px 30px 15px;
	}


.product_div_left{	
/*	font: Arial, Helvetica, sans-serif;*/
        font-size: 24px;
	margin:25px 5px 30px 0px;
	color:#5a79bc;	
	width:300px;
        min-height: 380px;
	}
.product_div_left a:link,
.product_div_left a:visited
    {
        font-size: 24px;
        text-decoration:none;
        padding-bottom: 10px;

    }


#content .entry-title {
	width:400px;
	color:#0e100f;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.3em;
	margin-bottom: 5px;	
	margin-top:20px;
        font-family: "Century Gothic", Sans-serif;
	
	
	
}
.entry-title a:link,
.entry-title a:visited {
	color: #0e100f;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}

.entry-format {
	color: #888!important;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	display:inline;
	padding-left:0.2em;
}

.entry-meta {
	color: #888;
	font-size: 85%;
	line-height: 1.5em;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0px 0px 0px 0px;
}
.div_left{
    width: 600px;
    float: left;
    min-height:50px;   
    margin: 0px 5px 5px 14px;  
    
}

.div_right{
   width:275px;
   float: right;
   margin-top:10px;
   padding-top:10px; 
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 4px 0;
}

.entry-content input.button
{
        
	margin-right: 24px;
}
.entry-content input.file
{
    position:relative;
    -moz-opacity:0;
    filter:alpha(opacity:0);
    opacity:0;
    z-index: 2;
    
}
.entry-content div.fakefile
{
    position:absolute;
    top:0px;
    left:0px;
    z-index: 1;
    
}
.entry_content input.submit
{
    
    width:10px;
}


.entry-content label {
	color: #888;
	font-size: 90%;
}
.entry-content select {
	margin-bottom:8px;
        
}
.entry-content sup,
.entry-content sub {
	font-size: 75%;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.entry-content ul, li{
	line-height:1.5em;
	list-style-image:url('/wp-content/uploads/2012/01/solid_circle.png'); 
}
 
#primary ul li {
   list-style-image:none;
}


li.tophead {
    font-size: 18px;
   list-style:disc;
   color:#e86730;
      
}
li.subhead1{
   margin-left: 20px;
    font-size: 16px;
    
     color: #534f4f;
}
li.subhead2{
   margin-left: 40px;
    font-size: 14px;
/*     list-style:circle;*/
     color: #e86730;
}

.selected_item
{
   color:#333333;
    text-decoration: none;
    text-align:left;
    font-size: 14px;   
    width:auto;
    height:auto; 
    padding:5px 5px 5px 5px; 
     font-weight: bold;     
    background-color:#eaf4f7;   
    border:1px solid #dadada;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;             
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;   
    -webkit-border-top-right-radius: 5px;  
    -webkit-border-bottom-right-radius: 5px;  
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    vertical-align: text-top;
 
}    

        
.faq_menu20,.faq_menu21, .faq_menu22{
            border:1px thin floralwhite;
        }

.grp_title,
.gamemenu{	
   
    text-decoration: none;
    text-align:left;   
    width:auto;
    height:auto; 
    padding:5px 5px 5px 5px; 
     font-weight: bold;
     border:1px solid transparent;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;             
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;   
    -webkit-border-top-right-radius: 5px;  
    -webkit-border-bottom-right-radius: 5px;  
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
   
      
}
.grp_title a:link, .grp_title a:visited,
.gamemenu a:link, .gamemenu a:visited{
    color: #333;    
     font-size: 14px;   
     
}

.grp_title a:hover, .gamemenu a:hover{
    color:#4D91FE; 
   
}

.game_icon {
   float:left;
   height:16px;
   margin-right:4px;
   width:16px;
   line-height:14px;
}

img.game_icon
{
   width:16px;
}

.faq_icon
{
   float:left;
   height:16px;
   margin-right:4px;
   width:16px;
   line-height:14px;
}

img.faq_icon
{
   width:16px;
}

.faq_arrow
{
   height:16px;
   margin-right:4px;
   width:16px;
   line-height:14px;
}

.imgup
{
   height:14px;
}

.imgdown
{
   height:14px;
}

.download_icon {
   float:left;
   margin-right:8px;
   height:20px;
   width:15px;
   line-height: 14px;
}

img.download_icon
{
   height:14px;
}

.download_name
{
   width: 500px;
   font-size: 14px;
   line-height: 18px;
}

.download_date
{
   font-size: 14px;
}

.dwnld_title{
   
    text-decoration: none;
    text-align:left;
    font-size: 14px;   
    width:300px;
    height:auto; 
    padding:5px 5px 5px 5px; 
    vertical-align: text-top;     
    border:1px solid transparent;    
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;             
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;   
    -webkit-border-top-right-radius: 5px;  
    -webkit-border-bottom-right-radius: 5px;  
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.dwnld_title a:link, .dwnld_title a:visited{
    
    
}

.faq_qus ,.faq_qus20, .faq_qus21 , .faq_qus22 {       
		line-height: 1.8em;
        font-size: 12px;  
        font-weight: bold;
        vertical-align:top;
        font-family: 'Century Gothic',Sans-serif; 
}

.arrow_pointer{
    float: left;
    padding:0px 10px 5px 10px;
    line-height: 1.8em;
    
}

.faq_ans, .faq_ans20, .faq_ans21,.faq_and22{
        
        color:#000;   
        font-size: 12px;
	padding:5px 5px 0px 35px;
        display: none;        
        font-family: "Century Gothic", Sans-serif;	
	}
       
.faq_ans ol li{
    list-style-type:decimal;
	list-style-image: none;
}

#game1, #game2, #game3, #game4{
          border: 0;
        }
.gamelist1, .gamelist2, .gamelist3, .gamelist4{
          color:#000;                   
          
        }
td.tr_odd{
            padding:5px;
            height: 20px;
            background-color:#f6f6f6; 
            
        }
td.tr_even{
            padding:5px;
            height: 20px;
            background-color:#fdfdfd;  
            
        }

td.right
{
   text-align: right;
}

.Line {
	BACKGROUND-COLOR: #e86730;
        width:100%;
        height: 1px !important;
        margin-top: 1px;
        margin-bottom: 5px;
}
.userguide{    
    background:url('/wp-content/uploads/2012/01/User_guide_box.png') no-repeat;   
    height:314px; 
    width:260px;
    padding:25px 0px 0px 35px;
    
   
/*            border-top:2px solid #dadada;
            border-bottom:1px outset #fcfcfc;
            border-left:2px solid #dadada;
            -moz-border-radius-bottomleft: 10px;
            -moz-border-radius-topleft: 10px;             
            -webkit-border-bottom-left-radius: 10px;
            -webkit-border-top-left-radius: 10px;          
            border-bottom-left-radius: 10px;
            border-top-left-radius: 10px;*/
         
        }
.guide-head{ 
           padding:5px;
           font-size: 20px;
           font-weight:600;
           color: #e3551d;
        }
.guide_title {  
          margin-top: 10px;
            font-size: 15px;
}
.guide_sub{	
            margin-left:30px;           
            font-size: 14px;
            margin-bottom: 3px;
           
           
        }
.guide_icon
{
   vertical-align:middle;
   padding-top: -2px;
   padding-right: 5px;
}


.download_icon2
{
   vertical-align: top;
   padding-right: 5px;
   height: 20px;
}

.guide_arrow
{
   vertical-align:middle;
   padding-left: 5px;
}

.need_help_icon
{   vertical-align:middle;
    margin-top:-3px;
    margin-right:2px;
    margin-bottom:0px;
    padding:0px;
}

.need_help_arrow
{   vertical-align:middle;
    margin-left:3px;
    margin-top:-3px;
    margin-bottom:0px;
    padding:0px;
}

table.w90 { width: 93%; }
table.w100 { width: 100%; }
table.ug
{
   border-collapse:collapse;
   display: block;
   margin-top: 10px;
   margin-bottom: 10px;
}

.ug td, .ug th
{
   border: 1px solid black;
   padding: 5px;
}

.textcent { text-align: center; }

th.ffsuff { width: 11%; }
th.ffexample { width: 26%; }
th.ffname { width: 19%; }
th.ffdesc { width: auto; }

table.ughotkey
{
   width: 93%;
   border-collapse:collapse;
   margin-top: 10px;
   margin-bottom: 10px;
}

.ughotkey td, .ughotkey th
{
   border: 1px solid black;
   text-align: left;
   padding: 5px;
}

.ughotkey th.key { width: 35%; }
.ughotkey th.func { width: 65%; }
.ughotkey td.key { width: 35%; }
.ughotkey td.func { width: 65%; }


.page-link {
	
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
	clear:both;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #a8a8a8;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link
{
	clear: both;
}

#content .attachment-thumbnail {
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
    padding: 3px;
}

#content .attachment-thumbnail-single {
    float: left;
    margin-right: 25px;
    margin-bottom: 12px;
    padding: 3px;
}

#entry-author-info {
	background-color: #888;
	border-top: 2px dotted #444;
	border-bottom: 2px dotted #444;
	margin: 0 4px 5px 1px;
	padding: 18px 20px;
	clear: both;
	overflow: hidden;
	font-size: 90%;
}

#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #888;
	float: left;
	height: 60px;
	margin: 0 -100px 0 0;
	padding: 3px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 85%;
	line-height: 1.5em;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}

#wvr-sitemap h3 {
	line-height: 2em;
	margin: 0 0 10px 0;
	font-size:130%;
	font-weight:bold;
}




/* =Status
-------------------------------------------------------------- */
#content .entry-content img.avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	margin: 4px 10px 4px 0 ;
	padding: 0;
}

/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 110%;
	line-height: 1.5em;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing (don't think this is used)
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}

.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next .nav-previous a:before {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */
#content img {
	margin: 0;	
	max-width: 900px;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	/*display: inline;*/
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	/*display: inline;*/
	float: right;
	/*margin-left: 24px;*/
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	/*display: block;*/
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}

#content .wp-caption p.wp-caption-text {
	background-color:#F1F1F1;
	color:#333;
	margin-top:-20px;
	margin-right:-2px;
	margin-bottom:0px;
	font-size: 85%;
	padding:8px;
	text-align:center;
	font-style:italic;
}
#content .wp-caption .size-full,
#content .wp-caption .size-large,
#content .wp-caption .size-medium,
#content .wp-caption .size-thumbnail {
	background-color:#F1F1F1;
}
#content .size-full,
#content .size-large,
#content .size-medium,
#content .size-thumbnail {
	background-color: transparent;
	line-height: 18px;
	margin-bottom: 10px;
	padding: 6px;
	text-align: center;
}
#content .wp-smiley {
	margin: 0;
}

/* gallery shortcode auto generates: .gallery-item, img, .gallery-caption  */
#content .gallery .gallery-caption {
	color: #333; font-style:italic;
	font-size: 85%;
	text-align:left !important;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery dd {clear: both;}	/* captions on the bottom! */

#content .attachment .entry-content img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 90%;
	line-height: 18px;
	overflow: hidden;
	font-weight: bold;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 4px 0 0 0;
}






/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
        font-family: 'Century Gothic',Sans-serif;
	list-style: none;
	list-style-image: none;
	margin-left: 0;
	margin-bottom: 0px;
	margin-top: 0px;	
	
        
}
.widget-area ul li {
	
	font-size:14px;
      
}
.widget-area ol{
           
	}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
	
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0px 0 18px 0;
}
.widget-area {
    margin-top:-10px;
    margin-left: -25px;
    padding-right:0px;}

.widget-title {
        font-weight: bold;
        font-family: 'Century Gothic',Sans-serif;        
	color:#3b548e;	
        line-height: 1.5em;
       
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	
}
.widget-area .entry-meta {
	font-size: 85%;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: inherit;
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 4px;
	padding-left: 2px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 90%;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: inherit;
}
#wp-calendar tbody td {
	background: rgba(0, 0, 0, .06);
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
#wp-calendar a {
	font-weight:bold;
	font-style:italic;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
.widget_rss ul a.rsswidget {font-size:110%;display:block;margin-left:-15px !important;}
.widget_rss ul {list-style-type:none !important;}
.widget_rss ul .rss-date {font-style:italic;margin-left:8px !important;}
.widget_rss ul cite {margin-left:20px !important;}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 10px 0px 0;	/* changed from 20 to 10 */
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}

/* Footer widget areas */
#footer-widget-area {
}

/* Weaver widget areas and templates */
#ttw-top-widget,
#ttw-bot-widget,
#ttw-site-top-widget,
#ttw-site-bot-widget,
#per-page-widget {	/* default styling for our top/bottom widget areas */
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 0px;
	overflow: hidden;
	width: 600px;
}

#ttw-top-widget,
#ttw-site-top-widget,
#per-page-widget {
	margin-bottom: 10px;
}
.one-column #ttw-top-widget,
.one-column #ttw-bot-widget,
.one-column #ttw-site-top-widget,
.one-column #ttw-site-bot-widget,
.one-column #per-page-widget {
	margin-left:60px !important;
	margin-right:auto !important;
	width: 800px !important;
	margin-bottom: 10px!important;
}
.one-column-iframe #ttw-top-widget,
.one-column-iframe #ttw-bot-widget,
.one-column-iframe #ttw-site-top-widget,
.one-column-iframe #ttw-site-bot-widget,
.one-column-iframe #per-page-widget {
	margin-left:60px !important;
	margin-right:auto !important;
	width:980px !important;
}

#ttw-head-widget {
	height:36px;
	margin-bottom:10px;
	text-align: right;
	padding:2px;
	display:inline;
}
#ttw-head-widget .textwidget {
	display:inline;
	margin-left: 10px;
}

/* Right Alt template */
.right-alt{
    width:600px;
}
	
.right-alt #container {
        width:600px;
	float: left;
	}
.right-alt #container #content{
        width:580px;
        padding:10px;
        }
.right-alt #content img {
	max-width: 560px;
}

#altright {
	float: right;	
	width: 265px;
        height:314px;
	margin: 0px 20px 4px 0px;
}



/* Left alt template */
.left-alt #container {
	float: right;
	margin: 0 -240px 4px 0;
	width: 100%;
	}
.left-alt #content {
	margin: 0px 240px 4px 0px;
	width: 658px;
	padding: 10px 15px 5px 25px;
	}
.left-alt #content img {
	max-width: 650px;
}

#altleft {
	float: left;
/*	width: 220px;*/
	padding-left: 15px;
	margin-bottom:4px;
	overflow:hidden;
}

/* multiple columns */
div.multi-content-col-left {
	float: left;
	width: 47%;
	padding-right: 3%;
}
div.multi-content-col-right {
	float: left;
	width: 47%;
}
div.clear-cols {
	clear: both;
}


/* =Footer
-------------------------------------------------------------- */
#ttw_ftable {
	border:0;
	width:98%;
	margin:0;
	padding:0;
	}
#ttw_ftdl {
	text-align:left;
	}
#ttw_ftdr {
	text-align:right;
	}

#footer {        
        font-size: 12px;
        margin-top:-4px;
        margin-bottom: 5px;
	padding-top:10px;
        line-height: 1.5em;
        height: auto;
        background:url('/images/FooterFadeBottom.png') top repeat-x;
       
	
}
#footer #footer_left{
    float:left;    
    width:370px; 
    text-align: center;
    padding-left:80px;
   
}
.tridef_image{
    vertical-align:text-top;
}
#footer #footer_right{
    
    float:right;   
    padding-bottom: 5px;
    padding-right:160px;
    
}


#footer_left .footer_bottom
{   margin-top: -5px;
    font-size:16px; 
    font-weight:bold;
    text-align: center;
    width: 100%;   
    
}

#footer_menu
{ 	width:980px;
        padding-bottom: 10px;
	color:#4798d0;	
	font-weight:bold;	
	overflow: hidden;
        line-height: 1.5em;
       
       
}
#footer_menu a:link{
    
/*    font-family: 'Segoe UI',Sans-serif;*/
 font-family: 'Century Gothic',Sans-serif;
     
}

#footer_menu a:hover{
	       
        
}

#footer_menu_tcp
{ 	width:980px;
    padding-bottom: 10px;
	font-size:10px;
	color:#000000;	
	font-weight:normal;	
	font-size: 10px;
	overflow: hidden;
        line-height: 1.5em;
       
       
}
#footer_menu_tcp a{
    
	/*    font-family: 'Segoe UI',Sans-serif;*/
	font-family: 'Century Gothic',Sans-serif;
	color:#000000;
}

#footer_menu_tcp a:hover{
	color:#4D91FE;
    font-family: "Century Gothic", Sans-serif;
}
#footer-title,#footer-title a{
    font-size: 12px ;
    font-weight: 600;
     font-family: 'Century Gothic',Sans-serif;
/*    font-family: 'Segoe UI',Sans-serif;*/
    color: #000;
}

#colophon {
	border-top: 4px solid #000000;
	margin-top: -4px;
	padding: 10px 0;
	overflow: hidden;
	alignment-adjust:central;
}

#site-info {
	float: left;
	width: 100%;
	font-weight: normal;
	font-size: inherit;
    margin-left:10px;
	padding-top: 4px;
}
#site-info a {
	color: #888888;
	text-decoration: none;
}

#site-generator {
	position: relative;
	font-style: italic;
	float: right;
	width: 100%;
}
#site-generator a {
	color: #000000;
	display:inline-block;
	text-decoration: none;
	background: url(images/wordpress.png) center left no-repeat;
	padding-left: 19px;
	line-height: 16px;
	margin-left: 1px;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display:block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
#access2,
#access3,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
		box-shadow: 0 0 3px 3px transparent !important; -webkit-box-shadow: 0 0 3px 3px transparent !important; -moz-box-shadow: 0 0 3px 3px transparent !important;
		border:none !important;
		background: none !important;
	}
	#header {
                width: 836px; margin-top: 8px; margin-left: auto; margin-right: auto; 
		border-bottom: 2pt solid #000;
		
		background: none !important;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		position: relative !important;
		float: none;
		line-height: 1.5em;
		margin: 0 !important;
		padding: 0 !important;
	}
	#site-title {
		font-size: 18pt;
	}

	.post {border:none !important;}
	.entry-content {
		font-size: 14px;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}

	#access,
	#access2,
	#access3,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
		margin: 0 !important;
		padding:0 !important;
	}
	#container,
	#header,
	#footer {
		float: none !important;		
		width: 980px !important;
		background: none !important;
               
	}
	#content,
	.one-column #content {
		clear:both !important;
		margin: 0pt 0 0 0 !important;
		padding: 0 !important;
		width: 100% !important;
		border:none !important;
		background: none !important;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
		background: none !important;
                
}
	.home .sticky {
		border: none;
	}
}
#NavPulldown1{
   
    margin:0;
    padding:0;   
    position:relative;   
    width:96px;
    height:18px;
    font-size: 12px;
    background: #FFF;  
    border: 1px solid #ccc;
    text-align: left;
    
} 

#NavPulldown1 ul.cssMenu{
   margin: 0px;
   padding: 0px;
    
    
}
#NavPulldown1 ul.cssMenu li{
     list-style: none;
	 list-style-image: none;
}
#NavPulldown2 {
    margin:0;
    padding:0;   
    position:absolute;   
    width:96px;
    font-size: 12px;
    background: #FFF;   
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    
    display: none;    
    text-align: left;
    
}
#NavPulldown2 ul.cssSubMenu li{
    list-style: none;
	list-style-image: none;
}
#NavPulldown2 ul.cssSubMenu{
    padding: 0px;
    margin: 0px;
}
#NavPulldown2 ul.cssSubMenu li:hover{
    background: #99ccff;   
    cursor:pointer;
}

/* Start Cookie Popup */
.cookie_popup {display: inline; font-family:'Century Gothic',Sans-serif; color: #000000; text-align:right; font-size: 13px; line-height: 100%; position: fixed; bottom: 0; right: 0; margin: 0; padding: 5px 15px 5px 5px; background: #F0F8FB; z-index: 100000; opacity:0.9; filter: alpha(opacity=90);}
.cookie_popup a {color:#000000;font-weight:bold;}
.cookie_popup a:hover {color:#000000;text-decoration:underline;}
.cookie_popup a:visited {color:#000000;}
/* End Cookie Popup */

.now_featuring a { color: #E55D26;}
.now_featuring a:link { color: #E55D26;}
.now_featuring a:visited { color: #E55D26;}
.now_featuring a:hover { color: #ff672b;}


/*
ul.cssMenu ul{display:none}
ul.cssMenu li:hover>ul{display:block}
ul.cssMenu ul{position: absolute;left:-1px;top:98%;}
ul.cssMenu ul ul{position: absolute;left:98%;top:-2px;}
ul.cssMenu,ul.cssMenu ul {
	margin:0px;
	list-style:none;
	padding:0px 2px 2px 0px;
	background-color:#ffffff;
	background-repeat:repeat;
	border-color:#AAAAAA;
	border-width:1px;
	border-style:solid;
}
ul.cssMenu table {border-collapse:collapse}ul.cssMenu {
	display:block;
	zoom:1;
	float: left;
}
ul.cssMenu ul{
	width:74px;
}
ul.cssMenu li{
	display:block;
	margin:2px 2px -2px 2px;
	font-size:0px;
}
ul.cssMenu a:active, ul.cssMenu a:focus {
outline-style:none;
}
ul.cssMenu a, ul.cssMenu li.dis a:hover, ul.cssMenu li.sep a:hover {
	display:block;
	vertical-align:middle;
	background-color:#ffffff;
	border-width:0px;
	border-color:#6655ff;
	border-style:solid;
	text-align:left;
	text-decoration:none;
	padding:4px;
	_padding-left:0;
	font:normal 12px Verdana;
	color: #000000;
	text-decoration:none;
	cursor:default;
}
ul.cssMenu span{
	overflow:hidden;
}
ul.cssMenu li {
	float:left;
}
ul.cssMenu ul li {
	float:none;
}
ul.cssMenu ul a {
	text-align:left;
	white-space:nowrap;
}
ul.cssMenu li.sep{
	text-align:center;
	padding:0px;
	line-height:0;
	height:100%;
}
ul.cssMenu li.sep span{
	float:none;	padding-right:0;
	width:5px;
	height:16px;
	display:inline-block;
	background-color:#AAAAAA;	background-image:none;}
ul.cssMenu ul li.sep span{
	width:80%;
	height:3px;
}
ul.cssMenu li:hover{
	position:relative;
}
ul.cssMenu li:hover>a{
	background-color:#4792E6;
	border-color:#ff0000;
	border-style:solid;
	font:normal 12px Verdana;
	color: #ffffff;
	text-decoration:none;
}
ul.cssMenu li a:hover{
	position:relative;
	background-color:#4792E6;
	border-color:#ff0000;
	border-style:solid;
	font:normal 12px Verdana;
	color: #ffffff;
	text-decoration:none;
}
ul.cssMenu li.dis a {
	color: #AAAAAA !important;
}
ul.cssMenu img {border: none;float:left;_float:none;margin-right:4px;width:16px;
height:16px;
}
ul.cssMenu ul img {width:16px;
height:16px;
}
ul.cssMenu img.over{display:none}
ul.cssMenu li.dis a:hover img.over{display:none !important}
ul.cssMenu li.dis a:hover img.def {display:inline !important}
ul.cssMenu li:hover > a img.def  {display:none}
ul.cssMenu li:hover > a img.over {display:inline}
ul.cssMenu a:hover img.over,ul.cssMenu a:hover ul img.def,ul.cssMenu a:hover a:hover img.over{display:inline}
ul.cssMenu a:hover img.def,ul.cssMenu a:hover ul img.over,ul.cssMenu a:hover a:hover img.def{display:none}
ul.cssMenu a:hover ul{display:block}
ul.cssMenu span{
	display:block;
	background-image:url(/wp-content/uploads/2012/02/arrow-down.png);
	background-position:right center;
	background-repeat: no-repeat;
   width: 100px;
   padding-right:12px;}
ul.cssMenu li:hover>a>span{background-image:url(/wp-content/uploads/2012/02/arrow-down.png);
}*/



