/*
Theme Name: SkyWalker
Theme URI: http://themetation.com/
Description: A portfolio/modern theme by <a href="http://binarybonsai.com/kubrick/">kailoon</a>.
Version: 2.0
Author: kailoon
Author URI: http://kailoon.com/
*/

/*GNERAL*/
* {
	padding: 0;
	margin: 0;
}

a {
	outline: none;
}

a:hover {
	text-decoration: none;
}

body {
	font: 400 12px/22px Tahoma, Arial, Helvetica, sans-serif;
	color: #434343;
}

p {
	padding: 15px 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: 400;
}

h2 { 
	font-size: 36px;
	color: #000;
	padding: 0 0 20px;
	letter-spacing: -1px;
	font-weight: 400;
	line-height: 36px;
}

h3 {
	font-size: 24px;
	letter-spacing: -1px;
	font-weight: 400;
	line-height: 24px;
}

.post h3 {
	font-size: 26px;
	color: #000;
	padding: 15px 0 10px;
}

h4 {
	font-size: 22px;
	line-height: 26px;
	padding: 0 0 20px;
}

h5 {
	font-size: 18px;
	line-height: 22px;
	padding: 0 0 20px;
}

h6 {
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 20px;
}

.post ol, .post ul {
	list-style-position: inside;
	padding: 15px 0;
}

.post ol li, .post ul li {
	padding: 1px 0;
}

code {
	font: 400 11px/18px "Courier New", Courier, monospace;
	padding: 2px 6px;
	background-color: #e1e1e1;
	cursor: default;
}	

blockquote {
	padding: 5px 15px;
	border-left: 5px solid #ccc;
	background-color: #f1f1f1;
	font: 400 12px/18px "Courier New", Courier, monospace;
	cursor: default;
}

.clear {
	clear: both;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.post img {
	padding: 7px;
}

.post a img {
	border: 0;
}

.post img.alignleft {
	margin: 0 5px 5px 0;
}

.post img.alignright {
	margin: 0 0 5px 5px;
}

/*CONTAINER*/
.wrapper { 
	width: 960px;
	margin: 0 auto;
}

#full {
	float: left;
	width: 100%;
	margin-top: 30px;
	padding-top: 70px;
	border-top: 1px dotted #fff;
}

#full-single {
	float: left;
	width: 100%;
}

#featured {
	margin: 0 0 20px;
}

#content {
	float: left;
	width: 100%;

	padding: 40px 0;
}

#left-col {
	float: left;
	position: relative;
	width: 660px;
}

#sidebar {
	float: left;
	position: relative;
	width: 300px;
}

/*HEADER*/
#header {
	float: left;
	position: relative;
	width: 960px;
	height: 60px;
}

h1 a#logo {
	float: left;
	background: url(images/logo.gif) no-repeat top left;
	margin: 15px 0 0 0;
	text-indent: -9999em;
}

#header-right {
	float: right;
	width: 600px;
}

#navigation { 
	float: right; 
	font: 400 14px Arial, Helvetica, sans-serif; 
	height: 28px;
	margin-top: 10px;
}

.sf-menu, .sf-menu * {
	 margin: 0; padding:0; 
	 list-style: none; 
}

.sf-menu { 
	line-height: 1.0;
}

#nav {
	float: right;
	width: auto;
}

.sf-menu ul { 
	position: absolute; 
	top: -999em; 
	width: 12em; 
	padding: 5px; 
	margin: -2px 0 0; 
}

.sf-menu ul li { 
	width: 100%;
}	

.sf-menu li:hover { 
	visibility: inherit; 
}	

.sf-menu li { 
	float: right; 
	position: relative; 
}

