/* css website layout by Andreas Viklund - http://andreasviklund.com  and igor goldberg  - http://goldberg.blog.ru*/

body{
width: 1024px;	
margin:0 auto 0 auto;
padding:0;
font:76% tahoma,verdana,sans-serif;
background:#2e2e2e url(images/bodybgw.png) repeat-x;
color:#333;
text-align:center;
}

#hall{
margin:5px;
}

a{
text-decoration:none;
color:#666;
font-weight:bold;
}

a:hover{
text-decoration:underline;
}

p{
margin:0 0 15px 0;
line-height:1.5em;
}

.luda {
margin:0 0 15px 0;
line-height:1.5em;
}

.luda {
verdana, tahoma, sans-serif
}
h1 {
margin-bottom: 4px;
}

.ludm {
margin:0 0 15px 0;
line-height:1.5em;
text-align: left;
}

.ludm {
verdana, tahoma, sans-serif
}
h1 {
margin-bottom: 4px;
}

h2 {
margin-bottom: 8px;
padding:0;
font-weight:normal;
}

h3,h4{
margin:0;
padding:0;
font-weight:normal;
}

h1{
font-size:2.2em;
letter-spacing:-3px;
color:#567;
margin:12px 0 5px 20px;
}

h1 a:hover{
text-decoration:none;
}

h2{
font-size:1.8em;
letter-spacing:-1px;
margin:-10px 0 0 50px;
color:#2e2e2e url(images/bodybgw.png) repeat-x;
}

h3{
color: #fff;
font-size:1.4em;
margin:1em 0 0.5em 0.5em;
}

h4{
font-size:1.2em;
font-weight:bold;
}

#container{
width:92%;
min-width:500px;
padding:20px;
margin:0 auto 0 auto;
background:#2e2e2e url(images/bodybgw.png) repeat-x;
color:#333;
text-indent:20px;
text-align:left;
border-left:0px solid #3D3E39;
border-right:0px solid #3D3E39;
}



#sitetitle{
float:left;
height:210px;
background:url(photo/lm30a.jpg) no-repeat; /* Delete this line to remove the animated globe */
width: 38%;
color: #333;
}

#sitetitle a{
color:#666;
font-weight:normal;
}

#sitetitle a:hover{
color:#818181;
}

#menu{
height:71px;
padding-top:35px;
text-align: right;
}

#menu a{
margin:10px;
height:100px;
padding:35px 6px 0 6px;
font-size:1.6em;
font-weight:normal;
letter-spacing:-1px;
color: #888;
}

#menu a:hover{
color:#000;
text-decoration:none;
background: #666;
padding:3px 5px 3px 5px;
border-left: 0px solid #eee;
border-right: 0px solid #eee;
}

#content{
margin-top:30px;
width:100%;
clear:both;
background: url() repeat-x;
}

#content h2{
margin:0 0 10px 0;
color:#fff;
border-bottom:2px solid #abb;
}

#content h2 a{
color:#555;
font-weight:normal;
}

#content h2 a:hover{
color:#ccc;
text-decoration:none;
background:none;
}

#content p{
margin:0 0.5em 1.2em 0.5em;
color:#000;
}

#left{
width:84%;
float:left;
}



#right{
margin-left:85%;
margin-top:-15px;
}



#right h2{
margin:0 0 8px 0;
padding:12px 0 0 0;
font-size:1.6em;
}

/** Forms */

form {
	margin: 0px;
	padding: 0px;
}

.input {
	margin-right:5px;
	width: 168px;
	padding:5px;
	background-color: #2a2a2a;
	border: 1px solid #666;
	color: #fff;
}


#footer{
clear:both;
padding:10px 0 12px 24px;
text-align:left;
color:#888;
}

#footer a{
color:#888;
font-weight:normal;
}

#footer span{
color:#aaa;
font-size:2em;
letter-spacing:-2px;
}

.entry{
position:relative;
margin:0 0 20px 0;
border:0px solid #fff;
background: url() repeat-x;
color:#fff;
padding:10px 10px 0 10px;
text-align:right;
}

.entry a:hover, .intro a:hover{
text-decoration:none;
padding-bottom:2px;
background:url(images/flash2.gif) bottom left repeat-x; /* Delete this line to remove the flashing underline for regular links */
}

.link{
color:#888;
background:url(images/linkarrow.gif) left no-repeat;
display:block;
margin:4px 0 0 0;
padding:2px 1em;
}

.link:hover{
color:#999;
background:url(images/blinkarrow.gif) left no-repeat; /* Delete this line to remove the blinking arrows by the links */
text-decoration:none;
}

.thumbs img{
position:relative;
padding:3px;
margin:0 2px 2px 0;
border:1px solid #666;
background-color:#ddd;
color: #555;
}

.thumbs img:hover{
background: url(images/flash.gif); /* Delete this line to remove the blinkingblue frame around the thumbnails */
}

.entryphoto{
margin:5px 10px 10px 0;
float:left;
padding:3px;
border:0px solid #666;
background-color:#666;
color:#333;
}

.meta{
clear:both;
border-top: 2px solid #ccc;
padding: 5px 1px 0 0;
margin:10px 0 0 0;
text-align:right;
font-size:0.9em;
color: #567;
}

.pagenav{
color: #888;
text-align:center;
}

.entry img{
position:relative;
}

.subcontainer {
width:98%;
}

.rightsub{
float:left;
width:45%;
padding:0;

}

.rightsub2{
margin-left:45%;
padding:0;
}

.date{
display:block;
float:left;
font-weight:bold;
}

.right{
text-align:right;
}

.center{
text-align:center;
}

.clear{
clear:both;
}

.hide{
display:none;
}