/*
Theme Name: Archaia
Theme URI: http://www.archaia.com
Description: 
Author: 
Version: 1.0
Tags: 
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */


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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {

}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}




/* =Fonts
-------------------------------------------------------------- */



/* =Structure
-------------------------------------------------------------- */





/* =Global Elements
-------------------------------------------------------------- */



/* Text elements */

ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #EE7A09;
}
a:visited {
	color: #EE7A09;
}
a:active,
a:hover {
	color: #000000;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}





/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 0;
}
#content {
	margin-bottom: 20px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
/*
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
*/
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}

/*fixes firefox issue for the contact page */
#content.contact, #content.submissions, x:-moz-any-link, x:default {
	margin-top:-25px;
	} 
	
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #333;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}

#entries .entry {
  color: #ee7a09;
}

/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

#connected_news div.blogTitle {
	margin-top: 5px;
}

#connected_news div.blogTitle a:link,
#connected_news div.blogTitle a:active,
#connected_news div.blogTitle a:visited {
    color: #EE7A09;
    font-size: 13px;
    font-weight: bold;
}
	
#connected_news div.blogTitle a:hover {
    color: #000000;
}
	
#connected_news div.blogDate {
    color: #666666;
    display: block;
    font-size: 12px;
    margin: 3px 0;
    text-transform: uppercase;
}
	
#connected_news div.blogSnippet {
    font-size: 11px;
	margin-bottom: 15px;
}


/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}



/* =Footer
-------------------------------------------------------------- */


#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}


/* Styles added to twentyten */


/* =Layout
-------------------------------------------------------------- */

body, html {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
body {
	background-color: #ee7a09;
	background-image:url(images/sitebg.jpg);
	background-repeat:repeat;
}
.shadowcontainer {
	width: 1000px;
	background-image:url(images/shadowbg.png);
	background-repeat:repeat-y;
	background-position:center center;
	margin:0 auto;
}
.container {
	width:960px;
	margin:0 auto;
}
/* Header styles*/
#header {
	height:424px;
	overflow:hidden;
	position:relative;
	width:100%;
}
#header_topfade {
	width:100%;
	position:absolute;
	background: -moz-linear-gradient(rgba(35, 31, 32, .8) 0%, rgba(35, 31, 32, 0.0) 100%);/* for firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(35, 31, 32, .8)), color-stop(100%, rgba(35, 31, 32, 0.0)));	 /* for webkit browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3222222', endColorstr='#00222222'); /* for IE */
	height:113px;
	top:38px;
	left:0px;
	z-index:7;
}
#header_shadow {
	height:19px;
	position:absolute;
	bottom:0px;
}
#header_slider {
	height:405px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:5;
	width:9600px;
}
#header_slider a {
  text-decoration: none;
}
#header_topbar {
	background: -moz-linear-gradient(rgba(34, 34, 34, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(34, 34, 34, 0.9)), color-stop(100%, rgba(0, 0, 0, 0.9)));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5222222', endColorstr='#e5000000'); /* for IE */
	height:37px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	border-bottom:1px solid #000000;
	width:100%;
}
#header_mainmenu {
	position: absolute;
	width: 700px;
	top: 51px;
	left: 260px;
	text-align: right;
	z-index: 10;
	
}
#header_logo {
	position:absolute;
	top:27px;
	left:19px;
	z-index:10;
	width:220px;
	height:110px;
}
#header_mainmenu ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#header_mainmenu ul li {
	display: inline;
	color:#FFF;
	text-transform:uppercase;
	margin-right:20px;
	font-size:24px;
	font-weight:700;
	*letter-spacing: -1px;
	_letter-spacing: -1px;
}
#header_mainmenu ul li :hover {
	color: #f79433;
}
#header_mainmenu ul li a:link, #header_mainmenu ul li a:visited, #header_mainmenu ul li a:active {
	color:#FFF;
	text-decoration:none;
}
#header_mainmenu ul li a:hover {
	color: #f79433;
	text-decoration:none;
}
#header_topbar_spacer
{
	width:1px;
	border-right: 1px solid #383838;
	height:37px;
	float:left;
}
#header_topbar_followus
{
	float:right;
	height:30px;
	border-left: 1px solid #383838;
	padding-left:20px;
	padding-right:20px;
	padding-top:7px;
}
#header_topbar_followus img{
}

