p{
	padding: 0;
	margin: 0;
}
p.warning 
 {
 COLOR: #FF0000;
 }
p.success
 {
 COLOR: #009900;
 }
tr.header
 {
 text-align: center;
 font-weight: bold;
 background-color: #CCCCCC;
 }

select {
	border: #e6e6e6 1px solid;
	font-size: 15px;
	padding: 5px 8px 8px 8px;
        margin: 5px 0px 11px 0px;
}

input.req, textarea.req {
	background: #FFF6E6;
	border: 1px solid red;
}
select.req{
	background: #FFF6E6;
	border: 1px solid #cccccc;
         font-size:16px !important;
         padding: 5px 8px 8px 8px;
}

textarea {
	border: 1px solid #666666;
        font-size:18px;
        padding: 5px 8px 8px 8px;
}

input {
font-size:21px !important;
padding: 5px 8px 8px 8px;
}
/*
* Comments
*/
#comments{
	margin: 0px 10px 10px 10px;
}
.commentmsg{
	margin: 10px;
	padding: 10px;
	border: 1px solid #D4BC4C;
	background-color: #F9F6E7;
	text-align:left;
}
.commentmsg .message{
	padding-top: 5px;
	padding-right: 5px;
	color:black;
	font:10px Verdana, Arial, Helvetica, sans-serif;
}
.commentmenu{
	display: block;
	padding: 5px;
}
.commentadd{
	display: none;
}
#guestmsg{
	color: red;
	font:10px Verdana, Arial, Helvetica, sans-serif;
}
.commenttextadd{
	border: 1px solid #454545;
	width: 500px;
	height: 80px;
}
.commentload{
	background:url(images/ajax-loader.gif) no-repeat;
	display: none;
	margin-top: 10px;
	margin-left: 10px;
	width: 220px;
	height: 19px;
}
.comment{
	width: 100%;
	margin-bottom: 10px;
}
.commentphoto{
	width: 80px;
	margin-bottom: 5px;
}
.commentcaption{
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #999999;
	height: 40px;
	padding-left: 5px;
}
.commentcaption a{
	text-decoration: none;
}
.commentcaption a:hover{
	text-decoration: underline;
}
.commenttext{
	min-height: 40px;
	padding-left: 5px;
}
.commentaction{
	padding-left: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999999;
}
.commentaction a:hover{
	text-decoration: underline;
}
.commentaction a{
	text-decoration: none;
}
.commentbutton{
	padding-left: 0px;
	padding-top: 10px;
	height: 30px;
	width: 80px;
}
.commentbutton1{
	margin-left: 5px;
	height: 30px;
}
.commentbutton2{
	width: 70px;
}
.commentpage{
	color: blue;
}
.commentpageact{
}
.commentpage:hover{
	color: #E1F437;
	cursor: pointer;
}
/**
* Button
*/
.nc {
	display:block;
	width: expression(this.parentNode.offsetWidth+"px");
}
.nc *{
  display:block;
  height:1px;
  font-size:.01em;
  overflow:hidden;
  background:#999999;
}
.nc1{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #cccccc;
  border-right:1px solid #cccccc;
  background:#999999;
}
.nc2{
  border-left:1px solid #cccccc;
  border-right:1px solid #cccccc;
  background:#999999;
}
.ncc {
  display: block;
  background:#999999; padding:3px 8px 3px 8px; color:#fff;
}
.ncc a{
	text-decoration: none;
}
.divider{
  font-weight: normal;
  color: gray;
  padding: 0px 6px 0px 5px;
}
#autofill{
	position: absolute;
	z-index: 1;
	border: 1px solid black;
	background: #FFF;
	display: none;
	width: 145px;
}
/**
* For admins
**/
#listcatpeopleshow:hover{
	color: blue;
	cursor: pointer;
}
.catbox{
	display: block;
}
.catbox .op{
	float: left
}
.catbox .op:hover{
	cursor: pointer;
}
.catbox .title{
	float: left;
}
.catbox .action{
	display: none;
	float: left
}
.catbox .showaction{
	width: 400px;
}
.catbox #content{
	display: none;
	padding-left: 25px;
}

