/*
Theme Name: AIB BOS2010
Theme URI: http://artsinbushwick.org
Description: AIB BOS2010
Version: 1.0
Author: Jeff Lagasca
Author URI: http://jefflagasca.com
Tags: 

	AIB BOS2010 v1.0

	This theme was designed and built by Jeff Lagasca,
	whose portfolio you will find at http://jefflagasca.com/

  This theme is owned and copyrighted by Arts in Bushwick,
  ALL RIGHTS RESERVED. Please do not duplicate.

*/

/* Universal */
* {
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	margin: 0;
	padding: 0;}

body {
	font-size: small;
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	background: url('images/bgBody.jpg') top center repeat fixed;
	color: #333;}

input {	
	color: #444;}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;}

a,
a:visited {
	color: rgb(236,0,140);
	text-decoration: none;}

a:hover,
a:visited:hover {
	color: rgb(240,81,63);
	text-decoration: underline;}

a img {
	border: none;}	

a.btnLarge,
a.btnLarge:visited {
	padding: 20px 20px 12px 20px;
	display: block;
	text-align: center;
	font-size: 215%;
	font-weight: bold;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	background-color: #fff;
	background-color: rgba(255,255,255,0.7);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 3px 5px #ccc;
	-webkit-box-shadow: 0 3px 5px #ccc;
	box-shadow: 0 3px 5px #ccc;}	

a.btnLarge:hover,
a.btnLarge:visited:hover {
	background-color: #000;
	background-color: rgba(0,0,0,0.7)
	text-decoration: none;
	-webkit-transition: background-color 0.3s ease-in;
	transition: background-color 0.3s ease-in;}
	
/* End Universal */

/* Structure */
#page {
	width: 925px;
	margin: 0 auto;
	padding: 50px 0 0 0;}

#header {
	width: 925px;
	height: 190px;
	position: relative;
	z-index: 10;
	margin: 0 0 20px 0;}

#headerimg {
	margin: -20px 0 0 0;}

#header ul.sitenav {
	margin: 0 0 0 0;
	list-style: none;
	font-size: 250%;
	font-weight: bold;
	letter-spacing: -0.05em;
	text-transform: uppercase;}

#header ul.sitenav li {
	float: left;
	margin: 0 15px 0 0;}

#header ul.sitenav li a,
#header ul.sitenav li a:visited {	
	color: rgb(234,42,140);}

#header ul.sitenav li a:hover,
#header ul.sitenav li a:visited:hover {	
	color: rgb(133,96,168);}

#header ul.sitenav li a img {
	height: 35px;
	background-image: url('images/bgNav.png');}

#header ul.sitenav li a.linkAbout img,
#header ul.sitenav li a.linkAbout:visited img {
	width: 165px;
	background-position: top left;}
#header ul.sitenav li a.linkAbout:hover img,
#header ul.sitenav li a.linkAbout:visited:hover img {
	background-position: bottom left;}

#header ul.sitenav li a.linkContact img,
#header ul.sitenav li a.linkContact:visited img {
	width: 161px;
	background-position: -180px 0;}
#header ul.sitenav li a.linkContact:hover img,
#header ul.sitenav li a.linkContact:visited:hover img {
	background-position: -180px -35px;}

#header ul.sitenav li a.linkProjects img,
#header ul.sitenav li a.linkProjects:visited img {
	width: 170px;
	background-position: -355px 0;}
#header ul.sitenav li a.linkProjects:hover img,
#header ul.sitenav li a.linkProjects:visited:hover img {
	background-position: -355px -35px;}

#header ul.sitenav li a.linkBlog img,
#header ul.sitenav li a.linkBlog:visited img {
	width: 97px;
	background-position: top right;}
#header ul.sitenav li a.linkBlog:hover img,
#header ul.sitenav li a.linkBlog:visited:hover img {
	background-position: bottom right;}

#header ul.sitenav li a.linkPress img,
#header ul.sitenav li a.linkPress:visited img {
	width: 114px;
	background-position: top right;}
#header ul.sitenav li a.linkPress:hover img,
#header ul.sitenav li a.linkPress:visited:hover img {
	background-position: bottom right;}

