/*---------------------------------------
chicagoruby.org

media:		screen
author:		kevin zolkiewicz, wisdomgroup
website:	http://wisdomgroup.com
----------------------------------------*/

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;
}
ol, ul {
	list-style: none;
	line-height: 1; /* fixes inconsistancy in IE/Win */
}
/* 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: "" "";
}
a {
	outline: none;
}

.center { text-align: center; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.hidden { display: none; }

strong { font-weight: bold; }
em, cite { font-style: italic; }

/*---------------------------------------
	TYPOGRAPHY
----------------------------------------*/

body {
	background: #f6f5f5 url(/images/bg.png);
	color: #94987f;
	font: 62.5%/1.6 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Header Styles */

.t h2 { font-size: 1.9em; font-weight: bold; color: #393939; line-height: 1.2; margin-bottom: 0.3em; }
.t h4 { font-size: 1.65em; font-weight: bold; margin-top: 1.5em; margin-bottom: 0.5em; line-height: 0.8; }
.t h4 a { color: #b30000 !important; text-decoration: none !important; }
.t h4 a:hover { color: #610f0e !important; }

.h3-wrap { 
	margin: 10px 0 10px -10px;
	padding: 0 10px;
	background: url(/images/line.png) repeat-x 0 9px;
}
.h3-wrap h3 { 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
	padding: 0 5px;
	background-color: #dcdfcc; 
	color: #55574d;
	font-size: 1.1em; 
	font-weight: normal;
	text-align: center;
	margin-top: -10px;
}
.webkit .h3-wrap h3 { padding-top: 1px; }

/* Paragraphs and Lists */

.t p { margin: 1em 0; font-size: 1.35em; }
.t ul, .t ol { margin: 1em 2.5em; }
.t li { font-size: 1.35em; line-height: 1.6; margin-bottom: 0.3em; }
.t ul li { list-style-type: none; background: url(/images/bullet.png) no-repeat 0 9px; padding-left: 0.8em; }
.t ul li ul { margin-top: 0; }
.t ul li ul li { font-size: 1em; }
.t ol li { list-style-type: decimal; }
.t blockquote { margin-left: 2em; }

/* Type Margins */

.t h2 + h3, .t h2 + h4 { margin-top: 0.5em; }
.t h2 + p, .t h3 + p, .t h4 + p { margin-top: 0.1em; }
.t ul + h3, .t ol + h3, .t ol + h4, .t ul + h2, .t ol + h3, .t ol + h4 { margin-top: 1.5em; }
.t h3 + ul, .t h4 + ul, .t h3 + ol, .t h4 + ol { margin-top: 0.8em; }

/* Link Styles */

.t a:link, .t a:visited { color: #343434; }
.t a:hover, .t a:active { color: #000; }

a.arrow:link, a.arrow:visited { 
	font-size: 1.2em; 
	padding-right: 10px;
	background: url(/images/red-arrow.png) no-repeat right 5px;
	color: #9e1817;
	text-decoration: none;
	font-weight: bold;
}

a.arrow:hover, a.arrow:active { 
	color: #610f0e !important;
	background-position: right -9px;
}

/*---------------------------------------
	BASIC STRUCTURE
----------------------------------------*/

/* Header */

#header-wrapper {
	height: 161px;
	background: url(/images/header_bg.png) repeat-x;
	z-index: 1;
}

#header {
	position: relative;
	left: 12px;
	margin: 0 auto;
	width: 913px;
	height: 161px;
	background: url(/images/header.png) no-repeat;
}

h1 a {
	position: absolute;
	top: 25px;
	left: 38px;
	display: block;
	width: 191px;
	height: 0;
	padding-top: 71px;
	background: url(/images/logo.png) no-repeat;
	overflow: hidden;
}

h1 a:hover {
	background-position: 0 -71px;
}

#slogan {
	position: absolute;
	top: 27px;
	right: 95px;
	width: 504px;
	height: 0;
	padding-top: 12px;
	background: url(/images/slogan.png) no-repeat;
	overflow: hidden;
}

#nav {
	position: absolute;
	top: 56px;
	right: 62px;
	width: 572px;
	height: 32px;
	background: url(/images/nav_bar.png) no-repeat;
}

#nav li {
	float: left;
	margin-left: 13px; 
}

#nav li:first-child { margin-left: 24px; }

#nav li a {
	float: left;
	display: block;
	height: 0;
	padding: 40px 6px 0 6px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

#nav a:hover, #nav a:active { background-position: 50% -40px; } 
#nav li.current a { background-position: 50% -80px; } 

#nav-About a { width: 44px; background-image: url(/images/nav-about.png); }
#nav-News a { width: 39px; background-image: url(/images/nav-news.png); }
#nav-Videos a { width: 46px; background-image: url(/images/nav-videos.png); }
#nav-Downloads a { width: 84px; background-image: url(/images/nav-downloads.png); }
#nav-BookReviews a { width: 94px; background-image: url(/images/nav-reviews.png); }
#nav-Sponsors a { width: 66px; background-image: url(/images/nav-sponsors.png); }
#nav-Contact a { width: 60px; background-image: url(/images/nav-contact.png); }

/* Body */

#content-wrapper {
	margin: 0 auto;
	width: 847px;
	background: url(/images/content_bg.png) repeat-y 0 0;
	overflow: hidden;
	position: relative;
	margin-top: -30px;
	z-index: 2;
}

