/*
Theme Name:     CG2013
Theme URI:      
Description:    
Author:         AI
Author URI:     
Template:       twentyeleven
Version:        
*/

/* jy - misc
-------------------------------------------------------------- */
body, input, textarea {
	color: #373737;
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.7em;
}

img {
	border:none;
	vertical-align:middle;
}

.singular .entry-title {
	clear: both;
	font-weight: inherit;
	line-height: inherit;
	padding-bottom:inherit;
	padding-top: inherit;
    font-weight: 700;
    margin: 0.8em 0 0.5em;
    color: #373737;
    font-size: 2em;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    margin: 0.4em 0 0.5em;
    word-wrap: break-word;
	line-height: 1em;
}

h1 {
    color: #373737;
    font-size: 1.69em;
	margin: 0.8em 0 0.5em;
	line-height:1.2em;
}
h2 {
    color: #373737;
    font-size: 1.38em;
	margin: 1.07em 0 0.535em;
}
h3 {
    font-size: 1.23em;
	margin: 1.14em 0 0.57em;
}
h4 {
    font-size: 1.08em;
	margin: 1.23em 0 0.615em;
}
h5 {
    font-size: 1em;
	margin: 1.33em 0 0.67em;
}
h6 {
    font-size: 1em;
    text-transform: uppercase;
	margin: 1.6em 0 0.8em;
}



input[type="text"] {
    padding: 3px;
}
input[type="text"], input[type="password"], textarea, select {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 0px solid #DDDDDD;
    color: #333;
	width:inherit;
	padding-left:8px;
}
select {
	max-width:500px;
}
input::-webkit-input-placeholder {
    color:    #999;
}
input:-moz-placeholder {
    color:    #999;
}
input:-ms-input-placeholder {
    color:    #999;
}

body 
{	
	margin:0px;
	padding:0px;
	background: #e0e4ef url(images/bk-wave.jpg) bottom right fixed repeat-x; 
}

/* =Header
-------------------------------------------------------------- */
#logo {
	float:left;
	margin:0;
	position:relative; 
	top:16px;
	left:32px;
}
#header {
	background:url(images/hd_bk.jpg);
	height:163px;
	position:relative;
}
.badge {
  height:131px;
  position:absolute;
  left:50%;
  margin-left:70px;
}
.badge a {
  margin-top:-4px;
  display:block;
  -webkit-transition: margin-top, 0.2s;
  -moz-transition: margin-top, 0.2s ;
  -ms-transition: margin-top, 0.2s ;
  -o-transition: margin-top, 0.2s ;
  transition: margin-top, 0.2s ;
}
.badge a:hover {
  margin-top:0px;
}

/* =Globals
-------------------------------------------------------------- */
#container {
	background-color:#FFF;
	margin:0 auto;
	max-width:980px;
	width:980px;
	padding:0px;
	box-shadow: 0 0px 20px 0px rgba(0,0,0,.16);
	-webkit-box-shadow: 0 0px 20px 0px rgba(0,0,0,.16);
	-moz-box-shadow: 0 0px 20px 0px rgba(0,0,0,.16);
}
.home #wrapper {
	margin:0px;	
	padding:0 26px 26px 26px;
	background-color:#fff;
	overflow:hidden;
}
#wrapper {
	margin:0px;
	border-radius:0px;
	padding:0 20px 20px 20px;
	border:0px;
	overflow:hidden;
}
.home #content, .singular #content {
	margin:20px 0 20px 0;
	width:600px;
	float:left;
}
#content {
	margin:0 0 20px 0;
	width:600px;
	float:left;
}
#content .main-content {
  padding:20px 0px;
}
#featured {
	border-radius:0px;
	border:0px;
}




/* =Footer
-------------------------------------------------------------- */

#footer {
	background:#f0f7fb; 
	text-align:center;
	padding:20px 0  60px 0; 
	max-width:100%;
}
#footer-seals {
  text-align:center;
  padding:10px 0px 20px;
}
#footer a {
	color:#0072bc;
}
.footer-menu {
	padding:0;
}
.footer-menu li {
    display: inline;
    list-style-type: none;
}
.footer-menu li a {
	border-left:0px solid #ccc;
	color:#0072bc;
	padding: 0 5px;
}
.footer-menu li a:hover {
    color: #222222;
}
.footer-menu > li:first-child > a {
    border-left: medium none;
    padding: 0 8px 0 0;
}

/* =end Footer
-------------------------------------------------------------- */





