HTML {
    height: 100%;
    width: 100%;
    overflow: hidden;
    top: 0px;
    margin: 0px;
}
BODY {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 110%;
    color: #0c0c0c;
    background-color: #fefefe;
    padding: 0px;
    background-image:url('../images/bg.png');
    top: 0px;
    margin: 0px;
    overflow: hidden;
    word-wrap: break-word;
    word-break: keep-all;
}
A {
    color: #5151f0;
    text-align: center;
    text-decoration: none;
    border-spacing: 0px;
    padding: 0px;
    border-style: none;
}
A:hover {
    color: #a0a0ff;
    text-align: center;
    text-decoration: none;
    border-spacing: 0px;
    padding: 0px;
    border-style: none;
}

IMG {
    border-style: none;
    margin-left: auto;
    margin-right: auto
}

FORM {
    margin: 0px;
    border-spacing: 0px;
    padding: 0px;
}
OBJECT {
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
}

DIV.warning {
	width: 100%;
	background-color: #ffa1a1;
	margin: auto;
}
A.warning_close {
	display:inline-block;
	margin-left: 5px;
	padding: 3px 8px 3px 8px;
	text-align: center;
	color: #000000;
	font-family: sans-serif;
	text-decoration: none;
	background-color: #ff8a8a;
}
A.warning_close:hover {
	background-color: #eb6767;
}

DIV.main {
    position: absolute;
    overflow-y: auto;
    height: 100%;
    min-height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}
DIV.menu {
    width: 100%;
    height: 50px;
    margin: auto;
    background-image:url('../images/menu_bg.png');
    box-shadow: 3px 3px 4px #ddd;
}

UL {
    display: box;
    list-style-type: none;
    height: 50px;
    width: 90%;
    margin: 0px;
    padding: 0px;
}
LI {
    float: left;
}

A.main_menu {
	margin-right: 2px;
	display:inline-block;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 18px;
	padding-right: 18px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Splash', sans-serif;
	text-decoration: none;
	color: #580416;
	background-image: url("../images/grad.png");
	background-repeat: repeat-x;
}
A.main_menu:hover {
	color: #000000;
	background-image: url("../images/grad2.png");
}

A.title{
    color: #0c0c1c;
    text-align: left;
    text-decoration: none;
    border-spacing: 0px;
    padding: 0px;
    border-style: none;
}
A.title:hover {
    color: #0c0c7c;
    text-align: left;
    text-decoration: none;
    border-spacing: 0px;
    padding: 0px;
    border-style: none;
}
A.blog_but {
    width: 100px;
    height: 50px;
    display: block;
    background-image:url('../images/blog.png');
}
A.blog_but:hover {
    width: 100px;
    height: 50px;
    display: block;
    background-image:url('../images/blog_over.png');
}

A.port_but {
    width: 200px;
    height: 50px;
    display: block;
    background-image:url('../images/port.png');
}
A.port_but:hover {
    width: 200px;
    height: 50px;
    display: block;
    background-image:url('../images/port_over.png');
}

.preloader {
    display:none;
}
DIV.menu_holder {
    width: 70%;
    margin:auto;
    height:50px
}
DIV.page_holder {
    width: 100%;
    margin: 0px;
    padding:0px;
}
DIV.page {
    overflow-y: auto;
    overflow-x: visible;
    width: 70%;
    margin: auto;
    border-right: 8px solid #e5e5e5;
    border-bottom: 8px solid #e5e5e5;
    border-left: 8px solid #e5e5e5;
    background-color: #fefefe;
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    box-shadow: 3px 3px 4px #ddd;
}

DIV.list {
    float: left;
    width: 80%;
    margin: 5px auto 5px 5px;
    border: 1px solid #e0e0e0;
    background-color: #efefef;
}
DIV.post {
    width: 100%;
    margin: 5px auto 5px;
    border-top: 2px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
    background-color: #f2f2f2;
}
DIV.post_holder {
    text-align:left;
    width: 100%;
    margin: 10px auto 10px auto;
}
H3 {
    margin: 5px 10px 5px 10px;
    padding: 10px;
    border-left: thin solid black;
    border-right: thin solid black;
	text-align: left;
}
H6 {
    width: 100%;
    margin: 0px auto 0px;
    color: #a5a5a5;
    background-color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    text-align: center;
}
H6.post_date { border-bottom: 1px dashed #d9d9d9; }
H6.post_footer { border-top: 1px dashed #d9d9d9; text-align: right; }
H6.post_tags { border-top: 1px dashed #d9d9d9; }


DIV.post_content {
    width: auto;
    margin: 5px 10px 5px 10px;
    overflow: hidden;
	text-align: left;
}
SPAN.number {
    background-color: #99ff98;
    color: #000000;
    font-weight: bold;
}

DIV.sidebar {
    float:right;
    width: 15%;
    margin: 5px 5px 5px auto;
    border: 1px solid #e0e0e0;
    background-color: #f2f2f2;
}
DIV.lang {
    width: 100%;
    margin: 5px auto;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background-color: #eeeeee;
}
DIV.submenu {
    width: 100%;
    margin: 5px auto;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background-color: #efefef;
}
DIV.com {
    width:550px;
    height: 130px;
    background-color: #f2f2f2;
    margin: auto;
}
FORM.com_form {
    margin: 0px;
}
INPUT.com_name {
    width: 350px;
    border: 1px solid #d9d9d9;
}
INPUT.com_site {
    width: 150px;
    border: 1px solid #d9d9d9;
}
INPUT.com_submit {
    width: 100px;
    border: 1px solid #d9d9d9;
    background-color: #f2f2f2;
}
INPUT.com_submit:hover {
    background-color: #e2e2e2;
}
INPUT.com_submit:active {
    background-color: #ffffff;
}
TEXTAREA.com_cont {
    width: 450px;
    height: 80px;
    border: 1px solid #d9d9d9;
    float:right;
}

DIV.comment {
    width: 550px;
    height: auto;
    /*min-height: 100px;*/
    overflow: hidden;
    background-color: #ffffff;
    margin: auto;
    padding: 5px;
    border-radius: 10px;
}
DIV.comment_header{
    width: 550px;
    height: 20px;
    text-align: left;
    background-color: #f2f2f2;
    border-bottom: 1px dashed #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    overflow: hidden;
    vertical-align:middle;
    margin: auto;
}
DIV.comment_date {
    float:right;
    color: #a5a5a5;
    text-decoration: none;
    font-weight: normal;
    margin-right:5px;
}
DIV.comment_post {
    width: 550px;
    background-color: #ffffff;
    word-wrap: break-word;
    overflow: auto;
    margin: 4px auto;
}

DIV.footer {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -420px;
    height: 22px;
    width: 840px;
    background-color: #ffffff;
    clear:both;
}

#flashContent {
    text-align: center;
    /*width:100%;
    height:100%;*/
    margin-left: auto;
    margin-right: auto;
}