#header_topbar_search {
	float: right;
	height:30px;
	border-left: 1px solid #383838;
	padding-left:20px;
	padding-right:20px;
	padding-top:6px;
}

#header_topbar_search input.search-input {
	width: 126px;
	height: 24px;
	background-image: url('images/search-input.jpg');
	background-repeat: no-repeat;
	background-position: top left;
    border: solid 0px #CCCCCC;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1) inset;
    padding: 0px 5px 0px 5px;
	color: #B5B5B5;
}

#header_topbar_search input.search-button {
	width: 26px;
	height: 24px;
	background-image: url('images/search-button.jpg');
	background-repeat: no-repeat;
	background-position: top left;
    border: solid 0px #CCCCCC;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1) inset;
    padding: 0px;
	cursor: pointer;
}



.slide_item {
	width:960px;
	height:405px;
	position:relative;
	float:left;
	
}
.slide_item div.contents {
	padding-top:195px;
	padding-left:50px;
	font-size:16px;
	color: #6f6f6f;
	width:340px;
	text-align:justify;
}
.slide_item div.contents h3 {
	font-size:36px;
	font-weight:700;
	margin:0px;
	padding:0px;
	margin-bottom:12px;
}

.slide_item div.buttons {
	position:absolute;
	bottom:40px;
	left:50px;
}



#banner-image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 960px;
    height: 200px;
    z-index: 5;
}

#banner-image-shadow {
    position: absolute;
    top: 200px;
    left: 0px;
    width: 960px;
    height: 20px;
    z-index: 5;
}



/* Footer and its blocks */
#footer {
	background: #2a2a2a; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#383838', endColorstr='#191a1a'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#383838), to(#191a1a)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #383838, #191a1a); /* for firefox 3.6+ */
	height:214px;
	overflow:hidden;
	width:100%;
	border-top:1px solid #000000;
	margin-top:20px;
	color: #aaaaaa;
}
#footer div.column {
	width:280px;
	margin-left:20px;
	margin-right:20px;
	margin-top:28px;
	margin-bottom:28px;
	float:left;
}
#footer div.column p {
	margin: 0px;
	line-height: 150%;
}
#footer div.column div#copyright {
	margin-top: 15px;
}

/* Main titles in the footer */
#footer div.column h3 {
	color: #ee7a09;
	width:100%;
	font-weight:600;
	font-size:26px;
	border-bottom:1px solid #606060;
	text-transform:uppercase;
	margin-top:0px;
	margin-bottom:10px;
}
#footer div.column h3 span.white {
	color:#FFF;
}
#footer div.column img.icon {
	margin-right:10px;
}
.sitemap a, .sitemap a:link, .sitemap a:active, .sitemap a:visited {
	text-decoration:none;
	color:#FFF;
}
.sitemap.secondary a, .sitemap.secondary a:link, .sitemap.secondary a:active, .sitemap.secondary a:visited {
	text-decoration:none;
	color:#aaaaaa;
}
.sitemap a:hover, .sitemap.secondary a:hover {
	color: #ee7a09;
}
.sitemap {
	text-transform:uppercase;
}
.sitemap.primary {
	color:#FFF;
	font-weight:bold;
}
.sitemap.secondary {
	font-size:10px;
}
.industryblog a, .industryblog a:link, .industryblog a:active, .industryblog a:visited{
color:#ee7a09;
text-decoration:underline;
font-weight:bold;
}
.industryblog a:hover{
color:#FFFFFF;	
}
.industryblog h4
{
color:#FFF;
margin:0px 0px 5px 0px;
padding:0px;
}

/* End Footer and its blocks */


/* image hovers */
a img {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
a:hover img {
	opacity: 0.6;
}

div.content a:hover img {
	opacity: 1;
}

#mc-embedded-subscribe {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
#mc-embedded-subscribe:hover {
	opacity: 0.6;
}





