body {
	font-family:"Trebuchet MS";
	margin:0;
	padding:0;
	background-color:#000000;
	background-image:url("/img/site/footer_bg.jpg");
	background-position:center center;
}
a {
	border:0;
	color:#000000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	border:0;
}

div.clear {
	clear:both;
	height:0;
	line-height:0;
	overflow:hidden;
}

#container {
	background-image:url("/img/site/bg.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	min-height:910px;
	width:100%;
}

#header {
	width:900px;
	height:180px;
	margin:0 auto 0 auto;
}
#middle {
	width:900px;
	margin:0 auto 0 auto;
}
#content {
	padding: 50px 20px 10px;
    width: 630px;
	float:left;
}
#footer {
	background-image:url("/img/site/footer.png");
	background-position:left center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:11px;
	height:64px;
	line-height:20px;
	margin:0 auto;
	padding:36px 0 0 40px;
	width:860px;
}

#footer a{
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

.paging {
	margin-top:30px;
	text-align:center;
}

.paging span a{
	border:1px solid #999;
	background-color:#CCC;
	color:#666;
	padding:0 7px;
	margin:4px;
	display:inline-block;
}
.paging span a:hover{
	background-color:#EEE;
}
.paging span.current {
	border:1px solid #666;
	background-color:#999;
	color:#CCC;
	padding:0 7px;
	margin:4px;
	display:inline-block;
}

.paging .disabled{
	float:left;
}

#logo {
	float:left;
}

#menu {
	margin:150px 10px 0 10px;
	padding:2px;
	float:right;
	text-align:right;

	background-color:#000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/css/PIE.htc);
}
#menu ul.main {
	margin:0;
	float:right;
	list-style:none;
	margin:0 30px 0 0;
	padding:0;
}
#menu ul.main li {
	float:left;
	margin:0 20px 0 0;
	padding:0 0 2px 20px;
	border-left:1px solid #FFFFFF;
}
#menu ul.main li.first {
	border-left:0;
}
#menu ul.main li a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:13px;
}
#menu ul.main li a:hover{
	color:#ccc;
	text-decoration:none;
	font-size:13px;
}
#menu ul.submenu {
	display:none;
	margin:-2px 0 0 -21px;
	padding:2px;
	text-align:center;
	position:absolute;
	background-color:#676565;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/css/PIE.htc);
}
#menu ul.submenu li {
	padding:5px;
	display:block;
	float:none;
	border:none;
	margin:0px 10px;
	text-align:center;
	color:#FFF;
}

#column {
	float:right;
	width:210px;
	padding:10px;
}
#column form {
	width:100%;
}
#column input[type=text], #column input[type=password] {
	background-color:#4d4d4d;
	border:1px solid #5e5e5e;
	color:#cfcece;
	font-style: italic;
}
#column input.search-query {
	width:169px;
	height:25px;
	font-size:14px;
	float:left;
}
#column input.search-submit {
	width:25px;
	height:25px;
	border:0;
	text-indent:-100px;
	background-color:transparent;
	background-image:url("/img/site/search.png");
	float:left;
	margin-left:10px;
	cursor:pointer;
}
#column div.column-divider {
	height:1px;
	background-color:#5e5e5e;
	width:120px;
	margin:15px auto;
	overflow:hidden;
	line-height:1px;
}
#column h1 {
	margin:5px;
	padding:0;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
}
#column input.login-username, #column input.login-password {
	margin:5px 31px;
}
#column input.login-submit {
	margin:5px 123px;
	color:#cfcece;
	background-color:#4d4d4d;
	border:1px solid #5e5e5e;
}

#column div.column-message {
	text-align:center;
	margin:5px;
	color:#cfcece;
	font-size:12px;
}
#column a {
	color:#cfcece;
	font-size:12px;
	text-decoration:none;
}
#column a:hover {
	text-decoration:underline;
}
#column div.banner {
	margin:10px;
}

h2 {
	margin:10px;
	padding:0;
	font-size:24px;
	font-weight:bold;
	text-align:center;
}
h3 {
	margin:15px 3px 3px 0;
	padding:0;
	font-size:18px;
	font-weight:bold;
}
div.homepage-username {
	font-size:12px;
	margin:3px 0;
}
div.homepage-username  span{
	font-weight:bold;
}
h5{
	margin:3px 0;
}
div.article-date {
	font-style:italic;
	font-size:12px;
}
div.article-text {
	text-align:justify;
}
div.article-image {
	width:300px;
	height:300px;
	margin:20px auto;
	border: 1px solid #838482;
	padding: 6px;
	text-align:center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #666 5px 7px 8px;
	-moz-box-shadow: #666 5px 7px 8px;
	box-shadow: #666 5px 7px 8px;
	background: #e5e4e2;
	behavior: url(/css/PIE.htc);
}
div.article-more {
	margin-right:30px;
	text-align:right;
}


div.article-user {
	font-style:italic;
	font-size:12px;
}

div.article-source {
	font-style:italic;
	font-size:12px;
}

#flashmap {
	margin:0 auto;
	width:500px;
}

#breadcrumb {
	margin:10px 10px 50px 0;
	font-style: italic;
	font-size:14px;
}
#breadcrumb span, div.breadcrumb-item {
	margin-right:10px;
	float:left;
}


