/*
-------------------------------------------------------------
Title: Cleveland Web Standards Association - Main Style Sheet
Author: Bradford Dielman - www.braddielman.com
Last Updated: March 6, 2011
-------------------------------------------------------------
*/

/*
--------------------------------------------------------
=GLOBAL RESET - Much thanks to Eric Meyer
--------------------------------------------------------
*/

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {outline: 0;}
body {
line-height: 1.4em;
color: #333;
background: #fff;
}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/*
--------------------------------------------------------
=GENERAL STYLES
--------------------------------------------------------
*/

body {
font-family: Helvetica, Arial, sans-serif;
font-size: small;
}
a:link, a:visited {text-decoration: none;}
.hide {display: none;}
a {color: #e71d1d;}
a:hover {color: #999;}
a:active {color: #333;}
#content a:active, #sidebar a:active, #footer a:active {
position: relative;
top: 1px;
}

div.notice {
font-weight: bold;
font-size: 14px;
background: #eee;
padding: 3px 5px;
border: 1px solid #333;
}
div.formError {
color: #ff0000;
font-weight: bold;
}

/*
--------------------------------------------------------
=LAYOUT
--------------------------------------------------------
*/

#wrap {
position: relative;
text-align: left;
background-color: #fff;
border-left: 1px solid #000;
border-right: 1px solid #000;
}
#content {
float: left;
width: 60%;
margin: 40px 0;
}
#inner-content {margin-left: 45px;}
#sidebar {
float: right;
width: 30%;
margin: 40px 0;
position: relative;
}
#inner-sidebar {margin-right: 45px;}
#footer {
clear: both;
padding: 20px 0;
margin: 0 45px;
text-align: center;
border-top: 1px solid #000;
}
.inner {
max-width: 960px;
min-width: 800px;
margin: 0 auto;
}

/*
--------------------------------------------------------
=HEADER AND LOGO
--------------------------------------------------------
*/

#header {
background: #000;
position: relative;
}
#header .inner {
background:  url(../images/_design/logo-pic-black.gif) no-repeat top right;
height: 172px;
position: relative;
}
#logo {padding: 25px 0 0 45px;}
#logo h1 {
background: url(../images/_design/cwsa-logo.gif) no-repeat;
width: 410px;
height: 118px;
}
#logo a {
text-indent: -5000px;
border-style: none;
display: block;
width: 410px;
height: 118px;
overflow: hidden;
background: none;
}

/*
--------------------------------------------------------
=NAVIGATION
--------------------------------------------------------
*/

#navigation {
position: absolute;
bottom: 0px;
right: 45px;
display: inline;
}
#navigation ul {float: left;}
#navigation li {float: left;}
#navigation li a {
background: #ccc;
background: rgba(204,204,204,.75);
color: #333;
display: block;
padding: 8px 13px 5px;
font-weight: bold;
font-size: 120%;
text-transform: uppercase;
}
#navigation li a:hover {
color: #fff;
background: #e71d1d;
background: rgba(231,29,29,.8);
}
#navigation li a:active {
background: #e71d1d;
background: rgba(231,29,29,.9);
}
#navigation li:first-child a {
-moz-border-radius: 2px 0 0 0;
-webkit-border-radius: 2px 0 0 0;
border-radius: 2px 0 0 0;
}
#navigation li:last-child a {
-moz-border-radius: 0 2px 0 0;
-webkit-border-radius: 0 2px 0 0;
border-radius: 0 2px 0 0;
}
body#contact #contact_nav a,
body#events #events_nav a,
body#users #speakers_nav a,
body#venues #venues_nav a,
body#sitemaps #sitemaps_nav a,
body#home #home_nav a,
body#about #about_nav a,
body#blogs #blogs_nav a,
body#members #members_nav a  {
color: #fff;
background: #e71d1d;
background: rgba(231,29,29,.9);
cursor: default;
}

/*
--------------------------------------------------------
=TYPOGRAPHY
--------------------------------------------------------
*/

p {margin-bottom: 1em;}
	
