/**
 * Theme Name: zz
 * Description: A child of the Hybrid theme framework that puts emphasis on your content.
 * Author: Zachary Zadell
 * Author URI: http://zadell.com
 * Version: 2.0
 * Tags: threaded-comments, microformats, two-columns, fixed-width
 * Template: hybrid
 */

/**
blue /highlight
99ccff

brown
light 3c3127
dark 2a211a


grey
333333
aaa
141414 
**/

/* Get base CSS */
@import url('../hybrid/library/css/21px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Uncomment the below line if using the Hybrid Tabs plugin */
@import url('tabs.css');

/* Body */
body {
	font: 12px/21px Verdana, Arial, sans-serif;
	color: #fff;	
	}
body.front-page {
	background: #333333;
	}
#body-container {
	overflow: hidden;
	width: 100%;	
    background: #333333 url(images/body6.png) repeat-x scroll 0 0;
	}

/* Links */
a:link, a:visited {
	color: #99ccff;
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: none;
	text-shadow: 0 0 5px #99ccff;
   
	}

/* Headers */
h1, 2, h3, h4, h5, h6 {
	
	}
 .lifestream_text, .widget-tabs { font-family: 'Cantarell', arial, serif; }
/* Lists */
#content ul {
	list-style: none;
	margin-left: 12px;
	}
#content ul li {
	overflow: hidden;
	height: 100%;
	padding: 2px 0 2px 15px;
	background: url(images/bullet3.png) no-repeat 0 8px;
	}
#content ul li li {
	background: url(images/bullet-alt.png) no-repeat 0 8px;
	}

/* Blockquotes */
blockquote {
	margin: 0 24px 0  0;
	padding: 6px 0 0 24px;
	background: url(images/quotes.gif) no-repeat 0 0;
	border: none;
	}
.post blockquote {
	font-style: italic;
	color: #777;
	}
.post blockquote em {
	font-style: normal;
	}

/* Code */
code {
	font-size: 12px;
	padding: 0 3px;
	background: #EFF1E1;
	}
pre {
	font-size: 12px;
	overflow: auto;
	padding: 9px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	}
pre code {
	padding: 0;
	background: transparent;
	}

/* Tables */
caption {
	font-size: .8em;
	font-style: italic;
	text-align: right;
	color: #666;
	}
td a, th a {
	font-weight: bold;
	}

/* Forms */
textarea {
	width: 98%;
	font: normal normal normal 15px/21px arial, verdana, sans-serif;
	}
input {
	font: normal normal normal 13px/21px arial, verdana, sans-serif;
	}
.text-input {
	display: block;
	width: 300px;
	font-size: 15px;
	}
.page-template-quick-post .text-input {
	width: 98%;
	}
.button {
	margin: 0 10px 0 0;
	padding: 6px 19px;
	font-weight: bold;
	color: #000;
	background: #e9dccf;
	border: 1px solid #000;
	}
.button:hover {
	cursor: pointer;
	background: #99ccff;
	}

/* Drop caps */
.drop-cap {
	float: left;
	line-height: 39px;
	margin-right: 3px;
	font-size: 48px;
	font-family: "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #666;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #333333;
	border: 1px solid #e2e2e2;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #333333;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #333333;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #333333;
	border: 1px solid #6c3;
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 15px 0 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 15px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 21px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 21px 0;
	}
.clear {
	clear: both;
	}
span.pullquote {
	float: none;
	margin: 0;
	}

/**
* Images
************************************************/

.post img {
    display: block;
	max-width: 618px;
	border-radius: 5px;	
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;
	}
.posterous_autopost img {
    display: block;
	margin: 0 auto 21px auto;
}
.post a:hover img {
    border-color:#aaa;
    box-shadow: 0px 0px 15px #99CCFF;  
    -moz-box-shadow: 0px 0px 15px #99CCFF;  
    -webkit-box-shadow: 0px 0px 15px #99CCFF;    
}
/* WP Smilies */
img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}

/* Thumbnails */
.thumbnail {
	float: left;
	width: 200px;
	height: 200px;
	margin: 0 15px 10px 0;
	padding: 4px;
	background: #333333;
	border: 1px solid #aaa;
	}

/* WP Captions [caption] */
.wp-caption {
	overflow: hidden;
	max-width: 588px;
	padding: 6px;
	background: #333333;
	border: 1px solid #aaa;
	text-align: center;
	}
.wp-caption img, .wp-caption a img {
	max-width: 588px;
	margin: 0;
	padding: 0;
	border: none;
	}
.wp-caption p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-style: italic;
	text-align: right;
	}

/* Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 21px !important;
	}
.gallery img {
	padding: 4px;
	background: #333333;
	border: 1px solid #aaa;
	}

/* Avatars */
.avatar {
	float: left;
	margin: 0 15px 5px 0;
	padding: 4px;
	background: #333333;
	border: 1px solid #aaa;
	}

