/*=============================
Everything Styles
===============================

1. RESET
2. LAYOUT
3. TYPOGRAPHY
4. AMENDMENT STYLES

===============================*/

/*=============================
1. RESET STYLES
===============================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, img, 
fieldset, form, label, legend, button, 
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
}

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

img {
margin: 0;
font-size: 0;
line-height: 0;
}

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }

del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}

hr {
margin: 0;
padding: 0;
}

b, strong { font-weight: bold; }

/*=============================
2. LAYOUT STYLES
===============================
*/

body {  background: #fff url(http://everythingconference.org/images/everything_1920.jpg) left top fixed; }

#centre {
width: 980px;
margin: 0 auto;
}

#wrapper {
width: 940px;
padding: 20px 20px 0 20px;
float:left;
position: relative;
background: url(http://everythingconference.org/images/everything_tile_background.jpg);
}

/*==============
LOGIN
==============*/

#loginContainer {
position: absolute;
z-index: 150;
width: 220px;
margin: -20px 0 0 720px;
}

#loginContainer > div {
background: #70bcec;
display: none;
width: 200px;
height : 163px;
float: left;
padding: 10px;
border-radius: 0 0 6px 0;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-bottomright: 6px;
}

#loginContainer a, #loginContainer a:visited, #loginContainer a:hover { color: #fff; }

#loginContainer form {
width: 200px;
float: left;
}

#loginContainer form label {
color: #fff;
font-weight: bold;
width: 80px;
float:left;
margin: 4px 0 0 0;
}

#loginContainer form input {
float:left;
border: 0;
padding: 5px 5px;
width: 190px;
margin: 0 0 10px;
color: #666;
font-size: 1.25em;
}

#loginContainer form input#loginSubmit {
border: 0;
background: #222;
color: #fff;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
font-size: 1em;
width: 60px;
padding: 3px 10px;
}

a#loginTab {
display: block;
background: #70bcec;
float: right; 
text-decoration: none;
font-weight: bold;
padding: 5px 10px;
margin: 0 152px 0 0px;
width: 48px;
position: relative;
z-index: 100;
text-align: center;
border-radius: 0 0 6px 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomleft: 6px;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-bottomright: 6px;
}


/*==============
TOPBAR
==============*/

#topbar {
float:left;
width: 940px;
margin: 30px 0 20px 0;
}

#logo {
width: 230px;
height: 35px;
float:left;
display: block;
overflow:hidden;
margin: 0 200px 0 0;
}

.navCatIcon {
float: left;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
width: 10px;
height: 10px;
margin: 5px 5px 0 0;
}

ul#primaryNav {
width: 180px;
float:left;
}

ul#secondaryNav {
width: 150px;
float:left;
}

ul#primaryNav li, ul#secondaryNav li { height: 16px; }

#search {
float: right;
width: 160px;
margin: 5px 0 0 0;
}

#search form {float:left;}

#keywords {
background: #fff;
float:left;
width: 120px;
padding: 5px 10px;
margin: 0 0 0 -10px;
border-radius: 10px 0 0 10px;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
border: 0;
font-size: 0.9em;
border-bottom: 1px solid #fff;
box-shadow: inset 0px 1px 1px #aaa;
-moz-box-shadow: inset 0px 1px 1px #aaa;
-webkit-box-shadow: inset 0px 1px 1px #aaa;
}

#searchSubmit {
border: 0;
background: #ccc url(http://everythingconference.org/images/everythingconf-sprite.png) -55px -46px;
width: 15px;
height: 25px;
padding: 5px 14px;
float: left;
text-indent: -9999px;
border-radius: 0 10px 10px 0;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
}

#searchSubmit:hover {
cursor: pointer;
background-color: #5dc172;
box-shadow: inset 0px 1px 1px #459255;
-moz-box-shadow: inset 0px 1px 1px #459255;
-webkit-box-shadow: inset 0px 1px 1px #459255;
}

#search label { 
float:left; 
width: 60px;
}

span#searchIcon {
display: block;
float: left;
width: 15px;
height: 15px;
margin: 1px 83px 5px 0;
background: url(http://everythingconference.org/images/everythingconf-sprite.png) -63px -50px;
}

span span {display:none;}

/*===========
MAIN CONTENT
===========*/

/*===========
LOCATION DATA
===========*/

#locationData {
width: 940px;
float:left;
margin: 0 0 10px 0;
}

a.button { display: inline-block; }

a.button, a.button:visited {
display:block;
float:left;
background: #aaa;
padding: 2px 10px;
margin: 0 10px 0 0;
}

a.button:hover {
background: #666;
color: #fff;
text-decoration: none;
}

#locationData a.button, #contributorProfile a.button {
float:right;
margin: 0;
}

#contributorProfile a.button, #activeTags a.button  {
float: left;
margin: 0 3px 3px 0;
}

#activeTags a.button, #activeTags a.button:visited {
background: #5dc172;
color: #fff;
}

#activeTags a.button:hover { background: #333; }

