/*
Theme Name: JamayK Design 
Theme URI: http://jamaykdesign.ro

Version: 2.01
Author: JamayK Design
Author URI: http://jamaykdesign.ro/
Tags: jamayk design

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
* {
margin: 0;
padding: 0px;
}


a {
	outline: none;
	text-decoration: none;
	color:#333328;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.alignleft{
	float:left;
	text-align:left;
	}
	
.alignright{
	float:right;
	text-align:right;
	}
	
.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0px;
	clear: both;
}

.clearfix {
	clear:both;
}

html {
	height: 100%;
	}

body{
width: 100%;
height: 100%;
font-size:62.5%;
font-family:Verdana,Arial,Helvetica,sans-serif;
color: #6e6e6e;
background:url(images/body_bottom_bkg.jpg) no-repeat center bottom fixed #333328;
height:100%;
width:100%;
}

#page_wrap {
	background:url(images/page_line.jpg) right repeat-y;
	width:1018px;
	margin:0px auto;
}
#extra_bkg_wrap{
	background:url(images/header_top.jpg) no-repeat top right;
	padding:0 0 0 0px;
	}


.post h1.posttitle, .post h2.posttitle, h4.title, h3.pagetitle, .blogroll h2{
	font-family:Verdana, Geneva, sans-serif;
}


#header, #project, #footer {
	margin: 0px auto;
	font-size: 1.1em;
}


/* Header - main navigation + logo*/

#header_wrap { 
}

#header {
	padding:15px 10px 20px 10px;
	position: relative;
	height:82px;
}

#twitter_div{
	position:absolute; 
	right:8px; 
	top:25px; 
	list-style:none; 
	width:350px;
	font-size:11px;
	text-align:justify;
}
#twitter_div ul{
	list-style:none;
	}
#twitter_div h2{
	display:none;
	}

.main_menu {
	float:left;
	width:610px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:140%;
	font-size:13px;
	font-weight:bold;
	color:#999;
	padding:20px 5px 5px 5px;
	text-align:justify;
}
.main_menu ul{
	float:left;
	list-style:none;
	}

.main_menu ul li{
	float:left;
	margin:0 6px 0 3px;
	}
.main_menu ul li a{
	color:#666;
	}
.main_menu ul li a:hover, .main_menu ul li a.current_page_item{
	color:#900;
	}


/*Homepage featured projects - Slide*/

#project_wrap{
	background:url(images/home_slide_bkg.jpg) no-repeat bottom #DEDEDE;
	height:350px;
	float:left;
	position:absolute;
	left:0;
	top:-10px;
	padding:13px;
	width:486px;
	}

#project {
	position: relative;
	z-index: 101;
}

#project span.welcome-words{
	position:absolute;
	font-size:23px;
	color:#fff;
	top:40px;
	left:15px;
	line-height:140%;
	}
.info {
	width:486px;
	float:left;
	font-size: 1em;
	padding:15px 0 0 0;
}

.info h2 {
	font-size:12px;
	font-weight: bold;
	margin:0 0 5px 0;
	color:#666666;
	}
.info a {
	color:#333328;
	}
.info p{
	line-height:120%;
	color:#666666;
	font-size:11px;
	}

a.nextproject {
	padding:5px;
	font-size: 11px;
	position:absolute;
	top:275px;
	right:0;
	color:#999999;
}
a.prevproject {
	padding:5px;
	font-size: 11px;
	position:absolute;
	top:275px;
	right:45px;
	color:#999999;
}

.info a.view {
	display: block;
	width: 170px;
	float: left;
	padding: 6px 0px 0px 0px;
	margin: 25px 0px 0px 25px;
}

.project_screen {
	height: 271px;
	width: 480px;
	border:3px solid #999;
	margin: 0px;
	float:left;
	overflow:hidden;
}
.project_screen a{
	float:left;
	height: 271px;
	width: 480px;
	position: relative;
	z-index: 100;
	overflow: hidden;
	}
.project_screen a img{
	width:480px;
	height:271px;
	}
.autohide {
	display:none;
}




/* Content Wrap */
#content_wrap {
	padding:35px 0 30px 0;
	width: 100%;
}



/* Left Sidebar*/

#sidebar {
	width: 220px;
	float: left;
	padding:0px 16px 27px 17px;
}
#coach_words{
	width:100%;
	float:left;
	text-align:center;
	padding:0px 0 10px 0;
	font-size:13px;
	line-height:160%;
	color:#fff;
	position:relative;
	margin:-30px 0 0 0;
	}

ul.widgets{
	list-style:none;
	float:left;
	width:100%;
	padding:20px 0 0 0;
	}
