body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #5B5B5B;
	line-height: 1.5;
}

html, body {
	#overflow-x: hidden;
	#width: 100%;
}

a {
	text-decoration: none;
	color: #005BC5;
}

a:hover {
	text-decoration: underline;
}

.error-messages,
.status-messages {
    margin: 0 0 15px;
    padding: 10px;
    font-size: 12px;
}

.error-messages {
	background-color: #ffebe8;
    border: 1px solid #cc0000;
}

.status-messages {
	background-color: #FFFFE0;
    border: 1px solid #E6DB55;
}

#header {
	margin-bottom: 3px;
	background: #040404;
}

#header .container {
	height: 48px;
	width: 990px;
	margin: 0 auto;
	position: relative;
}

#header .container .logo {
	width: 126px;
	height: 48px;
	position: absolute;
	top: 0px;
	left: 432px;
	background: url("../img/logo.gif") no-repeat;
	text-indent: -10000px;
}


#header .container a.language {
	border-right: 1px solid #363535;
    float: right;
    font-size: 11px;
    font-style: italic;
    height: 21px;
    margin-top: 9px;
    padding-right: 10px;
    padding-top: 9px;
    text-align: right;
    color: #D1D1D1;
    text-decoration: none;
}

#header .container a.language:hover {
	text-decoration: underline;
}

#search-form {
	float: right;
    height: 30px;
    margin-top: 9px;
    overflow: hidden;
    width: 160px;
}

#search-form fieldset {
    overflow: hidden;
}

#search-form fieldset input {
	background: none;
    border: none;
    color: #6C6C6C;
    font-family: Georgia, Geneva, "Times New Roman", serif;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 5px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 110px;
}

#search-form fieldset:hover {
	background: #353535;
}

#search-form fieldset:hover input {
	color: #fff;
}

#search-form fieldset button {
    background: url("../img/style_elements.png") -253px -139px no-repeat;
    border: none;
    border-left: 1px solid #363535;
    cursor: pointer;
    float: right;
    height: 30px;
    overflow: hidden;
    width: 35px;
    text-indent: -10000px;
}

#search-form fieldset button:hover {
	background-position: -253px -175px;
}

#page {
	padding: 20px 0;
}

#page.with-sidebar,
#magazine-issues {
	float: left;
    margin-left: 30px;
    overflow: hidden;
    width: 760px;
}

.content-block h1,
#event-presenter h1.name,
#event-schedule-item h1.name {
	color: #333;
    font-size: 36px;
	padding-bottom: 5px;
    margin-bottom: 18px;
    border-bottom: 1px solid #eaebec;
}

.content-block h2 {
	color: #333;
    font-size: 21px;
    margin-bottom: 12px;
}

.content-block h3 {
	color: #333;
    font-size: 18px;
    margin-bottom: 16px;
}

.content-block img {
	max-width: 100%;
	height: auto;
}

.content-block p {
	margin: 0 0 12px 0;
}

.content-block ul,
.content-block ol {
	margin-bottom: 12px;
}

.content-block ol {
	list-style-type: decimal;
	list-style-position: inside;
}

.content-block ul li {
	background: url("../img/grid-arrow.png") no-repeat scroll left 8px transparent;
    padding-left: 11px;
}

#primary-navigation {
	height: 49px;
	overflow: visible;
	border-bottom: 1px solid #dadada;
	margin-bottom: 1px;
	font-family: Georgia, Geneva, "Times New Roman", Geneva, "Times New Roman", times, serif;
	font-size: 12px;
}

#primary-navigation ul {
	width: 990px;
	margin: 0 auto;
	height: 50px;
}

#primary-navigation ul li {
	float: left;
}

#primary-navigation ul li a {
	float: left;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 50px;
	overflow: hidden;
}

#primary-navigation ul li a span {
	border-right: 1px dotted #D9D9D9;
	padding: 0 14px;
	height: 48px;
	float: left;
}

#primary-navigation ul li.active a,
#primary-navigation ul li:hover a {
	height: 46px;
	border-bottom: 4px solid #000;
	margin-left: -1px;
	padding-left: 1px;
}

#primary-navigation ul li a.home {
	background: url("../img/style_elements.png") -68px 0px no-repeat;
}

#primary-navigation ul li a.home span {
	width: 45px;
	padding: 0;
	text-indent: -10000px;
	border-left: 1px dotted #D9D9D9;
}

#primary-navigation ul li.active a.home,
#primary-navigation ul li:hover a.home {
	padding-left: 0;
	margin-left: 0;
}

#container {
	width: 990px;
	margin: 0 auto 1px;
	min-height: 450px;
}

#event-navigation {
	padding-top: 8px;
	margin-bottom: 40px;
	background: #000;
}

#event-navigation ul {
	overflow: hidden;
	text-transform: uppercase;
	font-size: 12px;
	width: 990px;
	margin: 0 auto;
}

