/* 
Theme Name: Zebra Skin
Theme URL: www.zebrakick.com
Description: Base Starter Theme
Author: Julian Sutter - Zebra Kick
Author URI: http://www.zebrakick.com/
Version: 1.0
*/

/**
* @author Julian Sutter <julian@zebrakick.com>
* @version 20090724 JS
* light color   : #BBBBBB;
* dark grey     : #777777;
* background    : #F5EEE2;
* green         : #828C57;
* burnt-orange  : #FBB03B;
* blue          : #67B5F3;
* tan           : #F5EEE2;
* dark orange   : #633E04;
*/


.hidden { display:none !important; }
.float-catch, .clear { clear: both !important}

a {
	color: #111;
	text-decoration: underline;
}

a:hover { text-decoration: none; }

h1 {
	margin: 0px;
	padding: 30px 0px 5px;
	font-weight: normal;
	font-size: 4em;
	color:	#67B5F3;
}

h1 span {
	color: #333;
}

h2 {
	margin: 0px;
	padding: 0px;
	color: #FBB03B;
	font-size: 29px;
	font-weight: normal;
	font-family: "Eurostile";
}



h3 {
	padding: 0px;
	color: #111;
	font-size: 18px;
	font-family: "Eurostile";
}
#post-content h3 {
	font-family: "Helvetica", arial ,sans-serif;
}

body {
	font-family: "Eurostile", arial ,sans-serif;
	background: url(dev.zebrakick.com/resources/images/layout/main-bg-x.jpg) top left repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #555;
}

p {
	margin: 20px 0;
	font-size:15px;
	font-weight:normal;
	line-height:22px;
	color: #333;
	font-family: "Helvetica", arial ,sans-serif;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


#nav-container {
	width: 100%;
	background: #67B5F3 url(/images/blog-header.png) bottom center repeat-x;
	border-bottom: solid 1px #777;
	border-top: 4px solid #FBB03B;
}

#global-nav {
	padding: 0px;
	margin: 0px;
}

#global-nav li {
	padding: 0px;
	margin: 0px 4px 0 0;
	float: left;
	list-style: none;
	background-position: right bottom;
}

#global-nav li:hover {
	background-position: left bottom;
}

#nav-home     { background-image: url(/images/global-nav-home.png);     }
#nav-about    { background-image: url(/images/global-nav-about.png);    }
#nav-services { background-image: url(/images/global-nav-services.png); }
#nav-contact  { background-image: url(/images/global-nav-contact.png);  }
#nav-blog {
	background-image: url(/images/global-nav-blog.png);
	background-position: left bottom !important;
}

#global-nav li a	{
	
	height: 31px;
	width: 101px;
	display: block;
}

#global-nav li a span {display:none}

#nav {
	width:1000px;
	margin: 0 auto;
}

#nav h1 {
	float: left;
	background: url(/images/h1-logo.png) bottom left no-repeat;
	margin: 0px;
	padding: 0px;
	width: 300px;
}

#nav h1 a {
	display: block;
	height: 60px;
	width: 300px;
}

#nav h1 a span {
	display: none;
}

#nav #hotbox {
	float: right;
	width: 450px;
	height: 40px;
	margin: 0px 100px 0 0;
	padding: 0px;
}

#hotbox li {
	width: inline;
	float: right;
}

#nav #hotbox #rss {
	background: url(/images/blog-rss.png) top left no-repeat;
}

#nav #hotbox #rss:hover {
	background: url(/images/blog-rss.png) top right no-repeat;
}




#hotbox #rss a {
		display: block;
		width: 91px;
		height: 60px;
}

.blue-shadow {
	background: #67b5f3 url(/images/wedge-on-blue.gif) top center no-repeat;
	height: 6px;
}

.wedge-dropshadow {
	background: transparent url(/images/wedge-dropshadow.png) top center no-repeat;
	height: 6px;
}


#content-container {
	background: #BDB4AD url(http://dev.zebrakick.com/resources/images/layout/main-bg-x.jpg) repeat-x;
}



#content {
	background: white url(/images/wedge-dropshadow.png) top center no-repeat;
	width: 1000px;
	margin: 0 auto;	
	padding: 0px 0px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;

}

#content .padder {
	padding: 0px 20px;
}

