/**
 * Theme Name: WordCampLA
 * Theme URI: http://2010.wordcamp.la
 * Description: Gettin' campy in LA!
 * Author: Austin Passy
 * Author URI: http://austinpassy.com
 * Template: hybrid
 * Version: 0.2
 *
 * Copyright (c) 2010 Austin Passy.  All rights reserved.
 * http://frostywebdesigns.com
 */

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

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

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

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

/* Get CSS3 effects */
@import url('./library/css/effects.css');

/* Get CSS3 effects */
@import url('./library/css/plugins.css');

/**
 * Default CSS Color
 * Baby Purple (pink): #f5dbf5
 * Light Purple: #cc99cc
 * WordCamp Purple: #8c0a7e
 * Dark Purple: #660033
 */

/**
 * http://www.fontsquirrel.com/fontface/generator
 */
@font-face {
	font-family: 'HollywoodHillsRegular';
	src: url('./library/fonts/hollywood_hills.eot');
	src: local('Hollywood Hills'), local('HollywoodHills'), url('./library/fonts/hollywood_hills.woff') format('woff'), url('./library/fonts/hollywood_hills.ttf') format('truetype'), url('./library/fonts/hollywood_hills.svg#SFHollywoodHills') format('svg');
}
@font-face {
	font-family: 'WalkwayBlackRegular';
	src: url('./library/fonts/walkway_black.eot');
	src: local('Walkway Black'), local('WalkwayBlack'), url('./library/fonts/walkway_black.woff') format('woff'), url('./library/fonts/walkway_black.ttf') format('truetype'), url('./library/fonts/walkway_black.svg#walkway_black') format('svg');
}
 
/* Html */
html {
	background: #f5dbf5 url(images/html.jpg) repeat 0 0 fixed;
}
 
/* Body */
body {
	background: transparent;
	font: normal normal normal 15px/21px Arial, Helvetica, sans-serif;
	color: #222;
	}

/* Body container */
#body-container {
	background: #fff;
	border: 1px solid #bbb;
	margin: 0 auto;
	}

/* Links */
a {
	border-bottom: 1px dotted #cc99cc;
	color: #8c0a7e;
	text-decoration: none;
	}
a:visited {
	color: #8c0a7e;
	}
a:hover, a:active {
	border-bottom: 2px solid #cc99cc;
	text-decoration: none;
	}

/* Abbreviation */
abbr {
	border-bottom: 1px dotted #ddd;
}

/* Headers */
h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #111;
	font-weight: bold;
	}
h2 {
	font-size: 21px;
	}
h3 {
	font-size: 19px;
	}
h4 {
	font-size: 17px;
	}
h5 {
	font-size: 15px;
	}
h6 {
	font-size: 13px;
	}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	border-bottom: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	border-bottom: 1px dotted #cc99cc;
}

/* Lists */
ul {
	list-style: circle;
	}

/* Blockquotes */
blockquote {
	font-style: italic;
	color: #555;
	}
blockquote blockquote {
	color: #777;
	}
blockquote em {
	font-style: normal;
	}

/* Code */
pre {
	padding: 9px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	}
code {
	padding: 0 3px;
	background: #eee;
	}
pre code {
	background: transparent;
	}

/* 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;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin: 3px 3px 0 0;
	font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Georgia, serif;
	color: #333;
	}

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

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

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

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

/* Breadcrumb */
.breadcrumb {
	margin: 0 0 30px 0;
	font-size: .9em;
	font-style: italic;
	color: #777;
	}
.breadcrumb a {
	color: #333;
	}

/* Images */
.post img {
	max-width: 568px;
	padding: 5px;
	border: 1px solid #ccc;
	}

.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	}

/* Captions [caption] */
.wp-caption {
	max-width: 576px;
	margin-top: 6px;
	padding: 6px 1px 0 1px;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .9em;
	font-style: italic;
	color: #666;
	}
.wp-caption img {
	max-width: 564px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

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

/* Avatars */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	padding: 5px;
	border: 1px solid #ccc;
	}

/* Access */
#access {
	font: normal normal normal 10px/11px Arial, Helvetica, sans-serif;
	margin: 9px auto 0;
	position: relative;
	width: 950px;
	}
#access ul {
	display: inline-block;
	list-style: none;
	height: 11px;
	margin: 0;
	overflow: hidden;
	z-index: 100;
}
#access li {
	display: inline-block;
	float: left;
	list-style: none;
	margin: 0 8px 0 0;
	overflow: hidden;
	position: relative;
}
#access li a {
}
#access .vevent .profile, #access .vevent .url,
#access .vevent .summary, #access .vevent .geo {
	display: none;
	visibility: hidden;
}

