﻿/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =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, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

/*
* OVERAL Layout
*/

#body {
    background-color: #fff;
	text-align: center;
}

#wrapper {
	position: relative;
    width: 900px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    /*padding-left: 20px;
    padding-right: 20px;*/
	overflow: hidden;
    /*background-color: #00ffff;*/
	text-align: left;
}

#header {
	position: relative;
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 20px;
    height: 350px;
    /*background-color: #ff0000;*/
}

#main {
	position: relative;
	float: left;
    overflow: hidden;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    width: 860px;
    /*background-color: #ffff00;*/
}

#footer {
	position: relative;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    /*height: 40px;*/
    width: 860px;
    /*background-color: #c00;*/
}

/*
* Global Tuning
*/

#wrapper ul {
    list-style: none;
}

/* Headers */
#wrapper h1,
#wrapper h2,
#wrapper h3,
#wrapper h4,
#wrapper h5,
#wrapper h6,
#header .vmenu-head,
#header .promo,
#content .categories,
#content .cat-head,
#sidebar .side-promo-head,
#footer-info
{
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    font-family: Trebuchet MS;
}

/* Text */
#wrapper {
    /*color: #004877;*/
    color: #444;
    /*color: #007ccb;*/
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    font-family: Arial;
    text-decoration: none;
    line-height: 20px;
}

/* Links */
#wrapper a {
    color: #090; /*TBD*/
    text-decoration: none;
}

#wrapper a:hover {
    color: #f00; /*TBD*/
}

/* Links in Menus*/
#wrapper ul a,
#content .cat-item a
{
    /*color: #004877;*/
    color: #666;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    font-family: Arial;
}

#wrapper ul a:hover,
#content .cat-body a:hover
{
    color: #007ccb;
}

/* Links within Headers */
#wrapper h1 a,
#wrapper h2 a,
#wrapper h3 a,
#wrapper h4 a,
#wrapper h5 a,
#wrapper h6 a,
#footer-info a
{
    color: #fff;
    font-family: Trebuchet MS;
}

#wrapper h1 a:hover,
#wrapper h2 a:hover,
#wrapper h3 a:hover,
#wrapper h4 a:hover,
#wrapper h5 a:hover,
#wrapper h6 a:hover,
#footer-info a:hover
{
    color: #75c5de;
}

/*
* HEADER Layout
*/
/* Headers */
#header h1,
#header h2,
#header h3,
#header h4,
#header h5,
#header h6,
#header .vmenu-head
{
    font-size: 16px;
}

#header a {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    font-family: Arial;
}

#header a:hover {
    color: #fff;
}

#header .vmenu {
	position: relative;
	float: left;
    margin-left: 10px;
    height: 290px;
    width: 200px;
    /*background-color: #050;*/
    background: url(../../../wp-content/themes/twentyten/images/vmenu.png) no-repeat;
}

#header .vmenu-head {
    height: 50px;
    /*background-color: #ccf;*/
}

#header .vmenu-head-padd {
    padding-top: 15px;
    padding-left: 20px;
    /*background-color: #cc0;*/
}

#header .vmenu-item {
    /*background-color: #03a;*/
}

#header .vmenu-item a {
    display: block;
    height: 30px;
    /*background-color: #c4a;*/
    background: url(../../../wp-content/themes/twentyten/images/vmenu_item.png) no-repeat;
}
#header .vmenu-item a:hover {
    /*background-color: #c40;*/
    background: url(../../../wp-content/themes/twentyten/images/vmenu_item_hover.png) no-repeat;
}

#header .vmenu-item-padd {
    padding-top: 6px;
    padding-left: 35px;
}



#header .logo {
	position: relative;
    float: right;
    height: 290px;
    width: 220px;
    /*background-color: #500;*/
    background: url(../../../wp-content/themes/twentyten/images/logo.png) no-repeat;
}

#header .logo a {
    display: block;
    height: 100%;
}


#header .hmenu-place {
    float: left;
    margin-top: 10px;
    height: 50px;
    width: 860px;
    /*background-color: #a0a;*/
    background: url(../../../wp-content/themes/twentyten/images/hmenu.png) no-repeat;
}

#header .hmenu {
    float: left;
    height: 100%;
    width: 622px;
    /*background-color: #055;*/
    background: url(../../../wp-content/themes/twentyten/images/hmenu.png) no-repeat;
}