#content { 
	float: left;
	width: 555px;
	margin: 0 0 20px 20px;
	color: #444;
}

#sidebar {
	margin: 0 0 0 595px;
	width: 232px;
}

.page-header {
	color: #717367;
	font-size: 1.25em !important;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #dcdfcc;
}

.page-header a {
	color: #717367 !important;
}

#page-monthly-archives .pagedate { display: none; }

/* Sidebar */

.sidebar-block {
	margin: 1.5em 0;
	background: url(/images/sidebar_bg.png) no-repeat bottom left;
}

.sidebar-block a:link, .sidebar-block a:visited { 
	color: #9e1817; 
	text-decoration: none; 
	font-weight: bold;
}

.sidebar-block a:hover, .sidebar-block a:active { 
	color: #610f0e;
}

.sidebar-block h2 { 
	width: 232px;
	height: 23px;
	margin-bottom: 0.8em;
	padding-top: 4px;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	color: #94987f;
	background: url(/images/sidebar-h3.png) no-repeat;
}

.sidebar-block .sidebar-content { 
	padding: 0 1em 1em 1em;
}

.sidebar-block .sidebar-content p {
	font-size: 1.2em; color: #353535; line-height: 1.3;
}

.sidebar-block .sidebar-content li {
	font-size: 1.2em; margin: 0.3em 0;
}

.side-nav ul {  }
.side-nav li {
	border-top: 1px solid #DFE2D0;
	padding: 5px 0 2px 0;
}
.side-nav li:first-child { border-top: 0; }
.side-nav li a.current {
	color: #94987f !important;
	padding-left: 10px !important;
	background: url(/images/arrow-gray-left.png) no-repeat 0 5px !important;
}


#s-next-meeting { margin-top: 0 !important; background: url(/images/sidebar_bg_meeting.png) no-repeat bottom left; }
#s-next-meeting .meetings-wrapper { margin-left: 1em; margin-top: -0.5em; padding-bottom: 1.4em; }
#s-next-meeting h2 { background: url(/images/sidebar-h3_meeting.png) no-repeat; color: #a2933d; }
#s-next-meeting h3 { font-size: 1.3em; font-weight: bold; color: #515048; line-height: 1.2; }
.webkit #s-next-meeting h3 { margin-bottom: 0.3em; }
#s-next-meeting .meeting { margin-top: 0.3em; overflow: hidden; padding-top: 0.4em; padding-bottom: 2px; }
#s-next-meeting .date { display: block; text-decoration: none; margin: 3px 10px 0 0; float: left; width: 65px; background-color: #ded28a; -webkit-border-radius: 5px; -moz-border-radius: 5px; color: #fdfdfd; font-weight: bold; text-transform: uppercase; text-align: center; border: 2px solid #fff; -webkit-box-shadow: 1px 1px 1px #b9b9b9; -moz-box-shadow: 1px 1px 1px #b9b9b9; }
#s-next-meeting .date-month { font-size: 1.2em; color: #534a19; }
#s-next-meeting .date-date { background: #fff; border: 1px solid #fff; margin: 0 3px; color: #534a19; font-size: 2.5em; line-height: 1; padding-bottom: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }
#s-next-meeting .date-time { font-size: 0.9em; padding-bottom: 1px; color: #534a19; }
.webkit .date-time { position: relative; top: 1px; }
#s-next-meeting .details { margin-top: 0.3em; padding-right: 7px; padding-left: 80px; }
#s-next-meeting p { font-size: 1.1em; margin: 0; color: #646464; }
#s-next-meeting .rsvp { display: inline-block; margin-top: -0.1em; font-size: 1.1em; background-position: right 6px; }
#s-next-meeting .rsvp:hover { background-position: right -8px; }