/* Header */
#header {
	margin: 0;
	position: relative;
	}

/* Blog title */
#site-title {
	font: normal normal normal 50px/45px "HollywoodHillsRegular", Georgia, Times, "Times New Roman", serif;
	left: 20px;
	margin: 0 0 10px 0;
	position: absolute;
	top: 20px;
	}
#site-title a {
	border-bottom: 0;
	color: #fff;
	}
	
/* Background */
#background a {
	border-bottom: 0;
	display: block;
	height: 180px;
	overflow: hidden;
	width: 960px;
}
#background a.loading {
	background: url('./library/css/images/ajax-loader.gif') no-repeat center center;
}

/* Blog description */
#site-description {
	color: #666;
	display: none;
	font: normal normal normal 16px/20px Georgia, Times, "Times New Roman", serif;
	margin: 0;
	visibility: hidden;
	}

/* Navigation */
#navigation {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	height: 34px;
	margin: 0;
	overflow: visible;
	padding: 0 16px;
	z-index: 100;
	}
#page-nav li {
	margin-right: 0;
	}
#page-nav li li {
	margin-right: 0;
	}
#page-nav li a {
	border: 0;
	color: #aaa;
	font: 18px "WalkwayBlackRegular";
	letter-spacing: 1px;
	padding: 7px 4px 8px;
	text-transform: uppercase;
	}
#page-nav li a span.sub {
	font: 15px "WalkwayBlackRegular";
}
#page-nav li a:hover {
	color: #8c0a7e;
}

/* Drop-downs style */
#page-nav li:hover ul, li.sfHover ul {
	top: 34px;
	}
#page-nav li li a {
	background: #f7f7f7;
	border-top: none;
	font-size: 15px !important;
	margin-right: 0;
	padding-left: 10px !important;
	}
#page-nav li ul {
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #eee;
	}
#page-nav li li a:hover {
	background: #ddd;
}
#page-nav li li:hover ul, li li.sfHover ul , #page-nav li li li:hover ul, li li li.sfHover ul  {
	top: -1px;
	}
#page-nav li li li {
	margin-left: -1px;
	}
.menu ul {
	width: 12em;
}

/* Container (wraps content, primary, and secondary) */
#container {
	border-bottom: 1px solid #eee;
	margin-bottom: 0;
	padding: 20px;
	width: 920px;
	}

/* Main content */
.content {
	margin: 0 0 21px 0;
	width: 600px;
	}
.no-widgets .content, .page-template-no-widgets .content {
	width: 920px;
	}

/* Posts */
.post {
	overflow: hidden;
	margin: 0 0 40px 0;
	}
.single .post, .attachment .post, .page .post {
	margin: 0;
	}

/* Archive information */
.author-info, .search-info {
	overflow: hidden;
	margin: 0 0 40px 0;
	}

/* Entry title */
.entry-title {
	font-size: 24px;
	margin: 0 0 12px 0;
	font-weight: normal;
	font-style: italic;
	}
.archive .entry-title, .search .entry-title {
	font-size: 21px;
	margin: 0;
	}
.page-title, .attachment-title {
	margin: 0 0 21px 0;
	}
.entry-title a {
	color: #000;
	}

/* Byline */
.byline {
	margin: 0 0 30px 0;
	color: #666;
	}
.archive .byline, .search .byline {
	margin: 0;
	}
.byline .byline-prep {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}

/* Entry content */
.entry-content {
	overflow: hidden;
	margin: 0 0 10px 0;
	}

/* Entry metadata */
.entry-meta {
	clear: both;
	font-size: .8em;
	font-style: italic;
	color: #666;
	}

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

/* Navigation links */
.navigation-links {
	margin-bottom: 21px;
	font-style: italic;
	}
.navigation-links .previous {
	float: left;
	max-width: 50%;
	}
.navigation-links .next {
	float: right;
	max-width: 50%;
	text-align: right;
	}
.navigation-attachment {
	overflow: hidden;
	}

/* 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;
	}

/* Widgets */
.widget {
	overflow: hidden;
	margin: 0 0 15px 0;
	color: #464646;
	}

/* Widget titles */
.widget-title {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #111;
	}

/* Tickets */
#text-9 .textwidget {
	background: #FDF3FE;
	border: 10px solid #680c68;
	border-radius: 5px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