#header .hmenu-item {
    float: left;
	margin-left: 0px;
    height: 100%;
    width: 155px;
    /*background-color: #555;*/
}

#header .hmenu-item a {
    display: block;
    height: 50px;
    width: 155px;
    text-align: center;
        /*background-color: #ccc;*/
}
#header .hmenu-item a:hover {
    /*background-color: #666;*/
    background: url(../../../wp-content/themes/twentyten/images/hmenu_item_hover.png) no-repeat;
}
#header .hmenu-item-padd {
    padding-top: 17px;
	/*background: #ccc;*/
}


#header .promo {
    float: right;
    height: 50px;
    width: 220px;
    /*background-color: #505;*/
    background: url(../../../wp-content/themes/twentyten/images/anim_test.gif) no-repeat;
}

#header .promo a {
    display: block;
    height: 50px;
    width: 100%;
    font-size: 18px;
    font-family: Trebuchet MS;
    text-align: center;
}
#header .promo a:hover {
    /*color: red;*/
}
#header .promo-padd {
    padding-top: 15px;
	/*background: #c00;*/
}

/*
* MAIN Layout
*/
#content {
    float: left;
    /*clear: left;*/
    width: 620px;
    /*background-color:#0c0;*/
}

#sidebar {
    float: right;
	position: relative;
    /*margin-left: 20px;*/
	margin-top: 0px;
	/*clear: right;*/
    width: 220px;
    /*background-color:#ddd;*/
}


/*
* SIDEBAR Layout
*/

#primary-sidebar,
#secondary-sidebar,
#side-main-posts {
    margin-top: 20px;
    /*background-color: #880;*/
}

#secondary-sidebar {
    margin-bottom: 20px;
}

/* Menu Header */
#sidebar .widget-title
{
    height: 30px;
    padding-top: 5px;
    padding-left: 20px;
	vertical-align: center;
    background: url(../../../wp-content/themes/twentyten/images/side_cat_head.png) no-repeat;
}
/* Menu Items list */
#sidebar ul li ul
{
    overflow: hidden;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    /*background-color: #099;*/
    background: url(../../../wp-content/themes/twentyten/images/side_cat_bord.png) repeat-y;
}
/* We need this to fix IE */
#primary-sidebar ul li ul {
	/*height: 400px;*/
}
/* We need this to fix IE */
#secondary-sidebar ul li ul,
#side-main-posts ul li ul 
{
	height: 200px;
}

#sidebar ul li ul li ul
{
    overflow: visible;
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background: none;
}
#secondary-sidebar ul li ul a,
#side-main-posts ul li ul a
{
    overflow: hidden;
}
/* Menu childrens alignment */
/* 1-st level*/
#sidebar ul li ul a
{
    margin-left: 0px;
    width: 185px;
}
/* 2-nd level*/
#sidebar ul li ul li ul a
{
    margin-left: 15px;
    width: 170px;
}
/* 3-rd level*/
#sidebar ul li ul li ul li ul a
{
    margin-left: 30px;
    width: 155px;
}
/* 4-th level*/
#sidebar ul li ul li ul li ul li ul a
{
    margin-left: 45px;
    width: 140px;
}
/* Menu Items */
#primary-sidebar a,
#secondary-sidebar a,
#side-main-posts a
{
    display: block;
    float: left;

    height: 20px;
    /*background-color: #888;*/
    background: url(../../../wp-content/themes/twentyten/images/side_cat_item.png) no-repeat;
}

/* SIDE PROMO */

/* Promo at the top of sidebar */
#sidebar .side-promo-rooms {
    margin-top: 10px;
    height: 160px;
    width: 100%;
    /*background-color: #00c;*/
    background: url(../../../wp-content/themes/twentyten/images/side_promo_rooms.png) no-repeat;
}
#sidebar .side-promo-nodep {
    margin-top: 10px;
    height: 160px;
    width: 100%;
    /*background-color: #00c;*/
    background: url(../../../wp-content/themes/twentyten/images/side_promo_nodep.png) no-repeat;
}
#sidebar .side-promo-schools {
    margin-top: 10px;
    height: 100px;
    width: 100%;
    /*background-color: #00c;*/
    background: url(../../../wp-content/themes/twentyten/images/side_promo_schools.png) no-repeat;
}

#sidebar .side-promo-head {
    height: 30px;
	
	/*background-color: #00c;*/
}
#sidebar .side-promo-head-padd {
	padding-left: 20px;
	padding-top: 6px;
}