a.button.rss { margin-right: 0; }

a.button.rss:hover {
background: #f1af48;
color: #333;
}

span.rssIcon {
background: url(http://everythingconference.org/images/everythingconf-sprite.png) -19px -41px;
display: inline-block;
width: 10px;
height: 10px;
vertical-align: top;
margin: 5px 0 0 5px;
}

#breadcrumbs {
width: 700px;
float:left;
color: #5c5c5c;
margin: 2px 0 0 10px;;
}

/*===========
COLUMNS
===========*/

.articlesContainer {
width: 940px;
float: left;
margin: 0;
position: relative;
}

.colContainer4 {
width: 960px;
float: left;
margin: 0 0 0 -20px;
}

.colContainer3 {
width: 720px;
float:left;
margin: 0 0 0 -20px;
}

.col940 {
width: 920px;
padding: 10px;
float:left;
background: #fdfdfd;
margin: 0 0 20px 0;
}

.col460 {
width: 440px;
padding: 10px;
margin: 0 0 0 20px;
float:left;
background: #fdfdfd;
}

.col330 {
float:left;
width: 330px;
margin: 0 20px 0 0;
background: #fdfdfd;
}

.shareItems .col330 {
margin: 0 0 0 20px;
background: transparent;
}

.col320 {
width: 320px;
float: left;
margin: 0 0 0 20px;
}

.col220 {
width: 200px;
padding: 10px;
float:left;
margin: 0 0 20px 20px;
background: #fdfdfd;
}

.col700 {
width: 680px;
padding: 10px;
float:left;
margin: 0 0 20px 20px;
background: #fdfdfd;
}

.col700 .colContainer3 {
width: 705px;
margin: 0 0 0 -25px;
}

.col700 .col220 { 
width: 210px;
margin: 0 0 20px 25px;
padding: 0;
}

.col700 #contributorProfile { 
width: 445px;
padding: 0;
}

.col940 .col220 { 
padding: 0; 
width: 220px;
margin: 0;
}

.col940 .col700 { 
padding: 0; 
width: 680px;
margin: 0 0 0 20px;
}

.fixedHeight350 { height: 390px; }


/*===========
ARTICLES
===========*/

#postTitleBar {
width: 680px;
float: left;
margin: 0 0 20px 0;
position: relative;
}

#postTitleBar h1 { width: 500px; } 

#postTitleBar .postData { 
width: 500px; 
margin: 0;
}

.postCatIcon {
position: absolute;
display: inline-block;
width: 30px;
height: 30px;
top: 0;
right: 0;
}

.img200Container .postCatIcon {
width: 17px;
height: 17px;
top: 5px;
right: 5px;
}

a.readMore, a.readMore:visited {
background: #5dc172;
color: #fff;
}

a.readMore:hover {
background: #333;
}

.col700 a.permalink, .col700 a.permalink:visited { 
color: #fff; 
letter-spacing: 0;
margin: 0 20px 0 0;
}

label[for=permalinkText] {
font-weight: bold;
float:left;
margin: 2px 10px 0 0;
}

.permalinkText {
border: 1px solid #ccc;
padding: 4px;
float: left;
display: block;
}

/*===========
IMAGES
===========*/

.articleEntryImageContainer {
width: 460px;
margin: 0 0 10px 20px;
float: right;
background: #ccc;
overflow: hidden;
}

.articleEntryVideoContainer {
width: 680px;
float: left;
margin: 0 0 20px 0;
}

.articleEntryVideoContainer iframe {
width: 680px;
height: 378px;
}

.articlesContainer .col700 .articleEntryImageContainer object { margin: 0; }

.articleImgOne { margin: 0 0 5px 0; }

.articleImageCaption {
color: #5c5c5c;
margin: 0 0 5px 5px;
font-size: 0.833em;
font-family: verdana, 'helvetica neue', helvetica, arial, sans-serif;
}

.img200Container {
float:left;
width: 200px;
position: relative;
}

#cycle {
position: relative;
width: 460px;
float: right;
margin: 0 0 10px 20px;
}

#cycleImages {
width: 460px;
height: 490px;
float: right;
top: 0;
left: 0;
}

#cycleImages .articleEntryImageContainer {
float: none;
margin: 0;
}

#cycleNav {
position: absolute;
width: 440px;
padding: 10px;
background: rgb(204, 204, 204);
background: rgba(204, 204, 204, 0.5);
z-index: 400;
}

#cycleNav a, #cycleNav a:visited {
text-decoration: none;
font-weight: bold;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
background: #333;
padding: 3px 7px;
text-decoration: none;
margin: 0 4px 0 0;
font-size: 0.8em;
line-height: 0.8em;
color: #fff;
}

#cycleNav a:hover, #cycleNav a.activeSlide { background: #de615e; }


/*===========
VIDEOS
===========*/

.articlesContainer .col700 object {
margin: 30px auto 30px auto;
display:block;
}

object { margin: 0; }

