@charset "utf-8";
/* CSS Document */

html{
	font-size: 62.5%;
}

/* fix layout issues in IE6 and below */
* html div {
	height: 1%;
}

body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height:1.5em;
	color:#282828;
}

#container_main{
	margin:0 auto;
	width:800px;
	background-color:#FFFFFF;
}

#nav{
	background:url(images/header.jpg) no-repeat;
	height:74px;
	padding: 172px 0px 0px 15px;
	font-size:1.4em;
}

#main_content{
	padding: 0px 25px 25px 25px;
	width:748px;
	border-left: solid 1px #313433;
	border-right: solid 1px #313433;
	border-bottom: solid 1px #313433;
}

#footer{
	margin:10px 0;
	font-size:1em;
}

.clear{
	clear:both;
	height:0;
}

.bold{
	font-weight:bold;
}

.bold_last{
	font-weight:bold;
	margin:0;
}

p{
	margin:0 0 15px 0;
}

img{
	border:none;
}

p.last{
	margin:0px;
}

div.separator{
	background:url(images/separator.jpg) repeat-x;
	height:15px;
}

h1{
	margin:0px 0 6px 0;
	padding:0px;
	font-size:1.4em;
	color:#00acd4;
	font-weight:bold;
}

h2{
	margin:0 0 5px 0;
	padding:0px;
	color:#000000;
	font-size:1.1em;
	font-weight:bold;
	text-transform:uppercase;
}

h3{
	margin:0 0 62px 0;
	padding:0px;
	font-weight:normal;
	font-size:1em;
}

h5{
	margin: 0 0 20px 0;
	font-size:1.6m;
	color:#666666;
	font-weight:normal;
}
/* -------------------------- Navigation -----------------------------*/

#nav ul{
	clear:both;
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
}

#nav ul li{
	padding:14px 20px 0 11px;
	margin:0px;
	display:block;
	float:left;
	background:url(images/dot.jpg) no-repeat;
	background-position:right;
}

#nav ul li.contact{
	background:none;
}

#nav ul li a{
	display:block;
	float:left;
	color:#000000;
	text-decoration:none;
	height:29px;
}

#nav ul li a:hover{
	color:#666666;
	background:url(images/pointer.jpg) no-repeat;
	background-position:bottom center;
}

body#home_page ul li.home a, body#about_page ul li.about a, body#blog_page ul li.blog a, body#work_page ul li.work a, body#contact_page ul li.contact a {
	background:url(images/pointer.jpg) no-repeat;
	background-position:bottom center;
}


/*--------------------------- Content ---------------------------------------*/

.home_work{
	width: 221px;
	background:url(images/port_bg_home.gif) no-repeat;
	padding: 10px;
	float:left;
	margin: 0px 12px 5px 0;
	font-size:1em;
}

.home_work img{
	float:left;
	margin: 0 10px 0 0;
	border:solid 1px #313433;
}

.home_work_text{
	width: 158px;
	float:left;
}

.home_work_text h4{
	font-size:1.1em;
	margin:0px 0 8px 0;
	padding:0px;
}

.home_work_text h4 a{
	color:#000000;
}

.home_work_text h4 a:hover{
	color:#666666;
}

.launch_btn{
	float:right;
	margin:10px 0 0 0;
	width:82px;
}

.launch_btn img{
	border:none;
}

img.profile_photo{
	border: solid 1px #313433;
	float:left;
	margin:0 20px 0px 0;
}

/*************** Columns *******************/

#column_left{
	width:529px;
	float:left;
	border-right: solid 1px #313433;
	padding:0 20px 0 0;
}

#column_right{
	width:178px;
	float:left;
	padding:0 0 0 20px;
}

#column_right a{
	color:#282828;
	text-decoration:none;
}

#column_right a:hover{
	color:#666666;
	text-decoration:underline;
}

#column_left p{
	text-indent:15px;
}

/**************** Contact form ****************/