/**
* Header
************************************************/
#header-container {
	overflow: hidden;
	width: 100%;
    background: #141414;
	}
#header {
	overflow: hidden;
	height: 50px;
	width: 960px;
	margin: 0 auto;
	padding: 50px 20px 0px 20px;
	}
#site-title {
	float: left;
	width: 307px;
	margin: 0;
	}
#site-title a {
	display: block;
	width: 311px;
	height: 47px;
	margin: 0 0 0 0;
	background: url(images/logo2.png) no-repeat 0 0;
	}
#site-title a span {
	display: none;
	}
#site-description {
	float: left;
	margin: 5px 10px;
	font-size: 13px;
	color: #fff;
    font-family: arial, verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
	}

/* Search form */
#header form {
	float: right;
	width: 180px;	
	padding: 0;
    box-shadow: 0 0 3px #aaa;
   	-moz-box-shadow:0 0 3px #aaa;
  	-webkit-box-shadow: 0 0 3px #aaa;
  	border-radius: 5px 5px 5px 5px;
  	-moz-border-radius:5px 5px 5px 5px;
  	-webkit-border-radius:5px 5px 5px 5px;
	}
#header input {
	float: left;
	overflow: hidden;
	width: 170px;
	padding: 4px 5px;
	color: #fff;
	background: #333333;
	border: none;
	}
#header .search-submit {
	display: none;	
	}
	.search-form {
		margin-right: 5px;
	}
	.search-text { margin:0px;}

/**
* Navigation
************************************************/
#navigation {
	width: 100%;
	height: 33px;
	margin: 0 auto;	
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	}
#page-nav {
	width: 960px;
	height: 33px;
	margin: 0 auto;
	background: url(images/nav-border2.png) repeat-y left  0;
	}
#page-nav span {
    display:block;
			float:right;
			text-align:left;
			width:316px;
        height: 33px;
    
    }
#page-nav span a {
    padding: 0;
}
#page-nav ul {
	list-style: none;
	margin: 0;
	}
#page-nav li {
	float: left;
    
	}
#page-nav a {
	display: block;
	padding: 10px 35px 11px 35px;
	background: url(images/nav-border2.png) repeat-y right 0;
	}
#page-nav li.current_page_item a {
	color: #fff;
	}
#page-nav li.current_page_item li a {
	color: #4b6e85;
	}

/* Drop-down styles */
#page-nav ul ul, .menu ul {
	width: 180px;
	background: #0A2934;
	}
#page-nav li li:hover ul, #page-nav li li li:hover ul {
	left: 180px;
	}
#page-nav li li {
	border-top: 1px solid #aaa;
	}
#page-nav li li a {
	padding: 7px 10px;
	background: transparent;
	}
#page-nav li:hover ul, #page-nav li.sfHover ul  {
	top: 33px;
	}
#page-nav li li:hover ul, #page-nav li li.sfHover ul, #page-nav li li li:hover ul, #page-nav li li li.sfHover ul  {
	top: -1px;
	}

/**
* Containers
************************************************/
#container {
	overflow: hidden;
	width: 960px;
	margin: 20px auto;
	}
#container a {
	color: #99ccff;
	}
#content {
	overflow: hidden;
	float: left;
	width: 660px;
	}

/* Breadcrumb trail */
.breadcrumb {
	width: 960px;
	margin: 0 auto 20px auto;
	padding: 4px 0;
	font-size: 11px;
	color: #999;
	}

/* Posts (and other general sections) */
.post, .page, .series, .related, .category-info, .tag-info, .author-info, .date-info, .search-info, .single .author-profile {
	overflow: hidden;
	margin: 2px 2px 20px 2px;
	padding: 19px 19px 0 19px;	
	background: #141414;
	box-shadow: 0 0 3px #aaa;
   	-moz-box-shadow:0 0 3px #aaa;
  	-webkit-box-shadow: 0 0 3px #aaa;
  	border-radius:5px 5px 5px 5px;
  	-moz-border-radius:5px 5px 5px 5px;
  	-webkit-border-radius:5px 5px 5px 5px;
	}

/* Post title (and other titles) */
.entry-title, .series-title, .related-title {
	margin: 0 0 5px 0;
	font-size: 30px;
	
	}
.single-title, .attachment-title, .page-title, .series-title, .related-title, .home .entry-title, .blog .entry-title, 
.category-title, .tag-title, .author-title, .date-title, .search-title, .page-template-blog .post-title  {
	margin: 0 0 10px 0;
	padding: 0 6px 9px 3px;
	border-bottom: 1px solid #aaa;
	font: normal normal bold 
    font-size: 30px;
    line-height: 100%;
	}

