/**
 * Theme Name: WorkShop
 * Theme URI: http://wpworkshop.la
 * Description: wpWorkshop is a place to learn WordPress with hands on experience.
 * Author: Austin Passy
 * Author URI: http://austinpassy.com/
 * Template: hybrid
 * Version: 1.0.0
 */

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

/* Get layout CSS */
@import url( '../hybrid/library/css/2c-l-fixed.css');

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

/* Get page CSS */
@import url( './library/css/pages.css');

/* Get widget CSS */
@import url( './library/css/widgets.css');

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

::selection { background: #999; color: #fff; /* Safari */ }
::-moz-selection { background: #999; color: #fff; /* Firefox */ }

html {
	background: #252831;
	}
	
body {
	background: transparent url('./library/css/images/header.jpg') repeat-x center -75px;
	color: #111;
	font-family: 'Lucida Sans','Lucida Grande','Lucida Sans Unicode',sans-serif;
	font-size: 13px;
	margin: -15px 0 0;
	text-shadow: 0 1px 0 #fff;
	-moz-text-shadow: 0 1px 0 #fff;
	-khtml-text-shadow: 0 1px 0 #fff;
	-webkit-text-shadow: 0 1px 0 #fff;
	}

#header-container {
	margin: 10px 0 0 0;
	position: relative;
	}
.single #site-title, .page #site-title {
	font-size: 1.8em;
	margin-bottom: 22px;
	}
.home #site-title {
	margin-bottom: 0;
	}
#site-title {
	display: inline-block;
	margin-bottom: 0;
	position: relative;
	}
#site-title a {
	background: transparent url('./images/wpworkshop.png') no-repeat scroll 0 0;
	display: block;
	height: 136px;
	text-indent: -999px;
	width: 262px;
	}
#site-title a:hover, #site-title a:focus {
	border-bottom: 0;
	}
#site-title a span {
	font-size: 15px;
	}
#site-title a:hover span {
	color: rgba(0, 0, 0, 0.38);
	display: block;
	position: absolute;
	left: 125px;
	text-indent: 0;
	top: 85px;
	}
#site-title a:focus span {
	color: rgba(0, 0, 0, 0.9);
	}
	
#site-description {
	display: none;
	height: 21px;
	margin-bottom: 10px;
	min-height: 21px;
	visibility: hidden;
	}

/* Miss */
pre {
	border: 1px solid #777;
	}

/* Tables */
table {
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
caption {
	font-size: .9em;
	font-style: italic;
	text-align: right;
	}
td, th {
	padding: 3px 6px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
th {
	background: #eee;
	}

/* Notes */
.note, .notes {
	border: 5px solid rgba(17, 17, 17, 0.7);
	display: block;
	padding: 5px;
	margin-bottom: 18px;
	}
	
/* Warnings/Alerts */
.warning, .alert {
	border: 5px solid rgba(230, 219, 85, 0.5);
	padding: 6px 9px;
	margin-bottom: 18px;
	}

/* Errors */
.error {
	border: 5px solid rgba(204, 0, 0, 0.5);
	padding: 6px 9px;
	margin-bottom: 18px;
	}

/* Downloads */
.download {
	border: 5px solid rgba(102, 204, 51, 0.5);
	padding: 6px 9px;
	margin-bottom: 18px;
	}

/* Links */
a {
	color: #222;
	text-decoration: none;
	}
a:visited {
	color: #222;
	}
a:hover, a:active {
	border-bottom: 3px solid #990033;
	color: #000;
	text-decoration: none;
	}

/* Navigation */
#navigation {
	clear: both;
	font-size: 17px;
	height: 22px;
	margin: 106px 0 0 350px;
	overflow: visible;
	position: absolute;
	right: 0;
	z-index: 100;
	}
#page-nav ul {
	margin: 0;
	}
#page-nav li {
	display: inline;
	margin: 0;
	padding-bottom: 1px
	}
#page-nav li.current_page_item {
	background: #a7244c;
	}
#page-nav li.current_page_item a {
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 0 #111;
	-moz-text-shadow: 0 1px 0 #111;
	-khtml-text-shadow: 0 1px 0 #111;
	-webkit-text-shadow: 0 1px 0 #111;
	}