.narrowcolumn,
.widecolumn {
	width: 640px;
	padding: 0 0 50px 0;}
	
/* End Structure */


/* Typography & Colors */
#page {
	text-align: left;}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;}
	
.sticky h2 {
	padding-top: 10px;}

acronym, 
abbr, 
span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;}
/* End Typography & Colors */


/* Images */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;}

.alignright {
	float: right;}

.alignleft {
	float: left;}	
/* End Images */

/* Lists */
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;}

html>body .entry li {
	margin: 7px 0 8px 10px;}

.entry ul li:before, 
#sidebar ul ul li:before {}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;}

.entry ol li {
	margin: 0;
	padding: 0;}

.postmetadata ul, 
.postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;}
/* End Entry Lists */

/* Comments*/
h3#comments {
	font-size: 250%;
	letter-spacing: -0.02em;}

.alt {
	padding: 10px;}
	
.thread-alt {
	background-color: #f8f8f8;
	background-color: rgba(248,248,248,0.9);}

.thread-even {
	background-color: #fff;
	background-color: rgba(255,255,255,0.9);}
	
.commentlist li {
	padding: 20px;
	margin: 0 0 10px 0;
	list-style: none;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #ccc;
	-webkit-box-shadow: 0 1px 3px #ccc;}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;}

.commentlist p {
	margin: 10px 5px 10px 0;}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;}

.commentmetadata {
	margin: 0;
	display: block;}
	
.commentlist li, 
#commentform input, 
#commentform textarea {
	font: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;}

.commentlist li ul li {
	font-size: 1em;}

.commentlist li {
	font-weight: bold;}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;}

.commentlist cite, 
.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;}

#respond {
	margin-top: 35px;}

#respond h3 {
	font-size: 200%;}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;}

select {
	width: 130px;}

#commentform {
	margin: 5px 10px 0 0;}

#commentform p.commentInputCont {
	margin: 15px 0 0 0;}

#commentform p.commentInputCont label {
	font-size: 120%;
	font-weight: bold;
	color: #666;}

#commentform p.commentInputCont span {
	display: inline-block;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #ccc;
	-webkit-box-shadow: 0 1px 3px #ccc;
	box-shadow: 0 1px 3px #ccc;}

#commentform input {
	width: 250px;
	padding: 3px;
	font-size: 135%;
	font-weight: bold;
	color: #000;
	border: none;
	background: transparent;}
	
.logged-in #commentform p:first-child {
	float: right;
	margin: -23px 0 0 0;}

.logged-in #commentform p:nth-child(2),
#commentform p:nth-child(5) {
	width: auto;
	padding: 10px;
	background: #fff;
	background: rgba(255,255,255,0.95);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 5px #ccc;
	-webkit-box-shadow: 0 1px 5px #ccc;
	box-shadow: 0 1px 5px #ccc;}

#commentform p textarea {
	width: 100%;
	padding: 2px;
	border: none;
	background: transparent;}

.ie #commentform p textarea {
	background: #fff;}

#commentform input#submit {
	width: auto;
	padding: 8px 5px 5px 5px;
	float: right;
	margin: 3px 0 0 0;
	font-size: 200%;
	font-weight: bold;
	letter-spacing: -0.02em;
	color: #fff;
	background-color: #39b54a;
	border: none;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 0 1px 3px #ccc;
	-webkit-box-shadow: 0 1px 3px #ccc;
	box-shadow: 0 1px 3px #ccc;}

#commentform input#submit:hover {
	background-color: #f0513f;
	-webkit-transition: background-color 0.3s ease-in;
	transition: background-color 0.3s ease-in;}
	
.commentmetadata {
	font-weight: normal;}
/* End Comments */



/* Sidebar */
#sidebar {
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;}

#sidebar #searchsubmit {
	padding: 1px;}

#sidebar form {
	margin: 0;}

#sidebar ul, 
#sidebar ul ol {
	margin: 0;
	padding: 0;}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;}

#sidebar ul p, 
#sidebar ul select {
	margin: 5px 0 8px;}

#sidebar ul ul, 
#sidebar ul ol {
	margin: 5px 0 0 10px;}