#fixed_footer {
	background:#062a72; 
	color:#c1cdd8; 
	height:45px;
	padding-top:15px;
	position:fixed;
	bottom:0px;
	width:100%;
	z-index:900;
	overflow:hidden;
}
#fixed_footer a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity 3s;
} 
#fixed_footer .right {
	float:right;
	margin-right:20px;
}
#fixed_footer .left {
	float:left;
	margin-left:20px;
	min-width:50%;
	text-align:left;
}
#fixed_footer .left img {
  margin-top:2px;
  margin-right:5px;
}
#fixed_footer form {
	margin-top:0;
	float:left;
	margin-right:10px;
	margin-top:-3px;
}
#fixed_footer input {
	box-shadow:none;
	padding:6px 20px 6px 12px;
	width:155px;
}

#footer-search {
	background:#ffffff url(images/icon-search.png) no-repeat 155px;
	border:1px solid #333;
	border-radius:5px;
	float:left;
}
#fixed_footer .textwidget {
	float:left;
	margin-right:10px;
}

/* =Top Menu
-------------------------------------------------------------- */
#tabnav  {
  position:absolute;
  right: 0px;
  top: 22px;
}
#tabnav ul {
	padding:0px;
}
#tabnav span {
	display:none;
} 
#tabnav a:hover img {
	opacity:0.9;
	filter:alpha(opacity=90);
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity 3s;
} 

.top-menu {
	margin:0;
}
.top-menu li,
.top-menu li a {
	display:block;
}

/* =Primary Menu
-------------------------------------------------------------- */
.menu {
	background-color:#011a4d;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#011a4d), to(#072c77));
	background-image:-webkit-linear-gradient(top, #011a4d, #072c77);
	background-image:-moz-linear-gradient(top, #011a4d, #072c77);
	background-image:-ms-linear-gradient(top, #011a4d, #072c77);
	background-image:-o-linear-gradient(top, #011a4d, #072c77);
	background-image:linear-gradient(top, #011a4d, #072c77);
	clear:both;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#011a4d, endColorstr=#072c77);
	margin:0 auto;
}

.menu, 
.menu ul {
	display:block;
	list-style-type:none;
	margin:0;
	padding:0;
}

.menu li {
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
	position:relative;
	border-right:1px #011948 solid;
	z-index:5;
}

.menu li:hover {
	white-space:normal;
	z-index:10000;
}

.menu li li {
	float:none;
}

.menu ul {
	left:0;
	position:absolute;
	top:0;
	visibility:hidden;
	z-index:10;
}

.menu li:hover > ul {
	top:100%;
	visibility:visible;
}

.menu li li:hover > ul {
	left:100%;
	top:0;
}

.menu:after, 
.menu ul:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
}

.menu, 
.menu ul {
	min-height:0;
}

.menu ul ul {
	margin:-30px 0 0 -10px;
	padding:30px 30px 30px 10px;
}

.menu ul li a:hover, 
.menu li li a:hover {
	color:#484848;
	text-decoration:none;
}

.menu ul {
	min-width:170px;
	width:auto;
}

.menu a {
	border-left:1px #335089 solid;
	color:#fff;
	display:block;
	font-size:1.38em;
	font-weight:500;
	margin:0;
	padding:16px 22px;
	position:relative;
	text-decoration:none;
}
.menu li a span {
  display:block;
  font-size:0.61em;
  font-weight:300;
  line-height:1.2em;
}
.menu ul li a span {
  display:none;
}

.menu a:hover,
.menu li:hover a,
.menu li:hover a:hover {
	background-color:#01143c;
	background-image:none;
	color:#fff;
    filter:none;
}

.menu .current_page_item a {
	background-color:#343434;
}

.home .menu .current_page_item a {
	background-color:transparent;
}

.menu li li {
	background-image:none;
	border:0px solid #b2b2b2;
	border-top:none;
	color:#fff;
	filter:none;
	width:auto;
}
.menu li ul.sub-menu {
  padding: 10px 20px 20px;
  background:#01143c;
}
.menu li li a {
	background:transparent!important;
	border:none;
	color:#fff;
	font-size:0.92em;
	font-weight:500;
	height:auto;
	padding:0px;
	margin:4px 0px;
	text-shadow:none;
	white-space:nowrap;
}

.menu li li a:hover {
	background:#01143c !important;
	background-image:none;
	border:none;
	color:#fff;
	filter:none;
}

.menu ul > li + li {
	border-top:0;
}

.menu li li:hover > ul {
	left:100%;
	top:0;
}

.menu > li:first-child > a {
	border-left:none;
}
.menu > li:last-child {
	border-right:none;
}

/* = custom Widgets
-------------------------------------------------------------- */
#ad-300_250 {
	margin-bottom:10px;
}

#signup {
	background:#43a1de; 
	padding:20px 20px 20px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align:center;
	margin-bottom:16px;
}
#signup h3 {
  color:#fff;
  font-size:1.23em;
  text-align:left;
  margin:4px 0px 10px;
}
#signup form {
	margin-top:20px;
	color:#fff;
}
#signup .input {
	width:70%;
}
#signup .btn {
	padding:5px 10px 5px 10px; 
	border:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	background:#77b274; 
	color:#FFF;
	font-size:0.92em;
	font-weight:500;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#91d553), to(#77b274));
	background-image:-webkit-linear-gradient(top, #91d553, #77b274);
	background-image:-moz-linear-gradient(top, #91d553, #77b274);
	background-image:-ms-linear-gradient(top, #91d553, #77b274);
	background-image:-o-linear-gradient(top, #91d553, #77b274);
	background-image:linear-gradient(top, #91d553, #77b274);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#91d553, endColorstr=#77b274);
    cursor:pointer;
}
#sidebar-sponsors {
	padding:20px 20px 20px 20px;
	border:1px solid #ccc;
}
#sidebar-sponsors h3 { 
  color:#373737;
  font-size:1.23em;
  text-align:left;
  margin:4px 0px 0px;
}
#sidebar-sponsors #box-sponsors {
	margin:0 20px 10px 20px; padding:25px 0; background:#FFF; margin-bottom:20px; overflow:hidden;
}
#sidebar-btns {
  margin-bottom: 16px;
}
#sidebar-btns ul.sidebar-menu,
#sidebar-btns ul.sidebar-menu li {
  list-style-type:none;
  display:block;
  padding: 0;
  margin:0 0 4px 0;
}
#sidebar-btns ul.sidebar-menu li {
	background:-webkit-gradient(linear, left top, left bottom, from(#92d159), to(#8abe5d));
	background:-webkit-linear-gradient(top, #92d159, #8abe5d);
	background:-moz-linear-gradient(top, #92d159, #8abe5d);
	background:-ms-linear-gradient(top, #92d159, #8abe5d);
	background:-o-linear-gradient(top, #92d159, #8abe5d);
	background:linear-gradient(top, #92d159, #8abe5d);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#92d159, endColorstr=#8abe5d);
	background: #92d159;
}
#sidebar-btns ul.sidebar-menu li a {
  display: block;
  padding: 12px 30px 12px 42px;
  background:transparent url(images/arrow.png) 13px 13px no-repeat;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.08em;
  -webkit-transition: padding, 0.2s;
  -moz-transition: padding, 0.2s;
  -ms-transition: padding, 0.2s;
  -o-transition: padding, 0.2s;
  transition: padding, 0.2s;
}
#sidebar-btns ul.sidebar-menu li a:hover {
  background:#0072bc url(images/arrow.png) 13px 13px no-repeat;
  padding:12px 30px 12px 45px;
}
#sidebar-block {
  margin:24px 0px 20px;
  padding:0px 20px;
}
#sidebar-block .head {
	color:#8c0404; 
	font-weight:bold; 
	font-size:1.31em; 
	line-height:27px;
	background:url(images/drop.gif) 0 0 no-repeat;
	padding-left:28px;
	margin-top:0px;
}

/* =Widgets
-------------------------------------------------------------- */

#widgets {
	margin-top:20px;
	float:right; 
	width:300px; 
	min-height:200px; 
	padding-bottom:20px;	
}


/* =Slider
-------------------------------------------------------------- */
#homepageslider .cs-title {
  background:#fd7204 !important;
  color:#ffffff !important;
}