#page-nav li li {
	margin-right: 0;
	}
#page-nav a {
	color: #BBB;
	margin: 0 10px;
	}
#page-nav a:hover {
	border-bottom: 0;
	color: #CC0000;
	}

/* Breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	font-size: .9em;
	font-style: italic;
	color: #999;
	}

/* Container */
#container {
	background: #f9f9f9 url('./library/css/images/container.gif') repeat-y right 0;
	min-height: 400px;
	padding: 20px 0 0;
	}

/* Content */
.content {
	margin: 0 0 20px;
	padding: 0 20px 0;
	width: 600px;
	}

.entry-title {
	margin-bottom: 3px;
	}
.page-title {
	margin-bottom: 22px;
	}
	
.entry-content a {
	border-bottom: 1px dotted #990033;
	}
.entry-content a:hover {
	border-bottom: 2px solid #990033;
	}
	
/* Social Box */
.socialbox ul {
	list-style: none;
	margin: 0;
	}
.socialbox ul li {
	display: inline-block;
	list-style: none;
	margin: 0 10px 0 0;
	}
.socialbox ul li:before { content: none; }


/* Images */
.post img {
	height: auto;
	max-width: 500px;
	}
.attachment .post img {
	height: auto;
	max-width: 100%;
	}
.attachment-image .attachment-image img {
	border: 5px solid #fff;
	border-radius: 10px;
	height: auto;
	max-width: 790px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	}
.attachment-image img.attachment-thumbnail {
	border: 2px solid #ddd;
	border-radius: 2px;
	height: auto;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	}
img.thumbnail {
	background: #EEE;
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0 18px 9px 0;
	padding: 5px;
	}

/* Captions [caption] */
.wp-caption {
	max-width: 500px;
	margin-top: 6px;
	padding: 6px 0 0;
	border: none;
	text-align: center;
	width: auto !important;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .85em;
	font-style: italic;
	color: #777;
	}
.wp-caption img {
	max-width: 500px;
	margin: 0 auto;
	padding: 0;
	border: none;
	height: auto;
	}

/* Gallery [gallery] */
.gallery img {
	border: 1px solid #ccc;
	}

/* Page links (multiple-paged posts) */
p.pages a {
	margin: 0 3px;
	padding: 3px 9px;
	border: 1px solid #222;
	}

/* Navigation links */
.navigation-links {
	margin-bottom: 18px;
	font-size-adjust: 95%;
	font-style: italic;
	}
.navigation-links .previous {
	float: left;
	max-width: 46%;
	}
.navigation-links .next {
	float: right;
	max-width: 46%;
	text-align: right;
	}

/* Navigation attachements */
.navigation-attachment {
	display: block;
	height: 175px;
	min-height: 175px;
	}

/* Navigation attachment previous/next */
.navigation-attachment span.previous, .navigation-attachment span.next {
	min-width: 150px;
	position: relative;
	}
.navigation-attachment span.img-link span {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	top: 0px;
	/* for IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha( 'opacity=70' );
	/* CSS3 standard */
	opacity: 0.7;
	/* Mozzila */
	-moz-opacity: 0.7;
	}
.navigation-attachment span.previous span {
	left: 10px;
	}
.navigation-attachment span.next span {
	left: 108px;
	}
.navigation-attachment span:hover span {
	}
.navigation-attachment span.img-link span:hover {
	cursor: pointer;
	}

/* Widget container */
#widget-container {
	display: block;
	float: right;
	margin: 0 0 10px;
	width: 315px;
	}

/* Primary and Secondary */
#primary, #secondary {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #fff;
	width: 315px;
	}
	
/* Widgets */
.widget {
	background: transparent;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #fff;
	margin: 0;
	padding: 5px 15px;
	}

h3.widget-title {
	font-size: 1.25em;
	}

/* WP Pagenavi plugin */
.wp-pagenavi {
	margin-bottom: 21px;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi a {
	margin-right: 6px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}

/* Post Meta */
.entry-meta {
	clear: both;
	}

/* Comments template */
#comments-template {
	clear: both;
	}

/* Comment headers */
.comments-header {
	font-size: 1.2em;
	}

/* Comments are closed */
.comments-closed {
	font-style: italic;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0 0 21px 0;
	}