#sidebar .side-promo-item {
    /*background-color: #0c0;*/
    /*background: url(../../../wp-content/themes/twentyten/images/side_promo.png) no-repeat;*/
}

#sidebar .side-promo-rooms a,
#sidebar .side-promo-nodep a,
#sidebar .side-promo-schools a
{
    display: block;
	
	height: 30px;
    
    /*color: #ccc;*/
    color: #fff;
    background: url(../../../wp-content/themes/twentyten/images/side_promo_item.png) no-repeat;
}
#sidebar .side-promo-rooms a:hover,
#sidebar .side-promo-nodep a:hover,
#sidebar .side-promo-schools a:hover
{
    /*color: #75c5de;*/
    color: #fff;
    background: url(../../../wp-content/themes/twentyten/images/side_promo_item_hover.png) no-repeat;
}
#sidebar .side-promo-item-padd {
	padding-left: 35px;
	padding-top: 6px;
}


/* POLLS */

#sidebar .polls {
	margin-top: 10px;
	height: 250;
	width: 100%;
	/*background: #ccc;*/
}

#sidebar .polls-head {
	height: 30px;
	width: 100%;
	/*background: #cc0;*/
    background: url(../../../wp-content/themes/twentyten/images/side_cat_head.png) no-repeat; /* TBD */
}
#sidebar .polls-head-padd {
	padding-top: 6px;
	padding-left: 20px;
}
#sidebar .polls-body {
	margin-top: 10px;
	height: 220;
	width: 100%;
	/*background: #0cc;*/
    background: url(../../../wp-content/themes/twentyten/images/side_cat_bord.png) repeat-y; /* TBD */
}
#sidebar .polls-body-padd {
	padding-right: 10px;
}


/*
* MAIN PAGE Layout
*/

#content .info-left-head {
    float: left;
    height: 30px;
    width: 305px;
    /*background-color: #cf3;*/
    background: url(../../../wp-content/themes/twentyten/images/main_info_head.png) no-repeat;
}
#content .info-head-padd {
    padding-top: 5px;
    padding-left: 20px;
}

#content .info-right-head {
    float: right;
    height: 30px;
    width: 305px;
    /*background-color: #cf3;*/
    background: url(../../../wp-content/themes/twentyten/images/main_info_head.png) no-repeat;
}

#content .info-left {
    float: left;
    margin-top: 10px;
    
    height: 400px;
    width: 305px;
    
    font-size: 12px;
    font-family: Trebuchet MS, Times New Roman, Cambria, Calibri;
    line-height: 15px;
    
    /*background-color: #cf3;*/
    background: url(../../../wp-content/themes/twentyten/images/main_info_bord.png) no-repeat;
}

#content .info-right {
    float: right;
    margin-top: 10px;
    
    height: 400px;
    width: 305px;

    font-size: 12px;
    font-family: Trebuchet MS, Times New Roman, Cambria, Calibri;
    line-height: 15px;

    /*background-color: #cf3;*/
    background: url(../../../wp-content/themes/twentyten/images/main_info_bord.png) no-repeat;
}

#content .info-padd {
    padding-left: 10px;
    padding-right: 10px;
}

#content .info-link {
    float:right;
    margin-top: 5px;
}

#content .categories {
    float: left;
    height: 40px;
    width: 620px;
    margin-top: 10px;
    /*background-color: #cf3;*/
	
    background: url(../../../wp-content/themes/twentyten/images/main_categories.png) no-repeat;
}

#content .categories-padd {
    margin-top: 10px;
    margin-left: 20px;
}

#content .cat-head {
    float: left;
    height: 30px;
    width: 200px;
    margin-top: 10px;
    margin-left: 9px;
    
    /*background-color: #cf3;*/
    background: url(../../../wp-content/themes/twentyten/images/main_cat_head.png) no-repeat;
}
#content .cat-head-padd {
    padding-top: 5px;
    padding-left: 20px;
}

#content .cat-body {
	position: relative;
    float: left;
    height: 220px;
    width: 200px;
    margin-top: 10px;
    margin-left: 9px;
    
    /*background-color: #cf3;*/
    background: url(../../../wp-content/themes/twentyten/images/main_cat_bord.png) no-repeat;
}

#content .cat-item {
    height: 20px;
    width: 100%;
    
    overflow: hidden;

    background: url(../../../wp-content/themes/twentyten/images/main_cat_item.png) no-repeat;
}