/* Main content area */
.leftcolumn {
	width:280px;
	margin-left:20px;
	margin-right:20px;
	float:left;
}
.maincolumn {
	width:640px;
	float:left;
}
#new_releases {
	width:600px;
	margin-left:20px;
	margin-right:20px;
	height:330px;
	height: auto;
	margin-bottom: 20px;
}
h3 + .more {
  float: right;
  margin-top: -31px;
  color: #EE7A09;
  text-decoration: none;
}
h3 + .more:hover {
  color: #000;
}
.catalog_item {
	float:left;
	padding:4px;
	border:1px solid #FFFFFF;
	font-weight:bold;
	text-align:center;
	width:110px;
	text-decoration:none;
}

.catalog_item img.attachment-catalog-thumb {
	width: 110px !important;
	height: 180px !important;
}

.catalog_item div.title {
	color: #231f20;
	text-transform:uppercase;
	font-size:12px;
	margin: 5px 0px 5px 0px;
}
.catalog_item div.volume {
	color: #666666;
	font-size:9px;
}
.catalog_item div.action {
	color: #ee7a09;
	text-transform:uppercase;
	font-size:10px;
	margin: 5px 0px 5px 0px;
}

.catalog_item div.action a:link, .catalog_item div.action a:active, .catalog_item div.action a:visited {
	color: #ee7a09;
	text-transform:uppercase;
	font-size:10px;
	text-decoration:none;
}
.catalog_item.hover div.action, .catalog_item.hover div.action a:link, .catalog_item.hover div.action a:active, .catalog_item.hover div.action a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.catalog_item.hover div.action a:hover {
	color: #231F20;
	text-decoration:none;
}

.catalog_item.hover {
	border:1px solid #bf6004;
	background-color: #de7610;
}

.catalog_item div.action a:link, .catalog_item div.action a:active, .catalog_item div.action a:visited {
	color: #ee7a09;
	text-transform:uppercase;
	font-size:10px;
	text-decoration:none;
}
.catalog_item.hover div.action, .catalog_item.hover div.action a:link, .catalog_item.hover div.action a:active, .catalog_item.hover div.action a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.catalog_item.hover div.action a:hover {
	color: #231F20;
	text-decoration:none;
}
#digital_downloads {
	width:280px;
	margin-left:20px;
	margin-right:20px;
	float:left;
}
#featured_creator {
	width:280px;
	margin-left:20px;
	margin-right:20px;
	float:left;
}
.content {
	position: relative;
	margin-top:0px;
	color:#333333;
}
/* Main titles in the footer */
.content h3 {
	color: #ee7a09;
	width:100%;
	font-weight:600;
	font-size:26px;
	border-bottom:1px solid #999999;
	text-transform:uppercase;
	margin-top:0px;
	margin-bottom:10px;
}
span.black {
	color:#000;
}
span.orange {
	color:#EE7A09;
}
#stay_connected {
	height:360px;
	height: auto;
}
#stay_connected > div {
  min-height: 530px;
  height: auto;
}

/* The stay conencted h3 needs to be tight against the twitter and facebook tabs */
#stay_connected h3 {
	margin-bottom:0px;
}
#stay_connected > ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#stay_connected > ul li {
	margin:0px;
	padding:0px;
	float:left;
	border-bottom: 1px solid #999999;
	padding: 10px 9px;
	z-index:100;
	height:22px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	cursor:pointer;
}
#stay_connected > ul li:hover {
	background-color:#F8F8F8;
}
#stay_connected > ul li.selected {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom:1px solid #FFF;
}
#stay_connected > ul li#connected_tab_fb{
	float:right;
}
#connected_twitter {
	padding:5px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-top:1px solid #999999;
	margin-top:-1px;
    min-height: 530px;
	z-index:5;
}
#connected_fb {
	padding:5px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-top:1px solid #999999;
	margin-top:-1px;
    min-height: 530px;
	z-index:5;
}
#connected_tab_news
{
	color:#EE7A09;
	font-weight:700;
	font-size:22px;
	line-height:22px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
#connected_news {
	padding:5px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-top:1px solid #999999;
	margin-top:-1px;
	z-index:5;
}
#connected_news ul,#connected_news ul li  {
	list-style:none;
	margin:0px;
	padding:0px;
	font-size:14px;
	
}
#connected_news ul li {
margin-bottom:8px;
}
#connected_news ul li a:link, #connected_news ul li a:active, #connected_news ul li a:visited  {
font-size: 12px;
font-weight: bold;
color:#000;
}
#connected_news ul li a:hover {
color:#222;
}
#connected_news .rss-date {
  font-size: 12px;
  display: block;
  color: #666;
  margin: 1px 0;
  text-transform: uppercase;
}
#connected_news .rssSummary {
  font-size: 12px;
}