.videoIcon {
position: absolute;
width: 60px;
height: 35px;
top: 45px;
left: 70px;
background: url(http://everythingconference.org/images/everythingconf-sprite.png) -80px -39px;
}

span.videoIcon { display: block; }

/*===========
AUDIO
===========*/

#audioContainer {
float: left;
width: 308px;
background: #eee;
border: 1px solid #ccc;
padding: 10px;
margin: 0 20px 20px 0;
}

#audioContainer object { margin: 10px 0 10px; }

/*===========
DOCUMENTS
===========*/

#documentContainer {
float: left;
width: 308px;
background: #eee;
border: 1px solid #ccc;
padding: 10px;
margin: 0 0 20px 0;
}

/*===========
PAGINATION
===========*/

#pagination {
color: #191919;
font-weight: bold;
}

.col3 { width: 680px; }

#pagination strong { margin: 0 4px 0 0; }

#pagination a, #pagination a:visited {
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
background: #de615e;
padding: 3px 7px;
text-decoration: none;
margin: 0 4px 0 0;
}

#pagination a:hover { background: #eea9a7; }

/*===========
CONTRIBUTOR PROFILE
===========*/

#contributorProfileContainer h1 { margin: 0 0 30px 0; }

#contributorProfile {
width: 445px;
float: left;
}

#contributorProfile img {
float:left;
width: 210px;
margin: 0 0 20px 0;
}

.rssContainer {
width: 210px;
float:left;
margin: 0 0 20px 0;
} 

.col700 .col220 h3 { margin: 0 0 20px 0; }


/*===========
CONTRIBUTOR MINI PROFILE
===========*/

#miniBioStats {
width: 200px;
float:left;
margin: 0 0 20px 0;
}

#miniBioStats img {
width: 90px;
float:left;
margin: 0 10px 0 0;
}

span.tagIcon {
background: url(http://everythingconference.org/images/everythingconf-sprite.png) -32px -53px;
width: 15px;
height: 15px;
float: right;
margin: 0 115px 0 0;
}

/*===========
CONFERENCE INFO
===========*/

.confEntryImgContainer {
width: 440px;
float:left;
height: 256px;
position: relative;
}

.confEntryDetails {
position: absolute;
width: 420px;
top: 10px;
left: 10px;
}

.confEntryAddress {
position: absolute;
width: 420px;
bottom: 0px;
left: 10px;
}

.confEntryImgContainer p, .confEntryImgContainer h1, .confEntryImgContainer h3 {
color: #fff;
letter-spacing: 0em;
font-size: 1.167em;
}

.confEntryImgContainer h1 {
font-size: 2.5em;
margin: 0 0 5px 0;
}

.confEntryImgContainer h3 { font-size: 2em; }

.tickets {
margin: 0 0 20px 0;
padding: 0 0 10px 0;
border-bottom: 1px solid #555;
width: 100%;
float: left;
}

a.guest-list-register {
font-size: 30px;
font-weight: bold;
text-decoration: none;
background: #5DC172;
color: #fff !important;
padding: 20px;
display: inline-block;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin: 0 0 20px 0
}

a.guest-list-register:hover { background: #333; }

/*===========
SCHEDULES
===========*/

.scheduleContainer {
background: #eee;
width: 420px;
float:left;
padding: 12px 10px 20px 10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin: 20px 0;
}

.schedule {
width: 420px;
float: left;
margin: 0;
color: #333;
font-size: 1em;
line-height: 1.1em;
font-weight: normal;
border-top: 2px solid #333;
border-bottom: 1px solid #333;
}

.schedule tr { border-top: 1px solid #333; }

.schedule td { padding: 4px 0 5px 0; }

.schedule td.time {
font-weight: bold;
width: 80px;
}

/*===========
FANCYZOOM
===========*/

.confContributors {
width: 440px;
float: left;
margin: 40px 0 20px -2px;
}

.confContributorImg {
width: 53px;
height: 53px;
overflow: hidden;
float:left;
margin: 0 0 2px 2px;
}

#zoom_content, .confContributorMiniBio {
float:left;
width: 420px;
}

.confContributorMiniBio {
width: 440px;
margin: 20px 0 0 0;
}

#zoom_content img, .confContributorMiniBio img {
width: 200px;
height: 200px;
overflow: hidden;
margin: 0 20px 0 0;
float: left;
}

#zoom {
z-index: 400;
width: 420px;
}


/*===========
COMMENTS
===========*/

.comment {
width: 660px;
float:left;
padding: 10px;
background: #ddd;
margin: 0 0 10px 0;
}

.comment.authorComment { background: #bde1e9; }

.commentAuthorPhoto {
float:left;
width: 50px;
margin: 0 10px 0 0; 
background: #fff;
}

.commentAuthorPhoto img { display: block; }

.commentAuthorPhoto .FB_profile_pic {
width: 50px !important;
height: 50px !important;
margin: 0;
}

.commentAuthorPhoto .FB_profile_pic img { margin: 0 !important; }

.comment p { 
float: right;
width: 600px;
margin: 0 0 5px 0;
}

#comment_form {
float: left;
width: 330px;
margin: 20px 0 10px 0;
}

