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

Theme Name: Blog 5 English
Description: Theme White for Video Blogs English
Version: 1.0
Author: NW

**********************************************************************************************

0.  CSS Reset  -------------------------  All Theme Files
1.  Basic Setup  -----------------------  All Theme Files
2.  Header Styles  ---------------------  header.php
3.  Navigation and Menu Styles  --------  header.php
4.  Search Form  -----------------------  searchform.php
5.  Main Content Containers  -----------  home.php, index.php, single.php, page.php
6.  Carousel Styles  -------------------  home.php
7.  Carousel Content  ------------------  home.php
8.  Featured Categories  ---------------  home.php
9.  Gallery and Post Thumbnail Styles  -  home.php, index.php
10. Post Content Styles ----------------  index.php, single.php, page.php
11. Post Comment Styles ----------------  single.php
12. Sidebar and Widgets  ---------------  sidebar.php
13. Footer Styles  ---------------------  footer.php
14. CSS3 Elements  ---------------------  style.css3.css
15. IE7 Styles  ------------------------  style.ie7.css
16. IE8 Styles  ------------------------  style.ie8.css

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


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

0. CSS Reset  -------------------------  All Theme Files

*********************************************************************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

fieldset, img {border: 0;}

address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}

ol, ul {list-style: none;}
caption, th {text-align: left;}

h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: normal;
}

q:before, q:after {content: '';}
abbr, acronym {border: 0;}


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

1. Basic Setup  -----------------------  All Theme Files

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

@font-face {
	/*font-family: 'Graphik-Bold';*/
	font-family: 'Graphik-Bold';
	src: url("fonts/Graphik-Regular.eot");
	src: url("fonts/Graphik-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Graphik-Regular.woff2") format("woff2"), url("fonts/Graphik-Regular.woff") format("woff"), url("fonts/Graphik-Regular.ttf") format("truetype"), url("fonts/Graphik-Regular.svg#Graphik-Regular") format("svg");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Graphik-Regular';
	src: url("fonts/Graphik-Regular.eot");
	src: url("fonts/Graphik-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Graphik-Regular.woff2") format("woff2"), url("fonts/Graphik-Regular.woff") format("woff"), url("fonts/Graphik-Regular.ttf") format("truetype"), url("fonts/Graphik-Regular.svg#Graphik-Regular") format("svg");
	font-style: normal;
	font-weight: normal;
  }

body {
background: #FFF;
width: auto;
height: auto;
font-family: "Graphik-Regular", Arial, Helvetica, Verdana, Geneva, sans-serif;
font-size: 12px;
line-height: 18px;
}

h1 {
font-size: 30px;
font-weight: normal;
margin: 0 0 15px 0;
}

h2 {
font-size: 18px;
font-weight: normal;
margin: 0 0 5px 0;
}

h3 {
font-size: 14px;
font-weight: normal;
margin: 0 0 5px 0;
}

h4 {
font-size: 12px;
font-weight: normal;
margin: 0 0 2px 0;
}

blockquote {
color: #666666;
padding: 0 0 0 15px;
font-style: italic;
border-left: 1px solid #999999;
}

strong {font-weight: bold;}

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

a:hover {
color: #808080;
}

abbr,acronym {
border-bottom: 1px dotted;
cursor: help;
} 

em {font-style: italic;}
ol,ul {margin: 0;}
ol li {list-style: decimal outside;}
ul li {list-style: none;}

th,td {
padding: 4px;
}

th {
font-weight:bold;
text-align:center;
}

caption {
margin-bottom: 8px;
text-align: center;
}

p,fieldset,table {margin-bottom: 15px;}
a:link, a:visited {text-decoration: none;}

:focus {
outline: 0;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}


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

2. Header Styles  ---------------------  header.php

*********************************************************************************************/
#header {
width: 100%;
float: left;
}

#header-inside {
width: 980px;
margin: 0px auto;
}

#full-width-ad {
border: 1px solid #E1E1E1;
background: #F6F6F6;
width: 980px;
float: left;
text-align: center;
margin: 30px 0 0 0;
padding: 10px 0 10px 0;
}

#header-left { /* For the Logo */
width: 170px;
float: left;
padding: 30px 0 30px 0;
}