#s-jobboard p { font-size: 1.1em; text-align: center; margin: 0.2em 0; color: #353535; }
#s-jobboard a.feature-link { font-size: 1.5em; } 

#s-wcr #wcgo-logo { display: block; width: 191px; margin: 0 auto 0 auto; }
#s-wcr p { font-size: 1.1em; text-align: center; margin: 0.2em 0; color: #353535; }

#s-wcr #wcdb-logo { display: block; width: 191px; margin: 20px auto 0 auto; }
#s-wcr p { font-size: 1.1em; text-align: center; margin: 0.2em 0; color: #353535; }

#s-wcr #wcr-logo { display: block; width: 191px; margin: 20px auto 0 auto; }
#s-wcdb p { font-size: 1.1em; text-align: center; margin: 0.2em 0; color: #353535; }

#s-social { overflow: hidden; }
#s-social ul { margin: 1.5em 0 2em 1.5em; }
#s-social li a { display: block; margin-bottom: 1.5em; width: 100px; height: 0; padding-top: 16px; overflow: hidden; }
#s-social li a:hover, #s-social li a:active { background-position: 0 -16px;}
	#social-twitter a { float: left; margin-right: 0.5em; background: url(/images/social-twitter.png) no-repeat; } 
	#social-facebook a { float: left; margin-right: 0.5em; background: url(/images/social-facebook.png) no-repeat; } 
	#social-google a { background: url(/images/social-google.png) no-repeat; } 
	#social-vimeo a { background: url(/images/social-vimeo.png) no-repeat; } 

#sponsors-slideshow { text-align: center; height: 55px; width: 150px; margin: 0 auto; }
#sponsors-slideshow a { display: block; width: 150px; height: 60px; margin: 0 auto;}

/* Footer */

#footer {
	margin: 0 auto;
	width: 847px;
	height: 45px;
	background: url(/images/footer.png) no-repeat top left;
	font-size: 1em;
	text-transform: uppercase;
}

#footer #copyright { float: left; margin-top: 15px; margin-left: 5px; }
#footer #credit { float: right; position: relative; top: 8px; right: 5px; }
#footer #credit a { 
	display: inline-block;
	position: relative;
	margin-left: 2px;
	top: 5px;
	width: 83px;
	height: 0;
	padding-top: 19px;
	background: url(/images/wisdomgroup.png);
	overflow: hidden;
}

/*---------------------------------------
	PAGE SPECIFIC STYLES
----------------------------------------*/

/* Home */

#intro { margin-top: -0.5em; margin-bottom: 1.5em; }
#intro h2 { color: #393939; font-size: 1.8em; margin-bottom: 0.8em; line-height: 1.3; }
#intro p { margin-top: -0.1em; font-size: 1.2em; font-family: Georgia; font-style: italic; color: #5f5f5f; }
#intro p a { font-weight: bold; }

#video { width: 310px; float: left; }
#video .h3-wrap { margin-bottom: 1.5em; }
#video .more { text-align: right; padding-right: 1em; }

#more-headlines { width: 220px; float: right; }
#more-headlines ul { margin-top: 0; margin-left: 0; }
#more-headlines ul li { padding-left: -0.5em; font-size: 1.3em; }
#more-headlines li a { color: #9e1817; text-decoration: none; font-weight: bold; }
#more-headlines li a:hover { color: #610f0e; }

.homepost { border-bottom: none !important; padding-bottom: 0 !important; }

/* Archives */

.post { border-bottom: 1px solid #dcdfcc; margin-bottom: 1.5em; padding-bottom: 1.5em; }
.post:last-child { border-bottom: 0; }
.post h4 { margin-top: 1em; }
.post p:last-child { margin-bottom: 0; }
.post .date, .t .date { color: #64665b !important; margin-top: -0.2em; margin-bottom: 0; font-size: 1.1em; }
.post .continue { margin-top: -1em; }

/* Sponsors */

.sponsor { margin-top: 2em; padding-left: 175px; }
.sponsor .sponsor-logo { float: left; margin-left: -175px; margin-top: 5px; padding-left: 0; }