#connected_news br.cl {
  display: none;
}


div#connected_news > a.rsswidget {
	display:none;
	}
div.mc-field-group {
	margin-bottom:10px;
}
/* Newsletter sign up styles */
.mc-field-group label {

	font-weight:bold;
	width:68px;
	float:left;
	padding-top:5px;
}
.mc-field-group input {
	-webkit-box-shadow: inset 0 2px 5px #D4D4D4, inset -3px 0 7px 1px #d4d4d4;
	-moz-box-shadow: inset 0 2px 5px #D4D4D4, inset -3px 0 7px 1px #d4d4d4;
	box-shadow: inset 0 2px 5px #D4D4D4, inset -3px 0 7px 1px #d4d4d4;
	border: 1px solid #919191;
	-moz-border-radius: 4px 4px 4px 4px;
	background: none;
	width:189px;
	height:20px;
	padding:5px;
}




/* Styles for the footer newsletter signup widget */
div.mc_form_inside input.mc_input {
	background:#FFF;
	-webkit-box-shadow: inset 0 2px 5px #D4D4D4, inset -3px 0 7px 1px #d4d4d4;
	-moz-box-shadow: inset 0 2px 5px #D4D4D4, inset -3px 0 7px 1px #d4d4d4;
	box-shadow: inset 0 2px 5px #D4D4D4, inset -3px 0 7px 1px #d4d4d4;
	border: 1px solid #919191;
	-moz-border-radius: 4px 4px 4px 4px;
	width:159px;
	height:18px;
	padding:5px;
	margin-top:3px;
}

div.mc_form_inside .mc_merge_var {
  float: left;
  width: 155px;
}

#mc_subheader {
	margin-bottom:5px;
}

div.mc_form_inside .mc_signup_submit{
	text-align:left;
	float: right;
  margin-top: 7px;
}
#mc_signup_submit {
  cursor: pointer;
}
#mc_signup_submit{
	background:none;
	border:none;
	background-image:url(images/newsletter-signup-button.png);
	background-repeat:no-repeat;
	width:98px;
	height:34px;
	margin-top:10px;
}

#mc_signup_submit:hover {
	opacity: 0.6;
}
.mc_var_label{
	font-weight:700;
}


/* Customizations to hide parts of the twitter feed */ 
.twtr-hd {
	display:none !important;
}
.twtr-ft div a{
	display:none !important;	
}

.twtr-ft span{
	float:left !important;	
	text-align:left !important;
}
.twtr-ft span a {
	display:block !important;
}

div#more-tweets {
	margin: 10px;
}

div#more-tweets a {
	font-weight: bold;
	color: #EE7A09;
}

div#more-tweets a:hover {
	color: #000000;
}

div.twtr-ft {
	display: none !important;
}
/* End customizations to hide parts of the twitter feed */ 

/* Footer menu styling */