#header-left h1 {
font-size: 50px;
margin: 18px 0 0 0;
}

#header-right {
text-align: right;
width: 490px;
float: left;
}

#textlogo {
float: left;
width: 750px;
margin: 35px 0 0 0;
}

#textlogo h1 {
font-size: 30px;
margin: 10px 0 0 0;
color: #ff0000;
}
#textlogo h2 {
font-size: 18px;
margin: 10px 0 0 0;
color: #grey;
line-height: 21px;
}


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

3. Navigation and Menu Styles  --------  header.php

*********************************************************************************************/
#navigation {
width: 100%;
float: left;
font-size: 12px;
}

.navigation-inside {
background: url(images/menubar.png) top left no-repeat;
width: 980px;
margin: 0px auto;
height: 31px;
}

.navigation-video {
background: url(images/menubar-home.png) top left no-repeat;
height: 35px;
}

.navigation-category {
background: url(images/menubar.png) top left no-repeat;
height: 31px;
}

.menu, .menu * { /* SuperFish Menu Styles */
margin: 0;
padding: 0;
list-style: none;
}

.menu {
float: left;
width: 965px;
padding: 6px 0 0 15px;
}

.menu a {
display: block;
position: relative;
}

.menu a, .menu a:visited  {
color: #FFFFFF;
}

.menu a:hover  {
color: #B9B9B9;
}

.menu ul li {
width: 100%;
}

.menu ul {
position: absolute;
top: -15000px;
width: 160px; /* Left Offset of Sub-Menus Need to Match */
}

.menu li:hover ul, 
.menu li.sfHover ul {
left: -15px;
top: 22px; /* Match Top UL List Item Height */
z-index: 10000;
}

ul.menu li:hover li ul, 
ul.menu li.sfHover li ul {
top: -15000px;
}

ul.menu li li:hover ul, 
ul.menu li li.sfHover ul {
left: 160px; /* Match ul width. */
top: 0;
}

ul.menu li li:hover li ul, 
ul.menu li li.sfHover li ul {
top: -15000px;
}

ul.menu li li li:hover ul, 
ul.menu li li li.sfHover ul {
left: 160px; /* Match ul Width. */
top: 0;
}

.menu li {
float: left;
position: relative;
padding: 0 20px 0 0;
z-index: 99999;
}

.menu li:hover {
visibility: inherit; /* Fixes IE7 Sticky Bug */
}

.menu li ul {
background: #FFFFFF;
font-size: 12px;
width: 137px;
margin: 10px 0 0 0;
padding: 10px 40px 10px 15px;
}

.menu li ul a:link, .menu li ul a:visited {
color: #555555;
}

.menu li ul a:hover {
color: #888888;
}

.menu li li {
background: none;
margin: 0 0 0 0;
padding: 0 0 0 0;
text-transform: none;
}

.menu li li ul {
background: #FFFFFF;
margin: -10px 0 0 -50px;
}

li.subscribe {
background: url(images/rss.png) top left no-repeat;
padding: 0 15px 0 20px;
float: right;
}

li.subscribe:hover {
background: url(images/rss.png) top left no-repeat;
}

li.twitter {
background: url(images/twitter.png) top left no-repeat;
padding: 0 20px 0 20px;
float: right;
}

li.twitter:hover {
background: url(images/twitter.png) top left no-repeat;
}

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

4. Search Form  -----------------------  searchform.php

*********************************************************************************************/
#site-search {
background: url(images/search.png) top left no-repeat;
width: 292px;
height: 50px;
float: left;
margin: 10px 0 0 10px;
}

input#s {
border: 1px #CCCCCC solid;
background: none;
font-size: 14px;
float: left;
width: 190px;
margin: 10px 0 0 10px;
padding: 5px;
}

#search-submit {
background: url(images/search-submit.png) 0 0;
border: none;
cursor: pointer;
width: 55px;
height: 50px;
float: left;
margin: 0 0 0 0px;
}

input#search-submit:hover {
background: url(images/search-submit.png) 0 -50px;
}

#sidebar .widget_search h3 {
	display:none;
}


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