.sf-menu a { 
	display: block; 
	position: relative; 
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul { 
	left:0; top: 2.4em; 
	z-index:99; 
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul { 
	top: -999em; 
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { 
	left: 12em; top:-0.1em;
}

ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul { 
	top: -999em; 
}

ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul { 
	left: 12em; 
	top: -0.1em; 
}

.sf-menu { 
}

.sf-menu a { 
	padding: 10px 20px; 
	text-decoration:none; 

}

.sf-menu ul a { 
	text-transform: none; 
	border-left: none; 
	padding: 10px; 
	font-weight: 400; 
	padding: 10px; 
	background-image: none;
}

.sf-menu a.sf-with-ul { 
	padding-right: 2.25em; 
	min-width: 1px; 
}

.sf-sub-indicator { 
	position:absolute; 
	display:block; 
	right:.75em; 
	top:1.05em; 
	width:10px; 
	height:10px; 
	text-indent:-999em; 
	overflow:hidden; 
}

/*FEATURED*/

#featured a img { 
	padding: 0; 
	border: 0; 
}

.frame {
	float: left;
	width: 617px;
	height: 336px;
	background: url(images/featured-top.png) no-repeat top left;
	padding-top: 28px;
}

.inside {
	float: right;
	width: 323px;
	height: 270px;
	overflow: hidden;
}

.inside h2 a {
	position: relative;
	z-index: 10000;
	text-decoration: none;
}

#featured-nav { 
	float: right; 
	display: inline; 
	width: 429px; 
	position: relative; 
	z-index: 100; 
}
	
#myController { 
	width: 305px; 
	float: right; 
	height: 8px;
	margin-top: 338px;
	display: inline;
	padding: 9px;
	position: relative;
}

#myController a { 
	width: 8px; 
	height: 8px; 
	float: left; 
	display: inline; 
	margin: 0 3px;
	position:relative;
	cursor: pointer;
}

#myController a.jFlowNext {
	float: right;
	background-image: none;
	margin: -7px 27px 0 0 ;
	text-decoration: none;
}

/*CONTENT*/
.heading {
	float: left;
	width: 576px;
	height: 22px;
	color: #979797;
	font-size: 18px;
	padding: 8px 25px;
}

.heading span {
	position: relative;
	font-size: 12px;
}

.heading span a {
	text-decoration: none;
	color: #222;
}

#me {
	float: left;
	width: 600px;
	height: 93px;
	position: relative;
	margin-bottom: -30px;
}

#me p {
	font: 400 24px/24px Arial, Helvetica, sans-serif;
	color: #222;
	font-style: italic;
	letter-spacing: -1px;
	text-align: right;
	padding: 10px;
	margin-right: 20px;
	display: inline;
	background-color: #fff;
	float: right;
}

.left-col-content {
	float: left;
	width: 618px;
	padding-right: 8px;
}

.post {
	clear: both;
	width: 568px;
	padding: 20px 25px;
	border-top: 1px solid #e1e1e1;
}

.left-col-bottom {
	float: left;
	width: 626px;	
	height: 24px;
}

.post h2 a {
	color: #222;
	text-decoration: none;
	font: 400 36px/36px Arial, Helvetica, sans-serif;
}

.post h2 a:hover {
	color: #000;
}

.post small a {
	color: #fff;
	padding: 3px 6px;
	text-decoration: none;
}

img.port {
	padding: 7px;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	margin: 20px 0;
}

/*SIDEBAR*/
.box {
	float: left;
	width: 300px;
	margin: 20px 0;
}

#about-me h3 a, #sidebar h3 {
	color: #222;
	text-decoration: none;
	padding-bottom: 10px;
	font: 400 24px/24px Arial, Helvetica, sans-serif;
}

#about-me a img {
	padding: 6px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 0 0 5px 5px;
}

#about-me a:hover img {
	border: 1px solid #333;
}

#searchform {
	float: left;
	width: 300px;
}

#searchform input {
	border: 0;
}

#searchform input#search_input {
	float: left;
	width: 217px;
	height: 13px;
	color: #111;
	padding: 10px;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 5px;
	font-style: italic;
	background: none;
}

#searchform input#search_submit {
	float: left;
	width: 48px;
	height: 48px;
	color: #fff;
	cursor: pointer;
}

#flickr h3 {
	color: #117AC0;
}

#flickr h3 span {
	color: #ED1E79;
}

