/*
Theme Name:		WP Framework
Theme URI: 		http://wpframework.com/
Version: 		0.2.4.10
Description: 	A <em>blank</em> WordPress Theme Framework <strong>that's everything you need, and nothing you don't.</strong> With features like <em>microformats, a traditional template structure, convention over configuration, clean semantic code, documenation, and it's atomic templating system</em>, WP Framework is <em>completely extensible, flexible</em> and <strong><em>the</em></strong> starting point for theme authoring and customization. To learn more, visit <a href="http://wpframework.com">http://wpframework.com</a>.
Author: 		Ptah Dunbar
Author URI:		http://ptahdunbar.com
Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats

Copyright 2008 Ptah Dunbar <http://ptahdunbar.com> All rights reserved.
WP Framework is licensed under the terms of the GNU General Public License version 2.

If you have any questions, comments, or concerns, 
visit <http://wpframework.com> for more information!
*/

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {}

.alignleft {
    float:left;
    margin-right:10px;
}

.alignright {
    float:right;
    margin-left:10px;
} .wp-caption {} .wp-caption-text {}

html, body, img, form, ul, li, h1, h2, h3, p {
    padding: 0;
    margin: 0;
}

* {
    font-family: Tahoma, Arial, sans-serif;
}

body, label{
    font-size: 13px;
    color: #3A3B3B;
    background: #f6eded;
}

img {
    border: 0;
}

label {
    background: transparent;
}

.hover {
    cursor: pointer;
}

a {
    text-decoration: none;
    color:#bc8330;
}

a:hover {
    cursor: pointer;
}

.clear_both {
    clear: both;
    height: 0;
    overflow: hidden;
}


.header {
    background: #DDDDDD;
    height: 350px;
    width: 100%;
    empty-cells: show;
    /*position: relative;*/
    /*z-index: 100;*/

}

.content {
    position: absolute;
    top: 270px;
    /*z-index: 101;*/
    /*top: -75px;*/
    /*margin-top: -30px;*/
}

.header img {
    display: block;
}

.header_main_img {
    width: 1000px;
    background: url("library/media/images/head_main.jpg") 0 0 no-repeat;
}

.header_repeat {
    background: url("library/media/images/head_main_repeat_part.jpg") 0 0 repeat-x;
    height: 350px;
    margin-left: 1164px;
    /*padding-top: -100px;*/
}

.footer {
    margin-top: 30px;
    clear: both;
    width: 100%;
    /*background: #555555;*/
    /*height: 300px;*/
}

.counters {
    float:right;
    width:150px;
    margin-right:10px;
    text-align:right;
}

.copy_text {
    color: #bc8330;
    font-size: 11px;
    margin: 15px 0 0 383px;
}

.copy_text a {
    color: #bc8330;
    font-size: 11px;
}

.copy_text a {
    text-decoration: underline;
}

.footer_main_img {
    background: url("library/media/images/bottom_main.jpg") 0 0 no-repeat;
    height: 86px;
    width: 891px;
}

.footer_repeat {
    background: url("library/media/images/bottom_repeat_part.jpg") 0 0 repeat-x;
}

.left_column {
    float: left;
    width: 250px;
    /*background: #AA4;*/
}

.right_column {
    float: right;
    width: 276px;
    /*height: 400px;*/
}

.center_column {
    margin: 0 276px 0 250px;
    /*background: #CC88DD;*/
    padding: 0px 10px;
    adisplay:table;
}

.center_column a:hover {
    text-decoration:underline;
}