#sidebar ul ul ul, 
#sidebar ul ol {
	margin: 0 0 0 10px;}

ol li, 
#sidebar ul ol li {
	list-style: decimal outside;}

#sidebar ul ul li, 
#sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;}
/* End Sidebar */



/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;}

#wp-calendar a {
	display: block;}

#wp-calendar caption {
	text-align: center;
	width: 100%;}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

#wp-calendar #prev a, 
#wp-calendar #next a {
	font-size: 9pt;}

#wp-calendar a {
	text-decoration: none;}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;}
/* End Calendar */



/* Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;}

acronym, abbr {
	border-bottom: 1px dashed #999;}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;}

blockquote cite {
	margin: 5px 0 0;
	display: block;}

.center {
	text-align: center;}

.hidden {
	display: none;}
	
.screen-reader-text {
  position: absolute;
  left: -1000em;}

hr {
	display: none;}

a img {
	border: none;}
/* End Various Tags & Classes*/



/* 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;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;}

.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 */

/* Footer */
#footer {
	clear: both;
	min-height: 100px;
	margin: 100px 0 0 0;
	background: #333 url('images/bgFooter.gif') top left repeat-x;
	border-top: 3px solid #fff;
	position: relative;}

#footer .footerPage {
	width: 925px;
	margin: 0 auto;}

.footerPage .imgTitle {
	float: left;
	margin: -94px 0 0 0;
	position: relative;}

.footerPage p {
	clear: both;
	padding: 15px 0 5px 0;
	color: #fff;}

.footerPage p.mission {
	width: 630px;
	font-size: 125%;}

.footerPage p.copyright {
	padding-top: 30px;
	font-size: 95%;
	color: #ccc;}

.footerPage .search {
	height: 25px;
	padding: 10px 5px 0 5px;
	float: right;
	margin: 15px 0 0 0;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;}

#searchform #s {
	width: 200px;
	font-size: 175%;
	font-weight: bold;
	background: none;
	border: none;}

#searchform #searchsubmit {
	height: 29px;
	padding: 2px;
	margin: -7px -2px 0 0;
	font-size: 175%;
	color: #fff;
	border: none;
	background: #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;}

.webkit #searchform #searchsubmit {
	margin-top: -11px;}	
/* End Footer */

/* Page Specific Styles */

/* BOS 2010 Navigation */
#bosNav {
	width: 190px;
	float: right;
	position: relative;
	z-index: 1;
	margin: -170px 0 50px 0;
	text-align: center;}

.ie7 #bosNav {
	margin-top: -185px;}

#bosNav .imgBOSTitle {
	position: relative;
	margin: 0 0 5px -38px;}

#bosNav ul.bosNavButtons {
	list-style: none;
	text-transform: uppercase;
	font-size: 160%;
	font-weight: bold;
	letter-spacing: -0.02em;
	line-height: 1.0em;}

#bosNav ul li a,
#bosNav ul li a:visited {
	display: block;
	padding: 10px 5px 5px 5px;
	margin: 10px 0;
	background-color: #fff;
	background-color: rgba(255,255,255,0.7);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 0 1px 3px #ccc;
	-webkit-box-shadow: 0 1px 3px #ccc;
	box-shadow: 0 1px 3px #ccc;}

#bosNav ul li a:hover,
#bosNav ul li a:visited:hover {
	text-decoration: none;
	background-color: #000;
	-moz-transition: background-color 0.3s ease-in;
	-webkit-transition: background-color 0.3s ease-in;
	transition: background-color 0.3s ease-in;}
/* End BOS2010 Navigation */

/* Pre-Festival */
#preFestival {
	clear: both;
	margin: 0 0 150px 0;}

#preFestival h2 {
	margin: 0 0 15px 0;}

#preFestival ul.socialMediaFeeds {
	height: 180px;
	list-style: none;
	margin: 0 0 20px 0;}

#preFestival ul.socialMediaFeeds li {
	margin: 0 5px 0 0;
	float: left;
	font-size: 90%;}

#preFestival ul.socialMediaFeeds li h3 {
	margin: 0 0 5px 0;}

#preFestival ul.socialMediaFeeds li#feedFlickr .feed {
	width: 300px;
	height: 150px;
	overflow: hidden;}