ul.widgets li{
	float:left;
	width:100%;
	margin:0 0 20px 0;
	font-size:13px;
	}
ul.widgets li a.logo{
	float:left;
	margin:0 0 4px 0;
	}
ul.widgets li a.logo img{
	width:214px;
	border:1px solid #efefef;
	padding:2px;
	}
ul.widgets li a.logo:hover img{
	border:1px solid #CCC;
	}
ul.widgets h2.widgettitle{
	font-size:13px;
	border-bottom:1px solid #999;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	color:#333328;
	}

ul.widgets li ul{
	list-style:none;
	}
ul.widgets li ul li{
	margin:0;
	padding:2px 0 0 0;
	}
ul.widgets li a{
	color:#666;
	}
ul.widgets li a:hover{
	color:#333;
	}
ul.widgets li p{
	font-size:13px;
	line-height:140%;
	text-align:justify;
	}
ul.widgets li p a{
	color:#333;
	text-decoration:underline;
	}
ul.widgets li p a:hover{
	color:#999;
	}
ul.widgets li select{
	width:220px;
	border:1px solid #CCC;
	color:#333;
	}




#searchform {
	padding:0px 0 0 0;
}

#searchform input#s {
	width: 208px;
	float: left;
	padding:2px 5px 2px 5px;
	font-size: 1.1em;
	border:1px solid #D7D7D7;
	color:#999;
}
#searchform input#s:hover, #searchform input#s:focus{
	border:1px solid #E15B50;
	}
#searchform input#searchsubmit {
	float: right;
	margin: 2px 8px 0px 0px;
}

.categories ul{
	list-style:none;
	padding:0;
	margin:0 0 10px 0;
}
.categories ul li{
	float:left;
	width:113px;
	padding:0 0px 0 0;
	font-size:9px;
}
.categories ul li a{
	padding:0 0 0 5px;	
	color:#999;
	font-size:12px;
}
.categories ul li a:hover{
	color:#E15B50;
	}


.blogroll ul{
	list-style:none;
	padding:0;
	margin:0 0 10px 0;
}
.blogroll ul li{
	float:left;
	width:170px;
	padding:0 0px 0 0;
}
.blogroll ul li a{
	padding:0 0 0 5px;	
	color:#999;
	font-size:11px;
}
.blogroll ul li a:hover{
	color:#E15B50;
	}
.blogroll h2{
	font-size:12px;
	border-bottom:1px solid #F4F4F4;
	padding:0 0 2px 5px;
}


/* Main  part - post / page list */

#home #main{
	padding:380px 10px 0 10px;
	}
#main {
	width: 492px;
	float: left;
	padding:60px 10px 0 10px;
	position:relative;
}
h3.pagetitle {
	width: 502px;
	height:48px;
	background:url(images/page_title.jpg) no-repeat top left;
	position:absolute;
	top:-10px;
	left:0;
	font-size: 16px;
	font-weight: normal;
	padding:12px 0 0 10px;
}
.pagetitle span {
	display: block;
	width: 960px;
	margin: 0px auto;
	font-size:24px;
}
.text_left {
	width: auto;
	float: left;
	margin:6px 0 10px 0;
}
.text_right {
	width: auto;
	float: right;
	text-align: right;
	margin:6px 0 10px 0;
}
.post{
	font-size:12px;
	line-height:140%;
	padding:0 0 10px 0;
	}
.post .entry .crop_image {
	width: 486px;
	height: 264px;
	overflow: hidden;
	padding:2px;
	border: 1px solid #DADADA;
	margin: 20px 0;
}
.post .entry .crop_image p{
	margin:0px;
	}
.post .entry .crop_image{
	width:486px;
	}

.no-crop {
	width:486px;
	overflow: hidden;
	padding:2px;
	border: 1px solid #DADADA;
	margin: 20px 0;
}
.no-crop img{
	width:486px;
	}

hr {
	clear: both;
	height: 0px;
	border: none;
	background: none;
	border-top: 1px solid #e0e0e0;
}


.post {
	clear: both;
	margin: 0px 5px 5px 0px;
}

.post h1.posttitle, .post h2.posttitle, h4.title {
	font-size: 15px;
	font-weight: bold;
	width:100%;
	float: left;
	margin:0 0 5px 0;
}

.post p.comments {
	width: auto;
	float:left;
	font-size:10px;
	color: #99a5a7;
}
.post p.comments a{
	color: #99a5a7;
	}

.post .entry {
	clear: both;
	padding-top: 3px;
	line-height: 19px;
}