#event-navigation ul li {
	float: left;
	margin-right: 2px;
}

#event-navigation ul li a {
	float: left;
	text-decoration: none;
	height: 35px;
	line-height: 34px;
	padding: 0 15px;
	color: #fff;
}

#event-navigation ul li:hover a,
#event-navigation ul li.active a {
	background: #fff;
	color: #000;
}

#sidebar {
	width: 200px;
	min-height: 20px;
	float: left;
}

#sidebar.page-sidebar {
	padding: 30px 0;
}

#sidebar > .logo {
	display: block;
	margin: 0 auto 40px;
}

#sidebar-navigation {
	font-size: 11px;
	border-top: 1px solid #eaebec;
	text-transform: uppercase;
	list-style-type: none;
	margin-bottom: 20px;
}

#sidebar .banner {
	margin-bottom: 20px;
}

#event-selector {
	width: 100%;
	padding: 5px;
	border: 1px solid #EAEBEC;
	font: 12px Arial, sans-serif;
	margin-bottom: 20px;
}

#sidebar-navigation > li {
	padding: 7px 18px;
	text-align: right;
	border-bottom: 1px solid #eaebec;
}

#sidebar-navigation > li > span.bullet {
	width: 8px;
	height: 8px;
	overflow: hidden;
	display: inline-block;
	background: #000;
	margin-right: 5px;
	#vertical-align: middle;
}

#sidebar-navigation > li > ul {
	padding-top: 7px;
	list-style-type: none;
	display: none;
}

#sidebar-navigation > li.active > ul {
	display: block;
} 

#sidebar-navigation > li > ul > li.active > a {
	font-weight: bold;
}

#sidebar-navigation a {
	color: #000;
}

#event-page {
	margin-left: 30px;
	width: 760px;
	overflow: hidden;
	float: left;
	padding-bottom: 20px;
}

#event-partners {
	width: 776px;
}

#event-partners .group {
	padding-bottom: 20px;
	overflow: hidden;
}

#event-partners .group h3 {
	font-size: 11px;
	text-transform: uppercase;
	border-bottom: 1px solid #eaebec;
	padding: 4px 0;
	margin-bottom: 30px;
}

#event-partners .group a {
	width: 150px;
	height: 100px;
	float: left;
	margin: 0 20px 20px 0;
	border: 2px solid #e8e8e8;
	text-align: center;
	line-height: 98px;
	padding: 10px;
}

#event-partners .group a img {
	vertical-align: middle;
}

#event-grid {
	overflow: hidden;
	padding-bottom: 30px;
}

#event-grid .item {
	border: 1px solid #dadada;
	height: 125px;
	width: 247px;
	overflow: hidden;
	margin: 0 6px 6px 0;
	float: left;
}

#event-grid .item-3 {
	margin-right: 0;
}

#event-grid .item img.thumb {
	float: left;
}

#event-grid .item h3.title,
#event-grid .item .summary {
	margin-left: 135px;
	margin-right: 10px;
	overflow: hidden;
	line-height: 1.3;
	width: 102px;
}

#event-grid .item h3.title {
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 8px;
	margin-bottom: 8px;
}

#event-grid .item h3.title a {
	color: #000;
	text-decoration: none;
}

#event-grid .item h3.title a:hover {
	text-decoration: underline;
}

#event-grid .item .summary,
#event-presenter .summary,
#event-schedule-item .summary {
	font-size: 10px;
	color: #afafaf;
	text-transform: uppercase;
	line-height: 1.3;
}

#event-grid .item .summary ul,
#event-presenter .summary ul,
#event-schedule-item .summary ul {
	list-style-type: none;
}

#event-grid .item .summary ul li,
#event-presenter .summary ul li,
#event-schedule-item .summary ul li {
	padding-left: 10px;
	background: url("../img/grid-arrow.png") left 2px no-repeat;
}

#event-presenter > .content,
#event-schedule-item > .content {
	float: left;
	width: 470px;
}

#event-presenter .summary,
#event-schedule-item .summary {
	margin-bottom: 12px;
}

#event-presenter .media,
#event-schedule-item .media {
	float: right;
	width: 270px;
}

#footer {
	background: #000;
	border-top: 1px solid #373737;
	font-size: 12px;
	line-height: 2;
	font-family: Georgia, Geneva, "Times New Roman", Geneva, "Times New Roman", times, serif;
}

#footer > .container {
	width: 990px;
	margin: 0 auto;
	overflow: hidden;
	padding: 12px;
}

#footer > .container .links {
	float: left;
	white-space: nowrap;
	color: #A8A8A8;
}

#footer > .container .links a {
	color: #fff;
	text-decoration: none;
}

#footer > .container .links a:hover {
	text-decoration: underline;
}