#content .cat-item a {
    display: block;
	
    padding-left: 10px;
    padding-top: 3px;
	
}

#content .cat-go {
	float: right;
	position: absolute;
	right: 10px;
	bottom: 5px;

	height: 15px;
	width: 120px;
	font-size: 10px;
	
	/*background: #ccc;*/
}

/*
* LOOP Layout
*/
#content .page-title {
    float: left;
    height: 40px;
    width: 620px;
    background: url(../../../wp-content/themes/twentyten/images/page_title.png) no-repeat;
}
#content .page-title-padd {
    padding-top: 10px;
    padding-left: 20px;
}

#content .page-description {
    float: left;
    /*height: 30px;*/
    width: 620px;
    margin-top: 5px;
	padding-top: 5px;
    background: #ccc;
}
#content .page-description-padd {
    padding-left: 20px;
}

#content .post-preview {
    float: left;
    margin-top: 10px;   
    /*background-color: #c0f;*/
}

#content .post-preview-head {
    height: 25px;
    padding-top: 5px;
    padding-left: 20px;
    /*background-color: #cf3;*/
    background: url(../../../wp-content/themes/twentyten/images/post_preview_head.png) no-repeat;
}

#content .post-preview-head a {
    display: block;
}

#content .post-preview-body {
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    /*background-color: #cc0;*/
    background: url(../../../wp-content/themes/twentyten/images/post_preview_body.png) repeat-y;
}

#content .post-preview-foot {
    margin-top: 5px;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    /*background-color: #83a;*/
    background: url(../../../wp-content/themes/twentyten/images/post_preview_foot.png) no-repeat;
}

#content .post-preview-cat {
    float: left;
    margin-top: 5px;
}

#content .post-preview-more {
    float: right;
    margin-top: 5px;
}

/*
* LOOP-SINGLE Layout
* LOOP-PAGE Layout
*/

#content .post {
    float: left;
    /*background-color: #c0f;*/
}

#content .post-head {
    height: 30px;
    /*background-color: #cf3;*/
    background: url(../../../wp-content/themes/twentyten/images/post_head.png) no-repeat;
}
#content .post-head-padd {
    padding-top: 5px;
    padding-left: 20px;
}

#content .post-body {
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    /*background-color: #cc0;*/
    background: url(../../../wp-content/themes/twentyten/images/post_body.png) repeat-y;
}

#content .post-body h1,
#content .post-body h2,
#content .post-body h3,
#content .post-body h4,
#content .post-body h5,
#content .post-body h6
{
    color: #007ccb;
}
#content .post-body h1,
#content .post-body h2
{
	font-size: 14px;
    line-height: 30px;
}
#content .post-body h3,
#content .post-body h4,
#content .post-body h5,
#content .post-body h6
{
	font-size: 12px;
    line-height: 20px;
}

#content .post-body p {
    margin-top: 10px;
    margin-bottom: 10px;
}

#content .post-body ul {
	list-style: disc outside;
    margin-left: 40px;
}
#content .post-body ul li ul{
	list-style: circle outside;
    margin-left: 40px;
}
#content .post-body ol {
	list-style: decimal outside;
    margin-left: 40px;
}
#content .post-body ol li ol{
	list-style: lower-alpha outside;
    margin-left: 40px;
}
#content .post-foot {
	float: left;
    margin-top: 5px;
    height: 130px;
	width: 100%;
    background: url(../../../wp-content/themes/twentyten/images/post_foot.png) no-repeat;
	/*background: #73c;*/
}
#content .post-foot-padd {
	float: left;
	width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
	/*background: #e82;*/
}

#content .post-foot-cat {
	float: left;
	width: 300px;
	/*background: #cc0;*/
}
#content .post-foot-related {
	float: left;
	width: 300px;
	margin-left: 20px;
	/*background: #0cc;*/
}
#content .post-foot-related a {
    color: #090; /*TBD*/
    text-decoration: none;
	font-weight: normal;
}
#content .post-foot-related a:hover {
    color: #f00; /*TBD*/
}

#content .post-banner-place {
	/*float: left;*/
	margin-top: 20px;
	height: 60px;
	width: 620px;
	text-align: center;
	/*background: #ccc;*/
}
/*
#content .post-banner {
	margin: 0 auto;
	width: 480px;
	height: 60px;
	text-align: center;
	background: #c0c;
}*/