.commentsLeft {
width: 330px;
float: left;
}

.commentsRight { 
float: right; 
width: 330px;
}

#comment_form input {
background: #eee;
border:0;
padding: 5px 10px;
width: 310px;
margin: 0 0 10px 0;
}

#comment_form p { margin: 0; }

#comment {
width: 310px;
height: 130px;
padding: 10px;
background: #eee;
border: 0;
float: left;
margin: 0 0 20px 0;
}

#comment_form input.commentCheckbox {
width: 13px;
margin: 0 5px 0 0;
}

#comment_form #commentSubmit {
width: 70px;
border: 0;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
background: #5dc172;
padding: 3px 10px;
color: #fff;
font-weight: bold;
margin: 20px 0 0 0;
}

#comment_form #commentSubmit:hover {
cursor: pointer;
background: #191919;
}

.fbc_state img {
width: 50px;
float:left;
margin: 0 10px 10px 0;
}

#fb-login {
background: #5ea0c5;
color: #fff;
text-decoration: none;
padding: 5px 10px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
}

#fb-login:hover { background: #3a4247; }

.facebook-login-container {
width: 310px;
padding: 10px;
background: #bdd5e3;
float: left;
margin: 20px 0 25px 0;
}

#comment_form .facebook-login-container p { margin: 0 0 16px 0; }

.facebook-login-container img {
width: 100px;
padding: 5px;
background: #fff;
float: left;
margin: 0 10px 0 0;
-moz-box-shadow: 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
box-shadow: 0 0 4px rgba(0,0,0,0.2);
}

/*===========
WHATS YOUR THING?
===========*/

.whatsYourThing { background: url(http://everythingconference.org/images/whatsgradientBG.jpg); }

ul#cloudv2 {
width: 920px;
float:left;
}

ul#cloudv2 li {
float:left;
margin: 0 5px 5px 0;
padding: 10px;
background: #000;
color: #fff;
font-weight: bold;
font-size: 2em;
}

ul#cloudv2 li span { font-size: 0.583em; }

span#info {
background: url(http://everythingconference.org/images/everythingconf-sprite.png) 0px -78px;
display: block;
width: 22px;
height: 22px;
float: right;
}

#wordCloudInfo, #infoContent {
width: 920px;
float:left;
margin: 20px 0 40px 0;
}

#infoContent { 
margin: 20px 0 0 0; 
display: none;
color: #fff;
}

form#word {
width: 800px;
float: left;
}

form#word label {
font-weight: bold;
width: 150px;
float: left;
font-size: 1.333em;
margin: 6px 0 0 10px;;
color: #fff;
}

form#word input {
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
float:left;
width: 200px;
border: 0;
padding: 5px;
font-size: 1.333em;
line-height: 1.333em;
color: #777;
margin: 0 10px 0 0;
}

form#word input#submit {
width: 90px;
border: 0;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
background: #333;
padding: 4px 10px 4px 10px;
color: #fff;
font-weight: bold;
margin: 0;
}

form#word input#submit:hover {
background: #222;
cursor: pointer;
}

form#word label.error, label#response {
clear:left;
color: #333;
width: 190px;
padding: 5px 10px;
float:left;
font-weight: bold;
margin: 10px 0 0 160px;
background: #ccc;
font-size: 1.067em;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

/*===========
SEARCH RESULTS
===========*/

.searchInfo { background: #de615e; }

.searchInfo h3 { color: #fff; }


/*===========
SHARING LINKS
===========*/

.sharingLinks {
float: left;
margin: 10px 0 0 0;
clear:left;
}

.sharingLinks span {
display:block;
float: left;
}

.sharingLinks > div { float: left; }

.tweetmemeBtn, .facebookBtn, .stumbleuponBtn, .deliciousBtn {
float: left;
margin: 0 0 0 15px;
}

/*===========
TAG LINKS
===========*/

#postTagsContainer {
width: 680px;
float:left;
margin: 20px 0 20px 0;
}

#postTagsContainer span {
diaply: block;
float: left;
margin: 0 10px 0 0;
}

#postTags { 
float: left; 
margin: -2px 0 0 0;
}

#postTags a, #postTags a:visited {
background: #5dc172;
color: #fff;
margin: 0 3px 3px 0;
text-transform: capitalize;
}

#postTags a:hover, #postTags #active-tag { background: #333; }

/*===========
SIDEBAR
===========*/

#sidebar {
width: 240px;
float: right;
}

#sidebar .col220 { position: relative; }

#sidebar .col220 h2 { width: 170px; }

#sidebar .col220 .postCatIcon {
top: 10px;
right: 10px;
}

.relatedArticle {
width: 200px;
float:left;
margin: 0 0 5px 0;
background: #d9d9d9;
}

.relatedArticle a { 
display: block; 
float:left;
width: 190px;
padding: 5px;
text-decoration: none;
}