#footer > .container a.we {
	float: right;
	white-space: nowrap;
	text-decoration: none;
	color: #ffffff;
}

#footer > .container a.we:hover span {
	text-decoration: underline;
}

#footer > .container a.we img {
	vertical-align: middle;
	margin-left: 3px;
}

#footer-top {
	background-color: #000000;
    border-top: 1px solid #DDDDDD;
    font-family: Georgia, Geneva, "Times New Roman", serif;
}

#footer-top .container {
	height: 300px;
	width: 990px;
	margin: 0 auto;
}

#latest-issue {
	border-right: 1px solid #353535;
    float: left;
    height: 300px;
    width: 649px;
}

#latest-issue img.cover {
    float: left;
}

#latest-issue .summary {
	float: left;
    padding: 20px 25px 20px 24px;
    width: 362px;
    height: 196px;
    color: #838383;
    font-size: 13px;
    font-style: italic;
}

#latest-issue .buy {
	width: 411px;
	float: left;
	background: url("../img/bg_footer_right.gif") left top no-repeat;
	padding: 15px 0;
}

#latest-issue .buy a {
	background-image: url("../img/style_elements.png");
    background-position: -250px -257px;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 0 0 0 45px;
    line-height: 1.2;
}

#latest-issue .buy a:hover {
	background-position: -250px -218px;
}

#footer-links {
	width: 310px;
	float: left;
	padding: 20px 0 0 20px;
}

#footer-links ul {
	list-style-type: none;	
}

#footer-links ul li {
	margin-bottom: 6px;
}

#footer-links ul li a {
	background-image: url("../img/style_elements.png");
    background-repeat: no-repeat;
    color: #fff;
    font-size: 11px;
    padding: 4px 4px 4px 30px;
    text-transform: uppercase;
    text-decoration: none;
}

#footer-links ul li a:hover {
	text-decoration: underline;
}

#footer-links ul li a.twitter {
    background-position: -11px -300px;
}

#footer-links ul li a.twitter:hover {
    background-position: -11px -332px;
}

#footer-links ul li a.facebook {
    background-position: -10px -366px;
}

#footer-links ul li a.facebook:hover {
    background-position: -10px -397px;
}

#footer-links h4 {
	color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

#magazine-issues {
	padding: 20px 0;
}

#magazine-issues header {
	overflow: hidden;
	margin-bottom: 10px;
}

#magazine-issues header h1 {
	color: #333333;
    font-size: 36px;
    white-space: nowrap;
    float: left;
}

#magazine-issues header a.buy {
	background-image: url("../img/style_elements.png");
    background-position: 185px -260px;
    background-repeat: no-repeat;
    color: #6F6F6F;
    float: right;
    white-space: nowrap;
    font-size: 12px;
    height: 31px;
    line-height: 1.3;
    margin-top: 8px;
    padding-right: 40px;
    text-align: right;
    width: 185px;
    text-decoration: none;
}

#magazine-issues header a.buy:hover {
	text-decoration: underline;
	color: #000;
	background-position: 185px -223px;
}

#magazine-issues .view-issue {
	margin-bottom: 25px;
}

#magazine-issues .archive {
	overflow: hidden;
	margin-bottom: 30px;
}

#magazine-issues .archive h3 {
	border-bottom: 1px solid #E4E4E4;
    color: #ccc;
    font-family: Georgia, Geneva, "Times New Roman", serif;
    font-size: 16px;
    padding-bottom: 5px;
    text-align: center;
}

#magazine-issues .archive .issue {
	float: left;
    height: 264px;
    margin: 0;
    overflow: hidden;
    padding: 14px 14px 0;
    width: 162px;
    border-bottom: 1px dotted #D9D9D9;
}

#magazine-issues .archive .issue:hover {
	background-color: #F0F0F0; 
}

#magazine-issues .archive .issue a.cover {
	border: 1px solid #E2E2E2;
	display: block;
	margin-bottom: 5px;
}

#magazine-issues .archive .issue a.cover img {
	display: block;
}

#magazine-issues .archive .issue a.title {
    color: #000000;
    float: left;
    font-size: 14px;
    line-height: 1;
    width: 101px;
    font-family: Georgia, Geneva, "Times New Roman", sans-serif;
}

#magazine-issues .archive-link {
	
}

#magazine-issues .archive .issue a.download, 
#magazine-issues .archive .issue a.view, 
#magazine-issues .archive .issue a.order {
	float: right;
    height: 28px;
    overflow: hidden;
    text-indent: -10000px;
    width: 30px;
    background-repeat: no-repeat;
}

#magazine-issues .archive .issue a.order {
	background-image: url("../img/style_elements.png");
    background-position: -80px -135px;
    border-left: 1px solid #CCCCCC;
}

#magazine-issues .archive .issue a.order:hover {
    background-position: -80px -165px;
}