#preFestival ul.socialMediaFeeds li#feedFlickr .feed img {
	width: 73px;
	height: 73px;
	float: left;
	margin: 0 2px 2px 0;
	background: #333;}

#preFestival ul.socialMediaFeeds li#feedVimeo .feed {
	width: 405px;
	height: 150px;
	overflow: hidden;}

#preFestival ul.socialMediaFeeds li#feedVimeo .feed ul li {
	width: 200px;
	height: 150px;
	float: left;
	margin: 0 2px 2px 0;
	list-style-type: none;}

#preFestival ul.socialMediaFeeds li#feedTwitter {
	margin-right: 0;}

#preFestival ul.socialMediaFeeds li#feedTwitter .feed {
	width: 190px;
	height: 130px;
	padding: 10px;
	font-size: 125%;
	color: #666;
	background: #fff;
	background: rgba(255,255,255,0.7);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #ccc;
	-webkit-box-shadow: 0 1px 3px #ccc;
	box-shadow: 0 1px 3px #ccc;}

#preFestival ul.socialMediaFeeds li#feedTwitter .feed ul {
	list-style: none;}

#preFestival .aibBlog {
	width: 670px;}

#preFestival .aibBlog h3 {
	min-height: 50px;}

#preFestival .aibBlog h3 img {
	float: left;
	margin: 0 10px 0 0;}

#preFestival .aibBlog h3 a,
#preFestival .aibBlog h3 a:visited {
	margin: 0 0 -2px 0;
	display: block;
	line-height: 1.0em;
	font-size: 235%;
	color: #000;}

#preFestival .aibBlog h3 small {
	font-weight: normal;
	color: #666;}

#preFestival .aibBlog h3 small a,
#preFestival .aibBlog h3 small a:visited {
	display: inline;
	font-size: 100%;
	color: rgb(0,166,81);}

#preFestival .aibBlog .entry p {
	padding: 10px 0;
	font-size: 150%;}

#preFestival .aibBlog p.postmetadata {
	font-size: 125%;
	font-weight: bold;
	color: #666;}

#preFestival .aibBlog p.postmetadata a,
#preFestival .aibBlog p.postmetadata a:visited {
	color: rgb(0,166,81);}

#preFestival ul.aibButtons {
	width: 210px;
	padding: 0 0 0 10px;
	float: right;
	list-style: none;
	text-align: right;}

#preFestival ul.aibButtons li {
	height: 58px;
	width: 210px;
	margin: 0 0 10px 0;}

#preFestival ul.aibButtons li.head {
	height: 20px;
	padding: 20px 0 5px 0;
	margin: 0;
	font-size: 175%;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -0.02em;}

#preFestival ul.aibButtons li a,
#preFestival ul.aibButtons li a:visited {
	width: 210px;
	height: 58px;
	float: left;
	margin: 0 0 10px 0;
	background-color: #fff;
	position: relative;}

#preFestival ul.aibButtons li a:hover,
#preFestival ul.aibButtons li a:visited:hover {
	background-color: #000;
	-moz-transition: background-color 0.3s ease-in;
	-webkit-transition: background-color 0.3s ease-in;
	transition: background-color 0.3s ease-in;}

#preFestival ul.aibButtons li a img {
	position: absolute;
	bottom: -2px;
	right: 0;}
/* End Pre-Festival */

/* Registration Front-Page */
.page-template-registration-jeff-php .widecolumn .post .entry p {
	padding: 0 0 20px 0;
	font-size: 175%;
	font-weight: bold;
	line-height: 1.3em;
	letter-spacing: 0.01em;}

