/*
-----------------------------------------------
Site Layout Styles
Author:   akella at http://cssing.org.ua
Version:  1 sep 2009
----------------------------------------------- */
body{
	text-align:center;
	}
	.out{
		width:960px;
		text-align:left;
		margin:0 auto;
		}
	.col1,.col2, .col3{
		width:280px;
		float:left;
		margin-right:60px;
		}
		.col3{
			float:right;
			margin:0;
			}


			.col-ab,.post-left{
				float:left;
				width:640px;
				}
				.post-left-bigtext .post-content{
					width:auto;
					float:none;
					}
				.post-left-bigtext .post-contents{
					float:right;
					margin:0 0 20px 20px;
					}
				
			.col-c, .post-right{
				width:200px;
				float:right;
				}
				.col-b, .post-content{
					width:440px;
					float:right;
					}
				.col-a, .post-contents{
					width:160px;
					float:left;
					}
					.col-a{width:170px;}
body .cookies_message {
    width: 100%;
    background-color: rgba(0,0,0,0.75);
    height: 75px;
    position: fixed;
    bottom: 0;
    z-index: 300;
}
body .cookies_message .inner {
    margin: 0 auto;
    width: 928px;
    padding: 15px 25px;
    font-family: Arial;
    font-size: 13px;
    color: #fff;
}
body .cookies_message .inner span {
    display: inline-block;
}
body .cookies_message .inner span.cookies_text {
    width: 730px;
    line-height: 16px;
    cursor: default;
}
body .cookies_message .inner .button {
    padding: 10px 0;
    display: block;
    float: right;
}
body .cookies_message .inner .button .cookies_button {
    display: inline-block;
    width: 130px;
    background-color: #4a9fdf;
    color: #fff;
    text-decoration: none;
    padding: 7px 0 6px 0;
    text-align: center;
    border-radius: 12px;
    font-weight: bold;
    font-size: 15px;
}