/*~~~~~~~~~~~~~~~~~~ top menu  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.top_menu_container {
    position: absolute;
    display:inline;
    top: 0;
    left: 255px;
    height: 40px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

.tm_left_tip {
    background: url("library/media/images/top_menu_left.png") left top no-repeat;
	height:40px;
}

.tm_right_tip {
    background: url("library/media/images/top_menu_right.png") right top no-repeat;
	height:40px;
	padding:0px;
	margin:0px;
}

.tm_right_tip li {
    padding:0px;
	margin:0px;
	list-style-type:none;
}

.top_menu_container a {
    background: url("library/media/images/top_menu_pixel.gif") 0 0 repeat-x;
    color: #FFFFFF;
}

.top_menu_container a.first, .top_menu_container a.last {
    background: none;
}

.tm_item {
    height: 33px;
    padding:0px;
    float: left;
    display:block;
    overflow: hidden;
}

.tm_divider {
    background: url("library/media/images/top_menu_h_divider.gif") 0 0 no-repeat;
    width: 3px;
    height: 33px;
    float: left;
    display:inline;
}

.tm_text {
    padding-top: 5px;
    text-align: center;
    height: 28px;
}

.tm_highlight {
    background: url("library/media/images/top_menu_highlight.png") 0 0 no-repeat;
    width: 59px;
    height: 14px;
    margin: 0 auto;
}

.top_menu_hover {
    cursor: pointer;
}

.top_menu_hover .tm_highlight {
    margin-top: -14px;
}

/*~~~~~~~~~~~~~~~~~~ top menu  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.search_box {
    position: absolute;
    top: 200px;
    left: 740px;
    width: 200px;
}

.custom_input_left {
    float: left;
    background: url("library/media/images/search_left_part.png") 0 0 no-repeat;
    width: 7px;
    height: 24px;
}

.custom_input_right {
    float: left;
    background: url("library/media/images/search_right_part.png") 0 0 no-repeat;
    width: 7px;
    height: 24px;
}
.custom_input_center {
    float: left;
    height: 24px;
}

.custom_input {
    border-top: 1px solid  #bc8330;
    border-bottom: 1px solid  #bc8330;
    border-left: 0;
    border-right: 0;
    background: #f6eded;
    color: #b7b3b3;
    height: 19px;
    padding-top: 2px;
}

.custom_input_subscr {
    width: 146px;
}

.custom_input_search {
    width: 145px;
}

/* should works only for ie, fixes bug that cause display input 1px below all other elements*/
* html * .custom_input {
	position: relative;
	margin-top: -1px;
}

.magnifier {
    background: url("library/media/images/magnifier.png") 0 0 no-repeat;
    width: 46px;
    height: 54px;
    position: relative;
    top: -35px;
    left: 125px;
    clear: both;
}