#magazine-issues .archive .issue a.view {
	background-image: url("../img/style_elements.png");
    background-position: -43px -133px;
}

#magazine-issues .archive .issue a.view:hover {
	background-position: -44px -164px;
}


#magazine-issues .archive .issue a.download {
	background-image: url("../img/style_elements.png");
    background-position: -8px -136px;
    border-left: 1px solid #CCCCCC;
}

#magazine-issues .archive .issue a.download:hover {
    background-position: -8px -165px;
}

#pager {
	text-align: right;
}

#pager a {
	display: inline-block;
	font-size: 12px;
	color: #5b5b5b;
	background: #fff;
	border: 1px solid #dadada;
	margin-left: 3px;
	text-decoration: none;
	padding: 0 6px;
}

#pager a.prev,
#pager a.next {
	display: none;
}

#pager a:hover,
#pager a.active {
	background: #000;
	border-color: #000;
	color: #fff;
}

#blog {
	overflow: hidden;
	padding: 20px 0;
}

#blog-sidebar {
	width: 300px;
	margin-left: 30px;
	float: left;
}

#blog-sidebar .categories {
	margin-bottom: 30px;
}

#blog-sidebar .categories h3 {
	border-bottom: 1px solid #D9D9D9;
    color: #1F2122;
    text-transform: uppercase;
	font-weight: bold;
    margin-bottom: 0;
    padding: 5px 5px 5px 10px;
    font-family: Georgia, Geneva, "Times New Roman", serif;
}

#blog-sidebar .categories ul {
	list-style-type: none;
}

#blog-sidebar .categories ul li {
    font-size: 12px;
    border-bottom: 1px solid #ECECEC;
    color: #9D9D9D;
    line-height: 1.22;
}

#blog-sidebar .categories ul li:hover {
	background: #f5f4f4;
}

#blog-sidebar .categories ul li a {
	color: #525252;
	text-decoration: none;
	padding: 10px;
    display: block;
}

#blog-sidebar .categories ul li a span.count {
	color: #9D9D9D;
}

#blog-posts {
	float: left;
	width: 660px;
}

#blog-posts a.more {
	text-align: center;
	display: block;
	font-size: 14px;
	padding: 9px 0 8px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 5px;
}

#blog-posts a.more:hover {
	background-color: #f1f1f1;
}

#blog-posts > header,
#blog-post-categories {
	border-bottom: 1px solid #D9D9D9;
    color: #ccc;
    font-size: 10px;
    padding: 10px 0 5px 0;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 11px;
}

#blog-post-categories a {
	color: #ccc;
	text-decoration: none;
}

#blog-post-categories a:hover {
	text-decoration: underline;
}

#blog-posts > header a.rss {
	position: absolute;
	background-image: url("../img/style_elements.png");
    background-position: -88px -65px;
    background-repeat: no-repeat;
    display: block;
	right: 0;
	top: 10px;
	height: 16px;
    overflow: hidden;
    text-indent: -10000px;
    width: 16px;
}

#blog-posts > header a.rss:hover {
	background-position: -88px -94px;
}

#blog-posts .post {
	border-bottom: 1px dotted #D9D9D9;
    padding: 0 0 11px 0;
    margin-bottom: 11px;
    overflow: hidden;
}

#blog-posts .post a.post-image {
	float: left;
}

#blog-posts .post a.post-image img {
	display: block;
}

#blog-posts .post .post-title,
#blog-posts .post .post-meta,
#blog-posts .post .post-summary {
	margin-left: 240px;
}

#blog-posts .post .post-title,
#blog-posts .post .post-meta {
	margin-bottom: 5px;
}

#blog-posts .post h3.post-title {
    font-size: 22px;
    line-height: 1.3;
    font-weight: normal;
    color: #000000;
    text-transform: uppercase;
    font-family: Georgia, Geneva, "Times New Roman", serif;
}

#blog-posts .post .post-title a {
	text-decoration: none;
	color: #000000;
}

#blog-posts .post .post-title a:hover {
	text-decoration: underline;
}

#blog-posts .post .post-meta {
	color: #C9C9C9;
    font-size: 10px;
}

#blog-posts .post .post-meta a {
	text-decoration: none;
	color: #C9C9C9;
}

#blog-posts .post .post-meta a:hover {
	text-decoration: underline;
}

#blog-post {
	float: left;
	width: 660px;
}

#blog-post h1.title {
	font-family: Georgia, Geneva, "Times New Roman", serif;
	color: #333;
    font-size: 36px;
    line-height: 1.3;
    padding: 0 0 10px;
}

#blog-post .meta {
	margin-bottom: 20px;
	border-bottom: 1px solid #D9D9D9;
    color: #CCCCCC;
    font-size: 11px;
}

#blog-post .meta a.comments {
	float: right;
	color: #CCCCCC;
	text-decoration: none;
}