/*
* POKER ROOMS LIST Layout
*/
#content .rooms-row {
	overflow: hidden;
	/*background: #ccc;*/
}
#content .rooms {
	float: left; 
	margin-top: 10px; 
	margin-left: 10px; 

	width: 290px; 
	height: 200px; 
	/*background: #00ccee;*/
	background: url(../../../wp-content/themes/twentyten/images/room_border.png) no-repeat;
}
#content .rooms-head {
	height: 20px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}
#content .rooms-body {
	margin-top:5px;
	margin-left: 5px;
	margin-right: 5px;
}
#content .rooms-foot {
	text-align: center;
	margin-top:5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

/*
*
* PAGENAVY
*
*/
#content .wp-pagenavi {
	float: left;
	width: 90%;
	height: 22px;
	margin-left: 5%;
	margin-top: 10px;
	
	/*background: #eee;*/
}

#content .wp-pagenavi a, 
#content .wp-pagenavi span 
{
	/*display: block;*/
	float: left;
	border: 1px solid #BFBFBF;
	width: 20px;
	height: 20px;
	margin-left: 2px;
	text-align: center;
	
/*	background: #fee;*/
}

#content .wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

#content .wp-pagenavi span.current {
	font-weight: bold;
}
#content .wp-pagenavi span.pages {
	width: 150px;
}


/*
* FOOTER Layout
*/
#footer-sidebar {
    float: left;
    margin-top: 20px;

    width: 100%;
    
    font-size: 12px;
    line-height: 15px;
    
/*  background: #f00;*/
}

#footer-side-left {
    float: left;
    margin-left: 10px;
    width: 200px;
    /*background: #0f0;*/
}
#footer-side-right {
    float: right;
    width: 220px;
    /*background: #00f;*/
}

#footer-side-left .widget-title
{
    height: 25px;
    padding-top: 5px;
    padding-left: 20px;
    /*background-color: #009;*/
    background: url(../../../wp-content/themes/twentyten/images/footer_side_left_head.png) no-repeat;
}
#footer-side-right .widget-title
{
    height: 25px;
    padding-top: 5px;
    padding-left: 20px;
    /*background-color: #009;*/
    background: url(../../../wp-content/themes/twentyten/images/footer_side_right_head.png) no-repeat;
}

/* Menu Items list */
#footer-side-left ul li ul,
#footer-side-right ul li ul
{
    overflow: hidden;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    /*background-color: #099;*/
}

#footer-side-left ul li ul {
    background: url(../../../wp-content/themes/twentyten/images/footer_side_left_bord.png) repeat-y;
}
#footer-side-right ul li ul {
    background: url(../../../wp-content/themes/twentyten/images/footer_side_right_bord.png) repeat-y;
}

#footer-side-right .textwidget {
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background: url(../../../wp-content/themes/twentyten/images/footer_side_right_bord.png) repeat-y;
}



/* Menu Items */
#footer-side-left a,
#footer-side-right a
{
    display: block;
    float: left;

    height: 20px;
    width: 100%;
    
    overflow: hidden;
    
    /*background-color: #888;*/
}
#footer-side-left a {
    background: url(../../../wp-content/themes/twentyten/images/footer_side_left_item.png) no-repeat;
}
#footer-side-right a {
    background: url(../../../wp-content/themes/twentyten/images/footer_side_right_item.png) no-repeat;
}



#footer-info {
    float: left;
    margin-top: 20px;
    height: 40px;
    width: 100%;
    background: url(../../../wp-content/themes/twentyten/images/footer.png) no-repeat;
}
#footer-info .padd {
    margin-top: 10px;
    margin-left: 20px;
}
﻿

/*
﻿playback timings (ms):
﻿  ﻿captures_list﻿: ﻿0.633﻿
﻿  ﻿exclusion.robots﻿: ﻿0.024﻿
﻿  ﻿exclusion.robots.policy﻿: ﻿0.011﻿
﻿  ﻿esindex﻿: ﻿0.011﻿
﻿  ﻿cdx.remote﻿: ﻿26.843﻿
﻿  ﻿LoadShardBlock﻿: ﻿196.334﻿ (﻿3﻿)
﻿  ﻿PetaboxLoader3.datanode﻿: ﻿246.364﻿ (﻿5﻿)
﻿  ﻿load_resource﻿: ﻿354.356﻿ (﻿2﻿)
﻿  ﻿PetaboxLoader3.resolve﻿: ﻿175.957﻿ (﻿2﻿)
﻿*/