/*~~~~~~~~~~ center banner ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.center_banner {
	margin-right:10px;
	margin-bottom:20px;
}

.center_banner h2 {
	display:none;
}

.center_banner li {
margin-left:20px;
	list-style-type:disk;
	padding:3px 0px;
}

.cb_left_column {
    float: left;
    width: 6px;
}

.cb_right_column {
    float: right;
    width: 6px;
}


.cb_lt {
    width: 6px;
    height:  6px;
    background: url(library/media/images/center_banner_lt.png) 0 0 no-repeat;
    overflow: hidden;
}

.cb_lc {
    background: url(library/media/images/center_banner_pixel.gif) 0 -6px repeat-x #eca340;
    border-left: 2px solid #fcfcfc;
}

.cb_lb {
    height: 6px;
    background: url(library/media/images/center_banner_lb.png) 0 0 no-repeat;
    overflow: hidden;
    position: relative;
    top: -4px;
}

.cb_center {
    background: url(library/media/images/center_banner_pixel.gif) 0 0 repeat-x #eca340;
    border-bottom: 2px solid #fcfcfc;
    margin: 0 6px 0 6px;
}

.cb_rt {
    width: 6px;
    height:  6px;
    background: url(library/media/images/center_banner_rt.png) 0 0 no-repeat;
    overflow: hidden;
}

.cb_rc {
    background: url(library/media/images/center_banner_pixel.gif) 0 -6px repeat-x #eca340;
    border-right: 2px solid #fcfcfc;
}

.cb_rb {
    height: 6px;
    background: url(library/media/images/center_banner_rb.png) 0 0 no-repeat;
    overflow: hidden;
    position: relative;
    top: -4px;
}

.center_banner_text {
    color:white;
    font-size:13px;
    padding: 15px 14px 15px 14px;
}

.center_banner_text a {
    color:white;
}

.center_banner_text a:hover {
    text-decoration: underline;
}
.center_banner_text .details_container {
    margin: 3px 0;
}

.path_align {
    padding: 10px 14px 0 58px;
}

.path_text {
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    color: #bc8330;
}

.path_text a{
    color: #bc8330;
    text-decoration:none;
}

.path_text a:hover {
    color: #eda236;
    text-decoration:none;
}

/*~~~~~~~~~~ center banner end ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~ cherry_banner ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.cherry_banner {
    background: url("library/media/images/cherry_banner_top.png") no-repeat;
    width: 276px;
    display:block;
    min-height:100px;
    padding-top: 13px;
    color: #fdfdfd;
    margin-bottom:20px;
}

.cherry_banner a {
    color: #fdfdfd;
}

.cherry_banner a:hover {
    text-decoration:underline;
}

.cherry_banner li {
    list-style-type:none;
}

.cherry_banner h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.chb_text1 {
    background: url("library/media/images/cherry_banner_pixel.png") repeat-y;
}

.chb_text2 {
    background: url("library/media/images/cherry_banner_bottom.gif") bottom no-repeat;
    padding: 4px 14px 24px 25px;
}
/*~~~~~~~~~~ cherry_banner end ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.categories {
    background: url("library/media/images/categories_top.png") 0 0 no-repeat;
    width: 276px;
    padding-top: 13px;
    color: #fdfdfd;
    margin-bottom:20px;
}

.categories select {
	width:100%;
}

.categories h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.categories .chb_text1 {
    background: url("library/media/images/categories_pixel.gif") 0 0 repeat-y;
}

.categories .chb_text2 {
    background: url("library/media/images/categories_bottom.gif") 0 bottom no-repeat;
    padding: 6px 25px 18px 25px;
}

/*~~~~~~~~~~ right_panel ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.right_column .widget {
    margin-bottom: 20px;
}

.right_panel {
    margin-top: 20px;
}

.rp_lt {
    background: url("library/media/images/right_panel_lt.gif") 0 0 no-repeat;
    padding-left: 6px;
    height: 6px;
    overflow: hidden;
}

.rp_top {
    height: 2px;
    overflow: hidden;
    border-top: 1px solid #c7c1c6;
}

.rp_header_body {
    border-left: 1px solid #c7c1c6;
    height: 50px;
}

.rp_header_text {
    color: #0576a6;
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 0 10px 40px;
}

.rp_header_text a {
    color: #0576a6;
}

.rp_header_text a:hover {
    color: #0da8ea;
}


.news_icon {
    background: url("library/media/images/news_icon.gif") 10px 15px no-repeat;
}

.like_this_icon {
    background: url("library/media/images/like_this_icon.gif") 10px 12px no-repeat;
}

.envelop_icon {
    background: url("library/media/images/envelop_icon.gif") 10px 13px no-repeat;
}
.photo_camera_icon {
    background: url("library/media/images/photo_camera.gif") 10px 13px no-repeat;
}

.camera_icon {
    background: url("library/media/images/camera_icon.gif") 5px 8px no-repeat;
}

.side_panel_header {
    border-bottom: 1px #fefdfe dashed;
    background: #ebe8ea;
}

.rp_content {
    background: url("library/media/images/rp_pixel.gif") 0 0 repeat-y;
    width: 276px;
}

.rp_content1 {
    background: url("library/media/images/rp_bottom.gif") 0 bottom no-repeat;
}

.rp_content2 {
    background: url("library/media/images/rp_top.gif") 0 0 no-repeat;
    color: #bc8330;
    padding: 10px 10px 40px 40px;
}

.rp_content2 a {
	text-decoration:underline;
}

.day_of_week {
    text-transform: uppercase;
    color: #5e5f5f;
}

.day_of_month {
    color: #0576a6;
}

.cal_time {
    font-size:10px;
    color:#0576a6;
}

.rp_divider {
    background: url("library/media/images/rp_divider.gif") 0 center no-repeat;
    height: 3px;
    overflow: hidden;
    margin: 5px 0 10px 0;
}


.video_panel h1 {
    font-size: 14px;
    color: #bc8330;
    margin-bottom: 15px;
}

.video_panel h2 {
    font-size: 12px;
    color: #5e5f5f;
    font-weight: bold;
}

.video_panel h3 {
    font-size: 12px;
    color: #5e5f5f;
    font-weight: normal;
}

.video_container {
    margin: 10px 0;
}

.video_link a {
    color: #bc8330;
}

.video_link a:hover {
    text-decoration: underline;
}

.video_section_divider {
    height: 30px;
    overflow: hidden;
}

/*~~~~~~~~~~ right_panel end ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.hfeed {
    padding: 0px 20px 0 10px;
}

#respond {
    margin-top: 20px;
}

#comment-form p {
	padding:3px 0px;
}

#comment-form .form-section {
	margin:3px 0px;
}

#comment-form textarea#comment {
	width:100%;
}

#comment-form #allowed-tags {
	margin:5px 0px;
	border:1px solid #C7C1C6;
	padding:3px 5px;
    font-size: 11px;
    color: #868889;
    background:#EBE8EA;
}

.navigation-links {
	margin-top:20px;
}

.page-title {
    margin-top:20px;
	font-size: 24px;
    color: #c35a77;
    font-weight: normal;
}

#comments {
    margin-top: 20px;
}

#comments ol {
	padding:0px;
	margin:10px 0px 0px 0px;
}

#comments li {
	border:1px solid #C7C1C6;
	background:#FAF5F5;
	padding:10px;
	list-style-type:none;
	margin-bottom:10px;
}

.avatar-link {
	float:left;
	margin-right:5px;
}

.comment-meta {
	height:35px;
    font-size: 11px;
    color: #868889;
}

.comment-content {
	margin-top:5px;
}

.moderation {
	margin-top:5px;
    color: #8A4D4D;
}

/*~~~~~~~~~~ article ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.single-entry {
    padding: 40px 20px 0 10px;
}

.hentry {
    padding-bottom:10px;
}

.hentry .entry-title, .hentry .entry-title a {
    font-size: 18px;
    color: #0576a6;
    font-weight: normal;
}

.hentry h1.entry-title {
    font-size:22px;
}

.hentry a {
    text-decoration:underline;
}

.hentry .entry-title a:hover {
    color: #0da8ea;
}

.hentry h2 {
    font-size: 16px;
    color: #a12849;
    font-weight: bold;
    margin-top: 10px;
}

.hentry h2 a {
    color: #a12849;
    text-decoration:none;
}

.hentry h2 a:hover {
    color: #e97a99;
}

.hentry h3 {
    font-size: 14px;
    color: #a12849;
    font-weight: bold;
    margin-top: 10px;
}

.hentry h3 a {
    color: #a12849;
}

.hentry h3 a:hover {
    color: #e97a99;
}

.hentry h4 {
    font-size: 14px;
    color: #a12849;
    margin-top: 12px;
    margin-bottom: 7px;
    font-weight: normal;
}

.hentry h4 a {
    color: #a12849;
    font-weight: normal;
}

.hentry h4 a:hover {
    color: #e97a99;
}

.hentry p {
	padding:3px 0px;
}

.hentry ul, .hentry ol {
	margin-left:20px;
}

.hentry li {
	padding:3px 0px;
}

.hentry .entry-meta {
    font-size: 11px;
    color: #868889;
}

.hentry .entry-meta a {
    color: #666869;
}

.hentry .entry-content {
    width:100%;
    overflow:hidden;
    margin-top: 5px;
    color: #3A3B3B;
}

.hentry .entry-content a:hover {
    text-decoration: underline;
}

.article_nav_holder {
    text-align: right;
    margin: 20px;
}
.article_nav_holder, .article_nav_holder a {
    color: #bc8330;
}

.article_nav_holder a:hover {
    text-decoration: underline;
}

.marker_list {
    background-image: url('library/media/images/marker_list.gif');
    background-repeat: no-repeat;
   }

.margin_list{
    margin:0px 0px 0px 20px;
}
.list_counter{
    font-size:11px;
    font-weight:bold;
    color:#0576a6;
}

/*~~~~~~~~~~ article end ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


/*~~~~~~~~~~ left_menu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.widget_mypageorder {
    width: 249px;
}

.widget_mypageorder .side_panel_header {
    background: url(library/media/images/left_menu_top_tip.png) 0 0 no-repeat;
    height: 6px;
    overflow: hidden;
    border:0px;
}

.widget_mypageorder .lp_rt {
	background:none;
}

.widget_mypageorder .lp_top {
	border:0px;
}

.widget_mypageorder .lp_content {
    background: url(library/media/images/left_menu_pixel2.gif) 0 0 repeat-y;
}

.widget_mypageorder .lp_content2 {
    background: url("library/media/images/left_menu_top.png") 0 0 no-repeat;
    width: 249px;
}

.widget_mypageorder .lp_content1 {
    background:none;
}

.widget_mypageorder .lp_shadow {
	background:none;
}

.lm_center {
    background: url("library/media/images/left_menu_pixel.gif") 0 0 repeat-y;
    width: 249px;
}

.widget_mypageorder .menu {
    padding:16px 0 25px 25px;
    background: url("library/media/images/left_menu_bottom.png") 0 bottom no-repeat;
}

.lm_item_bottom_holder {
    padding: 5px 0 0 25px;

}

.lm_divider {
    margin-left: 6px;
    overflow: hidden;
    background: url("library/media/images/left_menu_divider.png") 0 0 no-repeat;
    height: 2px;
    clear: both;
}

.page_item {
    list-style-type:none;
}

.page_item ul {
    display:none;
}

.current_page_item a {
    font-weight:bold;
}

.current_page_item ul a {
    font-weight:normal;
}

.current_page_item ul, .current_page_ancestor ul {
    display:block;
}

.page_item a {
    color: #FFFFFF;
    height: 30px;
    clear: both;
    display: block;
    background: url("library/media/images/left_menu_divider.png") left top no-repeat;
}

.page-item-16 a {
    background: none;
}

.page_item .page_item a {
    height: 20px;
    background: none;
}

.page_item a:hover {
    font-weight:bold;
    cursor: pointer;
}

.page_item a:hover .lm_icon {
    margin-top: -75px;
}

.lm_item_text {
    padding: 7px 0 0 5px;
    float: left;
    width: 179px;
}

.lm_icon {
    background: url("library/media/images/left_menu_icon1.png") 0 0 no-repeat;
    width: 20px;
    height: 100px;
}

.lm_icon_holder {
    width: 20px;
    height: 26px;
    padding-top: 4px;
    float: left;
    overflow: hidden;
}

.page_item .page_item {
    color: #FFFFFF;
    font-size: 11px;
    clear: both;
    display: block;
    padding-left: 24px;
}

.page_item .page_item .lm_item_text {
    padding: 2px 0 0 5px;
    float: left;
    width: 160px;
}

.page_item .page_item .page_item .lm_item_text {
    padding: 2px 0 0 5px;
    float: left;
    width: 140px;
}

.page_item .page_item .lm_icon {
    background: url("library/media/images/left_menu_icon_small.png") 0 0 no-repeat;
    width: 12px;
    height: 60px;
}

.page_item .page_item .lm_icon_holder {
    width: 12px;
    height: 13px;
    padding-top: 2px;
    float: left;
    overflow: hidden;
}

.page_item .page_item a:hover .lm_icon {
    margin-top: -46px;
}

/*~~~~~~~~~~ left_menu end ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~ left_panel ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.left_column .widget {
    margin-bottom: 20px;
    width: 249px;
}

.lp_header_body {
    border-right: 1px solid #c7c1c6;
    height: 50px;
}

.lp_top {
    height: 2px;
    overflow: hidden;
    border-top: 1px solid #c7c1c6;
}

.lp_rt {
    background: url("library/media/images/left_panel_rt.gif") right 0 no-repeat;
    padding-right: 6px;
    height: 6px;
    overflow: hidden;    
}

.lp_content_side {
    float: left;
    width: 238px;
}

.lp_shadow {
    float: left;
    background: url("library/media/images/left_panel_shadow.gif") 0 0 no-repeat;
    width: 11px;
    height: 191px;
}

.lp_content {
    background: url("library/media/images/left_panel_pixel.gif") 0 0 repeat-y;
    /*width: 276px; */
}

