/*
Theme Name: SpinnakerStudio
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, html, label, table, tr, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img, a img, :link img, :visited img {
	border: 0;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
ul {
	list-style: none;
}

caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
b {
	font-weight: bold;
}
.clear{
    display: block;
    font-size: 0;
    height: 0;
    padding:0;
    overflow: hidden;
    clear: both;
}
table td,
table th{
	padding: 5px 10px 5px 5px;
}

body {
	background: #fff url(images/body-bg.png) 0 -160px repeat-x;
	color: #323232;
	font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 12px;
	margin: 0 auto 0;
	padding: 0;
}
body.home{
	background-position: 0 0;
}
.wrapper{
    width: 955px;
    margin: 0 auto;
}

.header{
    height: 145px;
    position: relative;
    background: url(images/header-big-bg.jpg) 50% 100% no-repeat;
   /* border-bottom:  1px solid #000; */
}
    .header .logo{
        position: absolute;
        width: 210px;
        height: 145px;
        bottom: 0; left: 0;
    }
     .header .logo .bg{
        position: absolute;
        top: 0; left: 0;
        background: #000;
        width: 210px;
        height: 145px;
        
        filter:alpha(opacity=25);
		-moz-opacity:0.25;
		-khtml-opacity: 0.25;
		opacity: 0.25;
     }
        .header .logo a{
            color: #000;  
        }
        .header .logo a:hover{
            text-decoration: none;
        }
        .header .logo .studio{
            position: absolute;
            bottom: 95px; right: 8px;
            font-family: "Lucida Grande", sans-serif;
            font-size: 14px;
            text-transform: uppercase;
            
        }
            .header .logo .studio strong{
                display: block;
                font-weight: normal;
                font-size: 22px;
                line-height: 22px
            }
            .header .logo .studio em{
                display: block;
                text-align: right;
                font-style: normal;
            }
        .header .logo .el{
            position: absolute;
            bottom: 9px; right: 11px;
			text-align: right;
            font-size: 12px;
            font-family: "Myriad Pro", Myriad Pro, Verdana, Tahoma;
        }
			.header .logo .el span{
				display: none;
			}
        .header .logo .img{
            position: absolute;
            bottom: 0; left: 16px;
            width: 56px; height: 143px;
            background: url(images/logo-ship-small.png) 0 0 no-repeat;
        }
	
	.header .banners{
		width: 400px;
		position:absolute;
		bottom: 48px; right: 50px;
		text-align: center;
	}
	.home .header .banners{
		bottom: 65px;
	}
		.header .banners h6{
			display: none;
		}
/*** homepage customization (big header) ***/ 
.home .header,
.home .header .logo,
.home .header .logo .bg{
	height: 305px;
}
	.home .header .logo .studio{
		bottom:	auto; right: auto;
		top: 24px; left: 0;
		text-align: center;
		width: 210px;
	}
		.home .header .logo .studio strong{
			font-size: 34px;
		}
		.home .header .logo .studio em{
			text-align: center;
			font-size: 17px;
			padding: 3px 0;
			color: #444;
		}
	.home .header .logo .img{
		height: 200px;
		width: 115px;
		background: url(images/logo-ship-big.png) 0 0 no-repeat;
		bottom: auto;
		left: 45px; top: 73px;
	}
	.home .header .logo .el{
		font-size: 16px;
		text-align: center;
		width: 190px;
		font-weight: bold;
	}
		.home .header .logo .el span{
			display: inline;
			font-weight: normal;
		}
		
		
		
    .header .nav{
        position: absolute;
        right: 28px; bottom: -2px;
        width: 415px; height: 40px;
    }
        .header .nav li{
            float: left;
        }  
            .header .nav li a{
                float: left;
                font-size: 16px;
                color: #000;
                font-family: Georgia,garamond,serif;
                width: 103px;
                padding: 18px 0 0 0;
                text-align: center;
            }
            .header .nav li.first a{width: 85px; text-align: right; padding-right: 17px;}
            .header .nav li.last a{width: 78px; text-align: left; padding-left: 15px;}
            .header .nav li a b{
                font-size: 22px;
                
            }
			.header .nav li.active a,
            .header .nav li a.active,
            .header .nav li a:hover{
                color: #5f8f19;
                text-decoration: none;
            }

a:link, a:visited {
	color: #5f8f19;
	text-decoration: none;
	outline: none;
}
a:hover, a:active {
	color: #d56902;
	text-decoration: underline;
	outline: none;
}



.widget{
	margin-bottom: 25px;
}