.relatedArticle a:hover { background: #87e697; }

.relatedArticle a span {
float:right;
display: block;
width: 150px;
vertical-align: middle;
}

.relatedArticle img {
width: 30px;
float:left;
margin: 0 10px 0 0;
}

#activeTags p { margin: 0 0 5px 0; }

#contributorImages, #myArticles {
width: 198px;
float:left;
margin: 0 0 0 -2px;
}

#contributorImages img, #myArticles img {
width: 64px;
height: 64px;
margin: 0 0 2px 2px;
float:left;
}

/*===========
SHARE RESOURCES
===========*/

#shareResourcesContainer {
float: left;
width: 700px;
}

#shareResourcesContainer .colContainer3 {
position: relative; 
margin: 0 0 20px 0;
}

.shareCatBG { 
position: absolute; 
top: 0;
left: 20px;
}

.shareItems {
position: relative;
float: left;
left: 60px;
top: 40px;
width: 620px;
background: transparent;
}

.shareItems li {
width: 300px;
float: left;
border-top: 1px solid #bbb;
padding: 5px 0 0 0;
margin: 0;
}

.shareItems li.odd { margin: 0 20px 0 0; }

.shareItems li.shareParentCategory {
border-bottom: 2px solid #bbb;
border-top: 0;
padding: 0 0 5px 0;
margin: 0;
width: 100%;
}

.shareItems li.shareCategory { 
width: 100%;
border-top: 0; 
margin: 0 0 10px 0;
}

.shareItems label {
font-weight: bold;
margin: 10px 0 0 0;
width: 300px;
float: left;
}

.shareItems textarea {
width: 280px;
padding: 10px;
border: 1px solid #ccc;
-moz-border-raidus: 5px;
-webkit-border-raidus: 5px;
border-raidus: 5px;
margin: 5px 0 15px 0;
}

.shareItemInfo h3 { margin: 0 0 10px 0; }

.shareItemContainerImg a, 
.shareItemContainerImg img { display: block; }

.shareItemContainerImg { margin: 0 0 10px 0; } 

.shareItemContainer {
width: 100%;
margin: 0 0 10px 0;
}

a.copyCode, a.copyCode:visited {
background: #09ef9b;
padding: 2px 10px;
margin: 0 10px 0 0;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
text-decoration: none;
}

/*===========
FOOTER
===========*/

#footer {
margin: 20px 0 20px 0;
background: #bbb;
background: rgba(0,0,0,0.2);
padding: 20px 0 0 0;
width: 940px;
height: 180px;
float: left;
}

#footer h5 {
font-size: 14px;
line-height: 16px;
margin: 0 0 15px 0;
color: #454545;
}

#footer p {
color: #666;
font-size: 14px;
line-height: 18px;
margin: 0 0 16px 0;
}

#footer a, #footer a:visited {
font-size: 14px;
line-height: 18px; 
color: #666; 
text-decoration: underline;
font-family: 'Helvetica Neue', Helvetica, Arial, Verdana;
}

span#everythingFooterLogo {
background: url(http://everythingconference.org/images/everything-footer-logo.png);
clear: left;
width: 110px;
height: 68px;
display: block;
margin: 0 0 40px 0;
}

ul.footerList {
width: 215px;
float: left;
margin: 0 0 0 20px;
}

ul.footerList li { height: auto; }

#footer #siteCredits {
font-size: 11px;
line-height: 16px;
width: 100%;
}

#footer #siteCredits a,
#footer #siteCredits a:visited {
font-size: 11px;
line-height: 16px;
}

.footerProfiles img {
float: left;
margin: 0 10px 0 0;
}

#footerMiniProfiles { width: 364px; }

#footerMiniProfiles li {
float: left;
width: 172px;
margin: 0 20px 0 0;
}

#footerNav { margin: -1px 0 0 0; }
#footerNav li {
margin: 0;
height: 16px;
}

#footerMiniProfiles li.lastProfile { margin: 0; }

.twitterTitle { margin: 17px 0 0 0; }
#footer .twitterTitle h5 { margin: 0 0 16px 0; }

#recentTweet p { margin: 0; }

#footer p.tweetDate {
color: #888;
margin: 5px 0 0 0;
}

#footer .tweetText a { 
margin: 3px 0 0 0; 
display: inline-block; 
}

#footer p.footerBookingsLink, 
#footer p.footerMapLink { margin: -13px 0 18px 0; }

#footerSocialMedia { 
margin: 0 0 15px 0; 
float: left;
width: 172px;
}

#footerSocialMedia li {
width: 100%;
float: left;
margin: 0 8px 0 0;
}

#footerSocialMedia a { text-decoration: none; }

#footerTwitter, 
#footerFlickr, 
#footerFacebook,
#footerVimeo {
background: url(http://everythingconference.org/images/everything-icon-sprite.png) no-repeat -45px 0;
display: inline-block;
vertical-align: -5px;
width: 21px;
height: 22px;
margin: 0 5px 0 0;
}