.mincat{
	padding-left: 20px;
}

.edit{
	margin-left: 5px;
	display: block;
	width: 16px;
	height: 16px;
	background:url(images/edit.png) no-repeat;
	float: left;
}
.newcat{
	margin-left: 5px;
	display: block;
	width: 16px;
	height: 16px;
	background:url(images/newcat.png) no-repeat;
	float: left;
}
.newitem{
	margin-left: 5px;
	display: block;
	width: 16px;
	height: 16px;
	background:url(images/newitem.png) no-repeat;
	float: left;
}
.drop{
	display: block;
	width: 16px;
	height: 16px;
	background:url(images/drop.png) no-repeat;
	float: left;
}
/**
* Стиль вкладок для событий
**/
#etabs dt {
	float:left;
	line-height:2; 
	height:40px; 
	background:#eeeeee; 
	border:1px solid #e8f0f5; 
	border-bottom:0; 
	padding:0 5px; 
	position:relative; 
	left:10px; 
	margin-right:1px; 
	cursor:pointer;
} 
#etabs dt:hover {
	background-color:#bfdff4; 
} 
#etabs dt.selected { 
	border-color:#b0d0e9; 
	background:#fff; 
	z-index:3;
	cursor:auto;
} 
#etabs dd {
	background:#fff; 
	display:none; 
	float:right; 
	width:100%;
	left: 0;
	top: 0;
	margin:2em 0 0 -100%; 
	position:relative; 
	z-index:2; 
} 
#etabs dd.selected { 
	display:block; 
} 
#etabs .tab-content { 
	border:1px solid #b0d0e9; 
	padding:20px;
}
/*
* Стиль вывода таблицы событий, где событие может быть обычным, уникальным, эксклюзивным
*/
.eventtable .default{
}
.eventtable .unique{
	background: #a7ffcc; 
}
.eventtable .exclusive{
	background: #ffa7a7;
}
/*
* Стиль для вывода видео блока на странице события
*/
.videobox{
	border: 1px solid gray;
	padding: 10px;

}
.videobox .title{
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 10px;
}
.videobox .video{
}
.videobox .description{
}
/*
* Стиль вывода кино
*/
.cinema{
	border: 1px solid grey;
	padding: 2px;
	margin-bottom: 5px;
}
.cinema .switcher{
	float: left;
	margin: 7px 10px 0 0;
	cursor: pointer;
	vertical-align:middle
}
.igo{
	background: url(images/icon_igo.png) no-repeat;
	vertical-align: baseline;
	padding-left: 17px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}