.content h1.top-title{
	
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #555;
	font-weight: normal;
	background: url(images/top-title.png) 0 0 no-repeat;
	line-height: 30px;
	font-size: 24px;
	padding: 27px 20px 70px;
}
	h1.top-title strong{
		color: #000;
		font-weight: normal;
		font-size: 30px;
		line-height: 30px;
	}

.content {
	margin: 0 auto;
	padding: 38px 0 10px 0;
    font-size: 13px;
}
.home .content{
	padding-top: 60px;
}
.content p {
	padding: 0 0 15px;
	margin: 0;
	line-height: 20px;
}
.content h1 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0;
	margin: 5px 0;
	padding: 0;
}
.content h1 a {
	text-decoration: none;
}
.content h1 a:hover {
	color: #525252;
	text-decoration: none;
}
.content p img {
	float: left;
	border: none;
	margin-right: 5px;
	padding-top: 2px;
}
.content h2 {
	color: #444;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 5px;
	margin: 0 0 5px;
}
.content h3 {
	color: #777;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 0;
}
.content img.wp-smiley {
	float: none;
	border: none;
	padding: 0;
	margin: 0;
}
.content img.wp-wink {
	float: none;
	border: none;
	padding: 0;
	margin: 0;
}
.center {
	float: left;
	width: 620px;
	margin: 0;
	padding: 0;
}


.center ol {
	margin: 0 0 0 20px;
	padding: 0 0 10px;
}
.center ol li {
	margin: 0 0 0 20px;
	padding: 0;
}
.center ul {
	margin: 0 0 0 20px;
	padding: 0 0 10px;
}
.center ul li {
	background: transparent url("images/ul-bullet.gif") 0 3px no-repeat;
	margin: 0;
	padding: 0 0 0 18px;
}
.center .single {
	margin: 42px 0 15px;
	padding: 20px 0 0;
}
blockquote {
	margin: 0 25px 10px;
	padding: 0 25px 0 10px;
	background: #333;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
}
.content blockquote p {
	color: #fff;
	margin: 0 0 10px;
	padding: 10px 0 0;
}
.date {
	color: #777;
}
.bt-links {
	background: #e5e5e5;
	margin: 10px 0;
	padding: 10px 0 10px 15px;
    color: #777;
}
    .bt-links strong{
        font-weight: normal;
        padding: 0 5px 0 0;
    }

.post-item{
    padding-bottom: 40px;
    background: url(images/posts-devider.png) 50% 100% no-repeat;
	margin-bottom: 20px;
    
}
.last{
	background: none;
}

/*** homepage custom classes ***/

.home .center{
	width: 330px;
	display: inline;
	float: left;
	margin-left: 50px;
}
#sidebar-left{
	float: left;
	width: 260px;
}


#sidebar-right {
	float: right;
	width: 280px;
	margin: 0;
	padding: 0;
    font-size: 12px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
}
    #sidebar-right h2{
        background: #eaf4d9;
        color: #000;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 18px;
        padding: 8px 10px;
        font-weight: normal
    }
    #sidebar-right h2 span{
        padding-right: 34px;
        background: url(images/right-section-title-icon.png) 100% 50% no-repeat;
        
    }

#sidebar-right ul {
	list-style: none;
	margin: 0 0 0 16px;
	padding: 0;
}
#sidebar-right ul li {
	background: none;
	display: block;
	padding: 8px 0 7px;
	margin: 0;
}
#sidebar-right ul li ul li {
	background: transparent url("images/bullet.gif") 0 11px no-repeat;
	padding-left: 10px;
	margin: 0;
}
#sidebar-right a:link, #sidebar-right a:visited {
	text-decoration: none;
	outline: none;
}
#sidebar-right a:hover, #sidebar-right a:active {
	color: #444;
	text-decoration: underline;
	outline: none;
}
#sidebar-right p {
	padding: 3px 0 0;
	margin: 0;
	line-height: 20px;
}
#sidebar-right li {
	list-style: none;
}
.widget_tag_cloud { font-weight: normal}