5. Main Content Containers  -----------  home.php, index.php, single.php, page.php

*********************************************************************************************/
#content {
width: 100%;
float: left;
}

#content-inside {
width: 980px;
margin: 0px auto;
}

#post-container {
width: 980px;
float: left;
}

#posts {
width: 660px;
float: left;
padding: 25px 0 30px 0;
}

#posts-page {
width: 660px;
float: left;
padding: 25px 0 0 0;
}

#posts-full {
width: 980px;
float: left;
padding: 25px 0 0 0;
}

#paginate {
border-top: 1px solid #E1E1E1;
width: 655px;
float: left;
margin: -30px 0 0 0;
padding: 5px 0 5px 5px;
}
#jwplayer-1-div {
	display: block;
}

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

6. Carousel Styles  -------------------  home.php

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

#featured-content{
	width: 660px;
	float: left;
	padding: 0px 0 30px 0;
}
.coda-slider, .coda-slider .panel {
background: #ff0000;
width: 640px;
height: 340px;
} 

.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel {
width: 640px;
}

#coda-nav {
width: 640px;
position: relative;
}

.coda-nav-left a {
background: url(images/left.png) 0 0;
position: absolute;
width: 58px;
height: 102px;
top: 125px;
left: -5px;
z-index: 500000;
}

.coda-nav-left a:hover {
background: url(images/left.png) 0 -102px;
}

.coda-nav-right a {
background: url(images/right.png) 0 0;
position: absolute;
width: 58px;
height: 102px;
top: 125px;
right: -5px;
z-index: 500000;
}

.coda-nav-right a:hover {
background: url(images/right.png) 0 -102px;
}

.coda-slider-wrapper {
clear: both;
overflow: auto;
}

.coda-slider {
float: left;
overflow: hidden;
position: relative;
}

.coda-slider .panel {
display: block;
float: left;
}

.coda-slider .panel-container {
position: relative;
}


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

7. Carousel Content  ------------------  home.php

*********************************************************************************************/
.featured-post {
background: #ff0000;
color: #fff;
height: 270px;
margin: 30px 0 0 52px;
text-decoration: none;
}
.featured-post a {
color: #fff;
text-decoration: underline;
}

.attachment-featured {
float: left;
}

.featured-post-description h2 a {
font-size: 16px;
color: #B9B9B9;
font-weight:bold;
text-decoration: none;
}

.featured-post-description h2 a:hover {
}

.featured-post-description {
width: 230px;
float: left;
margin: 0 0 0 16px;
}

.continue {
background: url(images/button.png) 0 0;
width: 143px;
height: 28px;
float: left;
text-align: center;
margin: 0 0 0 -2px;
padding: 7px 0 0 0;
}

.continue:hover {
background: url(images/button.png) 0 -35px;
}

a.continue {
color: #D5D5D5;
text-decoration: none;
}


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

8. Featured Categories  ---------------  home.php

*********************************************************************************************/
#featured-categories {
background: url(images/categories.png) top left no-repeat;
width: 980px;
float: left;
height: 160px;
}

.featured-category {
background: url(images/category.png) top left no-repeat;
width: 90px;
height: 90px;
float: left;
margin: 30px 0 0 20px;
padding: 10px 0 0 10px;
}

#categories a {
color: #D5D5D5;
float:left;
position:relative;
}

#categories span {
display: none;
background: url(images/tip.png) top left no-repeat;
width: 152px;
height: 38px;
position: absolute;
left: -35px;
text-align: center;
padding: 5px 0 0 0;
}


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

9. Gallery and Post Thumbnail Styles  -  home.php, index.php

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

.post-home {
	display: block;
}

.gallery-item {
/*width: 200px;*/
float: left;
margin: 0 20px 20px 0;
}

.gallery-item-single {
margin: 0;
}

.gallery-item h2 {
border-bottom: 1px solid #E1E1E1;
font-size: 14px;
margin: 0 0 5px 0;
padding: 0 0 5px 5px;
}
.gallery-item2 h2 {
border-bottom: 1px solid #E1E1E1;
font-size: 14px;
margin: 0 0 5px 0;
padding: 0 0 5px 5px;
}

.instant {
display: none;
}