#footerFlickr { background-position: -23px 0px; }
#footerVimeo { background-position: 0px 0px; }
#footerFacebook { background-position: -68px 0; }


/*===========
NEW MEMBER FORM
===========*/

#newMemberForm {
float:left;
background: #fdfdfd;
padding: 10px 10px 30px 10px;
width: 920px;
margin: 0 0 0 20px;
}

#newMemberForm .col460 {
padding: 0;
width: 450px;
margin: 0 9px 0 0;
padding: 0 10px 0 0;
border-right: 1px solid #999;
}

#newMemberForm .col460.no_margin {
margin: 0;
padding: 0 0 0 9px;
border: 0;
padding: 0;
width: 450px;
}

#newMemberForm h1 { margin: 0 0 30px 0; }

#newMemberForm label {
font-weight: bold;
font-size: 1.333em;
float: left;
width: 150px;
margin: 4px 0 0 0;
}

#newMemberForm input, #newMemberForm textarea {
font-size: 1.167em;
float: left;
width: 288px;
padding: 5px;
border: 1px solid #5c5c5c;
margin: 0 0 10px 0;
color: #666;
font-family: 'helvetica neue', helvetica, arial, verdana, sans-serif;
}

#newMemberForm input#memberSubmit, #inviteLightbox input#inviteSubmit, #qaForm input#qaSubmit {
width: 70px;
border: 0;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
background: #5dc172;
padding: 2px 10px;
color: #fff;
font-weight: bold;
margin: 20px 0 0 0;
font-size: 1em;
}

#qaForm input#qaSubmit { margin: 20px 0; }

#newMemberForm input#memberSubmit:hover, #qaForm input#qaSubmit:hover {
background: #333;
cursor: pointer;
}

hr {
background: #999;
border-bottom: 1px solid #fff;
color: #666;
font-size: 1px;
line-height: 1px;
height: 1px;
float:left;
margin: 10px 0;
width: 100%;
border: 0;
}

#newMemberForm label.error, #inviteForm label.error, #qaForm label.error {
color: #de615e;
width: 290px;
padding: 5px;
float:left;
margin: 0 0 10px 150px;
background: #eedad9;
}

#qaForm label.error {
margin: 0 0 10px 0;
width: 320px;
}

#inviteForm label.error {
width: 220px;
margin: 0 0 10px 110px 
}

#result {
clear:left;
float:left;
width: 450px;
margin: 20px 0 0 0;
}

#memberPhotoUpload {
width: 288px;
float:left;
background: #fff;
border: 1px solid #5c5c5c;
padding: 5px;
margin: -20px 0 10px 0;
}

#uploadButtonUploader {
width: 60px;
float: left;
margin: 0 228px 10px 0;
}

.uploadifyError { background: #eedad9; }

/*==============
INVITATION
==============*/

#mask {
position:absolute;
left:0;
top:0;
z-index:9000;
background-color:#000;
display:none;
}
  
.window {
position:absolute;
left:0;
top:0;
width:440px;
height:200px;
display:none;
z-index:9999;
padding:20px;
}

#inviteLightbox {
width: 720px; 
height: 565px;
padding: 20px;
background: #eee;
}

#inviteLightbox .title_container {
width: 720px;
float:left;
}

ul#inviteThumbs {
width: 345px;
float:left;
margin: 10px 0 10px -7px;
}

ul#inviteThumbs li{
width: 108px;
height: 61px;
float:left;
margin: 0 0 7px 7px;
padding: 0;
}

ul#inviteThumbs li img {
margin: 0;
padding: 0;
line-height:0;
font-sie: 0;
}

.invitationImageLg { display: none;}

ul#inviteThumbs li a {
display: block;
margin: 0;
padding: 0;
}

#inviteLightbox label, #qaForm label {
font-weight: bold;
font-size: 1.167em;
float: left;
width: 110px;
margin: 4px 0 0 0;
}

#qaForm label[for=qaQuestion] { margin: 0 0 10px 0; }

#inviteLightbox input#inviteSubmit {
width: 100px;
margin: 0;
float: right;
}

#inviteLightbox input#inviteSubmit:hover {
background: #333;
cursor: pointer;
}

#inviteLightbox input, #inviteLightbox textarea, #qaForm input, #qaForm textarea {
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-size: 1.167em;
float: left;
width: 218px;
padding: 5px;
border: 1px solid #999;
margin: 0 0 10px 0;
color: #666;
font-family: 'helvetica neue', helvetica, arial, verdana, sans-serif;
}

#qaForm input { width: 208px; }

#qaForm textarea { width: 318px; }

#inviteLightbox textarea {
width: 328px;
height: 60px;
margin: 5px 0 10px 0;
}

#inviteLightbox h1 {
width: 310px;
float:left;
margin: 0 0 20px 0;
}

#inviteLightbox a.button {
float: left;
margin: 0;
}