/* content information */

#post {
	background: url(/images/blog-cap-post.png) top left repeat-x;
	float: left;
	width: 600px;
	padding-top: 20px;
	font-size:14px;
	color: #333;
	font-family: "Helvetica", arial ,sans-serif;
}


#post p {
	line-height: 23px;
	color: #222;
}

.more-link {
	display: block;
	text-align: left;
	padding: 10px 0px;
	margin: 10px 0px;
}


#post-content ul, #post-content ol {
	margin: 10px 20px;
	padding: 0px;
} 

#post-content ul li {
	list-style: circle;
	padding: 5px 0px;
} 

#post-content ol li {
	padding: 5px 0px;
	list-style: decimal;
} 



blockquote {
	background: #f5eee2;
	margin: 0px;
	padding: 5px 40px;
	font-style:italic; 
	
}

#post h2 a {
	color: #FBB03B !important;
	text-decoration: none;
}

#post h2 a:hover {
	text-decoration: underline;
}

.post-wrap {
	padding: 0px 0 0px 0px;
	border-bottom: 1px dashed #aaa;
}



.post-header {
	padding: 30px 10px 0px 0px; !important;
	padding: 10px 10px 0px 0px; !important;
}


.post-header h2 {
	color: #FBB03B;
	display:table-cell; 
	vertical-align:middle;
	font-size: 34px;
}




#post-content p.dropcap-first:first-letter {
	/*color: #67B5F3;*/
	float:left;
	/*font-family: "Lucida Calligraphy"; */
	font-size: 50px;
	line-height:60px;
	padding-right:0px;
	padding-top:5px;
}

.dropcap-first { margin-top: 5px; }
#post-content .dropcap-first {	margin-top: 0; }


 .avatar img {
	border: 1px solid #999;
	padding: 2px;
}

.avatar-holder {
	float: right;
	margin: 0 10px 10px 0px;
}

.post-link {
	display: block;
}


.byline {
	display: block;
	text-align: left;
	margin-top: 3px;
}






/* sidebar information */




#sidebar {
	background: url(/images/blog-cap-sidebar.png) top left repeat-x;
	padding-top: 15px;
	padding-top: 5px;
	float: right;
	width: 330px;
}

#sidebar h3 {
	margin: 16px 0 0;
	font-size: 22px;
	font-weight: bold;
	color: #67B5F3;
}

#sidebar h3 span{
	font-weight: normal;
	color: #FBB03B;
}


.box ul, .no-box ul {
	background: white;
	border-bottom: 1px solid #ccc;
}

.box ul li, .no-box ul li {
	border-top: 1px solid #ccc;
}

.box ul li a, .no-box ul li a {
	padding: 11px 10px 8px 10px !important;
	font-size: 13px;
	color: #444;
	font-family: Helvetica;
	display: block;
	text-decoration: none;
}

.box ul li a:hover, .no-box ul li a:hover {
	color: black;
	background: #F5EEE2;
}

.box ul, .no-box ul li {
	background: 1px solid #999;
}

#sidebar .box ul li {
}






#sidebar .box ul li a:hover {


}

#sidebar .no-box ul li {
	padding: 0 0 0 0px; /* if you change the l-padding, change on both no-box AND box a */
	line-height: 1.4em;
}

#sidebar .no-box .children li {
	line-height: 1.0em;
}

#sidebar ul li {
	list-style: none;
}


/* single post page */

.single-post-header .avatar {
	float: right;
	margin-right: 0px;
}


#share {
	padding: 10px 0px;
	margin-top: 50px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f7f1e8;
}



#share span { background-position: top left;}

#share span {
	float: left;
	margin: 10px 20px 0 5px;
}

#share span:hover { background-position: top right;}

.share-btn a {
	display: block;
	height: 102px;
	width: 75px;
}

.share-paragraph {
	float: left;
	background: url(/images/blog/share-paragraph.png) top left no-repeat;
	width: 221px !important;
	height: 116px !important;
	padding-right: 30px;
}




#twitter { background-image: url(/images/blog/share-tweet.png) }
#stumbleupon { background-image: url(/images/blog/share-stumbleupon.png) }
#delicious { background-image: url(/images/blog/share-delicious.png) }



#call-to-comment {
	padding: 20px 0px 0 10px;
}

