/* basics */

*{margin:0; padding:0;}

body {
	background: #061625 url(images/footer.jpg) no-repeat bottom center;
    font-family: Arial, Sylfaen, sans-serif;
	font-size: 13px;
}

img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:3px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	font-style: italic;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}

.clearer {
    display: block;
    clear: both;
}

/* links */

a {
	color: #14497a;
	text-decoration: underline;
}
a:hover {
    text-decoration: none;
}


#wrapper {
    width: 100%;
    /*background: url(images/header.jpg) no-repeat top center;*/
    background: url(images/header_center.jpg) no-repeat top center;
}


/* container */


#container {
	width: 960px;
	margin: 0 auto;
	padding:0;
	color: #061625;
	overflow: hidden;
	}
	
/* header */

#header {
  	padding-top: 140px;
  	width: 960px;
  	/*width: 660px;*/
  	/*padding-bottom: 35px;*/
  	padding-bottom: 20px;
}

#header h1 img {
    width: 655px;
    height: 115px;
}

.voting {
    padding-bottom: 20px;
}


/* content */


#content {
	float:left;
	width:660px;
	overflow: hidden;
	}

.post {
	margin-bottom: 40px;
	padding: 15px 15px 15px 15px;
	line-height: 14pt;
	background: #eceded url(images/post_title.png) no-repeat top left;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.post_min_height {
    min-height: 600px;
    height: auto !important;
    height: 600px
}

.post small {
    color: #39536c;
    font-size: 14px;
}
	
.post h2{
	font-size: 24px;
	font-family: Sylfaen, Arial, sans-serif;
	padding: 7px 0 35px 0;
	color: #b0265f;
}
	
.post h2 a{
	color: #b0265f;
}
	
.post ul,
.post ol {
    margin-left: 40px;
    margin-bottom: 20px;
}

.post li {}

.entry p{margin:0 0 20px 0;}
.entry h2{font-size: 16px}

.postmetadata {
	clear: both;
	font-size: 12px;
	margin: 35px 0 5px 0;
}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{margin:25px 0;}
.alignright a{margin:25px 0;}



/* sidebar */


#sidebar {
	width:280px;
	float:right;
	/*margin-top: -100px;*/
	color: #9A9E9F;
	text-align: center;
	margin-bottom: 30px;
}

#sidebar a {
    color: #9A9E9F;
}

#sidebar table {
    width: 100%;
}

#sidebar table td,
#sidebar table th {
    padding-bottom: 5px;
}

#sidebar table tfoot {
    display: none;
}

#sidebar table a {
    font-weight: bold;
    color: #fff;
}

#inner_sidebar {
    background: #002b54 url(images/sidebar_top.png) no-repeat top left;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#inner_sidebar .inner_sidebar_inner {
    background: url(images/sidebar_bottom.png) no-repeat bottom left;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 0 15px 60px 15px;
}

#sidebar h2{
	color: #cccccc;
    border-bottom: 1px dashed #14497A;
    padding-bottom: 4px;
    font-size: 16px;
    text-shadow: #061625 2px 1px 2px;
    margin-bottom: 10px;
    padding-top: 30px;
}

#sidebar ul li {
	list-style-type: none;
	padding-bottom: 10px;
}

#sidebar ul ul li {
	list-style-type: none;
}

#sidebar ul ul ul li{
	list-style-type: square;
}

#mainmenu {
    margin-bottom: 10px;
}

#mainmenu li {
    text-align: center;
    padding-bottom: 20px !important;
    font-size: 21px;
}

#mainmenu a {
    color: #eceded;
    font-family: Sylfaen, Arial, sans-serif;
}

#mainmenu .current_page_item a {
    color: #ffcde2;
    text-decoration: none;
}

.banners li {
    padding-bottom: 15px;
}

.banners li img {
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 280px;
    height: 100px;
    background-repeat: no-repeat;
}

.banners li img.free {
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: auto;
    height: auto;
}

.banners_high li img {
    width: 280px;
    height: 345px;
}


/* comments */