blockquote {
font-style: italic;
margin-left: 20px;
padding-left: 5px;
border-left: 5px #ccc solid;
}
strong {font-weight: bold;}
em {font-style: italic;}
#content ul {
list-style-type: square;
padding-bottom: 1em;
}
#content ol {list-style-type: decimal;}
#content ol {margin-left: 20px;}
#content ul li, #content ol li {padding-bottom: .5em;}
#content h2 {
font-size: 200%;
text-transform: lowercase;
line-height: 1.3em;
font-weight: bold;
color: #999;
margin-bottom: .5em;
}
#content h3 {
font-size: 120%;
text-transform: uppercase;
font-weight: bold;
letter-spacing: -1px;
color: #333;
margin-bottom: .5em;
}
#content h3.summary a {color: #333;}
#content h3.summary a:hover {color: #555;}
#content h4 {
font-size: 150%;
font-weight: bold;
color: #333;
/* margin-top: -.5em; */
margin-bottom: .6em;
}
#sidebar h2 {
font-size: 130%;
text-transform: uppercase;
line-height: 1em;
font-weight: bold;
color: #999;
padding-top: 1em;
margin-bottom: 1em;
}
#content div.meetup-entry h3 {
font-size: 200%;
font-weight: bold;
text-transform: uppercase;
line-height: 1em;
color: #333;
margin-bottom: .5em;
}
div.meetup-entry p.date {
font-weight: bold;
font-size: 130%;
color: #e71d1d;
margin-bottom: .5em;
}
abbr, acronym {
font-size: .92em;
letter-spacing: .1em;
}
acronym[title], abbr[title] {border-bottom: 1px dotted;}
code {font-family: "Courier New", Courier, monospace;}
.vcard abbr, .vcard acronym {
letter-spacing: normal;
border-bottom: none;
font-size: 1em;
}

/*
--------------------------------------------------------
=CONTENT STYLES
--------------------------------------------------------
*/

div.entry, div.meetup-entry {
padding-bottom: 2em;
margin-bottom: 3em;
border-bottom: 1px solid #333;
}
#content div.meetup-entry h4 {
clear: both;
text-transform: uppercase;
font-size: 14px;
border-bottom: 1px solid #ddd;
padding-bottom: .2em;
}
#content div.meetup-entry p.venue,
#content div.entry p.street-address {
margin-bottom: 0;
}
/* #content div.meetup-entry p.rsvp {
background: #eee;
padding: 5px 7px;
border: 2px solid #ddd;
} */
p.rsvp a {
background: #ddd;
border: 1px solid #aaa;
color: #333;
display: block;
float: left;
font-weight: bold;
padding: 5px 10px;
opacity: .85;
text-align: center;
text-shadow: 0 1px 0 #fff;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
}
p.rsvp a:hover, p.rsvp a:focus {opacity: 1;}
div.meetup-entry img {
float: left;
margin-right: 15px;
-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
border: 1px solid #999;
padding: 3px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
div.meetup-entry a:hover img {border: 1px solid #e71d1d;}
div.meetup-entry a:active img {border: 1px solid #999;}
div.photo-bank {margin-bottom: 1em;}
div#content div.meetup-entry:last-child,
div#content div.entry:last-child {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 1em;
}
div.meetup-entry div.profile {
margin-bottom: 10px;
/* padding-bottom: 10px; */
}
#content ul {
list-style: disc;
margin-left: 15px;
}
#content ul.events h4 {
font-size: 14px;
border-bottom: 2px solid #666;
}
#content ul.events h4 em {
float: right;
font-size: 9px;
font-style: normal;
}
#archive h3 {
font-size: 110%;
font-weight: bold;
margin: 0.5em 0 0.2em;
}
#archive h3:first-child {margin-top: 0;}
#archive p {margin-bottom: 0;}

/*
--------------------------------------------------------
=LOCATION LIST PAGE
--------------------------------------------------------
*/

#location-list div.entry {padding-bottom: 0;}

/*
--------------------------------------------------------
=SIDEBAR STYLES
--------------------------------------------------------
*/