ol.children { 
	padding-top: 15px; 
	}
#comments li, #comments li li li, #comments li li li li li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 0;
	background: ;
	}
#comments li li, #comments li li li, #comments li li li li, #comments li li li li li {
	background: transparent url('./library/css/images/reply.png') no-repeat left top;
	padding: 0 0 0 30px;
	}

span.hover-url {
	padding-left: 15px;
	}

/* Comment meta data */
.comment-meta-data {
	background: #eee;
	border: 1px solid #aaa;
	border-bottom: 0;
	color: #666;
	font-size: 13px;
	margin: 0 0 0 60px;
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-khtml-border-radius: 8px 8px 0 0;
	}

/* Comment text */
.comment-text {
	background: #ddd;
	border: 1px solid #aaa;
	border-top: 0;
	clear: none;
	font-size: 12px;
	margin: 0 0 0 60px;
	padding: 10px 10px 0;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-khtml-border-radius: 0 0 8px 8px;
	box-shadow: 2px 2px 18px #bbb inset;
	-moz-box-shadow: 2px 2px 18px #bbb inset;
	-webkit-box-shadow: 2px 2px 18px #bbb inset;
	-khtml-box-shadow:2px 2px 18px #bbb inset;
	}

.ping-list .comment-text {
	display: none;
	}

/* Administrator comment */
.administrator .comment-meta-data {
	border: 2px solid #a7244c;
	border-bottom: 0;
	}
.administrator .comment-text {
	border: 2px solid #a7244c;
	border-top: 0;
	}

/* Cpmment form */
#commentform input {
	background: #fff;
	border: 1px solid;
	width: 99%;
	}
#commentform textarea {
	background: #fff;
	border: 1px solid;
	width: 99%;
	}

/* Avatar */
#comments-template .avatar {
	background: #a7244c;
	border: 1px solid #330000;
	border-radius: 4px;
	float: left;
	height: 40px;
	margin-right: 15px;
	padding: 5px;
	width: 40px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	}
#comments-template .ping-list .avatar {
	border-radius: 4px;
	float: left;
	height: 40px;
	margin-right: 15px;
	padding: 5px;
	width: 40px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	}

/* Author Description */
.author-description {
	display: block;
	float: left;
	margin-bottom: 22px;
	}
.author-description:after {
	clear: both;
	}
.author-description a {
	border-bottom: 1px dotted #990033;
	}
.author-description a:hover {
	border-bottom: 2px solid #990033;
	}
.author-description img.avatar {
	float: left;
	margin-right: 10px;
	}

/* Buttons */
.button {
	background: #111;
	border: none;
	color: #aaa;
	padding: 5px 8px;
	width: 80px !important;
	}
.button:hover {
	background: #222;
	border: none;
	color: #bbb;
	cursor: pointer;
	width: 80px;
	}

/* Footer */
#footer-container {
	background: #111;
	border-top: 5px solid #000;
	color: #eee;
	margin: 0 0 -40px;
	text-shadow: 0 1px 0 #000;
	-moz-text-shadow: 0 1px 0 #000;
	-khtml-text-shadow: 0 1px 0 #000;
	-webkit-text-shadow: 0 1px 0 #000;
	}
#footer-container a {
	color: #eee;
	}
#footer-holder {
	margin: 40px auto 10px;
	width: 960px;
	}

p.copyright, p.rights {
	font-size: 12px;
	}
p.credit, p.hosted {
	color: #666;
	display: inline;
	font-size: 11px;
	}
p.credit a, p.hosted a {
	color: #999;
	}
p.hosted {
	float: right;
	}

/* Misc */
.fix {
	clear: both;
	height: 1px;
	margin: 0;
	overflow: hidden;
	}
.clearfix:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility :hidden; 
	}

.home .newsletter input[type="submit"], .page-2 .newsletter input[type="submit"] {
	border: 1px solid #bbb;
	float: left;
	margin-left: 122px;
}
.home .newsletter input[type="submit"]:hover, .page-2 .newsletter input[type="submit"]:hover {
	border: 1px solid #888;
	cursor: pointer;
}

/* WP Event Ticket */
input[name=packagePurchaseName] {
	margin-right: 25px;
	width: 210px;
}