#blog-post .meta a.comments:hover {
	text-decoration: underline;
}

#blog-post > .content-block {
	margin-bottom: 15px;
}

#blog-post > .fb-like {
	margin-bottom: 15px;
}

#blog-post-tags {
	background-color: #F5F5F5;
    border-radius: 5px;
    color: #AFAFAF;
    font-size: 12px;
    margin-bottom: 15px;
    padding: 10px;
}

#blog-post-tags a {
	color: #000;
}

#comments h3.title,
#comments-form h3.title {
	border-bottom: 1px solid #D9D9D9;
    color: #000000;
    font-size: 18px;
    padding: 10px 0 10px;
    font-family: Georgia, Geneva, "Times New Roman", serif;
    margin-bottom: 20px;
}

#comments-form .form-text-field {
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
}

#comments-form .first-field {
	margin-left: 0;
}

#comments-form .form-text-field label {
	margin-bottom: 3px;
	display: block;
	color: #333;
	font-weight: bold;
	font-size: 11px;
}

#comments-form .form-text-field label span {
	color: #AAA9A9;
    font: italic 11px Georgia, Geneva, "Times New Roman", serif;
}

#comments-form .form-text-field input {
	border: 1px solid #D9D9D9;
    padding: 5px;
    width: 198px;
    color: #333333;
    font: 12px Arial, sans-serif;
}

#comments-form .form-textarea-field {
	margin-bottom: 15px;
	clear: both;
}

#comments-form .form-textarea-field textarea {
	border: 1px solid #D9D9D9;
    padding: 10px;
    width: 638px;
    height: 120px;
    color: #333333;
    font: 12px Arial, sans-serif;
}

#comments-form .form-submit button {
	background: #CCCCCC;
    border: none;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font: bold 12px Arial, sans-serif;
    padding: 5px 10px;
}

#comments-form .form-submit button:hover {
	background: #000;
}

#comments {
	margin-bottom: 30px;
}

#comments .comment {
	border-bottom: 1px dotted #D9D9D9;
    padding: 15px 0 15px 0;
    margin-bottom: 15px;
    overflow: hidden;
}

#comments .comment .comment-avatar {
	float: left;
}


#comments .comment .comment-meta {
	float: left;
	margin-left: 10px;
	width: 120px;
	font-size: 11px;
	color: #000;
}

#comments .comment .comment-meta span.name {
	display: block;
	text-transform: uppercase;
}

#comments .comment .comment-body {
	float: left;
	margin-left: 10px;
	width: 450px;
	font-size: 12px;
}

#event-gallery .album {
	overflow: visible;
	position: relative;
}

#event-gallery .album a.more {
	position: absolute;
	right: -25px;
	top: 80px;
	text-indent: -10000px;
	background: url("../img/grey-arrows.png") right top no-repeat;
	width: 14px;
	height: 25px;
}

#event-gallery .album h3.title,
#event-blog-posts h3.title {
	border-bottom: 1px solid #EAEBEC;
    font-size: 11px;
    margin-bottom: 15px;
    padding: 4px 0;
    text-transform: uppercase;
}

#event-gallery .album h3.title a {
	color: #5B5B5B;
}

#event-gallery .album a.item {
	float: left;
	margin: 0 27px 27px 0;
}

#event-gallery .album a.item-5 {
	margin-right: 0;
}


#event-gallery .album a img {
	display: block;
}

#event-blog-posts .post {
	float: left;
	width: 220px;
	margin: 0 50px 40px 0;
}

#event-blog-posts .post-3 {
	margin-right: 0;
}

#event-blog-posts .post .post-image  {
	display: block;
	margin-bottom: 15px;
}

#event-blog-posts .post .post-image img {
	display: block;
}

#event-blog-posts .post h3.post-title {
	font-size: 15px;
	text-transform: uppercase;
	font-family: Georgia, Geneva, "Times New Roman", serif;
	line-height: 1.3;
	margin-bottom: 8px;
}

#event-blog-posts .post h3.post-title a {
	color: #000;
}

#event-blog-posts .post .post-meta {
	color: #C9C9C9;
    font-size: 10px;
    margin-bottom: 8px;
}

#event-blog-posts .post .post-meta a {
	color: #C9C9C9;
}


#event-blog-posts .post .post-summary {
	line-height: 1.3;
	margin-bottom: 12px;
}

#accents-wrapper {
	padding-top: 10px;
	border-bottom: 1px solid #DADADA;
	margin-bottom: 30px;
}

#accents {
	width: 990px;
	height: 340px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

#accents .scroll-container {
	height: 340px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

#accents .scroll-container .panel {
	width: 990px;
	height: 340px;
	float: left;
	position: relative;
}

#accents .scroll-container .panel h2.title {
	font-size: 26px;
    font-family: Georgia, Geneva, "Times New Roman", serif;
    background-color: #fff;
    padding: 12px 0 15px 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 330px;
    line-height: 1.2;
}