#commentform {
	background: #eceded;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: Arial, Sylfaen, verdana, sans-serif;
	font-size: 13px;
	margin: 10px 5px 0 0;
	padding: 5px;
	border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
	
	
#submit{
    margin: 10px 5px 0 0;
    cursor: pointer;
}

#submit:active {
    border-style: inset;
}

#comments,
#respond h3,
h2.pagetitle {
    color: #CCCCCC;
    font-size: 16px;
    padding-bottom: 15px;
    padding-left: 16px;
}
	
ol.commentlist {
    list-style-type: none;
	background: #eceded;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	padding: 10px 10px;
	list-style-type:none;
}

ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #14497A;
}
	
cite a{
    color: #14497A !important; text-decoration: none; border-bottom: 1px dotted #465D71;
}

.comment_body {
    margin-left: 52px;
    padding-bottom: 16px;
    border-bottom: 1px dashed #ccc;
}

ol.commentlist li:last-child .comment_body {
    border-bottom: 0 none;
    padding-bottom: 0;
}


/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	padding: 2px;
	border: 1px solid #061625;
	color: #ccc;
	background: transparent;
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   width: 80%;
}



	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #fff;
   padding-top: 7px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 7px;
   -khtml-border-radius: 7px;
   -webkit-border-radius: 7px;
   border-radius: 7px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 12px;
   font-weight: bold;
   color: #134294;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.facebook_badge {
    padding-top: 30px;
}

.topge img {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}


/* footer */

#footer {
	height: 90px;
	clear: both;
	width: 100%;
}

#footer .rustavi2 {
    float: left;
    padding-top: 26px;
    padding-left: 7px;
}

#footer .rustavi2 img {
    width: 240px;
    height: 55px;
}


#footer .omedia {
    float: right;
    padding-top: 23px;
}

#footer .omedia img {
    width: 55px;
    height: 58px;
}

#footer .omedia .wordpress img {
    width: 70px;
    height: 58px;
}

#footer .omedia .wordpress {
    margin-left: 10px;
}

#footer p{padding:0; margin: 0;}

object {
    display: block;
    margin: 0 auto;
}

.counter {
    margin-bottom: -15px;
    padding-top: 12px;
    text-align: center;
}



.wpcf7-form p {
    line-height: 270%;
    margin-bottom: 10px;
    font-weight: bold;
}

.wpcf7-form input,
.wpcf7-form textarea {
    margin-left: 20px;
}

.wpcf7-form .textinput,
.wpcf7-form .textarea {
    border: 1px solid #7298BB;
    padding: 3px 3px 5px 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial, Sylfaen, sans-serif;
    font-size: 13px;
}

.wpcf7-form .textinput:focus,
.wpcf7-form .textarea:focus {
    border-color: #002B54;
}

.wpcf7-form .textarea {
    width: 420px;
    height: 120px;
}

.wpcf7-form .submitbtn {
    border: 1px solid #7298BB;
    padding: 3px 15px 5px 15px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial, Sylfaen, sans-serif;
    font-size: 13px;
    background: #fff;
    cursor: pointer;
    margin-left: 0px;
}

.wpcf7-form .submitp {
    text-align: center;
    padding-top: 20px;
}

#wpcf7-f1-p2570-o1 {
    border:1px dashed #002B54;
    margin:50px 35px 50px 25px;
    padding:10px 20px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}




.wp-pagenavi {
    text-align: center;
    margin-bottom: 20px;
	background: #eceded;
	padding: 7px;
	font-size: 13px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.wp-pagenavi a, .wp-pagenavi a {
	padding: 2px 3px 2px 3px;
	margin: 4px;
	text-decoration: none;
	color: #14497A;
}
.wp-pagenavi a:hover {	
	color: #b0265f;
}

.wp-pagenavi span.current {
	padding: 2px 3px 2px 3px;
	margin: 4px;
	font-weight: bold;
	color: #b0265f;
	font-size: 15px;
}

.wp-pagenavi span.extend {
	padding: 2px 2px 2px 2px;
	margin: 2px;	
	color: #000000;
}
