html{
	height: 100%;
}

#nonFooter {
	position: relative;
	min-height: 100%;
	padding-bottom: 54px;
}

* html #nonFooter {
	height: 100%;
}

.rbcAdPosition {
    margin-bottom: 10px;
}
#contactBlock {
    overflow: visible;
}

body {
	height: 100%;
	text-align: center;
	font: 0.80em Arial, Tahoma, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	background: #AD2625;
}
#body_bg {
	width: 100%;
	height: 100%;
	background: #AD2625 url(../img/body.jpg) repeat-x top;
}
h1, h2, h3, h4, h5, h6, h7, p, ul, ol, li, cite, hr, fieldset, img, dl, dt, dd {
	margin: 0;
	padding: 0;
}



ul, li {
	list-style-type: none;
	list-style: none;
}

.content ol {
	margin-left: 40px;
}
.content ol li ol, .content ol li ul {
	margin-left: 0;
}
.content ol li {
	list-style: decimal outside none;
	list-style-type: decimal;
}
.content ol li ol {
	margin-left: 20px;
}

.content ul {
	margin-left: 20px;
}
.content ul li ul {
	margin-left: 0;
}
#middlezone .content ul li, #middlezone_wide .content ul li {
	background: url(../img/seda-hvezda.png) no-repeat left 6px;
	padding:	3px 0 3px 15px;
}
#middlezone .content ul li ul li, #middlezone_wide .content ul li ul li {
	background: url(../img/seda_sipka.png) no-repeat scroll 0 7px;
	padding: 3px 0 3px 15px;
}
#leftzone .content ul li, #rightzone .content ul li {
	background: url(../img/seda-hvezda-tmave-bg.jpg) no-repeat left 6px;
	padding:	3px 0 3px 15px;
}
#leftzone .content ul li ul li, #rightzone .content ul li ul li {
	background: url(../img/seda_sipka_dark.png) no-repeat left 7px;
	padding: 3px 0 3px 15px;
}

table {
	margin: 6px 10px;
	border-collapse: collapse;
}
table tbody tr td {
	padding: 3px 7px;
	text-align: left;
	vertical-align: top;
	color: #CDCDCD;
}
table thead tr td {
	font-weight: bold;
	color: #CDCDCD;
}

.modernTable thead tr td {
	background: #3C3C3C;
	border: 1px solid #696969;	
	color: #CE211F;
}
.modernTable tbody tr td {
	border: 1px solid #696969;	
	color: #cdcdcd;
}
		
hr {
	height: 0;
	margin-left: 0;
	margin-right: 0;
	background: 0;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #CE211F;
}

.hidden, #hidden {
	position: absolute;
	display: none;
}
.cleaner {
	display: block;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	width: 100%;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
input.submit {
	background: url(../img/btn_bg.png) repeat-x;
	height: 22px;
	border: none;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0;
	padding: 0 5px 0 5px;
	*padding: 0 8px 0 8px;
	font-weight: bold;
	cursor: pointer;	
  width: 0;
  overflow: visible;
}
.submit[class] {  /* IE ignores [class] */
    width: auto;
}
.submit:hover {
	background: url(../img/btn_bg_hover.png) repeat-x;
	height: 22px;
	border: none;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0;
	padding: 0 5px 0 5px;
	*padding: 0 8px 0 8px;
	font-weight: bold;
	cursor: pointer;	
  width: 0; 
  overflow: visible;
}
.submit[class]:hover {  /* IE ignores [class] */
    width: auto; 
}

/* ---------- vzhled textu ------------------ */

blockquote {
	color: #CE211F;
	font-style: italic;
	padding: 10px;
	margin: 5px;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}

/* ---------- vzhled textu ------------------ */


.rbcReplaceTextColor {
	font-size: 0.85em;
}
.emptyBlockContent .rbcReplaceTextColor {
  font-size: 1em !important;
}

/* --------- waiting -------------------------- */

#waitingTable {
	width: 100%; 
	height: 100%; 
}
#waitingTable td {
	height: 100px;
	text-align: center;
	vertical-align: middle;
}

/* --------- waiting -------------------------- */


#site {
	width: 770px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	position: relative;
	min-height: 100%;
	background: #000000;
}

#header {
	width: 770px;
	height: 242px;
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#header #logozone {
	width: 350px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 400px;
	z-index: 5;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#header #logozone #logo {
	font-size: 2.2em;
	font-weight: bold;
	max-height: 30px;
	_height: expression(this.scrollHeight > 30? "30px" : "auto" );
	line-height: 1em;
	overflow: hidden;
	margin: 10px 0 0;
	color: #b61c11;
}
#header #logozone #logo a {
	color: #b61c11;
	text-decoration: none;
}
#header #logozone #logo a:hover {
  color: #b61c11;
	/* color: #bb4942; */
	text-decoration: none;
}
#header #logozone #logo img {
	border: none;
}
#header #logozone #moto {
	font-size: 1.2em;
	color: #636363;
	font-weight: bold;
	padding: 0;
	margin: 1px 0 0;
}
#header .illustration {
	position: relative;
	width: 770px;
	height: 242px;
	overflow: hidden;
	z-index: 0;
}

/* ------------ menu ------------------------- */
#menuzone {
	width: 770px;
	height: 44px;
	background: url(../img/menu_bg.jpg) no-repeat left top;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 242px;
	left: 0;
}

#mainMenu {
	left: 0;
	overflow: visible;
	position: absolute;
	top: 217px;
}

#mainMenu #menuzone {
	top: 25px;
}	


/* reset default styles */
#menuId {
	height: 44px;
	margin: 0 10px 0 10px;
	_margin: 0 5px 0 5px;
	float: left;
	z-index: 100;
}
#menuId ul {
	margin: 0;
	padding: 0; 
	z-index: 100;
}
#menuId li {
	list-style-type: none;
	z-index: 100;
}

/* first level */
#menuId li, #menuId a {
	float: left;
	display: block; 
	z-index: 100;
}
#menuId a {
	display: block;
	padding: 0 15px 0 40px;
	line-height: 44px;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background: url(../img/hvezda.gif) no-repeat 10px 12px;
	z-index: 100;
}
#menuId a:hover, #menuId a.menu_open, #menuId .selected, #menuId .activeSelected {
	background: #AD4C48 url(../img/hvezda-hover.gif) no-repeat 10px 12px;
	z-index: 100;
}

/* second level */
#menuId ul {
	visibility: hidden; 
	position: absolute;
	background-color: #9c160b;
	width: 13em;
	_width: 14em;
	z-index: 100;
	visibility: hidden;
} 
#menuId ul a {
	width: 13em;
	_width: 14em;
	color: #FFFFFF;
	line-height: 1.5em;
	padding: 7px 5px 7px 20px;
	font-size: 1em;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	background: #9c160b url(../img/hvezda-small.jpg) no-repeat 5px 10px;
	z-index: 100;
}
#menuId ul a:hover, #menuId ul a.menu_open, #menuId ul.selected a, #menuId ul .activeSelected a {
	background: #A4403D url(../img/hvezda-small-hover.jpg) no-repeat 5px 10px;
	z-index: 100;
}

/* --------------------- class menu ---------------------- */
/* reset default styles */
.menu {
	height: 44px;
	margin: 0 10px 0 10px;
	_margin: 0 5px 0 5px;
	float: left;
	z-index: 100;
}
.menu ul {
	margin: 0;
	padding: 0; 
	z-index: 100;
}
.menu li {
	list-style-type: none;
	z-index: 100;
}

/* first level */
.menu li, .menu a {
	float: left;
	display: block; 
	z-index: 100;
}
.menu a {
	display: block;
	padding: 0 15px 0 40px;
	line-height: 44px;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background: url(../img/hvezda.gif) no-repeat 10px 12px;
	z-index: 100;
}
.menu a:hover, .menu a.menu_open, .menu .selected, .menu .activeSelected {
	background: #AD4C48 url(../img/hvezda-hover.gif) no-repeat 10px 12px;
	z-index: 100;
}

/* second level */
.menu ul {
	visibility: hidden; 
	position: absolute;
	background-color: #9c160b;
	width: 13em;
	_width: 14em;
	z-index: 100;
	visibility: hidden;
} 
.menu ul a {
	width: 13em;
	_width: 14em;
	color: #FFFFFF;
	line-height: 1.5em;
	padding: 7px 5px 7px 20px;
	font-size: 1em;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	background: #9c160b url(../img/hvezda-small.jpg) no-repeat 5px 10px;
	z-index: 100;
}
.menu ul a:hover, .menu ul a.menu_open, .menu ul .selected a, .menu ul .activeSelected a {
	background: #A4403D url(../img/hvezda-small-hover.jpg) no-repeat 5px 10px;
	z-index: 100;
}

/* ------------ menu ------------------------------ */


/* ------------ navigator -------------------- */
#navigator {
	overflow: hidden;
	background-color: #161616;
	margin: 40px 0 0 0; 
	_margin: 30px 0 0 0;
	/*padding: 15px 0 0 0;*/
	font-size: 0.9em;
	color:  #9B9B9B;
}

#pageNavigator {
	margin: 18px 0 11px 35px;
	/*padding: 10px 0 10px 35px;*/
	padding: 0;
	_margin: 23px 0 0 15px;
	float: left;
	width: 450px;
	overflow: hidden;
}
#pageNavigator span {
	padding-left: 3px;
	padding-right: 3px;
}
#pageNavigator #navCurrentPage {
	color: #9B9B9B;
	font-weight: bold;
}
#pageNavigator a, #pageNavigator a:visited {
	color: #9B9B9B;
	text-decoration: underline;
}
#pageNavigator a:active, #pageNavigator a:hover {
	color: #BC4942;
	text-decoration: underline;
}

/* ------------ navigator -------------------- */
/* --------- languageSelect ----------------- */

#languageSelect {
	padding: 0 30px 0 0;
	width: 240px; 
	_width: 200px;
	float: right;
	overflow: hidden;
}
#languageSelectBody {
	text-align: right;
	margin: 18px 0 15px 0;
	_margin: 23px 0 0 0;
}
#languageSelect ul {
    display: none;
}
#languageFlags {
	float:right;
	margin-bottom: 13px;
	_margin-bottom: 0;
}
#languageSelect #languageFlags a {
    text-decoration: none;
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    margin-left: 7px;
	 _margin-bottom: 0;
    background: transparent center center no-repeat;
}
#languageList {
	color: #9B9B9B;
}
#languageList a, #languageList a:visited {
	color: #9B9B9B;
	text-decoration: underline;
}
#languageList a:active, #languageList a:hover {
	color: #BC4942;
	text-decoration: underline;
}
.languageSelectbox {
	background-color: #000000;
	border: 1px solid #484848;
	color: #CDCDCD;
	font-size: 1em;
	min-width: 100px;
	padding: 1px;
	margin: -2px 0 -2px 0;
}
/* --------- languageSelect ----------------- */


#telo {
	width: 770px;
	background-color: #000000;
	color: #FFFFFF;
	padding: 15px 0 0 0;
	margin: 0;
	overflow: hidden;
	clear: left;
}
#middlezone {
	width: 388px;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#middlezone #content {
	padding: 0 20px 10px 10px;
	overflow: hidden;
}

#middlezone_wide {
	width: 578px;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#middlezone_wide #content {
	padding: 0 20px 10px 10px;
	overflow: hidden;
}

#middlezone .nadpis, #middlezone h1, #middlezone h2 {
	width: 298px;
	_width: 358px;
	background: url(../img/nadpis_bg_w.png) no-repeat left bottom;	
	font-size: 1.4em;
	font-weight: bold;
	padding-left: 60px;
	padding-bottom: 20px;
	margin-bottom: 10px;	
	padding-top: 15px;
	line-height: 1.4em;
}
#middlezone_wide .nadpis, #middlezone_wide h1, #middlezone_wide h2 {
	width: 488px;
	_width: 548px;
	background: url(../img/nadpis_bg_w.png) no-repeat left bottom;	
	font-size: 1.4em;
	font-weight: bold;
	padding-left: 60px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	padding-top: 15px;
	line-height: 1.4em;
}