#flickr a img {
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 7px 15px 7px 0;
}

#flickr a:hover img {
	border: 1px solid #222;
}

#sidebar .widget h3 {
	float: left;
	width: 300px;
	height: 21px;
	padding: 5px 0 15px;
	border-bottom: 1px dotted #F1F1F1;
}

.widget {
	margin: 15px 0;
	clear: both;
}

.widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
	clear: both;
}

.widget ul li a {
	color: #666;
	display: block;
	padding: 10px;
	text-decoration: none;
	width: 280px;
	border-bottom: 1px dotted #f1f1f1;
}

li.recentcomments {
	padding: 10px;
}	

.widget ul li.recentcomments a {
	text-decoration: underline;
}

.widget ul li a:hover, li.recentcomments:hover{
	color: #000;
}

/*FOOTER*/
#footer {
	float: left;
	width: 100%;
	padding: 10px 0;
}

#footer .credit { float: left; width: 100%; }
#footer .credit span { float: left; }
#footer .credit em { font-style: normal; float: right; }
#footer a { text-decoration: none; }

#footer .credit em a#twitt img {
	float: right;
	text-indent: -9999em;
	width: 48px;
	height: 48px;
	margin-top: -30px;
	position: relative;
	border: 0;
}

/*COMMENT*/
ul.commentlist, ul.commentlist ul {
	list-style: none;
}

ul.commentlist ul, ul.commentlist ul li {
	border-top: 0;
	border-bottom: 0;
	padding: 15px 0 15px 40px;
	background-image: none;
}

ul.commentlist ul li .s {
	padding: 15px 0;
	border-top: 1px solid #e1e1e1;
}

ul.commentlist li {
	clear: both;
	position: relative;
	padding: 15px 20px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #fff;
}

ul.commentlist img {
	padding: 5px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	float: left;
}

ul.commentlist ul img {
	width: 40px;
	height: 40px;
}

.comment-meta {
	padding: 0 0 10px 80px;
}

ul.commentlist img.wp-smiley {
	border: 0;
	padding: 0;
}

.comment-meta small {
	color: #999;
}

a.comment-reply-link {
	float: right;
	background-color: #fff;
	padding: 0 8px;
	border: 1px solid #e1e1e1;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
}

a.comment-reply-link:hover {
	color: #000;
	border: 1px solid #000;
}

.navigation {
	float: left;
	width: 618px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #e1e1e1;
	background-color: #f2f2f1;
}

.navigation a {
	float: left;
	width: 308px;
	padding: 10px 0;
	text-align: center;
	color: #999;
	text-decoration: none;
	font: 400 20px/24px Arial, Helvetica, sans-serif;
}

.navigation a:hover {
	color: #000;
}

.navigation .alignleft a {
	border-right: 1px solid #e1e1e1;
}

.navigation .alignright a {
	border-left: 1px solid #fff;
}

.comment-meta p {
	padding: 10px 0 5px;
}

.trackback {
	clear: both;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #fff;
}

.trackback ol {
	list-style-position: inside;
	padding: 15px;
	clear: both;
}

.trackback ol li {
	padding: 5px 0;
}

#comments {
	padding: 20px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #fff;
	background-color: #f2f2f1;
}

/*RESPOND*/
#respond {
	background-color: #f2f2f1;
	padding: 20px;
	border-top: 1px solid #e1e1e1;
	clear: both;
}

#respond h3 {
	font-weight: 400;
}

#respond form {
	margin: 20px 0;
}

input, textarea {
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #fff;
}

#respond textarea {
	width: 300px;
}

.wp-pagenavi {
	clear: both;
	text-align: right;
	width: 618px;
	padding: 10px 0;
	color: #000;
	font: 900 13px/16px Arial, Helvetica, sans-serif;
}

.wp-pagenavi a, .wp-pagenavi .current {
	padding: 5px;
	margin-right: 5px;
	text-decoration: none;
	color: #333;
}

.wp-pagenavi .current {
	color: #000;
}

.pages {
	float: left;
}

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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