.sitemap.primary ul, .sitemap.primary ul li{
list-style:none;
margin:0;
padding:0;
}
.sitemap.primary ul li {
	border-right: 1px solid #FFFFFF;
	float:left;
	padding-left:5px; padding-right:5px;
	margin-bottom:3px;
}
.sitemap.primary ul li.last-menu-item {
	border-right:none;

}
.sitemap.secondary ul, .sitemap.secondary ul li{
list-style:none;
margin:0;
padding:0;
}
.sitemap.secondary ul li {
	border-right: 1px solid #AAAAAA;
	float:left;
	padding-left:5px; padding-right:5px;
	margin-bottom:3px;
}
.sitemap.secondary ul li.last-menu-item {
	border-right:none;

}
br.cl{
	clear:both; height:0px;
}
div.paging{
	position:absolute;
	bottom:40px; 
	right:12px;
	z-index:100;
}
div.paging a{
	width: 10px;
	height:10px;
	padding: 5px;
	margin-right:5px;
	border:1px solid #FFFFFF;
	background: #000;
	background: -moz-linear-gradient(rgba(34, 34, 34, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(34, 34, 34, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.5)));
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5222222', endColorstr='#e5000000'); /* for IE */
	display: inline;
	float: left;
	z-index: 150;
	position: relative;
}

div.paging a.active {
  /*border: 3px solid #eee;
  width: 8px;
  height: 8px;
  position: relative;
  top: 1px;*/
  background: #ee7a09;
}

/* NEWS & EVENTS CSS */

.clear	{
	clear: both;
}
.hide	{
	display: none;
}

#news	{
	float: left;
	width: 600px;
	line-height: 1.4;
	margin-left: 20px;
	margin-right: 40px;
}

#events-sidebar	{
	float: right;
	width: 280px;
	margin-right: 20px;
	font-size: 13px;
}
	#events-sidebar ul.upcoming	{
		margin: 15px 0;
		list-style: none;
		padding: 0;
	}
	#events-sidebar ul.upcoming li	{
		padding: 2px 0;
	}
	#events-sidebar ul.upcoming li div	{
		display: inline;
	}
		#events-sidebar ul.upcoming li div.when	{
			text-transform: uppercase;
			letter-spacing: -0.5px;
			color: #000;
			padding-right: 2px;
		}
		#events-sidebar ul.upcoming li div.event	{
		}
			div.event a	{
				color: #ee7a09;
			}
			div.event a:hover	{
				color: #777;
			}
		#events-sidebar ul.upcoming li div.loc	{
			color: #999;
			text-transform: uppercase;
			font-size: 11px;
			padding: 0 2px;
		}
		#events-sidebar a.more-link, #events-sidebar .dig-in, a.ical	{
			display: none;
		}

h2#page-title, #events-sidebar h2	{
	margin: 0 0 10px 0;
	color: #ee7a09;
	padding: 0 0 5px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	font-size: 32px;
	line-height: 1;
	font-weight: normal !important;
}
	h2#page-title span, #events-sidebar h2 span	{
		color: #000;
	}

#events-sidebar h3 {
	color: #EE7A09;
	font-size: 26px;
	text-transform: uppercase;
	line-height: 1;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
	font-family: ff-dax-compact-web-pro;
	font-weight: 600;
	margin-bottom: 20px;
}

	
.entry	{
	clear: both;
	padding: 10px 0;
	min-height: 110px;
}
	.entry:after	{
		content: '';
		clear: both;
		display: block;
	}
	.entry-side	{
		width: 62px;
		margin: 0 10px 0 0;
		float: left;
	}
		.entry-date	{
			background: transparent url(images/entry-date.png) top center;
			height: 60px;
			width: 60px;
			text-align: center;
			position: relative;
			line-height: 1 !important;
		}
			.entry-date span	{
				display: block;
			}
			.entry-date span.entry-month	{
				color: #FFF;
				font-size: 14px;
				font-weight: bold;
				text-transform: uppercase;
				padding: 4px 0;
			}
			.entry-date span.entry-day	{
				color: #000;
				font-weight: bold;
				padding: 9px 0;
				font-size: 20px;
			}
		.fbook-share	{
			padding: 5px 0px 0px 0px;
		}
		.tweet-share	{
			padding: 5px 0px 0px 0px;
		}
	.entry-text, .single-entry-text	{
		width: 525px;
		float: right;
		font-size: 13px;
	}
		.entry-text p	{
			margin: 5px 0 !important;
		}
			.single-entry-text p	{
				margin: 15px 0 !important;
			}
			.single-entry-text p:first-child	{
				margin-top: 5px !important;
			}
		.entry-text h2, .single-entry-text h2	{
			margin: 0 !important;
			font-size: 16px;
			text-transform: uppercase;
			font-weight: bold;
		}
			.entry-text h2 a, .single-entry-text h2 a	{
				color: #000;
				text-decoration: none;
			}
			.enytr-text h2 a:hover, .single-entry-text h2 a:hover	{
				color: #BBB !important;
			}
	.entry-meta	{
		text-transform: uppercase;
	}
		.entry-meta a	{
			padding: 0 10px 0 0;
			font-size: 10px;
		}
		.entry-meta a.entry-more	{
			text-transform: lowercase;
			color: #ee7a09 !important;
			text-decoration: underline;
			font-size: 12px;
		}
			.entry-meta a.entry-more:hover	{
				color: #000 !important;
			}
		.entry-meta a.entry-comments	{
			font-size: 10px;
			color: #999;
			text-decoration: none;
		}
			.entry-meta a.entry-comments:hover	{
				color: #BBB;
			}