div#rss-feed a {
background: url(../images/_design/rss_icon.gif) no-repeat top left;
display: block;
height: 16px;
padding-left: 21px;
}
div#rss-feed {margin-bottom: .8em;}
div#twitter-link a {
background: url(../images/_design/twitter_icon.gif) no-repeat top left;
display: block;
height: 16px;
padding-left: 21px;
}
div#rss-feed a:hover, div#twitter-link a:hover {background-position: bottom left;}
div#photos a img {
-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
border: 1px solid #999;
margin: 0 15px 10px 0;
padding: 3px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
div#photos a:hover img, div#photos a:focus img {
border-color: #777;
position: relative;
top: -1px;
}
div#photos, div#twitter-link {margin-bottom: 2em;}

/*
--------------------------------------------------------
=MICROFORMATS
--------------------------------------------------------
*/

span.fn {
font-weight: bold;
font-size: 110%;
color: #e71d1d;
text-transform: uppercase;
}
.vcard img {float: left;}
#content .vcard a {
color: #333;
font-weight: bold;
}
#content .vcard a:hover {color: #e71d1d;}
#content .vcard a:active {color: #999;}
#content .vcard a:before {content: "[";}
#content .vcard a:after {content: "]";}
#content .location {margin-bottom: 1em;}
#content div.vevent .vcard a:before, #content div.vevent .vcard a:after {content: "";}
#content div.vevent h4 {
font-size: 115%;
text-transform: uppercase;
margin: 1em 0 .5em 0;
}
#sidebar .vevent a.url .summary {
color: #e71d1d;
font-weight: bold;
display: block;
}
#sidebar .vevent .dtstart {
display: block;
margin-bottom: .5em;
border-bottom: none;
font-size: 90%;
letter-spacing: normal;
}
#sidebar .vevent .description {
font-size: 90%;
margin-bottom: .5em;
}
#sidebar .vevent .location {font-weight: bold;}
#sidebar div.vevent .vcard .org {
color: #333;
font-size: 90%;
text-transform: none;
}
#sidebar div.vevent {
padding-bottom: 1em;
border-bottom: 1px solid #333;
margin-bottom: 2em;
}
	
/*
--------------------------------------------------------
=EMAIL SIGNUP
--------------------------------------------------------
*/

#signup {margin-bottom: 2em;}
#signup img {float: right;}
#signup legend {display: none;}
#signup img {border: none;}
#signup form {
background: #f3f3f3;
padding: 1em 0 1em 25px; 
border: #999 1px solid;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
#signup form:hover, #signup form:focus, #signup form:active {border-color: #333;}
label {
padding-top: .0;
display: block;
font-weight: bold;
}
input#name, input#iluyuh-iluyuh {
border: 1px solid #999;
display: block;
margin-bottom: 1em;
padding: .3em;
}
input#name:focus, input#iluyuh-iluyuh:focus {border-color: #333;}
input#submit {
cursor: pointer;
margin-bottom: .5em;
}
#content .pdp-options ul, #content .pdp-selections ul {
list-style: none;
margin-left: 0;
width: 100%!important
}
div.double-column {
clear: both;
margin-bottom: .5em;
}
div.double-column div.doublecolumn-one, 
div.double-column div.doublecolumn-two {width: 47.5%;}
div.double-column div.doublecolumn-one {float: left;}
div.double-column div.doublecolumn-two {float: right;}
form#entryform div.double-column div.doublecolumn-two {width: 45.5%;}
form#entryform input, form#entryform textarea, 
form#entryform .ff-ft, form#entryform select {margin-bottom: 1em;}
form#entryform p.instruction {
font-style: italic;
font-size: 0.9em;
margin-bottom: 0;
}

/*
--------------------------------------------------------
=CONTACT FORM
--------------------------------------------------------
*/

#contact_form input.name, #contact_form input.email, #contact_form textarea {
border: 1px solid #999;
display: block;
margin-bottom: 1em;
padding: .3em;
}
#contact_form input.submit {border: none;}

/*
--------------------------------------------------------
=SELF-CLEARING FLOATS (Method inspired by Dan Cederholm)
--------------------------------------------------------
*/

p.rsvp:after,
div.profile:after,
ul.options:after,
.group:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