#leftB {
	width: 279px;
	float: left;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#leftB #contentLeftB {
	padding: 0 0 10px 0;
	margin: 0 0 0 10px;
	overflow: hidden;
}
#leftB #contentLeftB p {
	padding: 5px 5px 5px 10px;
}
#leftB .nadpis, #leftB h1, #leftB h2 {
	width: 210px;
	_width: 220px;
	background: url(../img/nadpis_bg_w.png) no-repeat left bottom;	
	font-size: 1.4em;
	font-weight: bold;
	padding-left: 60px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	padding-top: 15px;
	line-height: 1.4em;
}


#rightB {
	width: 279px;
	float: left;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#rightB #contentRightB {
	padding: 0 0 10px 0;
	margin: 0 0 0 15px;
	overflow: hidden;
}
#rightB #contentRightB p {
	padding: 5px 5px 5px 10px;
}
#rightB .nadpis, #rightB h1, #rightB h2 {
	width: 210px;
	_width: 220px;
	background: url(../img/nadpis_bg_w.png) no-repeat left bottom;	
	font-size: 1.4em;
	font-weight: bold;
	padding-left: 60px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	padding-top: 15px;
	line-height: 1.4em;
}


#middlezone_wide .Box .content, #middlezone .Box .content, #middlezone_wide #leftB .Box .content, #middlezone_wide #rightB .Box .content {
	padding: 5px 10px 5px 10px;
}
#middlezone_wide .Box .content p, #middlezone .Box .content p {
	padding: 5px 0 5px 0;
}
#middlezone_wide #leftB .Box .content p, #middlezone_wide #rightB .Box .content p {
	padding: 5px 0 5px 0;
	overflow: hidden;
}

#middlezone_wide .Box h3 a, #middlezone .Box h3 a {
	color: #CE211F;
	padding-bottom: 0;
	margin-bottom: 0;
	text-decoration: underline;
}
#middlezone_wide .Box h3 a:hover, #middlezone .Box h3 a:hover {
	color: #BC4942;
	padding-bottom: 0;
	margin-bottom: 0;
	text-decoration: underline;
}

.Box {
	margin-bottom: 10px;
	overflow: hidden;
}

.box p {
	padding: 0 0 10px 10px;
	overflow: hidden;
}
.box p img {
	overflow: hidden;
}

#content p {
	padding: 0 0 10px 10px;
	overflow: hidden;
}
#content p img {
	overflow: hidden;
}

/* ------------ zpetny odkaz ----------------- */

#content .backLink {
	margin: 10px 0 5px;
	padding-left: 20px;
	text-align: left;
}
#contentLeftB .backLink, #contentRightB .backLink {
	margin: 10px 0 5px 10px;
	padding-left: 20px;
	text-align: left;
}
.backLinkB {
	margin: 10px 0 5px 10px;
	text-align: left;
}

.Box .backLink {
	margin: 10px 0 0 0;
	padding-left: 10px;
	text-align: left;
}
.backLink a, .Box .backLink a, .backLinkB a {
	text-decoration: underline;	
	color: #CE211F;
	font-weight: bold;
}
.backLink a:hover. .Box .backLink a:hover, .backLinkB a:hover {
	color: #BC4942;
	text-decoration: underline;
	font-weight: bold;
}

/* ------------ zpetny odkaz ----------------- */

/* ------------ faq -------------------------- */
.question {
	padding: 0 0 0 10px;
}
#leftzone .question, #rightzone .question {
	padding: 0;
}
.question .dotaz {
	background: url(../img/seda-hvezda.png) no-repeat 0 3px;
	color: #CE211F;
	font-weight: bold;
	font-size: 1em;
	padding: 0 0 5px 20px;
}
#leftzone .Box .content .question .dotaz, #rightzone .Box .content .question .dotaz {
	background: url(../img/seda-hvezda-tmave-bg.jpg) no-repeat 0 4px;
	color: #CE211F;
	font-weight: bold;
	font-size: 1em;
	padding: 0 0 5px 15px;
}
.question .odpoved {
	padding: 0 0 5px 10px;
	overflow: hidden;
}
#middlezone .question .odpoved, #middlezone_wide .question .odpoved {
	padding: 0 0 5px 20px;
	overflow: hidden;
}
#middlezone_wide #leftB .question .odpoved, #middlezone_wide #rightB .question .odpoved {
	padding: 0 0 5px 20px;
	overflow: hidden;
}
#leftzone .question .odpoved, #rightzone .question .odpoved {
	padding: 0 0 5px 0;
	overflow: hidden;
}
#leftzone .question .odpoved h1, #leftzone .question .odpoved h2, #rightzone .question .odpoved h1, #rightzone .question .odpoved h2 {
	background: none;
	padding: 0;
}
/* ------------ faq -------------------------- */

/* ------------ clanky ----------------------- */

.article {
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
}
.article .nazev {
	background: url(../img/seda-hvezda.png) no-repeat left top;
	color: #CE211F;
	font-weight: bold;
	text-decoration: underline;
	font-size: 1.1em;
	padding: 0 0 0 20px;
}
.nazev a {
	color: #CE211F;
}
.nazev a:hover {
	color: #BC4942;
}
.article .text {
	padding: 0 0 5px 20px;
	margin: 5px 0 0 0;
	overflow: hidden;
}
.Box .article .text p {
	padding-top: 7px;
	
}
.article ins {
	padding: 0 0 0 20px;
	color: #888888;
	font-size: 0.8em;
	text-decoration: none;
	margin-bottom: 5px;
}
.article .linkMore {
	padding: 0 0 0 20px;
	margin: 0;
	visibility: hidden;
}



#rightB .article .text, #leftB .article .text {
	padding: 0 0 5px 10px;
	margin: 5px 0 0 0;
	overflow: hidden;
}
#rightB .Box .article .text p, #leftB .Box .article .text p {
	padding-top: 7px;
	margin-left: -10px
}


#leftzone .article, #rightzone .article {
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
}
#leftzone .Box .content .article .nazev, #rightzone .Box .content .article .nazev {
	background: none;
	color: #CE211F;
	font-weight: bold;
	text-decoration: underline;
	font-size: 1.1em;
	padding: 0;
}
#leftzone .article .text, #rightzone .article .text {
	padding: 0 0 5px 0;
	margin: 5px 0 0 0;
	overflow: hidden;
}
#leftzone .article .text p, #rightzone .article .text p {
	padding-top: 7px;
}
#leftzone .article ins, #rightzone .article ins {
	padding: 0 0 0 0;
	color: #888888;
	font-size: 0.8em;
	text-decoration: none;
	margin-bottom: 5px;
}
#leftzone .article .linkMore, #rightzone .article .linkMore {
	padding: 0 0 0 0;
	margin: 0;
	visibility: hidden;
}
#leftzone .pagingInfo, #rightzone .pagingInfo {
	margin: 10px 0 10px 0;
}
#leftzone .linkBlock, #rightzone .linkBlock  {
	margin: 10px 0 0 0;
}
.linkBlock {
	font-size: 0.9em;
}



#middlezone .article .text, #middlezone_wide .article .text {
	padding: 0 0 5px 20px;
	margin: 5px 0 0 0;
	overflow: hidden;
	line-height: 1.2em;
}
#middlezone .articleDetail .text, #middlezone_wide .articleDetail .text {
	padding: 0 0 5px 10px;
	margin: 5px 0 0 0;
	overflow: hidden;
}
#middlezone .articleDetail ins, #middlezone_wide .articleDetail ins {
	padding: 0 0 0 20px;
	color: #888888;
	font-size: 0.85em;
	text-decoration: none;
	margin-bottom: 5px;
}

#middlezone .Box .article .text p, #middlezone_wide .Box .article .text p {
	padding-top: 7px;
	/*margin-left: -10px*/
}
#middlezone .article ins, #middlezone_wide .article ins {
	padding: 0 0 0 20px;
	color: #888888;
	font-size: 0.85em;
	text-decoration: none;
	margin-bottom: 5px;
}

.rbcBookmarks {
	margin-left: 20px;
}
#leftB .rbcBookmarks, #rightB .rbcBookmarks {
	margin: 10px 0 0 30px;
}

#leftB .articleDetail .rbcBookmarks, #rightB .articleDetail .rbcBookmarks {
	margin: 10px 0 0 20px;
}


.rbcTags {
	margin-left: 20px;
}
#leftB .rbcTags, #rightB .rbcTags {
	margin-left: 30px;
	margin-top: 5px;
}
.rbcTags h4 {
	color: #CE211F;
	float: left;
	font-size: 1.1em;
}
#leftB #contentLeftB .rbcTags h4, #rightB #contentLeftB .rbcTags h4 {
	color: #CE211F;
	float: left;
	font-size: 1.1em;
	margin-right: 5px;
}
.rbcTags .tags {
	color: #CDCDCD;
}
#leftB #contentLeftB .rbcTags p.tags, #leftB #contentLeftB .rbcTags p.tags {
	padding: 0;
	color: #CDCDCD;
}
.rbcTags a {
	color: #CDCDCD;
	text-decoration: underline;
}
.rbcTags a:hover {
	color: #BC4942;
	text-decoration: underline;
}

.rbcWidgetArea {
	margin-top: 10px;
}

/* ------------ clanky ----------------------- */

/* ------------ mapa stranek ----------------- */
.ServerMap {
	padding: 0 0 0 5px;
	list-style-type: none;
	font-size: 1.1em;
	margin-left: 10px;
}
.ServerMap li {
	padding: 3px 0 0 0;
}
.ServerMap a {
	background: url(../img/seda-hvezda.png) no-repeat left top;
	padding: 0 0 0 17px;
	color: #CDCDCD;
	text-decoration: underline;
}
.ServerMap a:hover {
	color: #BC4942;
}
.ServerMap .level1 {
	padding: 0 0 0 15px;
	font-size: 0.9em;
}
.ServerMap .level2, .ServerMap .level3, .ServerMap .level4, .ServerMap .level5, .ServerMap .level6, .ServerMap .level7, .ServerMap .level8, .ServerMap .level9 {
	padding: 0 0 0 15px;
	font-size: 1em;
}
.ServerMap .level1 a, .ServerMap .level2 a, .ServerMap .level3 a, .ServerMap .level4 a, .ServerMap .level5 a, .ServerMap .level6 a, .ServerMap .level7 a, .ServerMap .level8 a, .ServerMap .level9 a {
	background: url(../img/seda_sipka.png) no-repeat 0 5px;
	padding: 0 0 0 15px;
	color: #9B9B9B;
	text-decoration: underline;
}
.ServerMap .level1 a:hover, .ServerMap .level2 a:hover, .ServerMap .level3 a:hover, .ServerMap .level4 a:hover, .ServerMap .level5 a:hover, .ServerMap .level6 a:hover, .ServerMap .level7 a:hover, .ServerMap .level8 a:hover, .ServerMap .level9 a:hover {
	color: #BC4942;
}

/* ------------ mapa stranek ----------------- */

/* ------------ diskuze ---------------------- */

.diskuze {
	overflow: hidden;
	margin: 0 0 10px 10px;
}
#leftzone .diskuze, #rightzone .diskuze {
	margin: 0 0 10px 0;
	overflow: hidden;
}
.diskuze fieldset {
	border: 1px solid #484848;
	background-color: #323232;
	padding: 10px;
	margin: 0;
}
.diskuze label {
	color: #CDCDCD;
	padding: 0;
	font-weight: bold;
	width: 90px;
	margin-left: 10px;
	float: left;
}
#leftzone .diskuze label, #rightzone .diskuze label {
	color: #CDCDCD;
	padding: 0;
	font-weight: bold;
	width: 90px;
	margin-left: 5px;
	float: left;
}
#leftB .diskuze label, #rightB .diskuze label  {
	color: #CDCDCD;
	padding: 0;
	font-weight: bold;
	width: 60px;
	margin-left: 5px;
	float: left;
}
.diskuze label.wrong {
	color: #CE211F;
}
#leftzone .diskuze label.wrong, #rightzone .diskuze label.wrong {
	color: #CE211F;
}
#leftB .diskuze label.wrong, #rightB .diskuze label.wrong {
	color: #CE211F;
}