.cinema .divider{
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
.cinema .marks_amount{
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}
.cinema .desc{
	display: table;
}
.cinema .desc .title{
	font: 20px Verdana, Arial, Helvetica, sans-serif;
}
.cinema .desc .text{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.cinema .float_right{
	float: right;
}
.cinema table{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 25px;
}
.movie .poster{
	border: 1px solid red;
	padding: 2px;
}
.movie .desc{
	padding-left: 10px;
}
.movie_sujet{
	border: 1px solid red;
	padding: 0 20px 0 20px;
}
.movie_igo{
	text-align: left;
}
.movie_title{
	font: 25px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.movie_time_place{
	padding-top: 0.727em;
	border-top: 1px solid grey;
	vertical-align: top;
}
.movie_time{
	border-top: 1px solid grey;
	padding-top: 0.727em;
	padding-bottom: 0.727em;
	width: 280px;
	text-align: right;
}
.movie_time div{
	padding: 0;
	margin: 0;
	width: 274px;
}
.movie_time span{
	display: inline-block;
	width: 44px;
	text-align: right;
	padding-left: 10px;
	padding-bottom:3px;
}
.movie_select_day{
	background: #282828;
	padding: 10px 0 10px 30px;
	margin-bottom: 10px;
}
.goto .photo{
	width: 80px;
}
.goto .info{
	border-top: 1px solid grey;
	vertical-align: top;
}
.goto .info .name{
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
}
.cinema_attention{
	padding: 10px;
	margin: 0 40px 0 40px;
	border: 1px solid red;
	text-align: center;
}
.cinema_bar{
	color: white;
	background: #282828;
	padding: 10px 20px 10px 20px;
	margin: 10px 0 10px 0;
}
.cinema_bar span{
	cursor: pointer;
}
.cinema_bar span.active{
	background: green;
	padding: 0 5px 3px 5px;
}

.album {
  margin: 0px;
  padding: 10px;
}
.album td {
  width: 150px;
  padding: 3px 2px;
  text-align: center;
  vertical-align: middle;
	cursor: pointer;
}
.album img {
  background: white;
  padding: 6px;
  border: solid 1px black; 
}
.album img:hover {
  border: solid 1px red; 
}

.album .act{
  background: white;
  padding: 6px;
  border: solid 3px black; 
}
.album .act:hover {
  border: solid 3px red; 
}
#photo .panel{
	padding-bottom: 2px;
	border-bottom: 1px solid grey;
}
#catalog {
	display: inline;
}
#catalog .title{
	float: left;
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
}
#catalog .subtitle{
	font-weight: normal;
	padding-left: 30px;
	font-size: 15px;
}
#catalog_item{
	clear: both;
	border-top: 1px solid grey;
	padding-top: 10px;
}
#catalog_item td{
	vertical-align: top;
}
#catalog_item .logo{
	border: 1px solid red;
	padding: 2px;
}
#catalog_item .title{
	border-top: 1px solid grey;
	font-size: 18px;
	font-weight: bold;
}
#catalog_item .description{
	font-size: 12px;
}
#catalog_place .logo{
	float: right;
	margin-left: 5px;
}
#catalog_place .title{
	font-size: 20px;
	font-weight: bold;
}
#catalog_place .address{
	
}
#catalog_place .text{
	padding-top: 10px;
}
/**
* Photo style
**/
#photobar{
	height: 20px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
}
#summary{
	float: left;
}
#photomsgwrap{
	padding: 5px;
	display: none;
}
#photomsgwrap #photomsg{
		margin: 10px;
    padding: 10px;
    border: 1px solid #D4BC4C;
    background-color: #F9F6E7;
    text-align:left;
}
#photomsg #message{
	color:black;
	font:10px Verdana, Arial, Helvetica, sans-serif;
}
#photomsg #message a{
	color: #F9F6E7;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#photomsg #msg a{
	color:black;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#photomsg #msg ul li a{
	color:white;
	font:10px Verdana, Arial, Helvetica, sans-serif;
}
#photomsg #msg td{
	color:black;
	font:10px Verdana, Arial, Helvetica, sans-serif;
}
#tagging_message td{
	color:black;
	font:10px Verdana, Arial, Helvetica, sans-serif;
}
#tagging_message {
	color:while;
	font:10px Verdana, Arial, Helvetica, sans-serif;
}
#photonavigation{
	text-align: center;
	width: 100%;
}
.nav{
	padding: 0 7px 0 7px;
}
.nav .btn{
	width: 40px;
	font-size:40px;
	text-align: center;
	//color: #E1F437;
}
.nav .btn:hover{
	background: #363636;
	cursor: pointer;
	color: #E1F437
}
.nav a{
	display: block;
	text-decoration: none;
	width: 100%;
	padding-bottom: 5px;
}
#photoborder #photoareaouter{
	margin: 0px 10px 10px 10px;
	text-align: center;
	overflow: hidden; 
}
#photoborder #photoarea
{
	margin: auto;
	position: relative;
}
#photoarea{
	z-index: 1;
	max-width: 800px;
}
#tagbox{
	position: absolute;
	border: solid 1px grey;
	display: none;
	z-index: 3;
	overflow: hidden;
}
#tagboxspy {
	position: absolute;
}
#tagframe {
	position: absolute;
	border: 0px;
	display: none;
	z-index: 3;
	cursor: move;
	overflow: hidden;
}
#tagframespy {
	position: absolute;
}
.tagframehandle {
	position: absolute;
	height: 10px;
	width: 10px;
	background: #fff;
	border:1px solid gray;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80);	
	z-index: 4;
	overflow: hidden;
	display: none;
}
#nw { cursor: nw-resize; }
#n  { cursor: n-resize;  }
#ne { cursor: ne-resize; }
#w  { cursor: w-resize;	 }
#e  { cursor: e-resize;	 }
#sw { cursor: sw-resize; }
#s  { cursor: s-resize;	 }
#se { cursor: se-resize; }
#fadedphoto {
 top: 0;
 left: 0;
 font-size: 0em; 
 overflow: hidden; 
 background-color: black; 
 opacity: 0.50; 
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
 filter:alpha(opacity=50); 
 position: absolute; 
 z-index: 2; 
 display: block;
}
#photolink{
	z-index: 1;
	cursor: pointer;
}
#photocaption{
	height: 70px;
	border-bottom: 1px solid #eeeeee;
}
#frends {
	float: left;
	min-width: 300px;
	padding-left: 10px;
}
#menu {
	float: right;
	width: 170px;
}
#menu a{
	display: block;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #373737;
	padding: 0px 0px 5px 0px;
}
#menu a:hover{
	color: #E1F437;
}
#photo{
	overflow: hidden; 
}
#photoloader{
	position: absolute;
	z-index: 2;
	background:url(images/photo-loader.gif) no-repeat;
	overflow: hidden; 
	display: none;
	left: 300px;
	top: 200px;
	width: 100px;
	height: 100px;
}
/**
 * Selector
 **/