.page-template-registration-jeff-php .widecolumn a.btnRegister {
	width: 600px;
	float: left;
	padding: 20px;
	margin: 0 0 35px 0;
	background-color: #fff;
	background-color: rgba(255,255,255,0.7);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 2px 5px #ccc;
	-webkit-box-shadow: 0 2px 5px #ccc;
	box-shadow: 0 2px 5px #ccc;}


.page-template-registration-jeff-php .widecolumn a.btnRegister:hover,
.page-template-registration-jeff-php .widecolumn a.btnRegister:visited:hover {
	background-color: #000;
	background-color: rgba(0,0,0,0.7);
	-moz-transition: background-color 0.3s ease-in;
	-webkit-transition: background-color 0.3s ease-in;
	transition: background-color 0.3s ease-in;}
	
.page-template-registration-jeff-php .widecolumn a.btnRegister img,
.page-template-registration-jeff-php .widecolumn a.btnRegister:visited img {
	width: 600px;
	height: 50px;
	background: url('images/btnRegister.png') top left no-repeat;}

.page-template-registration-jeff-php .widecolumn a.btnRegister:hover img,
.page-template-registration-jeff-php .widecolumn a.btnRegister:visited:hover img {
	background-position: bottom left;}
/* End Registration Front-Page */


/* Registration Form */
.page-template-registration_form-php .widecolumn {
	width: 600px;}

.page-template-registration_form-php .widecolumn .entry {
	margin: 10px 0 0 0;
	font-size: 165%;}

form.registrationForm {
	margin: 30px 0;
	font-size: 150%;
	font-weight: bold;}
	
form.registrationForm label {}	

form.registrationForm input {}

form.registrationForm ul {
	list-style: none;}

form.registrationForm ul li.radioField {
	margin: 0 0 10px 0;
	color: #333;}

form.registrationForm ul li.radioField input {
	float: left;
	margin: 5px 5px 0 0;}

form.registrationForm ul li.inputField {
	margin: 20px 0 0 0;
	color: #666;}

form.registrationForm ul li.inputEmail {
	margin: 30px 0 0 0;}

form.registrationForm ul li.inputField .inputCont {
	padding: 10px 10px 5px 10px;
	background-color: #fff;
	background-color: rgba{255,255,255,0.5};
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 0 1px 3px #ccc;
	-webkit-box-shadow: 0 1px 3px #ccc;
	box-shadow: 0 1px 3px #ccc;}

form.registrationForm ul li.inputField .inputCont input,
form.registrationForm ul li.inputField .inputCont select,
form.registrationForm ul li.inputField .inputCont textarea {
	width: 545px;
	font-size: 100%;
	color: #333;
	font-weight: bold;
	border: none;
	background: none;}

.ie7 form.registrationForm ul li.inputField .inputCont input,
.ie7 form.registrationForm ul li.inputField .inputCont select,
.ie7 form.registrationForm ul li.inputField .inputCont textarea {
	background: #fff;}
	
form.registrationForm ul li.inputField .inputCont select {
	width: 545px;}

form.registrationForm ul li.buttonField {
	margin: 30px 0 0 0;}

form.registrationForm ul li.buttonField input.btnRegister {
	padding: 10px 10px 5px 10px;
	font-size: 175%;
	color: #fff;
	font-weight: bold;
	background-color: rgb(57,181,74);
	border: none;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 0 1px 3px #ccc;
	-webkit-box-shadow: 0 1px 3px #ccc;
	box-shadow: 0 1px 3px #ccc;}

form.registrationForm ul li.buttonField input.btnRegister:hover {
	background-color: rgb(240,81,63);
	-moz-transition: background-color 0.3s ease-in;
	-webkit-transition: background-color 0.3s ease-in;
	transition: background-color 0.3s ease-in;}

form.registrationForm ul li.text {
	padding-top: 20px;
	font-size: 75%;
	color: #666;}

form.registrationForm ul.border {
	padding: 0 15px 15px 15px;
	margin: 0 0 50px 0;
	border: 2px solid #fff;}

ul.border li.fieldSetTitle {
	padding: 0 5px;
	float: left;
	margin: -10px 0 0 -5px;
	font-size: 75%;
	color: #666;
	background: #e3e3e3;}

ul.border hr {
	margin: 30px 0 0 0;
	display: block;
	height: 3px;
	background: #fff;
	border: none;}

ul.border li.text input.checkbox {
	float: left;
	margin: 0 10px 0 0;}

ul.border li.text .inputCont {
	width: 100px;
	margin: -10px 0 0 10px;
	display: inline-block;}

ul.border li.date {
	margin-bottom: -15px;}

ul.border li.text .list {
	display: inline-block;
	margin: 0 15px 0 0;}

ul.taxonomy {
	width: 225px;
	height: 300px;
	padding: 10px;
	background: #fff;
	background: rgba(255,255,255,0.7);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 0 1px 3px #ccc;
	-webkit-box-shadow: 0 1px 3px #ccc;
	box-shadow: 0 1px 3px #ccc;
	overflow-y: scroll;
	overflow-x: hidden;}

ul#attributes {
	overflow: auto;}

ul.taxonomy li label {
	color: #000;
	font-size: 110%;
	padding: 0 0 5px 0;}

ul.taxonomy li ul {
	margin: 0 0 10px 0;}

ul.taxonomy li ul li,
ul#attributes li {
	min-height: 17px;
	margin: 3px 0;}

ul.taxonomy li ul li input {
	float: left;
	margin: -1px 5px 0 0;}

#descLong textarea {
	height: 200px;}

div#browse {
	width: 400px;
	display: inline-block;}

input.btnBrowse,
input.btnUpload {
	height: 35px;
	padding: 5px;
	font-size: 130%;
	color: #fff;
	font-weight: bold;
	background-color: #6090a7;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #ccc;
	-webkit-box-shadow: 0 1px 3px #ccc;
	box-shadow: 0 1px 3px #ccc;}

input.btnBrowse:hover {
	background-color: #005b7f;
	-moz-transition: background-color 0.3s ease-in;
	-webkit-transition: background-color 0.3s ease-in;
	transition: background-color 0.3s ease-in;}

input.btnUpload {
	margin: 5px 0 0 0;
	background-color: #39b54a;}

input.btnUpload:hover {
	background-color: #00a651;
	-moz-transition: background-color 0.3s ease-in;
	-webkit-transition: background-color 0.3s ease-in;
	transition: background-color 0.3s ease-in;}

.descAvailability {
	margin: 10px 0 0 20px;}

.descAvailability .inputCont {
	width: 300px;}

ul.submit {
	margin: -30px 0 0 0;}
/* End Registration Form */


/* Single Entry Page */

.single .widecolumn {
	width: 600px;}

.single .widecolumn .post h2 {
	font-size: 300%;}

.single .widecolumn .post .entry p {
	padding: 15px 0 0 0;
	font-size: 175%;}

.single .widecolumn .post p.postmetadata {
	padding: 10px;
	margin: 30px 0;
	font-size: 125%;
	color: #666;
	background-color: #fff;
	background-color: rgba(255,255,255,0.7);
	-moz-box-shadow: 0 1px 3px #ccc;
	-webkit-box-shadow: 0 1px 3px #ccc;
	box-shadow: 0 1px 3px #ccc;}

.single .widecolumn .navigation {
	height: 35px;
	margin: 20px 0 10px 0;
	font-size: 200%;
	font-weight: bold;}
/* End Single Entry Page */

/* List Entries/Search Results Page */
.page-template-listentries-php .widecolumn {
	width: 675px;}

.page-template-listentries-php .widecolumn h2 {
	font-size: 300%;
	margin: 0 0 -10px 0;}
	
.page-template-listentries-php .widecolumn .post h3 {
	font-size: 200%;
	margin: 25px 0 0 0;
	line-height: 1.1em;}

.page-template-listentries-php .widecolumn .post .byline {
	padding: 0 0 5px 0;
	font-size: 105%;
	color: #555;}
	
.page-template-listentries-php .widecolumn .post p {
	font-size: 135%;}
	
.page-template-listentries-php .widecolumn .post p.permalink {
	padding-top: 5px;}
/* End List Entries Page */


/* Generic Page Template */
.page-template-default .widecolumn {
	width: 675px;}

.page-template-default .widecolumn .post h2 {
	margin: 10px 0 0 0;
	font-size: 260%;
	line-height: 1.0em;}

.page-template-default .widecolumn .post p {
	padding: 0 0 15px 0;
	font-size: 150%;}
/* End Generic Page */

/* 404 */
.error404 .widecolumn h2 {
	width: 550px;
	font-size: 500%;
	text-transform: uppercase;
	letter-spacing: -0.02em;}

.error404 .widecolumn a {
	font-size: 200%;}
/* End 404 */