.instant-view {
text-align: center;
}

.post-htext {
width: 425px;
min-height: 150px;
float: left;
margin: 0 0 10px 0;
padding-left: 13px;
}
.post-htext2 {
width: 650px;
float: left;
margin: 8px 0px 10px 0px;

}
.post-thumbnail .wp-post-image{
 	background-color: #F2F2F1;
    border: 1px solid #CCCCCC;
    float: left;
    margin: 4px 0 10px;
    padding: 8px;
    width: 180px;
	border-radius:6px;
	-moz-border-radius:6px; /* Firefox */
	-webkit-border-radius:6px; /* Safari y Chrome */     
}

.post-thumbnail {
width: 200px;
height: 150px;
float: left;
margin: 0 0 10px 0;
padding: 0px;

}

.thumbnail-frame{
width: 200px;
height: 150px;
}

.thumbnail-frame:hover {
width: 200px;
height: 150px;
position: absolute;
}

.thumbnail-frame-video {
width: 200px;
height: 150px;
position: absolute;
}

.thumbnail-frame-video:hover {
width: 200px;
height: 150px;
position: absolute;
}

.attachment-post-thumbnail {
margin: 10px 0 0 10px;
}

ul.post-meta {
font-size: 11px;
}

ul.post-meta li {
margin: -2px 0 0 0;
}

li.date {
border-bottom: 1px solid #E1E1E1;
color: #666666;
font-size: 13px;
padding: 0 0 2px 5px;
}

li.categories {
border-bottom: 1px solid #E1E1E1;
color: #888888;
font-size: 12px;
padding: 7px 0px 0px 0px;
}

li.categories a:link, li.categories a:visited {
color: #888888;
font-size: 12px;
}

li.categories a:hover {
color: #B1B1B1;
}

li.comments {
color: #AAAAAA;
font-size: 11px;
padding: 5px 0 0 5px;
}

li.comments a:link, li.comments a:visited {
color: #AAAAAA;
font-size: 11px;
}

li.comments a:hover {
color: #CCCCCC;
}


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

10. Post Content Styles ----------------  index.php, single.php, page.php

*********************************************************************************************/
#video-container {
background: #282828;
width: 980px;
float: left;
text-align: center;
padding: 30px 0 34px 0;
}

.post-item {
padding-left: 5px;
}

.post-details {
width: 655px;
float: left;
margin: 0 0 15px 0;
}

.post-details-full {
width: 650px;
}

.details {
width: 455px;
float: left;
}

.post-details h2 {
background-color: #FFFFFF;
color: #000000;
display: block;
margin: 0 0 15px 0px;
font-size: 24px;
line-height: 100%;
}

.post-details h2 a {
color: #000000;
}


ul.post-meta-post {
margin-bottom: 0;
}

.post-meta-post li {
padding-left: 0;
}

.post-content {
width: 635px;
float: left;
padding: 0 0 20px 0;
}

.post-content a {
text-decoration: underline;
}

.post-content-full {
width: 970px;
}

.post-content h1 {
font-size: 22px;
margin: 0 0 5px 0;
}

.post-content h2 {
Color:#ff0000;
border-bottom: 1px solid #E1E1E1;
font-size: 21px;
margin: 0 0 5px 0;
padding: 0 0 5px 0;
}

.post-content h3 {
margin: 0 0 2px 0;
}

.post-content h4 {
margin: 0;
}

.post-content ul {
margin: 0 0 15px 0;
}

.post-content ul li {
background: url(images/bullet.jpg) top left no-repeat;
padding: 0 0 0 15px;
}

.post-content ol {
margin: 0 0 15px 15px;
}

p img {
padding: 0;
max-width: 100%;
}

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

img.alignright {
float: right;
padding: 5px;
margin: 0 0 2px 15px;
}

img.alignleft {
float: left;
padding: 5px;
margin: 0 15px 2px 0;
}

.wp-caption {
background: #F6F6F6;
text-align: center;
padding: 10px 5px 5px 5px;
margin: 5px 0 20px 0;
}

.wp-caption.alignright {
margin: 0 0 25px 25px;
}

.wp-caption.aligncenter {
margin-left: auto;
margin-right: auto;
}