a.close_box, a.close_box:visited {
float: right;
font-size: 1.333em;
text-decoration: none;
font-weight: bold;
}

a.close_box:hover { color: red; }

#inviteForm {
width: 340px; 
float:left;
}

#invitePreview {
float:left;
padding: 10px;
margin: 0 0 0 10px;
width: 350px;
background: #fff;
}

#invitePreview p { line-height: 1.167em; }

#inviteImage {
width: 350px;
height: 197px;
overflow: hidden;
margin: 0 0 20px 0;
float: left;
background: url(http://everythingconference.org/images/inviteImage.jpg);
}

#inviteLivePreviewText, #inviteConferenceDetails {
width: 350px;
float: left;
margin: 0;
}

/*===============
Q & A
===============*/
.col700.qaQuestionInfo { margin: 20px 20px 0 0; }

.col220.qaQuestionStats { margin: 20px 0 0 0; }

.col460.qaQuestionInfo { 
margin: 0 0 0 0; 
padding: 0;
width: 450px;
}

.col460.floatRight {
overflow:hidden;
height: 254px;
width: 450px;
}

.qaQuestionInfo p.postData { margin: 0; }

.voteCount {
padding: 8px;
border: 1px solid #bbb;
background: #ddd;
float: right;
font-weight: bold;
color: #5c5c5c;
font-size: 1.167em;
line-height: 1.083em;
margin: 0 20px 0 0;
text-align: right;
}

a.voteBtn, a.voteBtn:visited {
text-decoration: none;
background: #5dc172 url(http://everythingconference.org/images/thumbsUpSm.png) no-repeat 45px 5px;
text-align: left;
display: block;
width: 55px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 0;
color: #fff;
padding: 10px;
font-size: 1.167em;
line-height: 1em;
float: right;
font-weight: bold;
font-family: 'helvetica neue', helvetica, arial, verdana, sans-serif;
}

a.voteBtn:hover {
cursor: pointer;
background-color: #333;
color: #fff;
}

#qaForm {
width: 680px;
float:left;
}

#qaForm p { clear: left; }

#qaLocation { margin: 0px 0 0 0; }

#qaLocation, #qaLocation li {
width: 80px;
float:left;
}

#qaForm input[type=radio]{
width: 15px;
height: 15px;
margin: 1px 5px 5px 0;
border: none;
}

#qaForm label#characterCount {
float: right;
width: auto;
margin: 0 0 10px 0;
text-align: right;
font-weight: normal;
font-size: 1.05em;
}

#qaForm label[for=qaQuestion] { width: 70px; }

.userVotes {
position: fixed;
top: 400px;
right: 0;
width: 50px;
padding: 10px;
background: #d37952;
z-index: 100;
}

.userVotes h3 { 
color: #fff; 
font-size: 1em;
letter-spacing: 0;
text-align: center;
}

.userVotes h3 span { 
font-size: 2em; 
width: 50px;
display: block;
text-align: center;
margin: 0 0 5px 0;
}

#responseMessage {
width: 300px;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
background: #fff;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 20px;
display: none;
}

a#closeResponse, a#closeResponse:visited {
padding: 5px;
background: #666;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
width: 40px;
display: block;
text-decoration: none;
text-align: center;
font-weight: bold;
color: #fff;
margin: 20px 0 0 0;
}

a#closeResponse:hover { background: #333; }

.col940 div.qaAnswer {
background: #e3e3e3;
padding: 10px;
width: 900px;
margin: 0 0 15px 0;
}

.col940 div.qaAnswer img { 
float: left;
margin: 0 10px 10px 0;
}

.col940 div.qaAnswer p, 
.col940 div.qaAnswer h3 { color: #333; }

.voteClosed {
background: #d5d5d5;
width: 55px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 0;
color: #fff;
padding: 10px;
font-size: 12px;
line-height: 13px;
float: right;
font-weight: bold;
font-family: 'helvetica neue', helvetica, arial, verdana, sans-serif;
}

.col940 a.viewAnswer {
clear: both;
background: #d37952;
margin: 0 0 15px 0;
}

#questionsTitle {  float: left; }

#filterQuestions {
float: right;
width: auto;
}

#filterQuestions li { 
float: left; 
margin: 0 0 0 5px;
}

#filterQuestions li#filterLabel { margin: 7px 0 5px 0; } 

#filterQuestions li a, #filterQuestions li a:visited {
display: block;
padding: 7px 10px;
color: #fff;
text-decoration: none;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
background: #3a8dc1;
box-shadow : 0 0 2px #143e58;
-moz-box-shadow : 0 0 2px #143e58;
-webkit-box-shadow : 0 0 2px #143e58;
}

#filterQuestions li a:hover { background: #333; }
#filterQuestions li a.active { 
background: #70BCEC; 
box-shadow : inset 0 0 10px #58a0ce;
-moz-box-shadow : inset 0 0 10px #58a0ce;
-webkit-box-shadow : 0 0 10px #58a0ce;
}

.tweet {
width: 200px;
float:left;
word-wrap: break-word;
}