#selector{
	position: absolute;
	background: #282828;
	border: 1px solid black;
	width: 180px;
	display: none;
	z-index: 5;
}
#selector .title{
	background: #0066cc;
	padding: 2px 0px 2px 5px;
	border: 2px solid #0066cc;
	color: #282828;
}
#selector #userlist{
	background: #282828;
	line-height: 20px;
	max-height: 190px;
	overflow: auto;
	margin-bottom: 10;
}


*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(images/bg.gif) #f0eee1 repeat-x top;
	color: #555555;
	font: .75em "Trebuchet MS", Arial, Helvetica;
	padding: 0 0 20px;
	line-height:1.8em;
}
a{
	color: #a4b92e;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}

li{
	list-style: none
}
h2{
	color: #262625;
	font-size: 1.8em;
	letter-spacing: -1px;
	margin: 0 0 .8em
}
h2 a{
	color: #262625
}
h3{
	color: #262625;
	font-size: 1.6em;
	margin: 0 0 1em
}
h4{
	color: #444444;
	font-size: 1em;
	margin: 0 0 1em
}
p{
	padding: 0 0 1.5em
}
/*=== Intro ===*/
.intro {
	line-height:1.3em;
	z-index:0;
}
.intro a {
	color:#FFFFFF;
	text-decoration:underline;
}
.intro a:hover {
	color:#222222;
	text-decoration:underline;
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 940px
}
/*=== Header ===*/
#header2{
	height: 144px;
	position:relative;
}
#header2 .spacer{
	float: right
}
/*- Logo -*/
#header2 h1{
	float: left;
	_width:414px;
}
#header2 h1 a{
	display: block;
	height: 144px;
}
#header2 h1 a:hover{
	text-decoration: none
}

/*=== Buttons ===*/
.btn-rounded{
	line-height: 30px;
	font-weight:bold;
	float: left;
}
.btn-rounded a{
	background: url(images/btn-roun.gif) no-repeat left;
	color: #ffffff;
	padding: 0 0 0 13px;
	display: block;
	float: left;
}
.btn-rounded a span{
	background: url(images/btn-roun.gif) no-repeat right;
	height: 30px;
	padding: 0 13px 0 0;
	display: block;
	float: left;
}

.btn {
	margin:0; 
	padding:5px 10px;
	background:url(images/bt.gif) repeat-x;
	border:1px solid #5a7989;
 	color:#FFFFFF;
	font-weight:bold;
}