/* =Links
-------------------------------------------------------------- */
a {
	color: #0072bc;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: #43a1de;
	text-decoration: none;
}

/* =Custom
-------------------------------------------------------------- */
h4 {
	color:#8c0404;
}

/*th, td, table {
    border: 0px solid #DDDDDD;
}*/

#homepage_box {
  overflow:hidden;
  margin-top:30px;
}
#homepage_box .head {
	color:#8c0404; 
	font-weight:bold; 
	font-size:1.31em; 
	line-height:27px;
	background:url(images/drop.gif) 0 0 no-repeat;
	padding-left:28px;
	margin-top:0px;
}
#homepage_box .col1,
#homepage_box .col2 {
  float: left;
  width:265px;
  padding-right:30px;
}
#homepage_box .col2 {
  border-left:1px solid #ccc;
  padding-left:30px;
  padding-right:0px;
}
#homepage_box p {
	margin-top:0px;
	margin-bottom:10px;
}
#homepage_box a {
  font-weight:bold;
}

#content input[type="text"], input[type="password"], textarea, select {
    border: 1px solid #999999;
    color: #333;
	width:auto;
	padding-left:inherit;
}




.error {
	background-color:#FFFF99 !important;
	border:1px solid #E1E16D;
	color:#000;
}

#errorPH {
	display: none;
	color: #FF0000;
}

.tubepress_thumbs {margin-top:10px;}
.tubepress_thumb {margin:0 24px 20px !important; overflow:visible !important; }
dd.tubepress_meta_title, dd.tubepress_meta_title a, dd.tubepress_meta_title a:hover {padding:3px 0; line-height:15px;}