.post .entry h1, .post .entry h2, .post .entry h3,
.post .entry h4, .post .entry h5, .post .entry h6 {
	font-weight: bold;
	margin-bottom: 20px;
}

.post .entry h1 {
	font-size: 2.5em;
}
.post .entry h2 {
	font-size: 2.25em;
}
.post .entry h3 {
	font-size: 2.0em;
}
.post .entry h4 {
	font-size: 1.75em;
}
.post .entry h5 {
	font-size: 1.5em;
}
.post .entry h6 {
	font-size: 1.25em;
}

.post .entry p {
	margin-bottom: 20px;
	text-align:justify;
}

.post .entry blockquote {
	padding: 10px 25px;
	margin-bottom: 20px;
	background-color: #EFEFEF;
	border-left: 1px solid #CCCCCC;
}

.post .entry blockquote p {
	margin: 10px 0;
}

.post .entry cite {
	font-style: italic;
	margin-left: 25px;
}
.post .entry a img{
	margin:5px;
	padding:2px;
	border:1px solid #EBEBEB;
	}
.post .entry a:hover img{
	border:1px solid #E15B50;
	}

.post .entry img.alignleft {
	margin-right: 10px;
	float:left;
}

.post .entry img.alignright {
	margin-left: 10px;
	float:right;
}

.post .entry img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.post .entry ul, .post .entry ol {
	margin: 0px 0px 20px 25px;
}

.post .entry ul li {
	list-style: disc outside;
}

.post .entry ol li {
	list-style: decimal outside;
}
h4.title {
	width: auto;
	float: none;
	margin-bottom: 25px;
}


/*Next - Prev Navigation*/
.post_navigation{
	width:100%;
	background:none;
	padding:5px 0 0 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:160%;
	font-size:15px;
	color:#E4E4E4;
	float:left;
	margin:0 0 15px 0;
	}
.post_navigation div{
	width:275px;
	}
.post_navigation a{
	color:#999;
	padding:0px 5px 0px 5px;
	}	
.post_navigation:hover a{
	background:#F5F5F5;
	text-decoration:none;
	}
.post_navigation a:hover{
	background:#E15B50;
	color:#fff;
	text-decoration:none;
}



/* Comments */

.commentarea{
	margin:5px 0 0 0;
	}
.commentarea h2{
	font-size:13px;
	margin:0 0 10px 0;
	}
#commentlist{
	margin:0 0 15px 0;
	}
.comment, .pingback{
	padding:10px;
	background:url(images/coment.png);
	margin:0 0 10px 0;
	overflow:auto;
	line-height:160%;
	}

.comment cite, .pingback cite{
	font-size:10px;
	margin:0 0 7px 0;
	float:left;
	width:100%;
	}
	
.comment img.avatar{
	float:left;
	padding:2px;
	border:1px solid #E8E8E8;
	margin:0 10px 5px 0;
	background:#fff;
	}

.comment-author-admin {
	border:1px solid #EBEBEB;
	}

.alt{
background:url(images/alt_coment.png);	
}

#commentform{
	}
#commentform p{
	padding:0 0 10px 0;
	}
#commentform p input{
	margin:0 15px 0 0;
	background:#CCC;
	color:#666;
	border:none;
	padding:5px;
	width:250px;
	}
#commentform p.subscribe-to-comments{
	color:#999;
	font-size:13px;
	padding:10px 0 0 0;
	}

textarea {
	padding: 10px;
	border: none;
	font-size: 1.1em;
	width: 472px !important;
	height: 150px !important;
	margin-bottom: 20px;
	background: #e2e2e2;
}

input.submit {
	display: block;
	width: auto;
	padding: 7px 40px;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	background: #4a9daa;
}

input.text {
	padding: 10px;
	border: none;
	font-size: 1.1em;
	float: none;
	margin-bottom: 20px;
	display: block;
	width: 300px;
	background: #4a9daa;
}




/*Footer and .push trick*/


#footer_wrap{
	height: 100px;
	width:1018px;
	margin:0px auto;
	background:url(images/footer_bkg.png) no-repeat top right;
	padding:0 0 20px 0;
}

#footer {
	padding: 40px 0px 0px;
	color:#999;
	position:relative;
}



#social_icons{
	position:absolute;
	right:90px;
	top:50px;
	font-size:11px;
	text-align:left;
	line-height:200%;
	text-align:center;
	}
	
#social_icons a {
	margin:0 0 0 5px;
	}
	
#social_icons a img{
	width:22px;
	}
	
#copyright{
	position:absolute;
	top:50px;
	right:270px;
	text-align:right;
	line-height:150%;
	}
#copyright a{
	color:#6E6E6E;
	text-decoration:underline;
	}