#nav1 {
	font-size:16px;
	font-weight:bold;
	height:30px;
	letter-spacing:-1px;
	float:right;	
	margin:43px 0 0;
	text-transform:uppercase;
}
#nav1, #nav1 ul {
	padding: 0;
	list-style: none; 
	line-height: 1;
	z-index: 100;
}

#nav1 a {
	display: block;
	line-height: 30px;
	padding: 0 10px;
	z-index: 100;
}

#nav1 li {
	float: left;
	line-height: 30px;
	margin: 0 4px 0 0;
}
#nav1 li a{
	color: #3f3f3f;
	padding: 0 0 0 13px;
	text-decoration: none
}
#nav1 li a span{
	display: inline-block;
	height: 30px;
	padding: 0 13px 0 0;
}

#nav1 li a:hover,
#nav1 li.active a, 
#nav1 li.current_page_item a{
	background: url(images/btn-roun.gif) no-repeat left;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}

#nav1 li.active a span,
#nav1 li.current_page_item a span,
#nav1 li a:hover span{
	background: url(images/btn-roun.gif) no-repeat right; 
}


/* Style drop down list */

#nav1 li ul {
	position: absolute;
	left: -999em;
	width: 168px;
	font-weight:normal;
	letter-spacing:0;
	text-transform:none;
}
#nav1 li ul li {
	border: 1px solid #F7F6F6;
	border-width:0 1px 1px;
	background: #FFF;
	float: none;
}

#nav1 li.current_page_item ul li a{
	background: #FFF;
}

#nav1 li ul li a:hover,
#nav1 li ul li.active a, 
#nav1 li ul li.current_page_item a{
	background: #F6F6F6;
}

#nav1 li ul li a span,
#nav1 li ul li.active a span,
#nav1 li ul li.current_page_item a span,
#nav1 li ul li a:hover span {
	background:none !important;
	color: #000;
}

#nav1 li:hover ul, #nav1 li.sfhover ul {
	left: auto;
}

#nav1 li ul li a span{
	display:inline;
	height: 30px;
	padding: 0 13px 0 0
}

#nav1 li ul li a {
	line-height: 30px;
	font-size: 11px;
	color: #555555;
	width: 150px;
}

#nav1 li ul li ul li a {
	border-width:0 1px 1px 0px;
}
#nav1 li ul ul {
	margin: -31px 0 0 163px;
}

#nav1 li:hover ul ul, #nav1 li.sfhover ul ul {
	left: -999em;
}


#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul {
	left: auto;
}

/* IE7 Fix */

#nav1 li:hover, #nav1 li.hover {  
	position: static;
	visibility:visible
}

html>body #nav1 li ul li { *margin-top:-2px; }

/*- Nav2 -*/
.nav2 li, .widget li{
	background: url(images/ico-next.gif) no-repeat left 10px;
	border-bottom:1px dotted #ccc;
	padding: .5em 0 .5em 20px;
	}
.nav2 li a, .widget li a{
	color: #555555;
}
.nav2 li a:hover, .widget li a:hover{
	color: #a4b92e;
	text-decoration: none
}
#rightcol .widget .textwidget ul { margin:0; padding:0; }

/*=== All Columns ===*/
#columns{
	height: 1%;
	padding: 0 0 10px
}
/*=== Center Column ===*/
#centercol{
	float: left;
	width: 620px
}
/*=== Right Column ===*/
#rightcol{
	float: right;
	margin: 20px 0 0;
	width: 320px
}
#rightcol h3{
	color: #ffffff;
	font-size: 1em;
	height: 2.4em;
	margin-top:10px;
}
#rightcol h3 span{
	background: #ceccbb;
	display: block;
	float: left;
	line-height: 2.4em;
	padding: 0 10px;
}
#rightcol .widget ul, #rightcol .textwidget {
	background: #f0eee1;
	height: 1%;
	margin: 0 0 2em;
	padding: 7px 15px 15px
}