#middlezone_wide .diskuze #postAuthor, #middlezone_wide .diskuze #postTitle, #middlezone_wide .diskuze #postEmail {
	border: 1px solid #484848;
	background-color: #000000;
	height: 1.5em;
	width: 250px;
	margin: 0 0 5px 0;
	color: #CDCDCD;
	position: relative;
	left: 0px;
	float: left;
}
#middlezone .diskuze #postAuthor, #middlezone .diskuze #postTitle, #middlezone .diskuze #postEmail {
	border: 1px solid #484848;
	background-color: #000000;
	height: 1.5em;
	width: 185px;
	margin: 0 0 5px 0;
	color: #CDCDCD;
	position: relative;
	left: 0px;
	float: left;
}

#leftB .diskuze #postAuthor, #leftB .diskuze #postTitle, #leftB .diskuze #postEmail, #rightB .diskuze #postAuthor, #rightB .diskuze #postTitle, #rightB .diskuze #postEmail {
	border: 1px solid #484848;
	background-color: #000000;
	height: 1.5em;
	width: 150px;
	margin: 0 0 5px 5px;
	color: #CDCDCD;
	position: relative;
	left: 0px;
	float: left;
}

#leftzone .diskuze #postAuthor, #leftzone .diskuze #postTitle, #leftzone .diskuze #postEmail {
	border: 1px solid #484848;
	background-color: #000000;
	height: 1.5em;
	width: 120px;
	margin: 0 0 5px 5px;
	color: #CDCDCD;
	position: relative;
	left: 0px;
	float: left;
}
#rightzone .diskuze #postAuthor, #rightzone .diskuze #postTitle, #rightzone .diskuze #postEmail {
	border: 1px solid #484848;
	background-color: #000000;
	height: 1.5em;
	width: 115px;
	margin: 0 0 5px 5px;
	color: #CDCDCD;
	position: relative;
	left: 0px;
	float: left;
}


.diskuze input.wrong {
	border: 1px solid #CE211F;
}
#middlezone_wide .diskuze #postAuthor.wrong, #middlezone_wide .diskuze #postTitle.wrong, #middlezone_wide .diskuze #postEmail.wrong {
	border: 1px solid #CE211F;
}
#middlezone .diskuze #postAuthor.wrong, #middlezone .diskuze #postTitle.wrong, #middlezone .diskuze #postEmail.wrong {
	border: 1px solid #CE211F;
}
#middlezone .diskuze #postAuthor.wrong, #middlezone .diskuze #postTitle.wrong, #middlezone .diskuze #postEmail.wrong {
	border: 1px solid #CE211F;
}
#leftzone .diskuze #postAuthor.wrong, #leftzone .diskuze #postTitle.wrong, #leftzone .diskuze #postEmail.wrong {
	border: 1px solid #CE211F;
}
#rightzone .diskuze #postAuthor.wrong, #rightzone .diskuze #postTitle.wrong, #rightzone .diskuze #postEmail.wrong {
	border: 1px solid #CE211F;
}
#leftB .diskuze #postAuthor.wrong, #leftB .diskuze #postTitle.wrong, #leftB .diskuze #postEmail.wrong {
	border: 1px solid #CE211F;
}
#rightB .diskuze #postAuthor.wrong, #rightB .diskuze #postTitle.wrong, #rightB .diskuze #postEmail.wrong {
	border: 1px solid #CE211F;
}


.diskuze #postText {
	border: 1px solid #484848;
	background-color: #000000;
	margin: 10px 5px 10px 5px;
	color: #CDCDCD;
	width: 97%;
	_width: 100%;
	max-width: 97%;
	font: 1em/1.33em Arial, Tahoma, Verdana, sans-serif;
	overflow: auto; 
}
.diskuze #postText.wrong {
	border: 1px solid #CE211F;
}
#leftzone .diskuze #postText, #rightzone .diskuze #postText {
	border: 1px solid #484848;
	background-color: #000000;
	margin: 10px 5px 10px 5px;
	color: #CDCDCD;
	width: 94%;
	_width: 95%;
	max-width: 94%;
	font: 1em/1.33em Arial, Tahoma, Verdana, sans-serif; 
}
#leftzone .diskuze #postText.wrong, #rightzone .diskuze #postText.wrong  {
	border: 1px solid #CE211F;
}
.diskuze .submit {
	background: url(../img/btn_bg.png) repeat-x;
	height: 22px;
	line-height: 22px;
	border: none;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0;
	padding: 0 5px 3px 5px;
	font-weight: bold;
	font-size: 0.9em;
}
.diskuze .submit:hover {
	background: url(../img/btn_bg_hover.png) repeat-x;
	height: 22px;
	line-height: 22px;
	border: none;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0;
	padding: 0 5px 3px 5px;
	font-weight: bold;
	font-size: 0.9em;
}
.diskuze .goBtn {
	float: right;
	margin-right: 10px;
	*margin-right: 4px;
	_margin-right: 2px;
}

.notFound {
	margin: 0 0 10px 10px;
}
#leftzone .notFound, #rightzone .notFound {
	margin: 0;
}


.post {
	background: #333333;
	border: 1px solid #333333;
	height: auto;
	overflow: hidden;
	margin: 0 0 15px 120px;
	padding: 0;
	color: #CDCDCD;
}

.post .head {
	padding: 10px;
	font-size: 1.1m;
	font-weight: bold;
}
#content .post .head p, #leftB #contentLeftB .post .head p, #rightB #contentRightB .post .head p, #leftzone .post .head p, #rightzone .post .head p {
	margin: 0;
	padding: 0 0 0 10px;
}
.post .head h3 {
	font-size: 1em;
	font-weight: bold;
	margin-left: 10px;
}
.post .head h3 span {
	color: #CE211F;
	text-decoration: none;
	font-size: 1em;
}
.post .head ins, .post .head em {
	font-weight: normal;
	text-decoration: none;
	font-size: 1em;
}
.post .text {
	background: #000000;
	padding: 10px;
	font-size: 1em;
}
.post .reply {
	background: #000000;
	padding: 0 15px 7px 15px;
	text-align: right;
}
.post .reply a {
	color: #CE211F;
	font-size: 0.9em;
	font-weight: bold;
	background: url(../img/seda-hvezda.png) no-repeat left;
	padding-left: 15px;
}
.reply a:hover {
	color: #BC4942;
}
.level-1 {
	margin-left: 10px;
}
.level-2 {
	margin-left: 30px;
}
.level-3 {
	margin-left: 60px;
}
.level-4 {
	margin-left: 90px;
}
.level-5 {
	margin-left: 120px;
}

.formError {
	margin-bottom: 15px;
	margin-left: 10px;
}
#middlezone .content .formError ul li, #middlezone_wide .content .formError ul li, #leftzone .content .formError ul li, #rightzone .content .formError ul li {
	background: none;
	padding:3px 0 3px 0;
	font-weight: bold;
}
#middlezone .content .formError ul, #middlezone_wide .content .formError ul, #leftzone .content .formError ul, #rightzone .content .formError ul {
	margin-left: 0;
}
#leftB .formError, #rightB .formError, #leftzone .formError, #rightzone .formError {
	margin-bottom: 15px;
	margin-left: 5px;
}
#leftB #contentLeftB .formError p, #rightB #contentRightB .formError p {
	padding: 0 0 5px 0;
}
.formError span {
	color: #CE211F;
}

/* ------------ diskuze ---------------------- */

/* ------------ vyhledavani ----------------- */

#search {
	border: 1px solid #484848;
	background-color: #2F2F2F;
	height: auto;
	overflow: hidden;
	margin: 0 0 20px 10px;
	padding: 0;
	color: #CDCDCD;
	font-size: 0.9em;
}
#search table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  _font-size: 1em;
}
#search table tbody tr td {
  border: none;
  color: #CDCDCD;
  padding: 0 0 0 5px;
  text-align: left;
  vertical-align: middle;
} 

#search legend {
	visibility: hidden;
	display: none;
}
#search form {
	margin: 0;
	padding: 15px 10px;
}
#search fieldset {
	padding: 0;
	margin: 0 0 0 7px;
	border: none;
}
#search label {
	margin: 0;
	padding: 0;
}
#search #fulltextSearchTextResult {
	border: 1px solid #484848;
	background-color: #000000;
	width: 100px;
	color: #CDCDCD; 
	padding: 4px;
	_padding: 3px 3px 5px 3px;
	margin: 0;
	_height: 22px;
	font-size: 1em;
}
#search #fulltextSearchTypeResult {
	border: 1px solid #484848;
	background-color: #000000;
	width: 100px;
	color: #CDCDCD;
	padding: 3px;
	margin: 0;
	font-size: 1em;
}
#search .left {
	float: left;
	margin-right: 15px;
}
#search .right {
	float: right;
}
#search .right span {
	margin-left: 7px;
}
#middlezone #search .left {
	width: 100%;
}
#middlezone #search .right {
	float: left;
	width: 100%;
	margin-top: 10px;
}
#leftB #search .left, #rightB #search .left {
	width: 100%;
}
#leftB #search .right, #rightB #search .right {
	float: left;
	width: 100%;
	margin-top: 10px;
}
#leftB #search .right span, #rightB #search .right span {
	float: left;
	margin-top: 10px;
	margin-left: 0;
}



.item {
	margin: 0 0 15px 10px;
	padding: 0 0 0 15px;
	background: url(../img/seda-hvezda.png) no-repeat left top;
}
#middlezone .item h2, #middlezone_wide .item h2 {
	background: none;
	color: #CE211F;
	text-decoration: underline;
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}
.item h2 a {
	color: #CE211F;
	text-decoration: underline;
}
.item .uri {
	color: #888888;
	text-decoration: underline;
}
.item .uryvek {
	padding-top: 5px;
}
.item .size {
	color: #888888;
}
#leftB #contentLeftB .item p.size, #rightB #contentRightB .item p.size, #content .item p.size {
	padding: 5px 0 0 0;
}
.item a:hover {
	color: #BC4942;
}

/* ------------ vyhledavani ----------------- */

/* ------------ produkty -------------------- */
#middlezone .products {
	padding: 0 0 0 10px;
	margin-bottom: 10px;
}
#middlezone_wide .products {
	padding: 0 0 0 10px;
	margin-bottom: 10px;
}
#leftzone .products, #rightzone .products {
	padding: 0 0 0 0;
	margin-bottom: 10px;
}
#leftB .products, #rightB .products {
	padding: 0 0 0 0;
	margin-bottom: 10px;
}
#middlezone .product, #middlezone_wide .product {
	padding: 0;
}

.products .nazev {
	background: url(../img/seda-hvezda.png) no-repeat left 4px;
	color: #CE211F;
	font-weight: bold;
	text-decoration: underline;
	font-size: 1.1em;
	padding: 0 0 0 15px;
	margin: 0 0 5px 0;
}
#leftzone .Box .content .products .nazev, #rightzone .Box .content .products .nazev {
	background:transparent url(../img/seda-hvezda-tmave-bg.jpg) no-repeat scroll 0 4px;
	color: #CE211F;
	font-weight: bold;
	text-decoration: underline;
	font-size: 1.1em;
	padding: 0 0 0 15px;
	margin: 0 0 10px 0;
}
#middlezone .products .linkMore, #middlezone_wide .products .linkMore, #leftB .products .linkMore, #rightB .products .linkMore {
	margin-left: 15px;
	visibility: hidden;
} 