#call-to-comment h2 {
	padding-top: 20px;
}

#comment-rss a {
	display: block;
	width: 117px;
	height: 105px;
	float: right;
	background: url(images/blog-comment-rss.png) top left no-repeat;
}

#comment-rss a:hover {
	background: url(images/blog-comment-rss.png) top right no-repeat;
}

#comment-rss a span {
	display: none;
}


.commentlist {
	clear: both;
	padding: 0px;
}



.commentlist li {
	clear: both;
}	


.comment-author {
	width: 70px;
	float: left;
}

.child .avatar {

}

.comment-text {
	padding: 0px 0 0 0px;
}

.comment-text p {

}

.comment-author .avatar {
	margin: 0px 20px 10px 0px;
	float: none !important;
}

.comment-author h3 {
	font-size: 1.1em;
	padding: 0px;
	margin: 4px 0 2px;
}

.comment-author img {
	border: 1px solid #666;
	padding: 2px;
}

.fn {
	display: inline;
	color: black !important;
	font-weight: bold;
}



.comment-date {
	display: inline;
	color: #aaa;
}


.comment {
	margin-bottom: 20px;
}

.comment-content {
	padding-left: 115px;
	background: url(images/comment-arrow-grey.png) 84px 0px no-repeat;
	position: relative;
}

.comment-body {
	margin-bottom: 20px;
}

.children .comment-content {
	padding-left: 85px;
	background: url(images/comment-arrow-grey.png) 57px 0px no-repeat;

}

.white-gr-18 {
	height: 18px;
	width: 18px;
	position: absolute;
	bottom: 0px;
	left: 84px;
	background: url(images/white-gr-18.png) -1px 0px no-repeat;
}


.children .white-gr-18 {
	left: 57px !important;
}

.children .comment-author {
	width: 60px;
}



.children {
	margin-left:30px;
	border-bottom: none !important;
}

.reply {
	text-align: right;
	font-size: 12px;
}

.reply a {
	color: #aaa;
}

.depth-1 {
	padding: 10px;
	margin: 20px 0 0 0;
}

.alt, .standard {
	
}

#commentsform {
	margin-top: 20px;
	clear: both;
	padding: 1px 10px 10px 140px;
	color: #555;
}

#commentsform h3 {
	color: #333;
}

label {
	font-weight: bold;
	color: #333;
}

label span {
	font-size: .85em;
}

input {
	padding: 3px;
	border: solid 1px #999;
}

#sbutt:hover {
	color: white;
	background: #FBB03B;
}

.disclaimer {
	font-size: .9em;
}


pre, tt {
	color: #222;
	font-family: "courier new";
	font-size: 0.9em;

}

pre {
	border: 1px solid #67B5F3;
	padding: 10px 20px;
	background-color: #f7f1e8;
	overflow: auto;
	line-height: 18px;
}
tt {
	padding: 0 3px;
	border-bottom: 1px solid #67B5F3;
}
tt a {
	text-decoration: none;
	font-weight: bold;
}
tt a:hover {
	font-weight: normal;
}


/* {margin:0;padding:0;} */

#sm-links {
	
}

#sm-links ul {
	width: 150px;
	border: none !important;
}

#sm-links ul li {
	border: 0px;
	padding: 0px;
	height: 80px;
	margin: 10px 0;
}

#sm-links ul li a{
	display: block;
	width: 150px;
	height: 80px;
	border-bottom: 4px solid white;
	padding: 0px !important;
	margin: 0px !important;
}

#sm-links ul li a:hover{
 background: none !important;
 border-bottom: 4px solid #FBB03B;
}

#sm-links ul li a span {
	display: none !important;
}

#right-links {
	float: right;
}

#left-links {
	float: left;
}

#link2-facebook {background-image: url(images/sm/facebook.png);}

#link2-technorati { background-image: url(images/sm/technorati.png)   ;}

#link2-linkedin { background-image: url(images/sm/linkedin.png)   ;}

#link2-twitter-zebrakick { background-image: url(images/sm/twitter-zebrakick.png)   ;}

#link2-twitter-justin { background-image: url(images/sm/twitter-justin.png)   ;}

#link2-twitter-julian { background-image: url(images/sm/twitter-julian.png)   ;}