/* Platinum Sponsor widget */
#platinum-sponsor {
	margin: 0 0 21px 0;
}
#platinum-sponsor .widget-title {
	color: #8c0a7e;
	margin-bottom: 5px;
}
#platinum-sponsor a {
	border-bottom: 0;
}
#platinum-sponsor a span {
	background: #eee;
	border: 1px solid #bbb;
	color: #bbb;
	display: inline-block;
	font: normal normal normal 24px/28px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	height: 30px;
	padding: 15px;
	position: relative;
	width: 438px;
}
#platinum-sponsor a span em {
	bottom: 0;
	color: #ccc;
	font-size: 12px;
	position: absolute;
	text-indent: 10px;
}
#platinum-sponsor a span:hover {
	border: 1px solid #8c0a7e;
	color: #888;
}
#platinum-sponsor a img {
	border: 1px solid #8c0a7e;
}

/* Utility widget areas */
#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single {
	margin: 0 0 21px 0;
	padding: 20px 20px 0 20px;
	border: 1px solid #ccc;
	}

/* 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;
	}
#comments li, #comments li li li, #comments li li li li li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	background: #fff;
	border: 1px solid #ccc;
	}
#comments li li, #comments li li li li {
	background: #f9f9f9;
	}

/* Avatar */
#comments-template .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 15px;
	padding: 0;
	border: 1px solid #666;
	}

/* Comment metadata */
.comment-meta {
	margin: 10px 0 21px 0;
	font-size: 13px;
	color: #666;
	}
.comment-author {
	font-size: 15px;
	color: #000;
	}
.comment-reply-link, .permalink, .comment-edit-link {
	font-style: italic;
	color: #666;
	}

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

/* Form */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 97%;
	}
#comments-template label {
	font-size: .9em;
	}

/* Respond textarea */
textarea {
	width: 98%;
	}

/* Submit and rest buttons */
.button, .submit, .reset {
	width: 100px;
	margin-right: 15px;
	padding: 7px 15px 8px 15px;
	background: #fff;
	border: 1px solid #ccc;
	}
.button:hover, .submit:hover, .reset:hover {
	cursor: pointer;
	background: #f9f9f9;
	}

/* NoSpamNX */
.mycampnotyourcamp {
	display: none;
	visibility: hidden;
}

/* Footer container */
#footer-container {
	margin: 0;
	padding: 10px 20px 0;
	}

/* Subsidiary */
#subsidiary {
	margin: 0 0 21px 0;
	}

/* Footer */
#footer {
	font-size: 0.8em;
	font-style: italic;
	color: #555;
	}
#footer a {
	color: #333;
}
#footer .copyright {
	display: inline;
	float: left;
	margin-right: 9px;
}

/* Closing */
#closing {
	font: normal normal normal 11px/11px Arial, Helvetica, sans-serif;
	margin: 9px auto 21px;
	position: relative;
	width: 950px;
	}
#closing ul {
	display: inline-block;
	list-style: none;
	height: 11px;
	margin: 0;
	overflow: hidden;
	z-index: 100;
}
#closing li {
	display: inline-block;
	float: left;
	list-style: none;
	margin: 0 8px 0 0;
	overflow: hidden;
	position: relative;
}
#closing a {
	color: #ccc;
	font-style: italic;
}
#closing a:hover {
	border-bottom: 1px solid #f5dbf5;
}

/* Shortcode [hidden]...[/hidden] */
.admin-only {
	display: block;
	font-style: italic;
	padding: 5px 10px;
}
.comment-text .admin-only {
	border: 1px solid #8c0a7e;
	color: #8c0a7e;
}
	
/* Shortcode [remove]...[/remove] */
.removed {
	color: #CC66CC;
	display: block;
	font-style: italic;
	padding: 10px;
}
.comment-text .removed {
	background: #ffffcc;
	border: 1px solid #aaa;
	color: #888;
}

/* Woopra */
a.woopra_tab {
	border-bottom: 0;
}

/* Lighbox */
#lightboxwall {
	background: #000;
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 900;
}
* html div#lightboxwall {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#lightbox {
	/*height: 200%;
	left: -50%;*/
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	/*top: -50%;
	width:200%;*/
}
#lightbox img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	min-height: 50%;
	min-width: 50%;
}
#lightboxwall a.close {
	background: #fff;
	border-bottom: 0;
	bottom: 40px;
	color: #000;
	font: 18px "WalkwayBlackRegular";
	height: auto;
	letter-spacing: 3px;
	padding: 6px 4px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 68px;
}
#lightboxwall a.close:hover {
	border-bottom: 0;
	cursor: pointer;
	text-decoration: none;
}

/* Speakers Page */
.singular-page-20 .speaker {
	margin-bottom: 30px;
	overflow: hidden;
}
.singular-page-20 .more {
	display: none;
	margin-top: 22px;
}
.singular-page-20 img.alignleft {
	border: 2px solid #CC99CC;
	padding: 4px;
}