/* Byline */
.byline {
	font-size: 11px;
	color: #fff;
	}
.byline a {
	color: #99ccff !important;
	}

/* Post meta data */
.entry-meta {
	clear: both;
	font-size: 11px;
	color: #999;
	padding: 9px 5px 0 5px;
	border-top: 1px solid #aaa;
	}

#primary .entry-meta {
	border-top: none;
	}
.entry-meta a {
	color: #99ccff !important;
	}

/* Using <!--nextpage--> */
p.pages a {
	margin: 0 0 0 3px;
	padding: 4px 7px;
	color: #99ccff !important;
	background: #e7e7e7;
	border: 1px solid #ddd;
	}

/* Page Templates */
.page-template-authors .author-profile, .single .author-profile {
	overflow: hidden;
	margin: 0 0 20px 0;
	}
.page-template-authors .author-name, .single .author-profile .author-name {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	}
.page-template-no-widgets #content, .no-widgets #content, .primary-inactive.secondary-inactive #content {
	width: 960px;
	}
.post-box, .page-template-widgets #content .widget {
	overflow: hidden;
	margin: 2px 2px 20px 8px;
	padding: 19px 19px 0 19px;
	background: #fff;
	
	}

/* Navigation links */
.navigation-attachment {
	overflow: hidden;
	margin: 0 0 21px 0;
	}
.navigation-links {
	margin: 2px;
	overflow: hidden;
	padding: 19px 19px 19px 19px;
	background: #141414;
	box-shadow: 0 0 3px #aaa;
   	-moz-box-shadow:0 0 3px #aaa;
  	-webkit-box-shadow: 0 0 3px #aaa;
  	border-radius: 5px 5px 5px 5px;
  	-moz-border-radius:5px 5px 5px 5px;
  	-webkit-border-radius:5px 5px 5px 5px;
	}
.navigation-links a {
	color: #141414;
	}
.navigation-links .previous {
	float: left;
	max-width: 49%;
	}
.navigation-links .next {
	float: right;
	max-width: 49%;
	text-align: right;
	}

/* Paged comments navigation */
#comments-template .paged-navigation {
	overflow: hidden;
	margin: 0 0 20px 0;
	}
#comments-template .paged-navigation .page-numbers, 
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #fff !important;
	background: #141414;
	border: 1px solid #e2e2e2;
	}

/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #fff !important;
	background: #141414;
	border: 1px solid #aaa;
	}

/**
* Primary/Secondary and utility widgets
************************************************/
#primary, #secondary {
	float: right;
	width: 300px;
	}
#secondary {
	clear: right;
	}
.widget {

	padding: 20px 20px 20px 20px;
	background: #141414;
	
	}
.widget-title {
	margin: 0 0 6px 0;
	padding: 0 6px 9px 6px;
	font-size: 25px;
	color: #fff;
	border-bottom: 1px solid #aaa;
	}
.widget ul {
	list-style: none;
	margin: 0 0 21px 0;
	}
.widget li {
	margin: 0 0 6px 0;
	padding: 0 0 6px 15px;
	background: url(images/bullet3.png) no-repeat 0 6px;	
	}
.widget ul ul {
	margin: 6px 0 0 0;
	}
.widget li li {
	margin: 0 0 3px 0;
	padding: 0 0 3px 15px;
	background: url(images/bullet-alt.png) no-repeat 0 6px;
	border-bottom: none;
	}
.widget img{
    padding:0px;
    margin:0 4px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius:5px 5px 5px 5px;
  	-webkit-border-radius:5px 5px 5px 5px;
    }
.widget a:hover img {    
	box-shadow: 0 0 5px #99CCFF;
    -moz-box-shadow:0 0 5px #99CCFF;
  	-webkit-box-shadow: 0 0 5px #99CCFF;
    }
.widget_text, .widget_flickrRSS, .widget_lifestream {
 	margin: 2px 2px 10px 8px;
	box-shadow: 0 0 3px #aaa;
   	-moz-box-shadow:0 0 3px #aaa;
  	-webkit-box-shadow: 0 0 3px #aaa;
  	border-radius: 5px 5px 5px 5px;
  	-moz-border-radius:5px 5px 5px 5px;
  	-webkit-border-radius:5px 5px 5px 5px;
}
/**
* Comments template
************************************************/
#comments li.entry-author {
 background-color: #99ccff;
 border: 2px solid #000;
 color: #000;
}
#comments li.entry-author .comment-meta-data a {
	color: #2a211a !important;
	}
#comments li.entry-author cite {
	color: #2a211a !important;
	}