#accents .scroll-container .panel h2.title a {
	color: #000000;
}

#accents .scroll-container .panel .summary {
	position: absolute;
	top: 90px;
	right: 30px;
	line-height: 1.3;
	width: 245px;
}

#accents nav {
	background: #fff;
    border-right: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
    height: 50px;
    right: 0;
    bottom: 0;
    overflow: hidden;
    position: absolute;
    width: 299px;
    z-index: 100;
}

#accents nav a.item {
	border-left: 1px solid #E6E6E6;
    cursor: pointer;
    float: left;
    height: 50px;
    line-height: 48px;
    text-align: center;
    width: 37px;
    font-size: 18px;
    font-family: Georgia, Geneva, "Times New Roman", serif;
    color: #000;
}

#accents nav a:hover,
#accents nav a.active {
	background-color: #F3F3F3;
    color: #5B5B5B;	
    text-decoration: none;
}

#accents nav a.prev,
#accents nav a.next {
    height: 50px;
    text-indent: -10000px;
    display: block;
    float: left;
    border-left: 1px solid #E6E6E6;
    background-image: url("../img/style_elements.png");
    background-repeat: no-repeat;
}

#accents nav a.prev {
    background-position: 11px 0px;
    width: 53px;
}

#accents nav a.next {
    background-position: -26px 0px;
    width: 54px;
}

#home {
	margin: 0 auto 20px;
	width: 990px;
	overflow: hidden;
}

#home-page {
	width: 530px;
	float: left;
}

#home-sidebar {
	width: 430px;
	margin-left: 30px;
	float: left;
}

#home-sidebar .banner {
	width: 100%;
	overflow: hidden;
}

#home .blog-posts a.more {
	border-bottom: 1px solid #EDEDED;
    color: #5D5C5C;
    display: block;
    font-size: 10px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    clear: both;
}

#home .blog-posts a.more:hover {
	background-color: #f1f1f1;
	color: #000;
}

#home .blog-posts > h3 {
	border-bottom: 1px solid #D9D9D9;
    color: #000000;
    font-size: 16px;
    padding: 10px 0 5px 0;
    position: relative;
    text-transform: uppercase;
    font-family: Georgia, Geneva, "Times New Roman", serif;
}

#home-page .blog-posts .post {
	margin-top: 11px;
	padding-bottom: 11px;
	border-bottom: 1px dotted #D9D9D9;
	overflow: hidden;
}

#home-page .blog-posts .post .post-image {
	float: left;
}

#home-page .blog-posts .post .post-title, 
#home-page .blog-posts .post .post-meta, 
#home-page .blog-posts .post .post-summary {
    margin-left: 240px;
}

#home-page .blog-posts .post .post-title,
#home-page .blog-posts .post .post-meta {
	margin-bottom: 5px;
}

#home-page .blog-posts .post .post-title {
    font-size: 22px;
    line-height: 1.3;
    font-weight: normal;
    text-transform: uppercase;
    font-family: Georgia, Geneva, "Times New Roman", serif;
}

#home-page .blog-posts .post .post-title a {
	color: #000000;
}

#home-page .blog-posts .post .post-title a:hover {
	text-decoration: underline;
}

#home-page .blog-posts .post .post-meta {
	color: #C9C9C9;
    font-size: 10px;
}

#home-page .blog-posts .post .post-meta a {
	text-decoration: none;
	color: #C9C9C9;
}

#home-page .blog-posts .post .post-meta a:hover {
	text-decoration: underline;
}

#home-sidebar .blog-posts > h3 {
	margin-right: 1px;
}

#home-sidebar .blog-posts .content {
	border-left: 1px solid #EDEDED;
	overflow: hidden;
}

#home-sidebar .blog-posts .post {
	border-bottom: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    float: left;
    height: 240px;
    overflow: hidden;
    padding: 10px;
    width: 193px;
}

#home-sidebar .blog-posts .post:hover {
	background-color: #f1f1f1;
}

#home-sidebar .blog-posts .post .post-image {
	margin-bottom: 7px;
	display: block;
}

#home-sidebar .blog-posts .post .post-image img {
	display: block;
}

#home-sidebar .blog-posts .post .post-title {
	margin-bottom: 5px;
	font-size: 14px;
    line-height: 1.3;
    font-weight: normal;
    text-transform: uppercase;
    font-family: Georgia, Geneva, "Times New Roman", serif;
}

#home-sidebar .blog-posts .post .post-title a {
	color: #000;
}

#home-sidebar .blog-posts .post .post-summary {
	line-height: 1.3;
}

#flickr-photos {
	width: 990px;
	margin: 0 auto;
	padding-bottom: 5px;
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 20px;
}