/*=== Sub Columns ===*/
.col1{
	float: left;
	width: 115px;
	margin:0 0 1em;	
}
.col1 a{
	color: #555555;
	text-decoration: underline
}
.col2{
	float: right;
	width: 425px
}
.col3{
	float: left;
	padding: 0 35px 0 0;
	width: 273px
}
.col3.last, .col6.last{
	padding: 0
}
.col3.nav2, .col6.nav2{
	background: none;
	padding: 0
}
.col3 h2{
	color: #464646;
	margin: 0 0 .5em
}
.col3 p{
	padding: 0
}
.col4{
	float: left;
	width: 335px
}
.col5{
	float: right;
	width: 415px
}
.col5 img{
	border: 10px solid #f6f5ed;
}
.col6{
	float: left;
	padding: 0 20px 20px 0;
	width: 300px
}
* html .col6{
	width: 290px;
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	margin: 0 0 1em;
	width: 620px
}
.box .top,.box .bot{
	background: url(images/box-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box .bot{
	background: url(images/box-bot.gif) no-repeat top
}
.box .spacer{
	background: #ffffff;
	height: 1%;
	padding: 15px 30px
}
/*- Box2 -*/
.box2{
	margin: 20px 0 1em;
	width: 320px
}
.box2 .top,.box2 .bot{
	background: url(images/box2-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box2 .bot{
	background: url(images/box2-bot.gif) no-repeat top
}
.box2 .spacer{
	background: #e5e3d1;
	height: 1%;
	padding: 10px 25px
}
/*- Box3 -*/
.box3{
	margin: 0 0 1em;
	width: 425px
}
.box3 .top,.box3 .bot{
	background: url(images/box3-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box3 .bot{
	background: url(images/box3-bot.gif) no-repeat top
}
.box3 .spcr{
	background: #f0eee1;
	height: 1%;
	padding: 0 20px;
	min-height:100px;
}
.box3 p{
	padding: 0
}
/*- Box4 -*/
.box4{
	color: #ffffff;
	font-size: 1.8em;
	margin: 0 0 20px;
	width: 940px
}
.box4 .top,.box4 .bot{
	background: url(images/box4-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box4 .bot{
	background: url(images/box4-bot.gif) no-repeat top
}
.box4 .spacer{
	background: #648fa9;
	height: 1%;
	padding: 5px 25px
}
.box4 p{
	padding: 0
}
/*- Box5 -*/
.box5{
	margin: 0 0 30px;
	width: 940px
}
.box5 .top,.box5 .bot{
	background: url(images/box5-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box5 .bot{
	background: url(images/box5-bot.gif) no-repeat top
}
.box5 .spacer{
	background: url(images/box5-bgr.gif) repeat-y top;
	height: 1%;
	padding: 15px 25px
}
.box5 .post img {
	border:0;
}
/*- Box6 -*/
.box6{
	margin: 0 0 20px;
	width: 940px
}
.box6 .top,.box6 .bot{
	background: url(images/box6-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box6 .bot{
	background: url(images/box6-bot.gif) no-repeat top
}
.box6 .spacer{
	background: #e5e3d1;
	height: 1%;
	padding: 10px 25px
}
#footer .box6 .spacer{
	padding: 0px 25px
}

/*- Box7 -*/
.box7{
	margin: 0 0 20px;
	width: 940px
}
.box7 .top,.box7 .bot{
	background: url(images/box7-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box7 .bot{
	background: url(images/box7-bot.gif) no-repeat top
}
.box7 .spacer{
	background: #648fa9;
	height: 1%;
	padding: 10px 25px
}
#footer_text .box7 .spacer{
	padding: 0px 25px
}

/*- Wrapper -*/
.wrapper{
	float: left;
	padding: 0 0 0 20px;
}
/*- Date -*/
.date{
	color: #898989;
	margin: -15px 0 10px;
	position: relative
}
/*=== Styling Forms ===*/
/*- Search -*/
#search{
	height: 32px;
	margin: 0px;
	padding: 0 0 0 25px
}
#search input.keyword{
	background: #d5d3c4;
	border-bottom: 1px solid #fcfcfa;
	border-top: 1px solid #c4c2b5;
	border-left: 1px solid #c4c2b5;
	color: #ffffff;
	float: left;
	font-size: 11px;
	padding: 7px 5px 8px;
	width: 190px
}
	
/*- Form1 Setup -*/
.form1 div{
	margin: 0 0 15px
}
.form1 label{
	padding: 7px 0 0 15px
}

/* Form1 Textarea */
.form1 textarea{
	height: 165px;
	overflow: auto;
	width: 550px
}
/*=== Link Buttons ===*/
.btn-cat {
	margin: 1em 0 1.5em;
}
.btn-continue{
	margin: 0 0 2em;
}
.btn-general{
	background: #a4b92e;
	padding: 5px 10px;
	color: #ffffff;	
}
.btn-general a { 
	color: #ffffff;
}
.btn-continue a{
	background: url(images/ico-more.gif) no-repeat left;
	padding: 0 0 0 20px
}
.btn-arr a{
	background: #bdbbac;
	color: #ffffff;
	line-height: 25px;
	padding: 5px 10px
}
.btn-arr2{
	float: left;
	padding: 130px 0 0;
	width: 27px
}
/*=== Pics, Ads etc. ===*/
.ads{
	margin: 0 0 10px
}
.ads img{
	margin: 0 8px 5px 0
}
/*=== Footer ===*/
#footer a{
	color: #949387;
	text-decoration: underline
}
#footer img{
	position: relative;
	vertical-align:middle
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
img.centered{
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright{
padding: 4px;
margin: 3px 0 2px 10px;
display: inline;
}

img.alignleft{
padding: 4px;
margin: 3px 10px 2px 0;
display: inline;
}

.alignleft{
float: left;
}

.alignright{
float: right;
}

/*=== Posts ===*/

.post img {	
	border:8px solid #f6f5ed;
}
.post ul, .post ol{
	padding: 0 0 1.2em 2em;
}
.post ul li{
	color: #555555;
	background: url(images/ico-bull.gif) no-repeat left top;
	padding: 0 0 0 20px;
}
.post ol li{
	list-style-type:decimal;
	margin: 0 0 0 20px;
}	
.post li a:hover{
	color: #a4b92e;
	text-decoration: none
}

.post blockquote {
	font-family:Georgia, "Times New Roman", Times, serif; color:#777777;
	background:#F0EEE1 url(ico-quot.gif) no-repeat 10px 10px;
	border-top:1px solid #E5E3D1;
	border-bottom:1px solid #E5E3D1;	
	width:80%; height:auto;
	margin:0 0 15px 10px; padding:15px 25px 0px 55px;
	display:block;
}

/*=== Comments ===*/

#comments .box3 p { padding-bottom:10px; }
#respond { margin: 1em 0 0; }

/*=== Widget styling ===*/

.widget #recentcomments li{
	background: url(images/hl-dot.gif) repeat-x bottom;
	padding: .5em 0
}
.widget #recentcomments li a{
	background:none;
	color: #a4b92e;
	text-decoration:none;
}
.widget #recentcomments li a:hover{
	color: #a4b92e;
	text-decoration: underline;
}

.widget #searchform, .widget #calendar_wrap{
	background: #f0eee1;
	height: 1%;
	margin: 0 0 2em;
	padding: 7px 15px 15px
}

.widget #searchform, .widget #calendar_wrap{
	clear: both;
	height: 1%;
	margin: 0 0 14px;
}

.widget #wp-calendar caption {
	font-size:1.2em;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom:5px;
	color:#333333;
}

.widget #wp-calendar {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:240px;
}

.widget #wp-calendar thead th {
	color:#333333;
}


.widget #wp-calendar tfoot td {
	padding:10px 0 10px 0;
	text-align:left;
}

.widget #wp-calendar tfoot td#next {
	text-align:right;
}