form#contact_form{
	margin:15px 0 0 0;
}

form#contact_form label{
	width:120px;
	float:left;
	clear:left;
	height:15px;
	margin:0 0 10px 0;
	padding:5px 0 0 0;
}

form#contact_form input{
	width:200px;
	float:left;
	height:15px;
	clear:right;
	margin:0 0 10px 0;	
	padding:3px;
	border: solid 1px #313433;
}
form#contact_form textarea{
	width:350px;
	float:left;
	clear:right;
	height:150px;
	padding:3px;
	border: solid 1px #313433;
}

form#contact_form input#send{
	border:none;
	cursor:pointer;
	background:url(images/send.jpg) no-repeat;
	width:178px;
	height:35px;
	color:#62ccdc;
	font-size:1px;
	clear:both;
	margin:15px 0 0 120px;
}

/*  
Theme Name: Kseniya
Version: 1.1
Author: Kseniya Volkova
*/

/*** Main ***/

.post
{
	margin-bottom: 30px;
}

.post .postheader h2
{
	font-size: 14px;
	margin-bottom: 3px;
}

.post .postheader h2 a
{
	text-decoration: none;
	color:#000000;
}

.post .postheader h2 a:hover
{
	text-decoration: underline;
	color:#666666;
}

.post .postheader .postmeta
{
	width: 529px;
	font-size: 11px;
	border-bottom: solid 1px #CCCCCC;
	padding-bottom: 5px;
}

.post .postheader .postmeta a{
	color:#000000;
	text-decoration:underline;
}

.post .postheader .postmeta a:hover{
	color:#666666;
	text-decoration:underline;
}

.post .postcontent {
	margin: 10px 0 0 0;
}

.post a{
	color:#00acd4;
	text-decoration:none;
}

.post a:hover{
	color:#666666;
	text-decoration:underline;
}

.post img
{
	border: solid 1px #313433;
}

/*** Sidebar ***/

#column_right ul
{
	list-style: none;
	margin-top: 0;			
	white-space: nowrap;
	margin-left: 0;
	padding-left: 10px;
	text-indent: -10px;
	font-weight:bold;

}

#column_right .sidebarbox
{
	margin-bottom: 40px;
}

#column_right .sidebarbox h1
{
	color: #273647;
	font-size: 15px;
	margin-bottom: 2px;
}

/***  Search form ***/
.searchform form
{
	margin: 4px 0 15px 0;
}
.searchform #search
{
	width: 120px;
	border:solid 1px #313433;
}

/*** Comments ***/


.commentbox
{
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #ababab;
	background: #f6f6f6;
}

.commentbox .commentmeta .date
{
	font-size: 10px;
	margin:0 0 8px 0;
}

.commentbox .commentmeta .author a
{
	color:#000000;
	font-size: 11px;
	font-weight:bold;
}

.commentbox .commenttext p {
	margin-bottom: 0px;
	text-indent:0px;
}

.commentbox .commentmeta
{
	width: 300px;
}

#commentform label
{
    display:block;
    margin: 0;
}

#commentform a{
	color:#00acd4;
	text-decoration:none;
}

#commentform a:hover{
	color:#666666;
	text-decoration:underline;
}

#commentform input, textarea{
	border:solid 1px #313433;
}

#commentform .text {
	width: 300px;
    margin: 0 0 15px 0;
}

#commentform strong
{
	font-size: 11px;
}

#commentform textarea
{
    width:450px;
    height:150px;
    margin:0;
    padding:5px;
}

#commentform input#subcom{
	border:none;
	cursor:pointer;
	background:url(images/submitcomment.jpg) no-repeat;
	width:178px;
	height:35px;
	color:#62ccdc;
	font-size:1px;
	clear:both;
	margin:15px 0 0 0px;
}

/*** Wordpress ***/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   background-color: #f3f4f0;
   padding-top: 4px;
}

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

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}