.wp-caption.alignleft {
margin: 0 25px 25px 0;
}

.wp-caption img {
padding: 0;
margin: 0 0 5px;
}

.wp-caption-text {
margin: 10px 0 0;
padding: 0;
}

.wp-caption .wp-caption-text, .wp-caption .wp-caption-dd {
font-size: 12px !important;
text-align: center; 
margin: 0;
padding: 0;
}

h4.not-here {
font-size: 14px;
}


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

11. Post Comment Styles ----------------  single.php

*********************************************************************************************/
#comments-meta {
border-top: 1px solid #E1E1E1;
width: 655px;
float: left;
margin: -15px 0 0 0;
padding: 0 0 0 5px;
}

#comments {
border-top: 1px solid #E1E1E1;
width: 635px;
float: left;
padding: 0 20px 0 5px;
}

#comments-meta p {
margin: 0;
padding: 5px 0 5px 0;
}

#comments ol {
margin: 0 0 20px 0;
}

#comments ol li {
list-style: none;
}

ol.commentlist li {
border: 1px #E1E1E1 solid;
padding: 20px 20px 10px 30px;
margin: 20px 0 20px 0;
}

ol.commentlist li.alt {
border: 1px #E1E1E1 solid;
padding: 20px 20px 10px 30px;
margin: 20px 0 20px 0;
}

ol.commentlist li ul.children { 
list-style: none; 
text-indent: 0; 
}

ol.commentlist li ul.children li {
border: 1px #fff solid;
padding: 20px 20px 10px 30px;
margin: 20px 0 20px 0;
}

ol.commentlist li ul.children li.alt {
border: 1px #fff solid;
padding: 20px 20px 10px 30px;
margin: 20px 0 20px 0;
}

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

.comment-meta a {
color: #FF8A00;	
}

span.says {
display: none;
}

.comment-author {
font-size: 14px;
}

.avatar {
background: #F6F6F6;
float: right;
margin: -8px 0 20px 20px;
padding: 8px;
}

div.reply {
font-size: 11px;
}

div.reply a {
background: url(images/reply.jpg) left no-repeat;
color: white;
padding: 0 0 0 18px;
}

.cancel-comment-reply a {
display: none;
}

#respond {
width: 100%;
padding: 20px 0 34px 5px;
}

#author, #email, #url, #comment {
background: #FFFFFF url(images/fields.jpg) top left repeat-x;
border: 1px solid #E1E1E1;
font-family: "Graphik-Regular", Arial, Helvetica, Verdana, Geneva, sans-serif;
font-size: 12px;
line-height: 18px;
color: #555555;
padding: 6px 4px 6px 4px;
}

#comment {
width: 98%;
max-width: 625px;
}

input#submit {
background: url(images/button.png) 0 0;
border: none;
color: #D5D5D5;
width: 143px;
height: 35px;
float: left;
text-align: center;
margin: 0 0 0 -2px;
padding: 0 0 2px 0;
cursor: pointer;
}

input#submit:hover {
background: url(images/button.png) 0 -35px;
}


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

12. Sidebar and Widgets  ---------------  sidebar.php

*********************************************************************************************/
#sidebar {
width: 319px;
float: left;
padding: 10px 0 15px 0px;
}

#sidebar h3 {
font-size: 16px;
color: #ffffff;
margin: 0 0 2px 0;
height: 20px;
padding: 5px;
background-color: #ff0000;
display: block;
}

#sidebar .jaaw-author_name {
	background-color: #FFFFFF;
	color: #000000;
}
#sidebar .jaaw-avatar-image {
	padding: 0 5px 5px 0;
}

#sidebar p {
margin: 0 0 10px 0;
}

.widget  {
color: #666666;
width: 300px;
float: left;
padding: 15px 0 0 5px;
}

.widget_archive ul li {
padding: 5px 0px 0px 10px;
}
.widget_links ul li {
padding: 5px 0px 0px 10px;
}

.widget_links ul li a {
	width: 50px;
}

.widget_links ul li a img {
	width: 50px;
	vertical-align: middle;
	padding:2px;
	
}

.widget ul {
padding: 5px 0px 0px 10px;
}