.entry-nav	{
	clear: both;
	padding: 10px 0;
	text-align: center;
}
	.entry-nav a	{
		color: #ee7a09;
	}
	.entry-nav a.hover	{
		color: #888;
	}
	.entry-nav a.more	{
		display: block;
		background: #fdf1e4;
		border: 1px solid #fbe2c8;
		color: #ee7a09;
		text-decoration: none;
		text-align: center;
		font-size: 11px;
		padding: 8px 0;
	}
		.entry-nav a.more span	{
			padding: 0 15px 0 0;
			/*
			background: transparent url(images/entry-nav.gif) center right no-repeat;
			*/
		}
	.entry-nav a.more:hover	{
		background: #EEE;
		border: 1px solid #DDD;
		color: #AAA;
	}
		.entry-nav a.more:hover span	{
			/*
			background: transparent url(images/entry-nav-hover.gif) center right no-repeat;
			*/
		}

#events-calendar	{
	
}
#calendar_wrap, #ajax-calendar-3	{
	background: #eee;
	border: 1px solid #ddd;
	padding: 3px;
	position: relative;
	padding-top: 40px;
}
	#calendar_wrap caption, #ajax-calendar-3 caption	{
		display: block;
		text-align: center;
		padding: 7px 0;
		color: #FFF;
		background: #f7b64b;
		border: 1px solid #ea8f01;
		margin-bottom: 5px;
		position: absolute;
		width: 292px;
		top: 0;
		left: 0;
		line-height: 1;
		margin: 3px;
	}
	#ajax-calendar-3 th	{
		font-size: 14px;
		padding: 0 0 5px 0;
		text-align: center;
	}
	tfoot td	{
		height: 1px;
	}
		td#prev a	{
			display: block;
			height: 25px;
			width: 25px;
			background: transparent url(images/prev.png) center center no-repeat;
			position: absolute;
			top: 4px;
			left: 8px;
			text-indent: -1000000px;
		}
	
		td#next a	{
			display: block;
			height: 25px;
			width: 25px;
			background: transparent url(images/next.png) center center no-repeat;
			position: absolute;
			top: 4px;
			right: 8px;
			text-indent: -1000000px;
			color: transparent;
			font-size: 0;
		}
	
	#ajax-calendar-3 tbody td	{
		border: 1px solid #DDD;
	}
		#ajax-calendar-3 tbody td.pad	{
			border: 0;
		}
		#ajax-calendar-3 tbody td a	{
			background: #f7b64b;
			border: 1px solid #ea8f01;
			display: block;
			color: #FFF !important;
			font-weight: bold;
			text-decoration: none;
			position: relative;
			top: -3px;
			margin-bottom: -4px;
		}
		