#comments-number {
	overflow: hidden;
	margin: 2px 2px 20px 2px;
	padding: 19px;
	background: #141414;
	box-shadow: 0 0 3px #aaa;
   -moz-box-shadow:0 0 3px #aaa;
  	-webkit-box-shadow: 0 0 3px #aaa;
  	border-radius:5px 5px 5px 5px;
  	-moz-border-radius:5px 5px 5px 5px;
  	-webkit-border-radius:5px 5px 5px 5px;
}
#comments ol {
	list-style: none;
	margin-left: 0;
	}
#comments li, p.comments-closed {
	overflow: hidden;
	margin: 2px 2px 20px 2px;
	padding: 19px 19px 0 19px;
	background: #141414;
	box-shadow: 0 0 3px #aaa;
   -moz-box-shadow:0 0 3px #aaa;
  	-webkit-box-shadow: 0 0 3px #aaa;
  	border-radius:5px 5px 5px 5px;
  	-moz-border-radius:5px 5px 5px 5px;
  	-webkit-border-radius:5px 5px 5px 5px;
	}
#comments li.thread-even, #comments li.thread-odd {
	padding-bottom: 9px;
	}
p.comments-closed {
	padding: 19px;
	}
#comments-template p.comments-closed {
	border: none;
	padding: 0;
	}
#comments li li, #comments li li li li {
	margin: 0 15px 15px 15px;
	padding: 15px 15px 0 15px;
	background: #333333;
	border: 1px solid #e7e7e7;
	}
#comments li li li, #comments li li li li li {
	margin: 0 15px 15px 15px;
	padding: 15px;
	background: #141414;
	border: 1px solid #e7e7e7;
	}

/* Comment avatars */
#comments .avatar {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 15px 5px 0;
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	}

/* Comment meta data */
#comments .comment-meta-data {
	margin: 10px 0;
	}
#comments .comment-meta-data cite {
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	}
#comments .comment-meta-data a {
	color: #aaa !important;
	}

/* Comment text */
#comments .comment-text {
	clear: both;
	margin: 0 15px;
	}

/* Comment form */
#respond {
	overflow: hidden;
	margin: 2px 2px 20px 2px;
	padding: 19px 19px 0 19px;
	background: #141414;
	box-shadow: 0 0 3px #aaa;
   	-moz-box-shadow:0 0 3px #aaa;
  	-webkit-box-shadow: 0 0 3px #aaa;
  	border-radius: 5px 5px 5px 5px;
  	-moz-border-radius:5px 5px 5px 5px;
  	-webkit-border-radius:5px 5px 5px 5px;
	}
#reply {
	margin: 0 0 10px 0;
	padding: 0 6px 9px 6px;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	border-bottom: 1px solid #e2e2e2;
	}

/**
* Subsidiary widgets (footer)
************************************************/
#subsidiary {
	overflow: hidden;
	width: 1020px;
	margin: 0 auto 20px auto;
	}
#subsidiary a {
	color: #4b6e85;
	}
#subsidiary .widget {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0 25px;
	background: transparent;
	border: none;
	}
#subsidiary .widget-title {
	margin: 0 0 6px 0;
	padding: 0 6px 9px 6px;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	color: #aaa;
	border-bottom: 1px solid #213a4b;
	}
#subsidiary .widget ul, #subsidiary .widget ul ul {
	list-style: none;
	margin: 0 0 21px 0;
	}
#subsidiary .widget li, #subsidiary .widget li li {
	margin: 0 0 9px 0;
	padding: 0 6px 9px 6px;
	background: transparent;
	border-bottom: 1px solid #213a4b;
	}

/**
* Footer
************************************************/
#footer-container {
	overflow: hidden;
	clear: both;
	width: 100%;
	padding: 20px 0 0 0;
	color: #aaa;
	background: #141414;
	border-top: 2px solid #000;
	}
#footer {
	overflow: hidden;
	clear: both;
	width: 960px;
	margin: 20px auto 20px auto;
	}
#footer .copyright {
	float: left;
	width: 49%;
	}
#footer .credit {
	float: right;
	width: 49%;
	text-align: right;
	}
    
/**
* misc
**/

#flickr_highslide {
    margin: 0px auto;
}

/*resume*/

#skills #wrapper {
    margin: 0 auto;
}
#skills {
    width: 920px;
    float: left;
    margin: 0 auto;
    padding: 0 0 15px 0;
}

#skills ul {
    list-style: none outside none;
    background: none;
    margin:0 0 2.86364em;
}
#skills ul li {
    float: left;
    background: none;
    font-weight: bold;
    line-height: 18px;
    margin-right: 22px;
    margin-top: 0;
    width: auto;
    padding-left: 0px;
}
#skills ul li ul {
    padding: 0 0;
    margin: 0 0;    
    width: 170px;
}
#skills ul li ul li{    
    background: none;
    float: none;
    font-weight: normal;
    line-height: 13px;
    margin: 4px 0 0;
    padding: 0 0;
    width: auto;
    border-bottom:1px solid #D6D6D6;
}