.cat-post-item {
width: 300px;
float: left;
margin: 10px 0 0 0;
}

.cat-post-content {
padding: 2px 0 0 0;
}

.post-thumbnail-side {
width: 102px;
height: 102px;
float: left;
margin: 0 12px 10px 0;
}

.post-thumbnail-side img {
padding: 11px;
}

.thumbnail-frame-side {
background: url(images/frame-side.png) 0 0;
width: 102px;
height: 102px;
position: absolute;
}

.thumbnail-frame-side:hover {
background: url(images/frame-side.png) 0 -102px;
}

.sidebar-ad {
margin: 5px 0 20px 25px;
}

a.simple-ads {
background: none;
}

#sidebar .social-profiles h3 {
	display:none;
}

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

13. Footer Styles  ---------------------  footer.php

*********************************************************************************************/
#footer {
width: 100%;
float: left;
}

#footer-inside {
width: 980px;
margin: 0px auto;
}

#footer-content {
border-top: 1px solid #E1E1E1;
width: 980px;
float: left;
padding: 10px 0 30px 0;
}

#footer-content h3 {
font-size: 14px;
color: #444444;
margin: 0 0 2px 0;
padding: 0 0 0 5px;
}

#footer-content p {
color: #666666;
font-size: 13px;
margin: -2px 0 0 0;
padding: 0 0 0 5px;
}

#footer-content a {
color: #ff0000;
}

.footTxt3
{
font-size: 10px;
font-family: "Graphik-Regular",Geneva,Arial,Helvetica,sans-serif;
text-decoration: none;
border: none;
color: grey;
text-align: left;
}

.footTxt
{
font-size: 10px;
font-family: "Graphik-Regular",Geneva,Arial,Helvetica,sans-serif;
text-decoration: none;
border: none;
color: grey;
text-align: right;
}


/*
Sliding Login Panel
*/ 

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 110%; /* font-size set to 130% for the default Kubrick Wordpress theme */
}

#panel {
	width: 100%;

	color: #999999;
	background: #fff;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color:#ff0000;
	text-align: left;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: #000;
	text-align: left;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: #ff0000;
}

#panel a:hover {
	color: #000;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel ul {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.6em;
	list-style: none;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
	font-size: 0.8em;
}

#panel .content .left {
	width: 280px;
	float: left;
	margin-bottom: 25px;
	padding: 0 15px;
	border-right: 1px solid #333;
	min-height: 220px;
}

#panel .content .border {
	border-left: 1px solid #333;
}

#panel .content .narrow {
	width:120px !important;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

#panel .content input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .content input.bt_login {
	width: 74px;
	background: transparent url(images/bt_login.png) no-repeat 0 0;
}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(images/bt_register.png) no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}

/* Panel Tab/button */
.tab {
  	background: url(images/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.tab ul.login li.left {
  	background: url(images/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(images/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(images/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a {
	color: #ff0000;
}

.tab ul.login li a:hover {
	color: black;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	position: relative;
	top: 11px;
}

.tab a.open {background: url(images/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(images/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(images/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(images/bt_close.png) no-repeat left -19px;}


/*sidebar_twitter*/
#sidebar_twitter{
	width:261px;
	margin:0 0 20px 15px;
}
#sidebar_twitter h2{
	background:#f3f3f3;
	border-top:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
	font-size:22px;
	font-family:"Graphik-Regular", Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding:14px 0 14px 59px;
	color:#ff0000;
}
#twitter_update_list{
	padding:0 6px 0 6px;
	font-size:12px;
	line-height:1.5em;
	font-family: "Graphik-Regular", Arial, Helvetica, sans-serif;
}
#twitter_update_list li{
	padding:6px 0 6px 0;
	color:#4c4c4c;
}
#twitter_update_list a{
	font-size:12px !important;
	font-style:italic;
	display:block;
	color:#4c4c4c;
	font-weight:bold;
	margin:7px 0 0 0;
}
#twitter_update_list span a{
	font-style:normal;
	font-weight:normal;
	display:inline;
	color:#4c4c4c;
	margin:0;
}
#ico_twitter{
	position:absolute;
	margin:3px 0 0 8px;
}