#categories-3 ul, #archives-3 ul	{
	margin: 15px 0;
	padding: 0;
	clear: both;
	list-style: none;
}
	#categories-3 ul li, #archives-3 ul li	{
		color: #999;
		font-size: 11px;
		padding: 2px 0;
	}
		#categories-3 ul li a, #archives-3 ul li a	{
			color: #ee7a09;
			font-size: 13px;
		}
		#categories-3 ul li a:hover, #archives-3 ul li a:hover	{
			color: #000;
		}
	#archives-3 ul li	{
		/*width: 33%;
		float: left;
		*/
	}


/* EVENTS SIDEBAR */
#eventinfo {
	margin-top: 10px;
}

#events-sidebar div.event {
	margin-top: 20px;
}

#events-sidebar div.event {
	margin: 40px 0px 20px 0px;
	line-height: 150%;
}

#events-sidebar div.event h4 {
	margin: 0px;
	color: #EE7A09;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: ff-dax-compact-web-pro, sans-serif;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}

#events-sidebar div.event > div.left {
	width: 80px;
	float: left;
	text-align: left;
	font-weight: 700;
	margin-bottom: 5px;
}

#events-sidebar div.event > div.right {
	float: left;
	width: 185px;
}

#events-sidebar div.event > div.right p {
	margin: 0px;
}

#events-sidebar div.event p {
	margin: 0px 0px 10px 0px;
}


/* FACEBOOK COMMENTS */
div#fbComments {
	margin-left: 75px;
}
div#fbComments p {
	color: #EE7A09;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	font-family: ff-dax-compact-web-pro;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 20px;
}

	
/* END NEWS CSS */

td.highlight {
    background: none repeat scroll 0 0 #F7B64B !important;
    border: 1px solid #EA8F01 !important;
    color: #FFFFFF !important;
}
td.highlight a{
	background:none !important;
	border:none !important;
}


/* ABOUT US */
img.boxshadow {
	background: #FFFFFF;
	padding: 3px;
	border: solid 1px #B1AEA5;
	-moz-box-shadow: 1px 1px 5px #AAAAAA;
	-webkit-box-shadow: 1px 1px 5px #AAAAAA;
    box-shadow: 1px 1px 5px #AAAAAA;
}

#content div.team-member {
	margin-bottom: 30px;
}

#content div.team-member div.photo {
	float: left;
	width: 100px;
	padding-top: 2px;
}

#content div.team-member div.details {
	float: left;
	width: 320px;
}

#content div.team-member div.details div.name-title {
	float: left;
}

#content div.team-member div.details div.linkedin {
	float: left;
	padding: 3px 0px 0px 6px;
}

#content div.team-member div.details span.name {
	font-family: Arial, Sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #231F20;
}

#content div.team-member div.details span.title {
	font-family: Arial, Sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #EE7A09;
	text-transform: uppercase;
}

#content div.team-member div.details p.bio {
	margin-bottom: 0px;
}


/* PRIVACY POLICY */
div#content.plain-page p {
	line-height: 1.38;
}


/* SUBMISSIONS */
#terms-and-conditions li {
	margin-bottom: 10px;
}


/* CONTACT */
div.contact-address-chicago {
	float: left;
	width: 180px;
	margin-right: 10px;
}

div.contact-address-los-angeles {
	float: left;
	width: 160px;
	margin-right: 10px;
}

div.contact-address-new-york {
	float: left;
	width: 200px;
	margin-right: 0px;
}


/* CEO BLOG */
#ceo-blog-sidebar{
    float: right;
    font-size: 13px;
    margin-right: 20px;
    width: 280px;
	position:relative;
}
#about-ceo-social{
	position:absolute;
	right:0px;
	top:0px;
}

#ceo-photo {
	float: left;
	padding-right: 20px;
}

span.ceo-name {
	font-family: Arial, Sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #231F20;
}

p.bio {
	margin-bottom: 20px;
}

div#text-2 li.cat-item, div#wp-customtype-archive-4, div#wp-customtype-archive-3{
color: #999999;	
}
span.ceoname {
	font-weight:700;
	color:#000;
	}