.widget #wp-calendar td {
	width:auto;			
}

.widget #wp-calendar td a {
	padding:2px;
	text-decoration:underline;
}

.widget #wp-calendar tfoot td a {
	color:#333333;	
}
.quote {
	background:url(images/ico-quot.gif) no-repeat top left;
	margin:9px 0 0;
	width:37px;
	height:29px;
}
.flickr_badge_image img{
	margin: 0 3px 8px;
	padding: 0 7px 5px 0;
	float:left;
}
.flickr img{
	vertical-align:middle;
	margin:6px 0 8px;	
}
.subscribe img{
	vertical-align:middle;
	margin:6px 0 8px;	
}

/*=== Slider ===*/

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 795px;
height: 380px; /*Height should enough to fit largest content's height*/
}

.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: 15px; /*margin around each panel*/
width: 770px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

/*=== THREADED COMMENTS == */

ol.commentlist li.threaded .box3 { width:auto; margin:0px; }
ol.commentlist li.threaded .col1 { width:90px; }
ol.commentlist li.threaded .box3 .spcr { padding:10px 15px 0; margin:0; }
ol.commentlist li.threaded .children { margin-left:20px; }
ol.commentlist li.threaded .col2 { float:none; width:auto; margin-left:115px; }

/* Fixes 2.0 */
#nav1 li ul li.cat-item a { color:#555; }