.products .imgProduct {
	margin: 5px 10px 5px 15px;
	_margin: 5px 10px 5px 7px;
	float: left;
	overflow: hidden;
}
#leftB .products .imgProduct, #rightB .products .imgProduct {
	margin: 5px 10px 5px 5px;
	_margin: 5px 10px 5px 2px;
	overflow: hidden;
	width: 100%;
}


.products td, .product td {
	vertical-align: middle;
	text-align: center;
	margin: 0;
	padding: 0;
}
.products table, .product table {
	vertical-align: middle;
	text-align: center;
	margin: 0;
	padding: 0;
}
#middlezone .products .description, #middlezone_wide .products .description {
	margin-left: 150px;
	padding-left: 10px;
}
#middlezone_wide #leftB .products .description, #middlezone_wide #rightB .products .description {
	float: left;
	margin: 5px 0 0 15px;
	_margin: 5px 0 0 7px;
	padding-left: 0;
}
#middlezone .product .description, #middlezone_wide .product .description, #leftB .product .description, #rightB .product .description {
	margin-left: 10px;
	padding-left: 10px;
}
.description h3 {
	color: #CE211F;
	font-size: 1.1em;
	margin-bottom: 8px;
}
#leftB .description h3, #rightB .description h3 {
	color: #CE211F;
	font-size: 1.1em;
	margin-bottom: 8px;
	margin-left: 10px;
}
.description a {
	color: #CDCDCD;
	text-decoration: underline; 
}
.description a:hover {
	color: #BC4942;
	text-decoration: underline;
}
#content .description p {
	overflow: hidden;
	padding: 0 0 10px 0;
}

.products p, .product p {
	overflow: hidden;
	padding: 0 0 10px 10px;
}
#leftB #contentLeftB .products p, #rightB #contentRightB .products p {
	padding: 3px 0 10px 15px;
}

/* ------------ produkty -------------------- */

/* ----------- detail produktu -------------- */

.product .imgProduct {
	margin: 0 10px 10px 0;
	text-align: center;
}

.imgProduct a, .imgProduct img {
	border: none;
}
#leftB .imgProduct a, #leftB .imgProduct img, #rightB .imgProduct a, #rightB .imgProduct img {
	border: none;
	margin-left: 5px;
}

/* ----------- detail produktu -------------- */

/* --------- fotogalerie 118px ------------ */

#middlezone .foto118 {
	padding: 0 0 0 25px;
	_padding: 0 0 0 0;
	margin: 0 0 10px 0;
}
#middlezone .foto118 .fotka {
	float: left;
	margin: 0 20px 20px 20px;
	padding: 0;
	width: 118px;
}

#middlezone_wide .foto118 {
	padding: 0 0 0 8px;
	margin: 0 0 10px 0;
}
#middlezone_wide .foto118 .fotka {
	float: left;
	margin: 0 15px 20px 0;
	padding: 0;
	width: 118px;
}

#rightB .foto118, #leftB .foto118 {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}
#rightB .foto118 .fotka, #leftB .foto118 .fotka {
	width: 118px;
	float: left;
	margin: 0 0 0 10px;
	_margin: 0 10px 0 0;
	padding: 0;
}
#rightB .foto118 .fotka img, #leftB .foto118 .fotka img {
	margin: 0;
	padding: 0;
}

#rightzone .foto118 {
	margin: 0 0 10px 10px;
	padding: 0 0 0 0;
}
#leftzone .foto118 {
	margin: 0 0 10px 15px;
	padding: 0 0 0 0;
}

.fotka {
	margin: 0;
	padding: 0;
}
.foto118 .fotka div {
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	font-size: 0.9em;
	height: 2.7em;
	overflow: hidden;
}
#leftzone .foto118 .fotka div, #rightzone .foto118 .fotka div {
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	font-size: 0.9em;
	height: 3.1em;
	overflow: hidden;
}
.foto118 .fotka div a {
	color: #CDCDCD;
	text-decoration: underline;
}
.foto118 .fotka div a:hover {
	color: #CE211F;
	text-decoration: underline;
}
.fotka img, .fotka a {
	border: none;
	margin: 0;
	padding: 0;
}
.foto118 .fotka .photoImg, #leftzone .foto118 .fotka .photoImg, #rightzone .foto118 .fotka .photoImg {
	width: 118px;
	height: 118px;
	border: 1px solid #CDCDCD;
	overflow: hidden;
}
.foto118 .fotka .photoImg:hover, #leftzone .foto118 .fotka .photoImg:hover, #rightzone .foto118 .fotka .photoImg:hover {
  border: 1px solid #CE211F;
}
.foto118 .fotka .photoImg table {
	width: 118px;
	height: 118px;
	margin: 0;
	padding: 0;
   overflow: hidden;
   cursor: pointer;
}
.foto118 .fotka td {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}
/* --------- fotogalerie 118px ------------ */

/* --------- fotogalerie 200px ------------ */

#middlezone_wide .foto200 {
	padding: 0 0 0 50px;
	margin: 0 0 10px 0;
	overflow: hidden;
}
#middlezone_wide .foto200 .fotka {
	float: left;
	margin: 0 40px 20px 0;
	padding: 0;
	width: 200px;
}

#middlezone .foto200 {
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
	overflow: hidden;
}
#middlezone .foto200 .fotka {
	float: left;
	margin: 0 0 20px 60px;
	_margin: 0 0 20px 30px;
	padding: 0;
	width: 200px;
}


#rightB .foto200, #leftB .foto200 {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}
#rightB .foto200 .fotka, #leftB .foto200 .fotka {
	width: 200px;
	float: left;
	margin: 0 0 0 35px;
	_margin: 0 0 0 20px;
	padding: 0;
}
#rightB .foto200 .fotka img, #leftB .foto200 .fotka img {
	margin: 0;
	padding: 0;
}


.foto200 .fotka div {
	/*padding: 0 0 0 5px; */
	margin: 5px 0 0 0;
	font-size: 0.9em;
	height: 2.7em;
	overflow: hidden;
}
.foto200 .fotka div a {
	color: #CDCDCD;
	text-decoration: underline;
}
.foto200 .fotka div a:hover {
	color: #CE211F;
	text-decoration: underline;
}
.foto200 .fotka .photoImg {
	width: 200px;
	height: 200px;
	border: 1px solid #CDCDCD;
	overflow: hidden;
}
.foto200 .fotka .photoImg:hover {
  border: 1px solid #CE211F;
}
.foto200 .fotka .photoImg table {
	width: 200px;
	height: 200px;
	overflow: hidden;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
.foto200 .fotka .photoImg table td {
  	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}
/* --------- fotogalerie 200px --------------- */

/* -------- fotogalerie detail -------------- */

/* -------- varianta a, index --------------- */
#middlezone_wide .fotkaDetail {
	padding: 10px 0 0 15px;
	margin: 0 0 5px 0;
}
#middlezone_wide .fotkaDetail .obrazek {
	border: 1px solid #474747;
	padding: 10px;
	margin-top: 10px;
	overflow: hidden;
	width: 505px;
	_width: 100%;
	height: 505px;
	_height: auto;
}
#middlezone_wide .fotkaDetail .obrazek table {
	width: 500px;
	_width: 510px;
	height: 500px;
	_height: 510px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#middlezone_wide .fotkaDetail .obrazek table td {
  margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}
#middlezone_wide .fotkaDetail img {
	border: none;
}
#middlezone_wide .fotkaDetail .popis {
	margin-top: 10px;
	font-size: 0.9em;
}
#middlezone_wide .fotkaDetail .posuv {
	/*margin-bottom: 10px;*/
}
#middlezone_wide .posuv table, #middlezone_wide .posuv table td {
	margin: 0;
}
#middlezone_wide .posuv td.pred, #middlezone_wide .posuv td.dalsi {
	width: 120px;
}
.posuv table td.pred a {
	background: transparent url(../img/gallery_btn.png) repeat-x scroll 0 0;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 1em;
	_font-size: 0.9em;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	padding: 0 7px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 115px;
}
.posuv table td.dalsi a {
	background: transparent url(../img/gallery_btn.png) repeat-x scroll 0 0;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 1em;
	_font-size: 0.9em;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	padding: 0 7px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 115px;
}
#middlezone_wide .posuv table td.dalsi a, #middlezone_wide .posuv table td.pred a {
	_width: 132px;
}

#slideshowControl {
	background: url(../img/start-btn.png) no-repeat;
	width: 226px;
	height: 24px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 1em;
	_font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

/* -------- varianta a, index ---------------- */

/* -------- varianta C ----------------------- */
#middlezone .fotkaDetail .posuv {
	/*margin-bottom: 10px;*/
}
#middlezone .posuv table {
	margin: 0;
	width: 100%;
}
#middlezone .posuv table td.pred, #middlezone .posuv table td.dalsi {
	width: 50%;
	margin: 0;
}
#middlezone .posuv table tbody tr td.show {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#middlezone #slideshowControl {
	margin: 0 auto;
	text-align: center;
	_margin-left: 47px;
}

#middlezone .fotkaDetail {
	padding: 10px 0 0 15px;
	margin: 0 0 5px 0;
}
#middlezone .fotkaDetail .obrazek {
	border: 1px solid #474747;
	padding: 10px;
	margin-top: 10px;
	overflow: hidden;
	width: 320px;
	_width: 100%;
	height: 320px;
	_height: auto;
	overflow: hidden;
}
#middlezone .fotkaDetail .obrazek table {
	width: 320px;
	_width: 320px;
	height: 320px;
	_height: 320px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#middlezone .fotkaDetail .obrazek table td {
  margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}
#middlezone .fotkaDetail img {
	border: none;
}
#middlezone .fotkaDetail .popis {
	margin-top: 10px;
	font-size: 0.9em;
}

#middlezone .posuv table tbody tr td.dalsi a {
	float: right;
	margin-right: 22px;
}


/* -------- varianta C ----------------------- */

/* -------- varianta b ----------------------- */
.fotkaDetailB {
	padding: 10px 0 0 10px;
	margin: 0 0 5px 0;
}
.fotkaDetailB .obrazekB {
	border: 1px solid #474747;
	padding: 5px;
	margin-top: 10px;
	overflow: hidden;
	width: 245px;
	_width: 100%;
	height: 245px;
	_height: auto;
}
.fotkaDetailB .obrazekB table {
	width: 245px;
	height: 245px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.fotkaDetailB .obrazekB table td {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}
.fotkaDetailB img {
	border: none;
	mar
}


#middlezone_wide #leftB .posuv table td.dalsi a, #middlezone_wide #leftB .posuv table td.pred a, #middlezone_wide #rightB .posuv table td.dalsi a, #middlezone_wide #rightB .posuv table td.pred a {
	_width: 115px;
}

#middlezone_wide #leftB .fotkaDetail .posuv, #middlezone_wide #rightB .fotkaDetail .posuv {
	/*margin-bottom: 10px;*/
}
#middlezone_wide #leftB .posuv table, #middlezone_wide #rightB .posuv table, #middlezone_wide #leftB .posuv table td, #middlezone_wide #rightB .posuv table td {
	margin: 0;
}
#middlezone_wide #leftB .posuv td.pred, #middlezone_wide #leftB .posuv td.dalsi, #middlezone_wide #rightB .posuv td.pred, #middlezone_wide #rightB .posuv td.dalsi {
	width: 110px;
	_width: 120px;
}
#leftB .posuv table td.pred a, #rightB .posuv table td.pred a {
	background: transparent url(../img/gallery_btn.png) repeat-x scroll 0 0;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 1em;
	_font-size: 0.8em;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	padding: 0 7px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100px;
}
#leftB .posuv table td.dalsi a, #rightB .posuv table td.dalsi a {
	background: transparent url(../img/gallery_btn.png) repeat-x scroll 0 0;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 1em;
	_font-size: 0.8em;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	padding: 0 7px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100px;
}

#leftB #slideshowControl, #rightB #slideshowControl {
	background: url(../img/start-btn.png) no-repeat;
	width: 226px;
	height: 24px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 1em;
	_font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	margin-left: 10px;
}