#searchdiv {
	margin: 0;
	padding: 0;
}
#searchform {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#s {
	color: #323232;
	font-size: 11px;
	padding: 4px;
	margin: 4px 0 0;
	border: 1px solid #323232;
}
#sbutt {
	background: #878787;
	color: #FFF;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	padding: 1px;
	margin: 0 0 0 5px;
	border: 1px solid #333;
	cursor: pointer;
}
#commentblock {
	background: #EFEFEF;
	color: #000;
	padding: 20px 20px 10px;
	margin: 0;
	border-top: 2px solid #4C666A;
	border-bottom: 1px solid #4C666A;
}
#commentblock ol {
	margin: 0;
	padding: 0 0 10px;
}
.commentdate {
	font-size: 12px;
	padding-left: 0;
}
#commentlist li p {
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0;
}
.commentname {
	color: #333;
	margin: 0;
	padding: 5px 5px 5px 0;
}
.commentinfo {
	clear: both;
}
.commenttext {
	margin: 25px 20px 20px 0;
	padding: 10px 10px 0;
	background: #F9F9F9;
	border: 1px solid #DEDEDE;
	font-style: normal;
}
.commenttext-admin {
	clear: both;
	margin: 3px 0 10px;
	padding: 20px 10px 5px;
	background: #FFF url("images/comment.gif") no-repeat top;
}
#commentsformheader {
	padding-left: 0;
}
#commentsform {
	text-align: center;
	margin: 0;
	padding: 0;
}
#commentsform form {
	text-align: left;
	margin: 0;
}
#commentsform p {
	margin: 0;
}
#commentsform form textarea {
	width: 99%;
}
p.comments_link  img {
	margin: 0;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img.avatar {
	float: right;
	margin-right: 20px;
	border: 1px solid #4C666A;
}
.awaiting {
	color: #886353;
}
.auth-name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
}
.auth-time {
	font-size: 10px;
	color: #616161;
	font-style: italic;
}
#comments, #respond {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #f3f3f3;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*** widgets ***/
.quote{
	font-size: 18px;
	line-height: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(images/box-quote-bg.png?12) 0 0 no-repeat;
	height: 180px;
	position: relative;
}
	.quote .inner{
		padding: 20px;
		text-indent: 35px;
		height: 90px;
	}
	.quote .signature{
		font-size: 12px;
		font-style:italic;
		font-family: Arial, Helvetica, sans-serif;
		color:#777;
		padding: 0 0 0 25px;
	}
	.quote .s{
		width: 103px;
		height: 98px;
		background: url(images/box-quote-btm-s.png) 0 0 no-repeat;
		position: absolute;
		right: -10px; bottom: 3px;
	}

.latest-project{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #5f8f19;
	padding: 10px 5px 10px;
}
	.latest-project h2{
		font-size: 16px;
		color: #555;
		padding: 0 0 0 0;
		margin: 0;
		font-weight: normal;
	}
	.latest-project h3{
		font-size: 18px;
		color: #222;
		padding: 0 0 10px 0;
	}
	.latest-project img{
		margin: 5px auto;
	}
	.latest-project .more{
		font-style: italic;
		color: #222;
	}


.contact-frm{
	background:url(images/right-form-bg.png) 0 0 no-repeat;
}
	.contact-frm .inner{
		background:url(images/right-form-btm-bg.png) 0 100% no-repeat;
		width: 290px;
		padding: 10px 20px 20px 15px;
		position: relative;
	}
		.contact-frm .inner .s{
			background:url(images/right-form-s.png) 0 0 no-repeat;
			width: 84px; height: 89px;
			position: absolute;
			top: -13px; right: 17px;
		}
	.contact-frm h3{
		font-size: 20px;
		color: #000;
		margin: 4px 0 10px 0;
		padding: 0;
	}
	.contact-frm .intro{
		width: 235px;
		margin: 10px 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
	}
		#sidebar-right .contact-frm .intro p{
			padding: 0 0 10px 0;
			line-height: 17px;
			font-weight: normal;
		}

#sidebar-right .contact-frm p{
	padding: 0;
	margin: 0;
}
.your-name, .your-email{
	display: block;
	width: 205px; height: 31px;
	padding: 3px;
	margin: 0 0 10px 0;
	background: url(images/right-form-field-bg.png) 0 0 no-repeat;
}
.your-name input,
.your-email input{
	width: 196px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 2px 0;
	border: none;
}
	.your-name input{
		background: url(images/hint-your-name.png) 3px 8px no-repeat;
	}
	.your-email input{
		background: url(images/hint-your-email.png) 3px 8px no-repeat;
	}


.your-message{
	display: block;
	width: 237px; height: 105px;
	padding: 3px;
	margin: 0 0 10px 0;
	background: url(images/right-form-textarea-bg.png) 0 0 no-repeat;
}
	.your-message textarea{
		width: 232px; height: 100px;
		border: none;
		overflow: auto;
		font-size: 16px;
		font-family: Georgia, "Times New Roman", Times, serif;
		background: url(images/hint-your-question.png) 3px 8px no-repeat;
	}