.lp_content1 {
    background: url("library/media/images/left_panel_bottom.gif") 0 bottom no-repeat;
}

.lp_content2 {
    background: url("library/media/images/left_panel_top.gif") 0 0 no-repeat;
    color: #bc8330;
}

.subscribe_form {
    padding: 5px 10px 10px 30px;
    color: #5e5f5f;
}

.subscribe_form a {
    color: #bc8330;
}

.subscribe_form a:hover  {
    text-decoration: underline;
}

.label_text {
    padding: 10px 0 3px 7px;
}

.label_text label {
}

#subscr_button {
    background: url("library/media/images/lm_button.gif") 0 0 no-repeat;
    width: 159px;
    height: 24px;
    font-size: 10px;
    color: #FFFFFF;
    font-weight: bold;
    margin: 15px 0 20px 0;
}

.sbutton_text {
    padding: 5px 0 0 10px;
}

.image_column {
    text-align: center;
    padding: 15px 0 15px 0;
}

.image_column img {
    border: 2px solid #FFFFFF;
}

/*~~~~~~~~~~ left_menu end ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.navigation-links {
    text-align:right;
}

.ngg-sidebar-widget .lp_content2 {
    text-align:center;
    padding:10px 0px 30px 0px;
}

.ngg-sidebar-widget img {
    margin-top:10px;
    border:1px solid #A9A9A9;
    padding:4px;
    background-color:#FFFFFF;
}

/*~~~~~~~~~~ video ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.videotable td {vertical-align:top;padding-bottom:20px;}
.videotable h4 {margin-top:0px;font-size:14px;}
.gggroup {border-left: 1px solid rgb(153, 153, 153); padding-left: 10px; color: rgb(102, 102, 102);}

/*~~~~~~~~~~ ratha yatra ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.pl-block {
	background:url(library/media/images/ry2010/left-pl.gif) no-repeat;
	color:white;
	width:100%;
	margin-bottom:20px;
}
.pl-block-left {
	padding:7px 10px;
	font-size:26px;
	float:left;
}
.pl-block-main {
	margin:0px 0px 0px 90px;
	background:#81ab38;
	border-left:1px solid white;
	abackground:url(library/media/images/ry2010/pl-green-bg.jpg) repeat-x #81ab38;
}
.pl-block-top {
	height:5px;
	background:url(library/media/images/ry2010/corner-rt.gif) right top no-repeat;
}
.pl-block-content {
	padding:5px 0px;
}
.pl-block-bottom {
	clear:both;
	height:10px;
	background:url(library/media/images/ry2010/corner-rb.gif) right bottom no-repeat;
}
.pl-block p {
	font-size:12px;
	margin:0px 10px 0px 110px;
	padding:3px 0px 3px 0px;
}
.pl-block a {
	color:white;
	text-decoration:underline;
}
.pl-block h3 a, .pl-block h4 a {
	color:white;
	text-decoration:underline;
}
.pl-block h3 a:hover, .pl-block h4 a:hover {
	color:white;
}
.pl-block h1 {
	margin:0px;
	padding:5px 0px;
	font-size:24px;
	color:#A9FD4E;
	font-weight:normal;
}
.pl-block h2 {
	margin:0px;
	padding:5px 0px;
	font-size:26px;
	color:#0576A6;
	font-weight:normal;
}
.pl-block h3 {
	margin:0px 10px 0px 110px;
	padding:5px 0px;
	font-size:22px;
	color:#FFFFFF;
	font-weight:normal;
}
.pl-block h4 {
	margin:0px 10px 0px 110px;
	padding:5px 0px;
	font-size:18px;
	color:#FFFFFF;
	font-weight:normal;
}
.pl-pic-left {
	float:left;
}
.concert .clear_both {
	height:10px;
}
.more {
	cursor:pointer;
	border-bottom:1px dotted #FFFFFF;
}
.photos img {
	border:1px solid white;
	margin:0px 5px 5px 0px;
}
.pl-block .yellow {
	color:#FEFB00;
}
.pl-block .yellowgreen {
	color:#F7FA9D;
}
.pl-block .blue {
	color:#E5FDE2;
}

/*---------- clearfix ---------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */

/*---------- books ------------------------------------------------*/

.books_cat {
	padding-left:18px;
	background:url(library/media/images/fugue/icons/books-brown.png) 0px 2px no-repeat;
}

.books_exp {
	background-image:url(library/media/images/fugue/icons/books.png);
}

.books_cat span {
	cursor:pointer;
	border-bottom:dotted 1px;
}

ul.books_list {
	margin-top:5px;
	margin-left:0px;
	display:none;
}

.books_list li {
	list-style-type:none;
	padding-left:18px;
	background:url(library/media/images/fugue/icons/book-small.png) 0px 5px no-repeat;
}

.books_list li .download {
	padding-left:16px;
	background:url(library/media/images/fugue/icons/disk-small.png) 0px 3px no-repeat;
}

.books_list li .goto {
	padding-left:16px;
	background:url(library/media/images/fugue/icons/arrow-000-small.png)
 0px 3px no-repeat;
}

/* icons */

.icon-audio
 {
	padding-left:18px;
	background:url(library/media/images/fugue/icons/speaker-volume.png) 0px 2px no-repeat;
}

.icon-video
 {
	padding-left:18px;
	background:url(library/media/images/fugue/icons/film.png) 0px 2px no-repeat;
}

.icon-text
 {
	padding-left:18px;
	background:url(library/media/images/fugue/icons/document-text.png) 0px 1px no-repeat;
}

/*~~~~~~~~~~ editor styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.crossref {
    color:#0576a6;
    font-weight:bold;
}

.articlemeta {
    font-size:12px;
    color:#0576a6;
}

.important_words {
    color:#a12849;
}

.highlight {
    color:#a12849;
}

.allday {
    color:#0576a6;
    font-weight:bold;
}

.descr {
    font-size:10px;
    color:#5E5F5F;
}