/* -------- varianta b ----------------------- */

/* -------- fotogalerie detail --------------- */

/* --------------- levy sloupec -------------- */
#leftzone {
	width: 191px;
	float: left;
	margin: 0;
	padding: 0;
}
#leftzone .Box {
	width: 190px;
	margin: 0 0 15px 1px;
	padding: 0;
	overflow: hidden;
}
#leftzone .Box h2 {
	background: url(../img/box_gray_left.png) no-repeat left top;
	height: 31px;
	font-size: 1.2em;
	text-transform: uppercase;
	line-height: 31px;
	padding-left: 20px;
}
#leftzone .Box h2.Blue {
	background: url(../img/box_blue_left.png) no-repeat left top;
	height: 31px;
	font-size: 1.2em;
	text-transform: uppercase;
	line-height: 31px;
	padding-left: 20px;
}
#leftzone .Box .content {
	background: #161616;
	margin: 0 10px 0 10px;
	padding: 10px;
	color: #CDCDCD;
	font-size: 0.95em;
	line-height: 1.4em;
	overflow: hidden;
	width: 150px;
	_width: 170px;
}

#leftzone h2 {
	background: url(../img/box_gray_left.png) no-repeat left top;
	height: 31px;
	font-size: 1.2em;
	text-transform: uppercase;
	line-height: 31px;
	padding-left: 20px;
	overflow: hidden;
}
#leftzone .content {
	background: #161616;
	margin: 0 10px 10px 10px;
	padding: 10px;
	color: #CDCDCD;
	font-size: 0.95em;
	line-height: 1.4em;
	overflow: hidden;
	width: 150px;
	_width: 170px;
}

#leftzone .Box .content h1 {
	background: none;
	padding: 0;
	font-size: 1.4em;
	height: auto;
	line-height: normal;
	text-transform: none;
}
#leftzone .Box .content h2 {
	background: none;
	padding: 0;
	font-size: 1.2em;
	height: auto;
	line-height: normal;
	text-transform: none;
}
#leftzone .Box .content h3 {
	font-size: 1.2em;
}
#leftzone .Box .content h4, #leftzone .Box .content h5, #leftzone .Box .content h6 {
	font-size: 1.1em;
}

/* --------------- levy sloupec -------------- */

/* --------------- pravy sloupec ------------- */
#rightzone {
	width: 191px;
	float: right;
	margin: 0;
	padding: 0;
}
#rightzone .Box {
	width: 190px;
	margin: 0 1px 15px 0;
	padding: 0;
	overflow: hidden;
}
#rightzone .Box h2 {
	background: url(../img/box_gray_right.png) no-repeat right top;
	height: 31px;
	font-size: 1.2em;
	text-transform: uppercase;
	line-height: 31px;
	padding-left: 25px;
	overflow: hidden;
}
#rightzone .Box .content {
	background: #161616;
	margin: 0 10px 0 10px;
	padding: 10px 10px 10px 15px;
	color: #CDCDCD;
	font-size: 0.95em;
	line-height: 1.4em;
	overflow: hidden;
	width: 146px;
	_width: 170px;
	
}
#rightzone h2 {
	background: url(../img/box_gray_right.png) no-repeat right top;
	height: 31px;
	font-size: 1.2em;
	text-transform: uppercase;
	line-height: 31px;
	padding-left: 25px;
}
#rightzone .content {
	background: #161616;
	margin: 0 10px 10px 9px;
	padding: 10px 10px 10px 15px;
	color: #CDCDCD;
	font-size: 0.95em;
	line-height: 1.4em;
	overflow: hidden;
	width: 150px;
	_width: 170px;
}

#rightzone .Box .content h1 {
	background: none;
	padding: 0;
	font-size: 1.4em;
	height: auto;
	line-height: normal;
	text-transform: none;
}
#rightzone .Box .content h2 {
	background: none;
	padding: 0;
	font-size: 1.2em;
	height: auto;
	line-height: normal;
	text-transform: none;
}
#rightzone .Box .content h3 {
	font-size: 1.2em;
}
#rightzone .Box .content h4, #rightzone .Box .content h5, #rightzone .Box .content h6 {
	font-size: 1.1em;
}
/* --------------- pravy sloupec ------------- */

/* --------------- spolecne pro sloupce ------ */
.Box .content p {
	padding: 5px 0 5px 0;
}
.Box a {
	color: #CDCDCD;
	text-decoration: underline;
}
.Box a:hover {
	color: #BC4942;
	text-decoration: underline;
}
.Box h3 a {
	color: #CE211F;
	padding-bottom: 0;
	margin-bottom: 0;
	text-decoration: underline;
}
.Box h3 a:hover{
	color: #BC4942;
	padding-bottom: 0;
	margin-bottom: 0;
	text-decoration: underline;
}

/* --------------- spolecne pro sloupce ------ */

/* --------------- kalendar akci ------------- */
.datum {
	color: #7F7F7F;
}
/* --------------- kalendar akci ------------- */

/* --------------- vyhledavaci formular ------ */
#fulltextSearch {
	padding: 0 0 0 0;
	margin: 0;
}
#fulltextSearch fieldset {
	border: none;
}
#fulltextSearch #fulltextSearchText {
	background-color: #000000;
	border: 1px solid #484848;
	color: #cdcdcd;
	width: 148px;
}
#fulltextSearch span {
	float: right;
	margin: 10px 2px 0 0;
	_margin: 10px 0 0 0;
	padding: 0;
}

/* --------------- vyhledavaci formular ------ */

/* --------------- ankety -------------------- */

h3.questionP {
	font-size: 1em;
	margin: 0 0 0 0;
}
#leftzone .Box .content .questionP, #rightzone .Box .content .questionP {
	font-size: 1em;
	margin: 0 0 0 0;
}
#middlezone .questionP, #middlezone_wide .questionP {
	font-size: 1em;
	margin: 0 0 10px 20px;
}
#middlezone_wide #leftB .questionP, #middlezone_wide #rightB .questionP {
	font-size: 1em;
	margin: 0 0 15px 10px;
}
#middlezone .answers, #middlezone_wide .answers, #leftB .answers, #rightB .answers {
	margin: 0 0 0 10px;
}
#middlezone_wide #leftB .answers, #middlezone_wide #rightB .answers {
	margin: 0 0 0 0;
}

.answerText {
 margin: 0;
 padding: 0;
}


.answers .answer {
	padding: 0 0 0 0;
	margin: 3px 0 10px 10px;
}
#leftzone .answers .answer, #rightzone .answers .answer {
	padding: 0 0 0 0;
	margin: 3px 0 10px 0;
}
.answers img {
	border: none;
}

.voted {
	border-top: 1px solid #393939;
	margin-top: 10px;
}
#middlezone_wide #leftB #contentLeftB p.voted, #middlezone_wide #rightB #contentRightB p.voted {
	border-top: 1px solid #393939;
	margin-top: 10px;
}

.answerImg {
	width: 100%;
	padding: 0;
	margin: 4px 0 0 0;
	line-height: 6px;
	*margin: -8px 0 0 0;
}
#leftzone .answerImg, #righttzone .answerImg {
	width: 100%;
	padding: 0;
	margin: 4px 0 0 0;
	line-height: 6px;
	_margin: -8px 0 0 0;
}
.answerImg span {
	margin: 0;
	padding: 0;
}
#leftB .answerImg img, #rightB .answerImg img {
	margin: 0;
	padding: 0;
	border: none;
}
#leftzone .answerImg img, #rightzone .answerImg img {
	margin: 0;
	padding: 0;
	border: none;
}


/* --------------- ankety -------------------- */

/* --------------- stitky -------------------- */
#leftzone .Box ol.tags {
	text-align: center;
	padding: 10px 0 15px 5px;
	color: #CDCDCD;
	line-height: 1.8em;
	list-style-type: none;
	list-style: none;	
	margin: 0;
	font-size: 1.2em;
}
#rightzone .Box ol.tags {
	text-align: center;
	padding: 10px 0 15px 0;
	color: #CDCDCD;
	line-height: 1.8em;
	list-style-type: none;
	list-style: none;
	margin: 0;
	font-size: 1.2em;
}
#middlezone .Box ol.tags, #middlezone_wide .Box ol.tags {
	text-align: center;
	padding: 5px 5px 5px 5px;
	color: #CDCDCD;
	line-height: 1.8em;
	list-style-type: none;
	list-style: none;
	margin: 0;
	font-size: 1.2em;
}
ol.tags li {
	display: inline;
	margin: 0 0.5em 0 0.5em;
	list-style-type: none;
	list-style: none;	
}
ol.tags a {
	color: #CDCDCD;
	text-decoration: none;
	white-space: nowrap;
}
ol.tags a:hover {
	color: #BC4942;
	text-decoration: none;
	white-space: nowrap;
}
#middlezone ol.tags a, #middlezone_wide ol.tags a {
	color: #CDCDCD;
	text-decoration: none;
	white-space: nowrap;
}
#middlezone ol.tags a:hover, #middlezone_wide ol.tags a:hover {
	color: #BC4942;
	text-decoration: none;
	white-space: nowrap;
}
/* --------------- stitky -------------------- */

/* --------------- text ---------------------- */

.contentwsw {
	padding: 0;
	margin: 0;
	color: #CDCDCD;
}
.contentwsw img {
	margin: 5px;
}


/* --------------- text ---------------------- */

/* --------------- strankovani--------------- */

#leftzone .paging, #rightzone .paging {
	border-top: 1px solid #393939;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #CDCDCD;
	text-align: center;
	line-height: 30px;
	width: 100%;
}
#content .paging {
	margin: 0 0 10px 0; 
	color: #CDCDCD;
	text-align: right;
	line-height: 30px;
	padding-right: 10px;
}
#leftB .paging, #rightB .paging {
	margin: 0 0 10px 10px;
	color: #CDCDCD;
	text-align: left;
	line-height: 30px;
	padding-left: 5px;
	float: left;
}


#middlezone_wide #leftB .pagingInfo, #middlezone_wide #rightB .pagingInfo {
	margin:10px 0 10px 15px;
	width: 100%;
}
#middlezone .pagingInfo {
	margin:10px 0 10px 20px;
}

.pagingInfo {
	margin: 5px 0 10px 30px;
	color: #888888;
	float: left;
}
#middlezone_wide .pagingInfo {
	margin: 5px 0 10px 15px;
	color: #888888;
	float: left;
}
.pagingInfoFAQ {
	margin: 5px 0 10px 30px;
	color: #888888;
	float: left;
}
#leftB .pagingInfoFAQ, #rightB .pagingInfoFAQ {
	margin: 5px 0 10px 30px;
	color: #888888;
	width: 100%;
	float: none;
}
#leftzone .pagingInfoFAQ, #rightzone .pagingInfoFAQ {
	margin: 10px 0 10px 0;
	color: #888888;
	float: none;
}

.pagingInfoArticles, .pagingInfoProducts, #middlezone_wide .pagingInfoArticles, #middlezone_wide .pagingInfoProducts  {
	margin: 5px 0 10px 30px;
	_margin: 5px 0 10px 15px;
	color: #888888;
	float: left;
}
#middlezone_wide #leftB .pagingInfoArticles, #middlezone_wide #leftB .pagingInfoProducts, #middlezone_wide #rightB .pagingInfoArticles, #middlezone_wide #rightB .pagingInfoProducts  {
	margin: 5px 0 10px 20px;
	color: #888888;
	width: 100%;
}
#leftzone .pagingInfoArticles, #rightzone .pagingInfoArticles, #leftzone .pagingInfoProducts, #rightzone .pagingInfoProducts {
	margin: 10px 0 10px 0;
	color: #888888;
	float: none;
}

.pagingInfoPhotogallery {
	margin: 5px 0 10px 10px;
	color: #888888;
	float: left
}