.wrapper  ul, .post ol{
	padding: 0 0 1.2em 2em;
}
.wrapper ul li{
	color: #555555;
	background: url(images/ico-bull.gif) no-repeat left top;
	padding: 0 0 0 20px;
}
.wrapper  ol li{
	list-style-type:decimal;
	margin: 0 0 0 20px;
}	
.wrapper  li a:hover{
	color: #a4b92e;
	text-decoration: none
}


/* Login Panel */
#top {
  	background: url(images/login_top.jpg) repeat-x 0 0;
	height: 38px;
	position: relative;
}

#top ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 38px;
	width: auto;
  	font-weight: bold;
	line-height: 38px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 12px;
	text-align: center;
  	background: url(images/login_r.jpg) no-repeat right 0;
	padding-right: 45px;
}

#top ul.login li.left {
  	background: url(images/login_l.jpg) no-repeat left 0;
  	height: 38px;
	width: 45px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

#top ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 38px;
  	background: url(images/login_m.jpg) repeat-x 0 0;
}

#top ul.login li a {
	color: #FFF;
}

#top ul.login li a:hover {
	color: white;
}

/*Login*/
/* toggle effect - show/hide login*/
#login {
	width: 100%;
	color: white;
	background: #5f7e9d;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
}

#login a {
	text-decoration: none;
	color: #FFF;
}

#login a:hover {
	color: white;
}

#login .loginContent {
	width: 550px;
	height: 80px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: left;
	font-size: 15px;
}

#login .loginContent .left {
	width: 270px;
	float: left;
	padding-left: 75px;
	font-size: 0.95em;
}

#login .loginContent .right {
	width: 140px;
	float: right;
	text-align: right;
	padding-right: 65px;
	font-size: 0.95em;
}

#login .loginContent form {
	margin: 0 0 10px 0;
	height: 26px;
}

#login .loginContent input.field {
	border: 1px #1A1A1A solid;
	background: #FFF;
	margin-right: 5px;
	margin-top: 4px;
	color: black;
	height: 16px;
}

#login .loginContent input:focus.field {
	background: #FFF;
}

#login .loginContent input.rememberme {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

#login .loginContent input.button_login {
	width: 47px;
	height: 20px;
	cursor: pointer;
	border: none;
	background: transparent url(images/button_login.jpg) no-repeat 0 0;
}

#login .loginClose {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 70px;
	font-size: 0.8em;
	text-align: left;
}

#login .loginClose a {
	display: block;
	width: 100%;
	height: 20px;
	background: url(images/button_close.jpg) no-repeat right 0;
	padding-right: 10px;
	border: none;
	font-size: 0.9em;
	color: white;
}

#login .loginClose a:hover {
	background: url(images/button_close.jpg) no-repeat right -20px;
}

/***** clear *****/
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}


* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */.clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */


/***** Main Layout ****/
#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#content {
  	width: 900px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
}

.news_date{
	margin-left: 5px;
        font-size: 11px;
	color: 000;
}
.news_desk{
	margin-left: 5px;
        font-size: 11px;
	color: 000;
}
.news_title a {
	margin: 0px;
        font-size: 18px;
	color: #5f7e9d;
}