.b-send{
	height: 55px;
	position: relative;
}
	.b-send input, .b-send .ajax-loader{
		display: none;
	}
		.b-send a.btn-send{
			width: 193px;
			height: 43px;
			display: block;
			overflow: hidden;
			background: url(images/btn-send.png) 0 100% no-repeat;
			text-indent: -9999px;
			position: absolute;
			top: 10px; left: 30px;
		}
		.b-send a.btn-send:hover, .b-send a.btn-send:active{
			background-position: 0 0;
		}
.focus input, 
.focus textarea,
input.entered, textarea.entered{
	background: none;
}

.contact-page-item{
	font-size: 14px;
	font-family: Helvetica, "Trebuchet MS", Arial;
}
.home .addthis_container, .home .tt,
.posts .addthis_container, .posts .tt,
.contact-page-item .addthis_container,
.contact-page-item .tt{
	display: none;
}
.home .post-item{
	padding-bottom: 15px;
}

/*** projects ***/
.galery-projects{
	margin: 10px 0 10px 3px;
}
	.galery-projects .item{
		border: 2px solid #fff;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		display: block;
		float: left;
		margin: 0 3px 4px 0;
	}
		.galery-projects .item:hover{
			border-color: #add367;
		}
.gallery img{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
	.gallery a:hover img{
			border-color: #add367 !important;
	}

/*** blog ***/
#sidebar-right .cat-item-44{ display: none}
/*** footer ***/
.copy{
    text-align: center;
    color: #777;
    padding:  0 0 10px 0;
    font-family: "Myriad Pro", Myriad Pro, Verdana, Tahoma;
}
    .copy a{
        color: #777;
    }
    
.footer{
    background: #cee1f2 url(images/footer-bg.jpg) 0 0 repeat-x;
    padding: 25px 0 0 0;
    font-size: 11px;
}
    .footer .inner{
        width: 955px;
        margin: 0 auto;
    }
    
    .footer .info, .footer #text-6,
    .footer .projects, .footer #execphp-8{
        float: left;
        padding-right: 15px;
		height: 160px;
    }
    .footer .info, .footer #text-6{ width: 295px;}
    .footer .projects, .footer #execphp-8{ width: 350px;}
    
    .footer .posts, .footer .#recent-posts-5{
        width: 270px;
        float: right;
    }
    
    .footer h3, .footer .widgettitle{
        font-weight: bold;
        color: #2c488a;
        font-size: 16px;
        margin-bottom: 12px;
    }
    .footer a{
        color: #333;        
    }
    .footer a:hover{
        color: #2c488a;
        text-decoration: none;       
    }
    .footer li {
	   padding-bottom: 9px;
    }
    .footer .info .icons{
        margin: 0 0 25px 0;
    }
        .footer .info .icons a{
            display: inline;
            margin-right: 15px;
            float: left;
            background: url(images/icons.png) 0 0 no-repeat;
            width: 25px; height: 25px;
            overflow: hidden;
        }
        .footer .info .icons a.in{ background-position: -25px 0;}
        .footer .info .icons a.f{ background-position: -50px 0;}
        .footer .info .icons a.digg{ background-position: -75px 0;}
        .footer .info .icons a.rss{ background-position: -100px 0;}
        
    .footer .more{
        font-weight: bold;
        color: #2c488a;
        cursor: pointer;
    }
	
/*** popup ***/
#popup{
	position: fixed;
	z-index: 10;
	top: 170px;
	left: 50%; margin-left: -192px;
	width: 383px; height: 290px;
	background: url(images/bg-popup.png?1) 50% 0 no-repeat;
}

#popup{
	top: -350px; /* hidden */
}
	#popup span.close{
		outline: none;
		display: block;
		float: right;
		font-size: 20px;
		padding-left: 20px;
		cursor: pointer;
		text-decoration: none;
		position: absolute;
		right: 20px; top: 20px;
	}
	#popup #popup-content{
		width: 300px; height: 170px;
		margin: 40px 0 0 40px;
		color: #000;
		text-align: center;
		font-size: 16px;
	}
		#popup #popup-content h1{
			font-size: 22px;
			font-weight: normal;
			color: #5f8f19;
			padding-bottom: 40px;
		}
		#popup #popup-content p{
			padding: 0 0 5px 0;
			line-height: 20px;
		}
		#popup #popup-content ul{
			margin: 10px 0 20px 100px;
		}
		#popup #popup-content li{
			text-align: left;
			padding: 0 0 10px 20px;
			background: url(images/bull.png) 0 5px no-repeat;
		}
	#popup a.btn-close{
		display: block;
		margin: 5px 0 0 121px;
		width: 152px; height: 34px;
		background: url(images/btn-close.png) 50% 0 no-repeat;
		text-decoration: none;
		cursor: pointer;
	}
	#popup a.btn-close:hover{
		background-position: 50% 100%;
	}