.hiddenTweet{ display: none;}

#locationData a.bookingButton {
color: #ffffff;
margin: 0 10px 0 0;
background: #9933cc;
background: -moz-linear-gradient(top, #a138d5, #8f2f8f); 
background: -webkit-gradient(linear, 0 0, 0 100%, from(#a138d5), to(#8f2f8f));
text-shadow: 0 -1px 0 #8f2f8f;
}



/*=============================
3. TYPOGRAPHY STYLES
===============================*/
body {
font-family: 'helvetica neue', helvetica, arial, verdana, sans-serif;
color: #191919;
font-size: 75%;
line-height: 1.583em;
letter-spacing: -0.02em;
font-weight: normal;
}
 
p { 
font-size: 1em; 
margin: 0 0 20px 0;
}

a, a:visited, a:hover { color: #191919; }

h1, h2, h3, h4 {
font-weight: bold;
color: #5c5c5c;
letter-spacing: -0.03em;
}

h1 {
font-size: 2em;
line-height: 1em;
margin: 0 0 0.3em 0;
}

h2 {
font-size: 1.667em;
line-height: 1.417em;
margin: 0 0 0.3em 0;
}

h3 {
font-size: 1.333em;
line-height: 1.083em;
margin: 0 0 0.3em 0;
}

h4 {
font-size: 1.167em;
line-height: 1.083em;
margin: 0 0 0.3em 0;
}

h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited {
color: #444;
text-decoration: none;
text-shadow: 0 1px 0 #fff;
}

h1 a:hover, h2 a:hover, h3 a:hover {
color: #191919;
text-decoration: underline;
}

.askQuestion h1 { margin: 0 0 0.9em 0; }

p.postData {
color: #5c5c5c;
font-size: 0.917em;
line-height: 1.25em;
}

p.postData a, p.postData a:visited { color: #5c5c5c; }

ul#primaryNav li a, ul#primaryNav li a:visited, ul#secondaryNav li a, ul#secondaryNav li a:visited {
text-decoration: none;
color: #5c5c5c;
font-weight: bold;
font-size: 1em;
line-height: 1em;
}

a.breadcrumbsLink, a.breadcrumbsLink:visited {
text-decoration: none;
color: #5c5c5c;
}

a.breadcrumbsLink:hover { text-decoration: underline; }

ul#primaryNav li a:hover, ul#secondaryNav li a:hover, ul#primaryNav li a.active, ul#secondaryNav li a.active, a.breadcrumbsLink.current { color: #fb2b6c; }

#search label { font-weight: bold; }
#search input#keywords { color: #666; }

a.button, a.button:visited {
color: #333;
text-decoration: none;
font-weight: bold;
}

a.readMore, a.readMore:visited, a.readMore:hover { color: #fff; }

blockquote {
font-size: 1em;
display: block;
border-left: 1px solid #999;
color: #777;
padding: 15px 0 15px 15px;
margin: 20px;
}

blockquote p { margin : 0; }

a.FB_Link, a.FB_link:visited, a.FB_link:hover { color: #191919 !important; }

.conferenceEntry h3 { margin: 0 0 20px 0; }

.conferenceEntry p { font-weight: bold; }

#loginContainer h3, #loginContainer p {
color: #fff;
margin: 0 0 15px 0;
}

#loginContainer a.loggedInLinks, #loginContainer a.loggedInLinks:visited {
color: #333;
text-decoration: none;
display: block;
background: #61a9d7;
color: #98d4fa;
float: left;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding: 2px 10px;
margin:  10px 10px 0 0;
-moz-box-shadow: inset 0 1px 1px #599cc6;
-webkit-box-shadow: inset 0 1px 1px #599cc6;
box-shadow: inset 0 1px 1px #599cc6;
-moz-text-shadow: 0 1px 1px #599cc6;
}

#loginContainer a.loggedInLinks:hover {
background: #589eca;
-moz-box-shadow: inset 0 1px 1px #4c8db6;
-webkit-box-shadow: inset 0 1px 1px #4c8db6;
box-shadow: inset 0 1px 1px #4c8db6;
-moz-text-shadow: 0 1px 1px #4c8db6;
}

.warningColour { color: #de615e; }

/*=============================
4. AMENDMENT STYLES
===============================*/

/*==============
CATEGORY COLOURS
==============*/
.cat1 {background: #dc2b9a;}
.cat2 {background: #9c4bbd;}
.cat3 {background: #4a8ce0;}
.cat4 {background: #09e1ef;}
.cat5 {background: #09ef9b;}
.cat6 {background: #efc109;}

/*==============
ROUNDED CORNERS
==============*/

.round10 {
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.round15 {
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}

.round8 {
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}


body .no_margin, .shareItems .no_margin {  margin: 0; }

.shareItems li.lastEntry { 
border: 0; 
margin: 0;
padding: 0;
}

#hiddenInfo { display: none; }

.floatRight { float: right; }

.clearBoth { clear: both; }