.linkBlock {
	margin: 10px 0 0 30px;
}
.newPost {
	margin: 10px 0 0 10px;
}
.newPost a {
	background: transparent url(../img/seda-hvezda.png) no-repeat scroll left center;
	color: #CE211F;
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 15px;
}
#leftzone .newPost, #rightzone .newPost {
	margin: 10px 0 0 0;
}
#leftzone .newPost a, #rightzone .newPost a {
	background: transparent url(../img/seda-hvezda-tmave-bg.jpg) no-repeat scroll left center;
	color: #CE211F;
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 15px;
}


.allPost {
	margin: 10px 0 0 30px;
}
#leftB .allPost, #rightB .allPost {
  margin: 10px 0 0 20px;
}
.allPost a {
	color: #CE211F;
	font-size: 0.9em;
	font-weight: bold;
}
.allPost a:hover {
	color: #BC4942;
	font-weight: bold;
}
#leftzone .allPost, #rightzone .allPost {
	margin: 10px 0 0 0;
}
#leftzone .allPost a, #rightzone .allPost a {
	color: #CE211F;
	font-size: 0.9em;
	font-weight: bold;
}
#leftzone .allPost a:hover, #rightzone .allPost a:hover {
	color: #BC4942;
	font-weight: bold;
}

.paging a, .Box .paging a {
	color: #CDCDCD;
	text-decoration: underline;
	margin-right: 5px;
}
.paging a:hover, .Box .paging a:hover {
	color: #BC4942;
	text-decoration: underline;
	margin-right: 5px;
}
.paging a.left, .paging a.leftEnd {	
	color: #CE211F;
	text-decoration: underline;
}
.paging a.left:hover, .paging a.leftEnd:hover {	
	color: #CDCDCD;
	text-decoration: underline;
}
.paging a.rightEnd, .paging a.right {	
	color: #CE211F;
	text-decoration: underline;
	margin-right: 5px;
}
.paging a.rightEnd:hover, .paging a.right:hover {	
	color: #CDCDCD;
	text-decoration: underline;
	margin-right: 5px;
}


.paging .selected .pageText {
	padding: 5px 8px 5px 10px;
	_padding: 0 7px 0 0;
	width: 25px;
	height: 25px;
	background: url(../img/modra-hvezda.png) no-repeat center center;
	_background: url(../img/modra-hvezda-black-bg.gif) no-repeat center center;
	color: #000000;
	font-weight: bold;
}
#leftB .paging .selected .pageText, #rightB .paging .selected .pageText {
	padding: 5px 8px 5px 10px;
	_padding: 0 0 0 10px;
	width: 25px;
	height: 25px;
	background: url(../img/modra-hvezda.png) no-repeat center center;
	_background: url(../img/modra-hvezda-black-bg.gif) no-repeat center center;
	color: #000000;
	font-weight: bold;
}
#leftzone .paging .selected .pageText, #rightzone .paging .selected .pageText {
	padding: 5px 8px 5px 10px;
	_padding: 0 0 0 0;
	width: 25px;
	height: 25px;
	background: url(../img/modra-hvezda.png) no-repeat center center;
	_background: url(../img/modra-hvezda-gray-bg.gif) no-repeat center center;
	color: #000000;
	font-weight: bold;
}
.separator, .separatorText {
	visibility: hidden;
}
/* --------------- strankovani --------------- */


#footer {
	width: 100%;
	height: 56px;
	background: url(../img/pata_bg.jpg) repeat-x;
	color: #CDCDCD;
	padding: 0;
	margin: -56px 0 0 0;
	overflow: hidden;
	position: relative;
}
#footerLeft {
	float: left;
	padding: 7px 0 10px 20px;
	font-size: 0.9em;
	line-height: 1.5em;
	width: 420px;
	margin: 0;
}
#footerLeft p {
	padding: 0 0 5px 0;
	height: 1.3em;
	_height: 1.7em;
	overflow: hidden;
}
#footerLeft a {
	color: #888888;
	text-decoration: underline;
}
#footerLeft a:hover {
	color: #BC4942;
	text-decoration: underline;
}

#footerRight {
	float: right;
	padding: 5px 20px 0 0;
	font-size: 0.9em;
}
#footerRight p {
	padding: 5px 0 0 0;
}
#footerRight p span {
	margin: 0 0 0 15px;
}
#footerRight a {
	color: #888888;
	text-decoration: underline;
}
#footerRight a:hover {
	color: #BC4942;
	text-decoration: underline;
}
#footerRight .print {
	background: url(../img/tisk.png) no-repeat left center;
	padding-left: 20px;
}
#footerRight .sitemap {
	background: url(../img/mapa.png) no-repeat left center;
	padding-left: 20px;
}
#footerRight .rss {
	background: url(../img/rss.png) no-repeat left center;
	padding-left: 20px;
}

/* ----------------- privateAccessForm --------------------- */

.privateAccessForm form {
	margin-left: 15px;
	margin-top: 5px;
}
.privateAccessForm p {
	margin-left: 10px;
}
.privateAccessForm label {
	color: #CDCDCD;
	font-weight: bold;
	margin-left: 5px;
}
.privateAccessForm fieldset {
	background-color: #323232;
	border: 1px solid #484848;
	margin: 0;
	padding: 10px;
}
.privateAccessForm #postUserName, .privateAccessForm #postPasswd {
	background-color: #000000; 
	border: 1px solid #484848;
	color: #CDCDCD;
	height: 1.5em;
	margin: 0 0 5px 5px;
}

.privateAccessForm .error {
	margin-left: 20px;
	margin-bottom: 10px;
	color: #CE211F;
}

#lostPasswordLink {
	margin-top: 10px;
	margin-left: 20px;
}
#lostPasswordLink a {
	color: #CE211F;
	font-weight: bold;
	text-decoration: underline;	
}
/* ----------------- privateAccessForm --------------------- */

-----------------------------------------------
Theme Name: Zinmag Remedy
Theme URI: http://web2feel.com/remedy/
Description: Zinmag remedy is a feature-rich dark theme with magazine-/ news type layout with custom theme options and adsense. Theme created by <a href="http://www.wpfreethemes.com/">jinsona</a> .
Author: Jinsona Designs
Author URI: www.wpfreethemes.com

WARNING: Distribution of this theme on thirdparty sites without my permission is strictly prohibited.
Any violation will result in a DMCA filed againt the site involved . 

Converted to blogger template by FalconHive.com
Theme URI: 
http://www.falconhive.com/2008/12/blogger-template-zinmag-remedy.html
http://www.falconhive.com/2009/02/zinmag-remedy-20.html

Version: 1.04
Date: 23 December 2008
Author URI: http://www.falconhive.com
Reminder: Unless you get the permission from the FalconHive.com, you are not allowed to increase or decrease any footer link in the footer, thanks!
----------------------------------------------- */

#navbar-iframe {
   height:0px;
   visibility:hidden;
   display:none;
}

.tabber{display:none;}
body {
	margin:0 auto;
	padding:0px 0 0px 0;
	background:#0E0F0F;
	font-family:Century gothic, Arial,Tahoma,sans-serif;
	color:#126A9B;
	font-size:13px;
	}
	
img {
	border:0;
	}
	
a {
	color:#888;
	text-decoration:none
	}
a:hover {
	color:#ddd;
	text-decoration:none
	}

h1, h2, h3, h4, h5, h6 {
	}
	
blockquote {
	padding-left:10px;
	color:#777;
	font-style: normal;
	}
	
.clear {
	clear:both;
	}
	
.alignleft {
	float:left;
	padding:3px 0 2px 5px;
	}
	
.alignright {
	float:right;
	padding:3px 5px 2px 0px;
	}

	
/* The Wrapper */

#wrapper {
	width:1000px;
	margin:0 auto;
	}
	
	
/* The Top */

#top {
	height:110px;
	margin:auto;
	background:#393f42 url(IMAGE-LINK-HERE/top.png) top repeat-x;
	width:1000px;
	}
	
.blogname {
	width:600px;
	font-family:Century gothic,Verdana,Tahoma,sans-serif;	
	margin:20px 0 0 0px;
    float:left;
	background-repeat:no-repeat;
	}
	
.blogname h1  {
	font-size:38px;
	padding:0 0 5px 0;
	font-weight:normal;
	color:#cacccd;
	text-align:left;
	margin:0px 0 0 25px;
	}
	
.blogname h1  a:link, .blogname h1  a:visited{ 
	color: #cacccd; 
	display:block;
	}
	
.blogname h1  a:hover { 
	color: #eee; 
	}
#subtitle {
	margin:2px 20px 0px 20px;
	font-size:15px;
	font-weight:normal;
	color:#949fa5;
	text-align:left;
	}
	
#topbar {
	height: 29px;
	margin-bottom: 0px;
	background: url(IMAGE-LINK-HERE/topbar.jpg) repeat-x;
	font-family:Century gothic, Arial,Tahoma,sans-serif;
}

#topbar #dates {
	float: right;
	height: 25px;
	padding-right: 15px;
	padding-left: 25px;
	font-size: 13px;
	color: #AFAFAF;
	margin: 4px 0 0 15px;
	background:url(IMAGE-LINK-HERE/date.png) no-repeat;
}

#topbar ul {
	float: right;
	display: inline;
	height: 23px;
	padding-right: 10px;
	margin:0px 0px
}

#topbar ul li {
	float: left;
	margin-left: 20px;
	display: inline;
	height: 20px;
}

#topbar ul li a:link,#topbar ul li a:visited{
	height: 20px;
	line-height: 25px;
	background: url(IMAGE-LINK-HERE/rss.png) no-repeat;
	background-position: left;
	padding-left: 20px;
	font-size: 13px;
	font-weight:normal;
	color: #AFAFAF;
}

#topbar ul li a:hover {
	color: #AFAFAF;
}


/* The Search */

#search {
	height:28px;
	width:auto;
	padding-top:5px ;
	margin-right:15px;
	margin-top:78px;
	width:233px;
	float:right;
	background:url(IMAGE-LINK-HERE/search.jpg);
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}

#s {
	margin-left:10px;
	float: left;
	width:145px;
	padding: 4px 7px;
	background:#fff url(IMAGE-LINK-HERE/form.gif) repeat-x;
	border:1px solid #fff;
	font: normal 100% "century Gothic", Arial, Helvetica, sans-serif;
	color:#B71C1A;
}

#searchsubmit {
	width:48px;
	float: left;
	margin-left: 5px;
	background:#fff url(IMAGE-LINK-HERE/submit.jpg);
	border:1px solid #30627e;
	font: bold 100% "century gothic", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height:27px;
}

.feed{
	width:288px;
	height:34px;
	margin:5px 0px 0 0;
	background:#232628 url(IMAGE-LINK-HERE/feed.jpg) top no-repeat;
	padding:30px 5px 0 5px;
	border:1px solid #404548;
}

.rssicon{
	float: left;
	margin:0px 2px 0 3px;
}


.input{
	margin-left:5px;
	float: left;
	width: 195px;
	padding: 2px 3px;
	background: #EFEFEF url(IMAGE-LINK-HERE/form.gif) repeat-x;
	border: 1px solid #FFFFFF;
	font: normal 100% "century Gothic", Arial, Helvetica, sans-serif;
	color:#333;} 
.sbutton {
	margin-right:10px;
	float: right;
	margin-top: 0px;
	background: #167498;
	border: none;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height:24px;
	line-height:24px;
	}


/*top menu*/

#foxmenucontainer{
	height:29px;
	background:url(IMAGE-LINK-HERE/menu.jpg) repeat-x;
	display:block;
	padding:0px 0 0px 0px;
	border-top:1px solid #474747;
	font: 14px "Century gothic",verdana, Arial, sans-serif;
	font-weight:normal;
	}
	
#menu ,#menu ul {
	margin: 0px 5px;
	padding: 0px;
	list-style: none;
	height:29px;
	}

#menu a {
	color: #B3DBEF;
	display: block;
    font-weight: normal;
   	padding: 4px 10px 6px 10px;
	}
	