#flickr-photos h3.title {
	background-image: url("../img/flicker_mini.gif");
    background-position: 7px center;
    line-height: 1.1;
    background-repeat: no-repeat;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 0 8px 48px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #000;
}

#flickr-photos .wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#flickr-photos .container {
	height: 120px;
	overflow: hidden;
	min-width: 10000px;
}

#flickr-photos .container a.photo {
	float: left;
	margin-right: 5px;
}

#flickr-photos .container a.photo img {
	height: 120px;
	float: left;
}

#flickr-photos .container a.more {
    background: #F7F6F6 url("../img/flickr.gif") center 35px no-repeat;
    color: #005BC5;
    float: left;
    font-size: 13px;
    height: 50px;
    padding-top: 70px;
    text-align: center;
    width: 140px;
}

#schedule-calendar .month {
	table-layout: fixed;
	width: 100%;
	margin-bottom: 25px;
}

#schedule-calendar .month caption {
	background: #000;
	color: #fff;
	padding: 8px;
	text-transform: uppercase;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#schedule-calendar .month thead th {
	border: 1px solid #fff;
	background: #000;
	color: #fff;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	padding: 6px;
}

#schedule-calendar .month tbody td {
	border-left: 1px solid #eaebec;
	border-right: 1px solid #eaebec;
	border-bottom: 1px solid #eaebec;
	height: 105px;
}

#schedule-calendar .month tbody td span.day {
	display: block;
	font-size: 15px;
	color: #656565;
	font-family: Georgia, Geneva, "Times New Roman", serif;
	padding: 8px;
}

#schedule-calendar .month tbody td a {
	border-top: 1px solid #EAEBEC;
	padding: 6px;
	line-height: 1.3;
	display: block;
	background: #dfdfdf;
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}

#schedule-calendar .month tbody td a span.time {
	display: block;
	margin-bottom: 2px;
}

#schedule-calendar .month tbody td a:hover span.item {
	text-decoration: underline;
}

#schedule-calendar .legend {
	color: #272727;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 14px;
	margin-bottom: 18px;
}

#schedule-calendar .legend .item {
	white-space: nowrap;
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 7px;
}

#schedule-calendar .legend .bullet {
	height: 14px;
	width: 14px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	#vertical-align: middle;
}


#magazine-order-form  {
	width: 420px;
}

#magazine-order-form .form-field {
	margin-bottom: 8px;
}

#magazine-order-form .form-field label {
	display: block;
	margin-bottom: 3px;
}

#magazine-order-form .form-field label span.required {
	color: #ff0000;
}

#magazine-order-form .form-field select, 
#magazine-order-form .form-field input[type="text"], 
#magazine-order-form .form-field textarea {
	border: 1px solid #CCCCCC;
    font-size: 14px;
    padding: 8px;
    font-family: Arial, sans-serif;
}

#magazine-order-form .form-field input[type="text"] {
	width: 260px;
}

#magazine-order-form .form-field textarea {
	width: 400px;
	height: 100px;
}

#magazine-order-form p.errors {
	margin-bottom: 12px;
	color: #ff0000;
}

#magazine-order-form p.messages {
	margin-bottom: 12px;
	font-weight: bold;
}

#magazine-order-form .form-submit input[type="submit"] {
    font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-radius: 3px;
	color: #fff;
	line-height: 16px;
	background-color: #CCCCCC;
	background-image: url("../img/style_elements.png");
	background-repeat: no-repeat;
	background-position: -250px -221px;
	border: none;
	padding: 7px 15px 6px 40px;
}

#magazine-order-form .form-submit input[type="submit"]:hover {
	background-color: #000;
}

#registration > .content-block {
	float: left;
	width: 380px;
	margin-right: 35px;
}

#registration-form {
	width: 330px;
	float: left;
}

#registration-form .form-field {
	margin-bottom: 18px;	
}

#registration-form .form-field label {
	display: block;
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 3px;
}

#registration-form .form-field input[type="text"],
#registration-form .form-field textarea,
#registration-form .form-field select {
	border: 1px solid #CCCCCC;
    font-size: 14px;
    padding: 5px;
    font-family: Arial, sans-serif;
    background: #fff;
}

#registration-form .form-field input[type="text"] {
	width: 270px;
}

#registration-form .form-field select {
	width: 282px;
}

#registration-form .form-field textarea {
	width: 270px;
	height: 120px;
}

#registration-form > h3 {
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 18px;
}

#registration-form .form-submit {
	width: 282px;
	text-align: right;	
}

#registration-form .form-submit button {
	padding: 2px 3px;
	margin-bottom: 20px;
}

#registration-form .content-block {
	font-size: 11px;
	text-transform: uppercase;
	width: 282px;
}

#registration-form p.errors,
#registration-form p.messages {
	margin-bottom: 18px;
	font-size: 12px;
}

#registration-form p.errors {
	color: #ff0000;	
}