.index {
	margin:20px;
}
h4 {
	margin-left:30px;
	font-size:15px;
}
h4 span{
	text-decoration:underline;
}

h4 a {
	margin-left:30px;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
}
h4 a:hover {
	text-decoration:underline;
}
table.general {
	margin-top: 20px;
	width:100%;
}
table.general th {
	height:40px;
	vertical-align:top;
}
table.general td, table.general th {
	text-align:left;
	padding:0 4px;
}
table.general td.center, table.general th.center {
	text-align:center;
}

table.userlist {
	width:100%;
}
table.userlist td {
	margin:5px;
	padding:5px;
}
table.userlist th {
	background-color:#7d7d7d;
	color:#FFF;
}
table.userlist th a {
	color:#FFF;
}
table.userlist tr {
	background-color:#b4b5b4;
}
table.userlist tr.altrow {
	background-color:#c7c7c7;
}

.article-preview {
	border: 1px solid #838482;
	padding: 6px;
	text-align:left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #666 5px 7px 8px;
	-moz-box-shadow: #666 5px 7px 8px;
	box-shadow: #666 5px 7px 8px;
	background: #e5e4e2;
	behavior: url(/css/PIE.htc);
	position:absolute;
	display:none;
}
div.article-preview {
	font-size:12px;
}
div.article-preview div.user-info {
	font-size:14px;
}


div.overview {
	text-align:justify;
}
div.overview.center {
	text-align:center;
}
form.general {
	margin-top:40px;
}
form.general label {
	float:left;
	width:50%;
	text-align:right;
}
form.general div.input {
	clear:both;
	height:30px;
}
form.general input {
	text-align:left;
	margin-left:20px;
	background-color:#a8a8a8;
	border:1px solid #7f7d7d;
}
form.general hr {
	border:0;
	border-top:1px solid #b8b8b5;
}
form.general div.submit {
	float:right;
	margin-right:150px;
	margin-top:10px;
}

form.write {
	margin-top:40px;
}
form.write label {
	display:block;
}
form.write input {
	text-align:left;
	background-color:#a8a8a8;
	border:1px solid #7f7d7d;
	width:180px;
}
form.write div.submit input {
	float:right;
	background-color: #e6e5e3;
    text-align:auto;
    width:auto;
}
form.write select {
	text-align:left;
	background-color:#a8a8a8;
	border:1px solid #7f7d7d;
	width:182px;
}
form.write textarea {
	width:182px;
}
div.article-area, div.article-city {
	display:inline-block;
	padding:0 52px;
}
div.write-rest {
	margin-top:20px;
}

form.write div.input {
	margin-top:10px;
}


.change-password-fields {
	display:none;
}

.cooperation {
	float:left;
	margin:10px;
}

hr.div {
	border:0;
	border-bottom:1px solid #666;
	width:500px;
}

div.comment-header span {
	text-decoration:underline;
	font-weight:bold;
}
div.comment-main {
	font-size:14px;
	color:#555;
}
div.comment-footer {
	font-style: italic;
	text-align:right;
	font-size:14px;
}

hr.comments-div {
	border:0;
	border-bottom:3px dotted #666;
	width:30px;
	margin:21px auto;
}

div.more-comments, div.more-my-comments {
	padding:10px 60px;
	display:inline-block;
	margin:10px 154px;
	cursor:pointer;
	background-color:#CCC;
	color:#666;
	border:1px solid #666;
}
div.more-comments:hover {
	background-color:#AAA;
	color:#666;
	border:1px solid #666;
}

div.hidden {
	display:none;
}

div.image-loading {
	display:none;
	text-align:center;
}

div.comment-form {
	margin-bottom:20px;
}
div.comment-form textarea {
	width:100%;
}
div.comment-form div.submit {
	text-align:right;
}

div.home-text {
	font-size:13px;
	text-align:center;
}
div.home-more-text {
	font-size:13px;
	display:none;
	text-align:center;
}
div.home-article-text {
	font-size:13px;
	text-align:left;
}
div.home-more {
	font-size:13px;
	text-align:center;
	cursor:pointer;
	text-decoration:underline;
}
div.home-text p{
	margin:0;
}
div.home-recent {
	width:345px;
	padding-right:30px;
	border-right:1px solid #717271;
}
div.home-recent div.home-text{
	margin:0 0 15px 0;
}
div.home-recent {
	float:left;
	margin-top:15px;
}

div.home-cooperation {
	margin-top:15px;
}

div.comment-header a {
	font-weight:bold;
}

div.message {
	padding:4px;
	border:#717271;
	background-color:#c7c7c7;
	color:#333;
	text-align: center;
	width:400px;
	margin:0 auto;
}

div#contact label {
	display:block;
}
div#contact input {
	width:300px;
}
div#contact div.submit{
	text-align:right;
	margin-top:20px;
}
div#contact div.submit input {
	width:auto;
	margin-right:56px;
}
div#contact textarea {
	width:90%;
}



.cooperations-holder {
	position:relative;
	height:700px;
	width:600px;
}
.cooperations-holder img {
	position:absolute;
	top:0;
	left:0;
}