#menu a:hover {
	background:url(IMAGE-LINK-HERE/menuhov.jpg) repeat-x;
	color: #fff;
	display: block;
	text-decoration: none;
	}

#menu li {
	float: left;
	margin: 0px 0 0px 0;
	padding: 0px;
	}
	
#menu li li {
	float: left;
	margin: px 0px 0px 5px;
	padding: 0px;
	width: 130px;
	}
	
#menu li li a, #menu li li a:link, #menu li li a:visited {
	background:url(IMAGE-LINK-HERE/menu.jpg) repeat-x;
	width: 150px;
	float: none;
	margin: 0px;
	padding: 4px 10px 5px 10px;
	color:#fff;
	}
	
#menu li li a:hover, #menu li li a:active {
	background:url(IMAGE-LINK-HERE/menuhov.jpg) repeat-x;
	width: 150px;
	float: none;
	margin: 0px;
	padding: 4px 10px 5px 10px;
	color:#06415F;
	}

#menu li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	z-index:1;
	}

#menu li:hover ul {
	left: auto;
	display: block;
	}
	
#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
	}

#catmenucontainer{
	height:29px;
	background:url(IMAGE-LINK-HERE/catmenu.jpg) repeat-x;
	display:block;
	padding:0px 0 0px 0px;
	font: 14px "Century gothic",verdana, Arial, sans-serif;
	font-weight:normal;
	border-top:1px solid #686D6F;
	}

#catmenu ,#catmenu ul {
	margin: 0px 5px;
	padding: 0px;
	list-style: none;
	height:29px;
	}

#catmenu  a {
	color: #999;
	display: block;
    font-weight: normal;
  	padding: 4px 10px 6px 10px;
	}
	
#catmenu  a:hover {
	background:url(IMAGE-LINK-HERE/catmenuhov.jpg) repeat-x;
	color: #fff;
	display: block;
	text-decoration: none;
	}

#catmenu  li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#catmenu  li li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 130px;
	}
	
#catmenu  li li a, #catmenu  li li a:link, #catmenu  li li a:visited {
	background:url(IMAGE-LINK-HERE/catmenu.jpg) repeat-x;
	width: 150px;
	float: none;
	margin: 0px;
	padding: 4px 10px 5px 10px;
	color:#E8EBEE;
	border-bottom:1px solid #2C3133;
	}
	
#catmenu  li li a:hover, #catmenu  li li a:active {
	background:url(IMAGE-LINK-HERE/catmenuhov.jpg) repeat-x;
	width: 150px;
	float: none;
	margin: 0px;
	padding: 4px 10px 5px 10px;
	color:#fff;
	border-bottom:1px solid #2C3133;
	}

#catmenu  li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	z-index:1;
	}

#catmenu  li:hover ul {
	left: auto;
	display: block;
	}
	
#catmenu  li:hover ul, #catmenu li.sfhover ul {
	left: auto;
	}	
	
	
/* Main Content*/	
	
#casing {
	padding:0px 0px 10px 0px;
	background:#393f42 url(IMAGE-LINK-HERE/casing.jpg) bottom right;
	background-repeat:no-repeat;
	}	

#content {
	float:left;
	width: 690px;
	height:100%;
	padding:5px 0px 0px 0px;
	}
	
.title{
	margin: 0 0 0 0px;
	padding: 5px 0px 2px 5px;
	background:#292D2F;
	border-bottom:1px solid #222629;
}	

.time{
	text-align:left;
	width:100px;
	margin-top:2px;
	font-family:Century gothic,Verdana,Helvitica,sans-serif;
	padding:1px 0 0 0px;
	color:#fff;
	float:right;
	}

.date {
	font-size:13px;
	font-family:century gothic,Verdana,Helvitica,sans-serif;
	padding:0px 5px;
	font-weight:normal;
   	color:#04689A;
	}
	
.single {
	width:680px;
	margin: 0px 5px 5px 5px;
	height:100%;
	color:#AFAFAF;
	font: 13px  century gothic,Arial,verdana, sans-serif;
	border:1px solid #222629;
	}

.single  h2 {
	margin: 0px 0 5px 0;
	padding: 3px 0px 0px 5px;
	text-align: left;
	font: 24px  century gothic,Arial,verdana, sans-serif;
	font-weight:bold;
	overflow:hidden;
	}

.single  h2 a, .single  h2 a:link, .single  h2 a:visited  {
	color:#C5C5C5;
	background-color: transparent;
	}
.single  h2 a:hover  {
	color: #FEFEFE;
	background-color: transparent;
	}	
	
.author{
	color:#04689A;
	padding:0px 0 0px 0px;
}
.clock{
	color:#04689A;
	padding:0px 0 4px 10px;
}	

.singleinfo {
	height:25px;
	margin: 0 0 0 0px;
	padding: 0px 0px 0px 0px;
	background:#292d2f;
	color:#fff;
	border-top:1px solid #222629;
			}
	
.comm{
	padding:2px 0 2px 25px;
	float:left;
	background:url(IMAGE-LINK-HERE/comm.jpg)no-repeat;
}

.comm a:link,
.comm a:visited {
	color:#fff;
}
.comm a:hover{
	color:#fff;
}

.postmore{
	padding:2px 5px 2px 25px;
	float:right;
	font-weight:bold;
	background:url(IMAGE-LINK-HERE/pmore.jpg) left no-repeat;
}

.postmore a:link,
.postmore a:visited {
	color:#fff;
}
.postmore a:hover{

	color:#fff;
}
.category{
	padding:3px 5px 1px 0px;
	margin-left:5px;
	font:13px  century gothic,Arial,verdana, sans-serif;
}

.category a:link,.category a:visited{
	color:#7F7F7F;
	}
.category a:hover{
	color:#eee;
	}
	
.entry {
	margin:0 0;
	padding: 10px 5px 5px 5px;
	background:#2E3335;
	}	
	
.entry a:link,
.entry a:visited {
	color: #465f7b;
	background-color: transparent;
}
.entry a:hover {
	color:#2b77cd;
	background-color: transparent;
	text-decoration: none;
}
.entry img {
	border:0;
	padding:4px 4px;
	background:#111;
	border:1px solid #232628;
	margin:2px 5px 5px 0px;
	}
	
.entry p{
	margin:5px 5px;
}


/* sidebar */
#rightcol{
	float:right;
	width:304px;
	padding:0 0 10px 0;
}


/* The Sidebar1 */
.sidebar1{
	float:left;
	width:147px;
	padding-top:5px;
	font-size:14px;
	font-family:Century gothic, Arial, sans-serif;
	}

.sidebar1 h2 {
	height:27px;
	line-height:27px;
	font-size:16px;
	color:#eee;
	margin:5px 0 0 0 ;
	padding:0px 0 0 5px;
	background:#232628;
	font-weight:bold;
	}
.sidebar1 ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	}

.sidebar1 ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 10px 0px;
	background-repeat:no-repeat;
	}

.sidebar1 ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}

.sidebar1 ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}
	
.sidebar1 ul li {
    color:#787d7f;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	display:block;
	background:#2e3335;
	border-bottom:1px solid #2a2e30;
	}

.sidebar1 ul li a:link, .sidebar1 ul li a:visited {
	height:100%;
	line-height:18px;
	}

.sidebar1 ul li a:hover {
	background-repeat:no-repeat;
	color: #d4d4d4;
	}

.sidebar1 p {
	padding: 7px 10px;
	margin:0;
	}

.sidebar1 table {
	width:100%;
	text-align:center;
	background:#2e3335;
	color:#787d7f;
	}	
	
#ArchiveList ul li {
    color:#787d7f;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	display:block;
	background:#2e3335;
	border-bottom:1px solid #2a2e30;
	}
	
	
/* The Sidebar2 */	
.sidebar2{
	float:right;
	width:147px;
	padding-top:5px;
	padding-right:5px;
	font-size:14px;
	font-family:Century gothic, Arial, sans-serif;
	color: #ffffff;
	}

.sidebar2 h2 {
	height:27px;
	line-height:27px;
	font-size:16px;
	color:#eee;
	margin:5px 0 0 0 ;
	padding:0px 0 0 5px;
	background:#232628;
	font-weight:bold;
	}
.sidebar2 ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	}

.sidebar2 ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 10px 0px;
	background-repeat:no-repeat;
	}

.sidebar2 ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}

.sidebar2 ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}
	
.sidebar2 ul li {
    color:#787d7f;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	display:block;
	background:#2e3335;
	border-bottom:1px solid #2a2e30;
	}

.sidebar2 ul li a:link, .sidebar2 ul li a:visited {
    height:100%;
	line-height:18px;
	}

.sidebar2 ul li a:hover {
	background-repeat:no-repeat;
	color: #d4d4d4;
	}

.sidebar2 p {
	padding: 7px 10px;
	margin:0;
	}

.sidebar2 table {
	width:100%;
	text-align:center;
	background:#2e3335;
	color:#787d7f;
	}		


#wp-calendar{
	width: 100%;
	padding: 0 0 15px;
	background:#496E80;
}

#wp-calendar caption{
	padding: 5px 5px ;
	font-size:16px;
	background:#d9e2e6;
}

#wp-calendar th, #wp-calendar td{
	padding: 5px;
	text-align:center;
	background:#aaa;
	color:#EBF0F2;
}

#wp-calendar td a{
	background:#fff;
	padding: 5px;
}
#wp-calendar td{
	background:transparent;
}
#wp-calendar td, table#wp-calendar th{
	padding: 2px 0;
}		
	
	
/* --- FOOTER --- */

#footer {
	height:40px;
	padding:5px 0 0 10px;
	color:#999;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	letter-spacing:1px;
	font-family: Century gothic, georgia, Arial, sans-serif;
	}

#footer a:link , #footer a:visited{
	color:#E8EBEE;
	}

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


/* The Navigation */

#navigation {	
	width:685px;
	margin:0px 0px 5px 5px;
	height:20px;
	float:right;
	}

	
/* The Attachment */

.contentCenter {
	text-align:center;
	}

	
/* The Page Title */

h2.pagetitle {
	padding:0;
	margin:10px 0 20px 0;
	font-size:20px;
	text-align:center;
	color:#eee;
	}

/* The Comments */

.comments {
	padding-left:10px;
	}
.comments form {
	}
.comments textarea {
	width:90%;
	height:156px;
	background:#fff;
	border:1px solid #D0D0D0;
	color:#444;
	padding:10px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
h3 #comments-count {
	font-weight:bold;
	font-size:18px;
	margin:0 0 0 20px;
}	
	
#commentform {
	padding-left:23px;
	}
#commentform input {
	background:#fff;
	border:1px solid #D0D0D0;
	color:#333;
	padding-left:10px;
	}
.comments input#submit {
	padding:0;
	width:72px;
	height:25px;
	background:#167498;
	border:1px solid #368FAF;
	color:#fff;
	}
.comments h2 {
	font-size:19px;
	line-height:30px;
	margin:24px 0 0 10px;
	padding:0;
	font-weight:normal;
	}
.comments ol li p {
	padding:0;
	margin:10px 0;
	color:#ccc;
	}
.commentmeta small{
	color: #fff;
}

/*Featured*/
.featout{
	width:670px;
	overflow: hidden;
	padding:5px 5px;
	margin:0px 4px 5px 5px;
	background:#2e3335;
	border:1px solid #272b2d;
}
.featured{
	width:670px;
	overflow: hidden;
	padding:5px 0px 2px 0px;
	margin:0px 0px 0px 0px;
	background:#39525e;
	font-family:Century gothic,Verdana,Helvitica,sans-serif;
}
.featured h2{
	font-size:22px;
	margin:3px 0 4px 5px;
		
}
.featured h2 a, .featured h2 a:link, .featured h2 a:visited  {
	color: #fff;
	background-color: transparent;
	}
.featured h2 a:hover  {
	color: #fff;
	background-color: transparent;
	}

.fentry{
	height:auto;
	overflow:hidden;
}

.cat{
	padding:1px 5px 1px 10px;
	font-size:12px;
	}