#content h2.genre{
	color: #EE7A09;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1;
	border-bottom: 1px solid #CCCCCC;
	font-family: ff-dax-compact-web-pro;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-bottom: 2px;
}

/* Flynn Styles 
================= */

.new-title {
	background: url(images/new-title.png) no-repeat;
	height: 50px;
	width: 50px;
	position: absolute;
	left: -10px;
	top: 0px;
}

.coming-soon {
	background: #EE7A09;
	width: 80px;
	height: 12px;
	position: absolute;
	font-size: 10px;
	font-weight: bold;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: #666666 1px 1px 2px;
	left: 10px;
	top: 78px;
	padding: 3px 0px 2px 0px;
}

.titles-list-item {
	position: relative;
}

 #title-image {
	height: auto!important;
}
#title-creator {
	bottom: 4px!important;
}
#content .synopsis-container {
	height: 144px;
	overflow: hidden;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
}
#content .synopsis-container p {
	margin-bottom: 18px;
}
#content .synopsis {
	height: auto;
}
#read-more {
	margin-bottom: 30px;
	/*
	display: block;
	width: 440px;
	height: 20px; 
	background: #EE7A09;
	color: #FFF;
	position: absolute;
	bottom: 0;
	text-align: center;
	text-decoration: none;
	*/
}
#read-more a,
#read-more a:link {
	text-decoration: none;
}
div#content.plain-page p {
	line-height: 18px;
}
.page-template-page-titles-php #archives, .tax-genre #archives, .tax-age-rating #archives {
	float: right; 
	font-size: 13px;
	font-weight: bold;
	position: relative;
	top: 0px;
	color: #EE7A09;
	z-index: 10;
}
.tax-genre #archives, .tax-age-rating #archives {
	top: -40px;
}
.tax-genre #content, .tax-age-rating #content {
	padding: 0 20px;
}
.show-all {
	padding: 0 10px; 
	text-decoration: none;
}

div.volume-thumbnail {
	width: 110px;
	height: 180px;
}

div#buy_now_issues {
	position: absolute;
	display: inline-block;
	width: auto;
	top: -154px;
	right: 20px;
	text-align: right;
	float: right;
	z-index: 100;
}

div#buy_now_issues div.buy_now_item  {
	float: left;
	border: solid 1px #FFFFFF;
	margin-left: 20px;
	padding: 0px;
	-moz-box-shadow: 1px 1px 10px #666666;
	-webkit-box-shadow: 1px 1px 10px #666666;
    box-shadow: 1px 1px 10px #666666;
}

div#buy_now_issues div.buy_now_item:hover  {
	border: solid 1px #EE7A09;
	-moz-box-shadow: 1px 1px 3px #666666;
	-webkit-box-shadow: 1px 1px 3px #666666;
    box-shadow: 1px 1px 3px #666666;
}

div#buy_now_issues div.buy_now_item div.buy_now_thumbnail  {
	width: 80px;
	height: 100px;
}

div#buy_now_issues div.buy_now_item div.buy_now_label,
div#buy_now_issues div.buy_now_item div.pre_order_label {
	background: #EE7A09;
	width: 80px;
	height: 12px;
	position: relative;
	font-size: 10px;
	font-weight: bold;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: #666666 1px 1px 2px;
	left: 0px;
	margin-top: -13px;
	padding: 3px 0px 2px 0px;
	text-decoration: none !important;
}

div#buy_now_issues div.buy_now_item a,
div#buy_now_issues div.buy_now_item a:link,
div#buy_now_issues div.buy_now_item a:hover {
	text-decoration: none !important;
	color: #000000;
}


/* WP-NAVI */
div.content .wp-pagenavi {
	padding-top: 20px;
	clear: both;
	font-size: 12px;
}

div.content .wp-pagenavi a,
div.content .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

div.content .wp-pagenavi a:hover,
div.content .wp-pagenavi span.current {
	background: #EE7A09;
	border: solid 1px #EE7A09;
	color: #FFFFFF;
}

div.content .wp-pagenavi span.current {
	font-weight: bold;
}