#registration-form p.messages {
	color: #000;
	font-weight: bold;
}

#newsletter-subscribe {
	background: #f3f3f3;
	padding: 10px 10px 12px;
	margin-bottom: 15px;
}

#newsletter-subscribe h3 {
	font-size: 16px;
	color: #000000;
	font-family: Georgia,Geneva,"Times New Roman",serif;
	text-transform: uppercase;
	margin-bottom: 6px;
	margin-left: 2px;
}

#newsletter-subscribe p {
	font-size: 12px;
	margin-bottom: 12px;
	margin-left: 2px;
}

#newsletter-subscribe fieldset select,
#newsletter-subscribe fieldset input[type="text"] {
	border: 1px solid #ededed;
	background: #ffffff;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #9e9e9e;
	padding: 10px 10px 9px;
}

#newsletter-subscribe fieldset select {
	width: 100%;
	display: block;
	margin-bottom: 7px;
}

#newsletter-subscribe fieldset input[type="text"] {
	float: left;
	width: 256px;
}

#newsletter-subscribe fieldset button {
	float: left;
	background: #3d3d3d;
	width: 123px;
	height: 35px;
	color: #fff;
	font-size: 12px;
	font-family: Arial, sans-serif;
	margin-left: 9px;
	border: 1px solid #ededed;
}

#map-wrapper {
	height: 600px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

#map {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 100%;
}

#map-layout {
	position: relative;
	cursor: move;
	z-index: 5000;
}

#map-tmp-pins {
	position: relative;
	overflow: visible;
	z-index: 5001;	
}

#map-tmp-pins .pin,
#map-layout .pin {
	position: absolute;
}

#map-tmp-pins .pin img, 
#map-layout .pin img {
	cursor: pointer;
}

#map-tmp-pins .pin .pin-content,
#map-layout .pin .pin-content {
	position: relative;
	display: none;
	cursor: default;
}

#map-tmp-pins .pin .pin-content ul {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-bottom: 12px;
	background: url("../img/arow_down.png") center bottom no-repeat;
	width: 200px;
	list-style-type: none;
	
}

#map-tmp-pins .pin .pin-content ul li a {
	display: block;
	padding: 7px 15px;
	font-size: 11px;
	background: #000;
	color: #fff;
	text-decoration: none;
}

#map-tmp-pins .pin .pin-content ul li:first-child a {
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

#map-tmp-pins .pin .pin-content ul li:last-child a {
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

#map-tmp-pins .pin .pin-content ul li a:hover {
	background: #fff;
	color: #000;
}

#map-item-wrapper {
	position: fixed;
	height: 100%;
	width: 100%;
	background: url("../img/map-overlay.png");
	left: 0;
	top: 0;
	display: none;
	z-index: 20000;
}

#map-item {
	background: #fff;
	width: 400px;
	margin: 150px auto 0;
	overflow: visible;
}

#map-item aside {
	width: 140px;
	float: left;
	padding-bottom: 30px;
}

#map-item aside .image-wrapper {
	height: 160px;
	overflow: hidden;
	margin-top: -20px;	
	
	display: none;
}

#map-item aside .image-wrapper img {
	display: block;
}

#map-item aside span.date {
	border-bottom: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    border-top: 1px solid #EFEFEF;
    color: #999999;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
}

#map-item aside a.more {
	background-color: #000;
    color: #FFF;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
}

#map-item .container {
	position: relative;
}

#map-item .content {
	width: 220px;
	padding: 0 20px 30px;
	float: left;
}

#map-item .content a.close {
	position: absolute;
	right: 0;
	top: 0;
	background-image: url("../img/closeBtn.gif");
    background-position: 5px 5px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;
    cursor: pointer;
    height: 25px;
	width: 25px;
    overflow: hidden;
    text-indent: -1000px;
}

#map-item .content a.close:hover {
	background-position: 5px -28px;
}

#map-item .content h2.title {
	color: #010101;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    margin: 10px 0 0;
}

#map-item .content h3.subtitle {
	color: #868686;
    font-size: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-transform: uppercase;
}

#map-canvas {
	width: 400px;
	height: 200px;
}

#map-arrows {
	width: 50px;
	margin: 15px auto 0;
	overflow: hidden;
}

#map-arrows a {
	width: 14px;
	height: 25px;
	background: url("../img/grey-arrows.png") no-repeat;
	text-indent: -10000px;
}

#map-arrows a.left {
	background-position: left top;
	float: left;
}

#map-arrows a.right {
	background-position: right top;
	float: right;
}

.content-block table.program {
	width: 320px;
}

#event-page .content-block table.program td,
#event-page .content-block table.program th {
	border: 1px solid #dadada;
	padding: 7px;
	vertical-align: middle;
}

#event-page .content-block table.program td.time {
	color: #333;
	text-align: center;
	width: 90px;
	font-size: 12px;
}