.cat a:link,.cat a:visited{
	color:#ac2d2d;
	}
.cat a:hover{
	color:#ac2d2d;
	}
.cats{
	margin:1px 5px 1px 0px;
	font-size:13px;
	margin-left:5px;
	color:#24a1cc;
}
.cats a:link,.cats a:visited{
	color:#24a1cc;
	}
.cats a:hover{
	color:#24a1cc;
	}

.fentry p{
	margin: 5px 5px;
	color:#c2d4dd;
	line-height:20px;
}
.fentry img {
	border:0;
	float:left;
	padding:4px 4px;
	background:#1E1F20;
	border:1px solid #1E1F20;
	margin:2px 5px 5px 5px;
	}
	
.featmeta{
	height:22px;
	text-align:right;
	padding:3px 5px 0 0;
	background:url(IMAGE-LINK-HERE/readm.jpg) right no-repeat;
}
.featmeta a:link,.featmeta a:visited{
	color:#3c2e1b;
	font-weight:bold;
	text-decoration:none;
	}
	

/*magbox*/
	
.post {
	width: 336px;
	margin: 0px 0px 5px 5px;
	padding:3px 0 0 0;
	float: left;
	background:#ebe1d2;
	border:1px solid #ded5c9;
	display:inline;
	color:#6c5b42;
	font-style:italic;
	font-family:Georgia,century gothic,Arial,verdana, sans-serif;
	}

.post h2 {
	margin: 0px 0 0px 0;
	padding: 0px 0px 3px 0px;
	text-align: left;
	font-size: 18px;
	overflow:hidden;
	font-weight:normal;
	height:20px;
	}

.post h2 a, .post h2 a:link, .post h2 a:visited  {
	color:#354151;
	background-color: transparent;
	}
.post h2 a:hover  {
	color: #354151;
	background-color: transparent;
	}	
	
.postinfo {
	height:28px;
	margin: 0 0 0 0px;
	padding: 2px 0px 0px 0px;
	background:#34424F url(IMAGE-LINK-HERE/postinf.jpg)repeat-x;
	}
	
.categ {
	height:14px;
	margin: 1px 0 0 0px;
	padding: 0px 0px 2px 0px;
	overflow:hidden;
	font-size:12px;
	}

.categ a:link,.categ a:visited{
	color:#4395be;
	}
.categ a:hover{
	color:#ddd;
	font-weight:normal;
	}
	
.centry a:link,
.centry a:visited {
	color: #943d39;
	background-color: transparent;
}

.post img {
	border:0;
	float:left;
	padding:4px 4px;
	background:#fff;
	border:1px solid #ddd;
	margin:2px 5px 2px 0px;
	}
	
.centry p{
	margin:2px 0;
}
.centry a:hover {
	color:#c6150c;
	background-color: transparent;
	text-decoration: none;
}

.centry {
	margin:0 0;
	padding: 0px 5px 5px 5px;
	height:120px;
	overflow:hidden;
	}
	
#bottom{
	width:100%;
	padding:0px 0 0px 0;
	margin-bottom:10px;
	float:left;
}	

.videopost{
	width:336px;
	margin-left:5px;
	padding: 0px 0px ;
	float:left;
	display:inline;
	font-family:Georgia,century gothic,Arial,verdana, sans-serif;
	background:#2e3335;
	border:1px solid #272B2D;
}
.videoposttitle{
	margin:0px 0 0px 0;
	padding:2px 0 2px 3px;
	font-size:18px;
	height:30px;
	background:#292D30 url(IMAGE-LINK-HERE/videoh2.jpg) no-repeat;
	font-weight:normal;
}
.videoentry{
	margin:0px 0 0px 0;
	padding:5px 5px ;
}
.bottompost{
	width:336px;
	margin-left:5px;
	padding: 0px 0px ;
	float:left;
	display:inline;
	font-family:Georgia,century gothic,Arial,verdana, sans-serif;
	background:#2e3335;
	border:1px solid #272B2D;
}

#myslides{
background:#2c3133;
}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 972px; /*Width of Carousel Viewer itself*/
height: 165px; /*Height should enough to fit largest content's height*/
margin: 0px 14px 5px 14px;
background:#2c3133;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px 17px ; /*margin around each panel*/
width:220px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
background:#202325;
height:140px;
border:1px solid #393f42;
}
.stepcarousel .panel p{
text-align: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px 5px ; /*margin around each panel*/
}

.stepcarousel .panel h2{
text-align: left; /*leave this value alone*/
height:20px;
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 2px 5px ; /*margin around each panel*/
font-size:16px;
font-weight:bold;
text-align:center;
font-family:Georgia,century gothic,Arial,verdana, sans-serif;
}

.stepcarousel .panel img{
float: left; /*leave this value alone*/
background:#040404; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px 10px 10px 10px; /*margin around each panel*/
padding:0px 0px;
}

#ad1{
	padding:2px 0;
	width:680px;
	background:#2c3133;
	border:1px solid #272c2e;
	margin:5px auto;
	text-align:center;
}

.ad2{
	text-align:center;
	margin:5px auto;
}

.banner{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0px;
	width:298px;
	border-left:1px solid #404548;
	border-right:1px solid #404548;
	border-bottom:1px solid #404548;
	background:#2c2f31;
	float:left;
}
.bannerhead{
	margin: 5px 0 0 0;
	padding: 0px 0 0 0px;
	width:298px;
	height:30px;
	background: #222627 url(IMAGE-LINK-HERE/sponhead.jpg) no-repeat;
	border-left:1px solid #404548;
	border-right:1px solid #404548;
	border-top:1px solid #404548;
}
.banner ul {
   	margin: 0px 0px;
	padding: 0px 0px;
	overflow: auto;
}
.banner img{
	height:125px;
	width:125px;
	margin: 6px 6px ;
	padding:5px 5px;
	list-style:none;
	display: block;
	display:inline;
	float:right;
	background:#393f42;
}

.banner li a:link, .banner li a:visited {
	text-decoration: none;
}	


/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;

}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
background:#333;

}
.tabberlive {
 margin-top:0px;
 margin-left:0px;
 margin-right:0px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding:8px 0 0 0;
 font: 13px century gothic,Verdana, sans-serif;
 background:#2e3335;
height:25px;
}

ul.tabbernav li
{
 list-style: none;
 margin:5px 0;
 display: inline;
 color:#5AB7D8;
}

ul.tabbernav li a
{
	padding: 4px 0.5em;
	margin-left: 5px;

	background:#02689a url(IMAGE-LINK-HERE/taba.jpg) repeat-x;
	text-decoration: none;
}

ul.tabbernav li a:link { color:#F3F3F3; }
ul.tabbernav li a:visited { color:#F3F3F3; }

ul.tabbernav li a:hover
{
 color: #fff;
 background:#3B4044 url(IMAGE-LINK-HERE/tabh.jpg) repeat-x;
}

ul.tabbernav li.tabberactive a
{
color: #fff;
 background-color: #125F7D;
 background:#3B4044 url(IMAGE-LINK-HERE/tabh.jpg) repeat-x;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #fff;
 background:#3B4044 url(IMAGE-LINK-HERE/tabh.jpg) repeat-x;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	padding:3px 0 0 0;
	background:#2e3335;

	font: 13px century gothic,Verdana, sans-serif;
	color:#aa9f9b;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}


.tabberlive .tabbertab p{
	margin:0px 4px 5px 4px;
}
.tabberlive .tabbertab a{
	color:#fff;
}

.tabberlive .tabbertab a:hover{
	color:#6AC9E9;
}
.tabberlive .tabbertab li {
	list-style:none !important;
	list-style:outside;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
	}

.tabberlive .tabbertab ul {
	list-style:none;
	margin:0px 5px 15px 5px;
	padding:0px 0px 0px 0px;	
	}

.tabberlive .tabbertab ul li {
	color:#777;
	display:block;
	background:#363c3f;
	border:1px solid #363c3f;
	padding:5px 0px 5px 5px;
	}

.tabberlive .tabbertab ul li a {
	list-style:none;
	color:#aa9f9b;
	margin:2px 0px 2px 0px;
	width:auto;
	}

.tabberlive .tabbertab ul li a:hover {
	color:#fff;
	border:1px solid #363c3f;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

.minipost {
	width: 336px;
	float:left;
	margin: 0px 0px 5px 5px;
	padding:3px 0 0 0;
	background:#2e3335;
	border:1px solid #272b2d;
	display:inline;
	color:#222;
	font-family:century gothic,Arial,verdana, sans-serif;
	}

.minipost h2{
	margin: 0px 0 0px 0;
	padding: 0px 0px 3px 0px;
	text-align: left;
	font-size: 20px;
	overflow:hidden;
	height:20px;
}
.minipost h2 a:link, .minipost h2 a:visited{
	color:#c5c5c5;
}
.hentry {
	height:145px;
	padding:0px 5px 2px 5px;
	overflow:hidden;
}
.hentry p{
	margin:5px 5px;
	color:#6b7478;
}

.hentry img {
	border:0;
	float:left;
	padding:4px 4px;
	background:#1e1f20;
	border:1px solid #393f42;
	margin:2px 5px 5px 0px;
	}
.meta{
	color:#226b91;
	height:21px;
	text-align:right;
	padding:2px 10px 0 0;
	background:#292d2f ;
	border-top:1px solid #272b2d;
}

.cat{
	float:left;
	font-size:13px;
	color:#226b91;
	padding: 0 0 0 10px;
}


.cat a:link,.cat a:visited{
	color:#235B76;
	}
.cat a:hover{
	color:#2E9FD7;
	}

.featlist {
	width:300px;
	}
.highlight{
	margin-top:4px;
	height:30px;
	background:#232628 url(IMAGE-LINK-HERE/hreel.jpg) no-repeat;
	border:1px solid #404548;
}	
.fblock h2{
	margin: 0px 0 0px 0;
	padding: 0px 0px 3px 0px;
	text-align: left;
	font-size: 16px;
	overflow:hidden;
	height:16px;
}
.fblock h2 a:link, .fblock h2 a:visited{
	color:#fff;
}
.fblock {
	width: 298px;
	float:left;
	margin: 5px 0px 0px 0px;
	padding:0px 0 0 0;
	background:#2e3335;
	border:1px solid #404548;
	display:inline;
	color:#222;
	font-family:century gothic,Arial,verdana, sans-serif;
}

.fblock:hover {
	width: 298px;
	float:left;
	margin: 5px 0px 0px 0px;
	padding:0px 0 0 0;
	background:#232628;
	border:1px solid #404548;
	display:inline;
	color:#222;
	font-family:century gothic,Arial,verdana, sans-serif;
}

.fblock p{
	margin:5px 5px;
	color:#6b7478;
}


.fblock img {
	float:left;
	border:1px solid #393F42;
	margin:5px 5px 5px 5px;
	padding:0 0;
	}
	
.fcats{
	overflow:hidden;
	font-size:12px;
	color:#DAD0C1;
	padding: 0 0 0 0px;
	margin:1px 0 0px 0;
	height:15px;
}
.fcats a:link,.fcats a:visited {
	overflow:hidden;
	font-size:12px;
	color:#83A1AF;
	padding: 0 0 0 0px;
	margin:0px 0 0px 0;
	height:13px;
}	
.auth{
	overflow:hidden;
	font-size:12px;
	color:#DAD0C1;
	padding: 0 0 0 0px;
	margin:0px 0 0px 0;
}	

.fmeta{
	overflow:hidden;
	font-size:12px;
	color:#DAD0C1;
	padding: 0 0 0 0px;
	margin:0px 0 0px 0;
}

.fmeta a:link,.fmeta a:visited{
	overflow:hidden;
	font-size:12px;
	color:#83A1AF;
	padding: 0 0 0 0px;
	margin:0px 0 0px 0;
}

#blog-pager-newer-link{padding-left:20px;float:left}
#blog-pager-older-link{padding-right:20px;float:right}
#blog-pager{text-align:center}

]]></b:skin>