/*   
Theme Name: Lumiere Reader 2010
Theme URI: 
Description: 
Author: Tim Wong
Template: Thematic (Thematic Feature Site)
Version: 1.0.1
Tags: Thematic
.
Thematic Site is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('2c-r-fixed-988px.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea {
    font: 14px Georgia,serif;
	 color: #232323;
    line-height:22px;
}
blockquote {
    color:#666;
    font-size:16px;
    font-style:normal;
}
blockquote em, blockquote i, blockquote cite {
	font-style:italic;
}
#buttons {
    padding:.0em 0;
	margin-top:20px;
} 
#buttons a {
    border:1px solid #C9C9CB;
	font-family: "Arial", Helvetica, san-serif;
    color:#000000;
    font-size:10px;
	text-transform: uppercase;
	background: #C9C9CB;
    margin:0 10px 0 0;
    padding:.40em .80em;    
    text-decoration:none;
}
#buttons a:hover,
#buttons a:active {
    color: #FF4B33;
}

#related-posts ul {
    font-size:13px;
}

.caps {
font-size: 11px;
text-transform: uppercase;
}
.capsbold {
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
}
strong.caps {
color: #232323;
}


/* =Read More Links
-------------------------------------------------------------- */

a.more-link{
    font-size:11px;
	font-family: "Arial", Helvetica, san-serif;
	font-weight: bold;
	color: #FF4B33;
    text-transform:uppercase;
}
a:link.more-link,
a:visited.more-link {
	color: #FF4B33;
	text-decoration: none;
}
a:hover.more-link,
a:hover.more-link {
	color: #FF4B33;
	text-decoration: underline;
}

/* =WP Print
-------------------------------------------------------------- */

.wp-print {
    color:#666;
    font-size:13px;
	font-style: italic;
	padding:0 0px 0 22px;
	background-image:url('images/printer_famfamfam.gif');
	background-repeat:no-repeat;
	background-position:0px 3px;
}


/* =Drop Down Menus, Modified Widgets
-------------------------------------------------------------- */


#categories-2 {
    margin:0 0 16px 0;
}
.widget_categories select {
	width:234px;
}
#archives-2 {
}
.widget_archive select {
	width:234px;
}
.widget_text {
	font-family: "Arial", Helvetica, san-serif;
    font-size:12px;
}


/* =Header Menus
-------------------------------------------------------------- */


#header #access {
	font-family: "Arial", Helvetica, san-serif;
	font-weight: bold;
	text-transform: uppercase;
}

#header #access a:link, #header #access a:visited
{
	color: #000000;
	text-decoration: none;
}

#header #access a:hover, #header #access a:active
{
	color: #000000;
	background: #FF4B33;
}


.skip-link {
    display:none;
}
#access {
	background: #C9C9CB;
	font-family: "Arial", Helvetica, san-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom:none;
	width:990px;
    height:32px;
    font-size:14px;
    overflow:visible;
    z-index:100;
  margin-left: auto;
  margin-right: auto;
	background-image:url('images/access_mao.gif');
	background-repeat:no-repeat;
	background-position:top right;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    border-right:none;
	float:left;
}
.sf-menu a {
	background: #C9C9CB;
	border-right:1px solid #FFFFFF;
	border-left:none;
	border-top:none;
	border-bottom:none;
	padding:9px 13px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
	background: #FF4B33;
    border-left:1px solid #FF4B33;
    border-bottom-color:#FF4B33;
    border-top:0px solid #FF4B33;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#666;
}
.sf-menu li {
	background:		#fff;
}
.sf-menu li li {
	background:		#fff;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: none;
	outline:		0;
    border-bottom-color:none;
}
.sf-menu ul {
    border-right:none;
    border-bottom:none;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FF4B33;
}



/* =Header
-------------------------------------------------------------- */

#branding {
    position:relative;
	padding:20px 0px 0px 0px;
}
#blog-title {
    width:988px;
}

#blog-title a {
background:url(images/header_lumlogo.gif) no-repeat top center;
display:block;
text-indent:-9000px;
height: 138px;
}

#blog-description {
    width:652px;
    display:none;
}
#branding #searchform {
    position:absolute;
    top:80px;
    right:0;
    display:none;
}
#branding #searchform label {
    display:none;
}
#branding #searchform input {
    font-size:13px;
    line-height:18px;
}
#branding #searchform input#s {
    width:316px;
}
#branding #searchform input#searchsubmit {
    display:none;
}

#access-search {
float:right;
margin:3px 41px 0 0;
}
#access-search #s {
font-style: italic;
text-transform:none;
background:#E3E3E3;
border: 1px solid #666666;
color:#666666;
margin:0 0px 0 0;
text-indent:4px;
width:272px;
height:22px;
}
#access form #s:focus {
color:#232323;
font-family: "Arial", Helvetica, san-serif;
font-style:normal;
}


/* =Menu
-------------------------------------------------------------- */

#nav {
    float:right;
}


/* =Content
-------------------------------------------------------------- */

#main {
    clear:both;
    padding:40px 0 22px 0px;
    border-left:1px solid #E3E3E3;
    border-right:1px solid #E3E3E3;
}
.page-title {
    font-size:16px;
    line-height:18px;
    padding:0 0 44px 0;
    font-family:"Arial", Helvetica, san-serif;
    font-weight:bold;
    color: #666666;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#000000;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #FF4B33;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 0 22px 0;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
    font-family:"Arial", Helvetica, san-serif;
    font-size:26px;
    font-weight:bold;
    line-height:28px;
    padding:0 0 7px 0;
}
.entry-title a {
    color:#000000;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #FF4B33;
}
.entry-meta {
    color:#666;
    font-size:11px;
    font-style:normal;
    text-transform:uppercase;
    line-height:18px;
    font-family:"Arial", Helvetica, san-serif;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0;
    text-transform:uppercase;
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #FF4B33;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0;
    text-transform:uppercase;
}
.entry-content {
    padding:22px 0 0 0;
}
.entry-content a {   /* = Links within posts */
    color:#FF4B33;
    text-decoration:none;
}
.entry-content a:active,
.entry-content a:hover {
    color: #FF4B33;
    text-decoration:underline;
}
.entry-content h1,
.entry-content h2 {   /* = Sub Heading */
    font-family:Arial,sans-serif;
    font-size:18px;
	color:#000000;
    font-weight:bold;
    padding:14px 0 20px 0;
}
.entry-content h3 {  /* = Small body text */
    font-size:12px;
    font-style:normal;
    padding:0px 0 22px 0;
}
.entry-content h4 {  /* = Minature sub-heading */
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content h5 {  /* = Byline */
    font-size:16px;
    line-height:24px;
    padding:0px 0 22px 0;
}
.entry-content h6 {  /* = Footer text */
    font-size:13px;
	font-style:italic;
    padding:0px 0 22px 0;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-utility {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:4px 0 22px 0;
}
.entry-utility a {
    color:#666;
    font-size:13px;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #FF4B33;
}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #FF4B33;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-style:italic;
    font-size:12px;
    line-height:18px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}

.search .page-title {
    display:none;
}


/* =Leader and Front Page Styles
-------------------------------------------------------------- */

#leader {
    border-bottom:1px dotted #666666;
    padding:42px 0 22px 0;
	background: url(images/background_stripes.gif) repeat;
    width:988px;
  	margin-left: auto;
  	margin-right: auto;
    border-left:1px solid #E3E3E3;
    border-right:1px solid #E3E3E3;
}
#leader-container {
    margin:0 auto;
    overflow:hidden;
    position:relative;
	padding:0 0 0 30px;
    width:958px;
}
#leader .entry-title {
    font-size:30px;
    line-height:35px;
	color: #000000;
    margin-top:-6px;
    margin-left:10px;
    padding:0 0 16px 0;
}
#leader .entry-title span {
    font-family:Georgia,serif;
    font-weight:normal;
    font-style:italic;
}
.single #leader .entry-title {
    width:582px;
}
#leader .entry-meta {   /* =Author and Date on Single Post */
    position:absolute;
    font-family:Arial,sans-serif;
    font-size:14px;
	font-weight:bold;
    text-transform:none;
    top:47%;
	height:50px;
	margin-top:-25px;
    left:690px;
    margin-right:40px;
}
#leader .entry-meta .author {
}
#leader .entry-meta .n {
    font-size:14px;
	font-weight:bold;
    font-style:normal;
    letter-spacing:0;
    text-transform:none;
}
#leader .entry-meta a {
    color:#666;
    text-decoration:none;
}
#leader .entry-meta a:active,
#leader .entry-meta a:hover {
    color: #FF4B33;
}
#leader .entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
	font-weight:normal;
    font-style:normal;
    letter-spacing:0;
    text-transform:uppercase;
}

.page-template-front-page-php #feature {
		float:left;
		background-image:url('includes/images/front_feature-wide1.jpg');
		background-repeat:no-repeat;
		background-position:top right;
}
.page-template-front-page-php #feature img {
float:right;
margin:0px 0 0 10px;
padding:0 0 20px 2px;
}
.page-template-front-page-php #feature-info {
    float:left;
		margin:40px 0 0 30px;
    width:422px;
}
.page-template-front-page-php #feature-info strong {
color:#FF4B33;
font: 16px "Arial", Helvetica, san-serif;
font-style:normal;
font-weight:bold;
}
.page-template-front-page-php #feature-info h2 {
    font-family: "Arial", Helvetica, san-serif;
	color: #FF4B33;
    font-size:34px;
	letter-spacing:-1px;
	font-weight:bold;
    line-height:41px;
    margin-top:-6px;
    padding:0 0 14px 0;
}
.page-template-front-page-php #feature-info h2 a {
    color:#FF4B33;
    text-decoration:none;
}
.page-template-front-page-php #feature-info h2 a:active,
.page-template-front-page-php #feature-info h2 a:hover {
    color: #FF4B33;
    text-decoration:none;
}
.page-template-front-page-php #feature-info h3 {
	color: #232323;
	font-family: "Arial", Helvetica, san-serif;
    font-size:16px;
    line-height:24px;
    margin-bottom:-4px;
}
.page-template-front-page-php #feature-info h5 {
    font-family: "Arial", Helvetica, san-serif;
	color: #c9c9cb;
    font-size:16px;
    line-height:24px;
    margin-top:10px;
    margin-bottom:0px;
}
.page-template-front-page-php #feature-info h4 {
    font-family: "Arial", Helvetica, san-serif;
	color: #FF4B33;
    font-size:16px;
    line-height:24px;
    margin-top:-10px;
    margin-bottom:0px;
}
.page-template-front-page-php #feature-info h4 a {
    color:#FF4B33;
    text-decoration:none;
}
.page-template-front-page-php #feature-info h4 a:active,
.page-template-front-page-php #feature-info h4 a:hover {
    color: #FF4B33;
    text-decoration:underline;
}
.page-template-front-page-php #container,
.page-template-front-page-php #content  {
    margin:0;
    padding:0;
    width:988px;
}
.page-template-front-page-php #container {
    margin-top:-40px;
}
.page-template-front-page-php #sub-feature {
    font-size:13px;
    line-height:18px;
    position:relative;
    overflow:hidden;
    margin-top:16px;
}
.page-template-front-page-php #sub-feature img {
    margin:0 0 12px 0;
}
.page-template-front-page-php #sub-feature p {
    margin:0 0 18px 0;
}
.page-template-front-page-php #sub-feature strong {
color:#000000;
font: 16px "Arial", Helvetica, san-serif;
font-style:normal;
font-weight:bold;
}
.page-template-front-page-php #sub-feature h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:16px;
    line-height:22px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
.page-template-front-page-php #sub-feature h3 img {
    position:absolute;
    top:3px;
    right:18px;
}
.page-template-front-page-php .block {
    float:left;
    width:223px;
}
#front-block-1 {
    margin-left:18px;
    margin-right:20px;
}
#front-block-2 {
    margin-right:20px;
}
#front-block-3 {
    margin-right:20px;
}
#front-block-4 {
    margin-right:18px;
}
.page-template-front-page-php .block .avatar {
    float:left;
    margin:.25em 10px 0 0;
}
.page-template-front-page-php .block ul {
    border-top:1px solid #C9C9CB;
    color:#FFFFFF;
    list-style:none;
    margin:0;
}
.page-template-front-page-php .block ul li {
    display:inline;
}
.page-template-front-page-php .block ul li a {
    border-bottom:1px solid #ccc;
    color:#FF4B33;
    font-size:12px;
    display:block;
	font-family: "Arial", Helvetica, san-serif;
    padding:6px 10px;
    text-decoration:none;
}
.page-template-front-page-php .block ul li a:hover,
.page-template-front-page-php .block ul li a:active {
    background:#E3E3E3;
    color: #FF4B33;
}
.page .entry-content,
.single .entry-content {
    padding-top:0;
}

#commentary {
float:left;
    width:316px;
}
#commentary-img {
float:left;
width:70px;
height:70px;
clear: left;
margin: 0 20px 12px 0;
overflow: hidden;
}


/* Front Page Highlights */

dl.highlights
{
margin: 0;
padding: 0;
}
#front-block-1 dl.highlights strong
{
font-size:16px;
color: #FF4B33;
}
.highlights dt
{
	color:#FF4B33;
	font: 13px "Arial", Helvetica, san-serif;
	font-style:normal;
	font-weight:bold;
	line-height:18px;
	text-align: left;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px 0px 6px 0px;
}
.highlights dd
{
	color:#000000;
	font: 12px "Georgia", Times New Roman, Arial, Helvetica, san-serif;
	font-style:normal;
	font-weight:normal;
	text-align: left;
	line-height:18px;
	text-transform:none;
    margin-bottom:0px;
}
.highlights dt a:link, .highlights dt a:visited
{
	color: #FF4B33;
	text-decoration: none;
}
.highlights dt a:hover, .highlights dt a:active
{
	color: #FF4B33;
	text-decoration: underline;
}

dl.highlights-reviews
{
margin: 0;
padding: 0;
}
.highlights-reviews dt
{
	color:#666666;
	font: 12px "Arial", Helvetica, san-serif;
	font-style:normal;
	line-height:18px;
	text-transform:uppercase;
    margin-top:1px;
    margin-bottom:6px;
}
.highlights-reviews dd
{
	color:#000000;
	font: 12px "Georgia", Times New Roman, Arial, Helvetica, san-serif;
	font-style:normal;
	font-weight:normal;
	line-height:18px;
	text-transform:none;
    margin-bottom:6px;
}
.highlights-reviews dd a:link, .highlights-reviews dd a:visited
{
	color: #000000;
	text-decoration: none;
}
.highlights-reviews dd a:hover, .highlights-reviews dd a:active
{
	color: #000000;
	text-decoration: underline;
}

dl.highlights-features
{
margin: 0;
padding: 0;
}
.highlights-features dt
{
	color:#FF4B33;
	font: 18px "Georgia", Times New Roman, Arial, Helvetica, san-serif;
	font-style:normal;
	line-height:24px;
	text-align: center;
    margin-top:1px;
    margin-bottom:6px;
    border-bottom:1px solid #ccc;
    padding:0px 0px 10px 0px;
}
.highlights-features dd
{
	color:#000000;
	font: 12px "Georgia", Times New Roman, Arial, Helvetica, san-serif;
	font-style:normal;
	font-weight:normal;
	text-align: center;
	line-height:18px;
	text-transform:none;
    margin-bottom:14px;
}
.highlights-features dt a:link, .highlights-features dt a:visited
{
	color: #FF4B33;
	text-decoration: none;
}
.highlights-features dt a:hover, .highlights-features dt a:active
{
	color: #FF4B33;
	text-decoration: underline;
}


/* Masks to remove Blog Title from Leader */

.blog #leader {
	display:none;
}
.blog #description {
	display:none;
}
.blog #description-gallery {
	display:none;
}
.archive #leader {
	display:none;
}
.archive #leader {
	display:none;
}
.single #nav-below {
	display:none;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:22px 0 0 0;
}
.comments a {
    color:#232323;
    text-decoration:underline;
}
.comments a:active,
.comments a:hover {
    color: #FF4B33;
    text-decoration:underline;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
	color:#666666;
    font-size:16px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:0px solid #ccc;
    border-top:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    border-bottom:1px solid #ccc;
    padding:16px 1.5em 0 1.5em;
    position:relative;
    background:#FFFFFF;
	background-image:url('images/comment_quote.gif');
	background-repeat:no-repeat;
	background-position:1.5em 22px;
}
#comments-list li.alt {
    background:#FFFFFF;
	background-image:url('images/comment_quote.gif');
	background-repeat:no-repeat;
	background-position:1.5em 22px;
}
#comments-list li.bypostauthor {
   background:#FFFFFF;
	background-image:url('images/comment_quote.gif');
	background-repeat:no-repeat;
	background-position:1.5em 22px;
}
#comments-list ul li {
    border:0px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF4B33;
}
.comment-navigation {
    color:#000000;
	font-family: "Arial", Helvetica, san-serif;
    font-size:10px;
    line-height:18px;
	font-style:normal;
    padding:.0em 0;
    margin:0px 0 36px 0;
    overflow:visible;
}
.comment-navigation a {
    border:1px solid #C9C9CB;
	font-family: "Arial", Helvetica, san-serif;
    color:#000000;
    font-size:10px;
	font-style:normal;
	text-transform: uppercase;
	background: #C9C9CB;
    margin:0 0px 0 0;
    padding:.40em .80em;    
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}

li.comment img.avatar {display:none}

#login a:link, #login a:visited
{
	color: #232323;
	text-decoration: underline;
}

#login a:hover, #login a:active
{
	color: #FF4B33;
	text-decoration: underline;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#000000;
    font-size:10px;
    line-height:18px;
	font-style:normal;
    padding:.0em 0;
    margin:0px 0 36px 0;
    overflow:visible;
}
.navigation a {
    border:1px solid #C9C9CB;
	font-family: "Arial", Helvetica, san-serif;
    color:#000000;
    font-size:10px;
	font-style:normal;
	text-transform: uppercase;
	background: #C9C9CB;
    margin:0 0px 0 0;
    padding:.40em .80em;    
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #FF4B33;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:45%;
}
.nav-next {
	float: right;
	width:45%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
#nav-below {
    padding:0 0 16px 0;
}
.paged #nav-above {
    display:block;
    margin-top:6px;
    padding:0 0 22px 0;
}


/* =Ribbons
-------------------------------------------------------------- */

#description p {
font-size:16px;
font-style:italic;
line-height:23px;
padding:0 30px;
}
#description strong {
color:#000;
font: 16px "Arial", Helvetica, san-serif;
font-style:normal;
font-weight:bold;
text-transform:uppercase;
}
#description .intro {
display:inline;
float: left;
margin: 0 0 0 40px;
width: 592px;
}

#gallery {
overflow: hidden;
padding: 0 0 20px 0;
}
#gallery .intro {
display:inline;
float: left;
margin: 0 0 0 40px;
width: 192px;
}
#gallery .intro h2 {
color: #000;
font: 17px "Arial", Helvetica, san-serif;
font-weight: bold;
line-height: 23px;
}
#gallery .intro p {
font-style: italic;
}
#gallery ul {
display:inline;
float: right;
list-style: none;
margin: 0 40px 0 0;
overflow: hidden;
}
#gallery li {
float: left;
margin: 0 0 0 20px;
}
#gallery li a {
}
#gallery li a:hover {
}

.ribbon {
background:#E3E3E3;
border-bottom:1px dotted #666666;
	width:988px;
  	margin-left: auto;
  	margin-right: auto;
    border-left:1px solid #E3E3E3;
    border-right:1px solid #E3E3E3;
}
.ribbon .ribbon-container {
margin: 0 auto;
padding: 30px 0 10px 10px;
}
.ribbon a,
.ribbon a:visited {
color: #F92117;
text-decoration:none;
}
.ribbon a:hover {
text-decoration:underline;
}

/* =Ribbons (w/ image)
-------------------------------------------------------------- */

#description-gallery {
overflow: hidden;
padding: 0 0 10px 0;
}
#description-gallery .intro {
display:inline;
float: left;
margin: 0 0 0 0px;
width: 712px;
}
#description-gallery .intro h2 {
color: #000;
font: 17px "Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: bold;
line-height: 23px;
}
#description-gallery strong {
color:#000;
font: 16px "Arial", Helvetica, san-serif;
font-style:normal;
font-weight:bold;
text-transform:uppercase;
}
#description-gallery .intro p {
font-size:16px;
font-style:italic;
line-height:23px;
padding:0 30px;
}
#description-gallery ul {
display:inline;
float: right;
list-style: none;
margin: 0 40px 0 0;
overflow: hidden;
}
#description-gallery li {
float: left;
margin: 0 0 0 20px;
}
#description-gallery li a {
}
#description-gallery li a:hover {
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #FF4B33;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #FF4B33;
}
.aside {
    color:#666;
}
.aside a {
    color:#666;
}
.aside a:active,
.aside a:hover {
    color: #FF4B33;
}
.aside h3 {
	font: 14px "Arial", Helvetica, san-serif;
    font-style:none;
    font-weight:bold;
    line-height:22px;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 22px 20px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
/*
    Main Asides
*/
.main-aside ul {
    padding:0 20px;
}
.main-aside h2 {
	font-size:11px;
}
.main-aside h3 {
}
.main-aside h4 {
	font: 14px "Arial", Helvetica, san-serif;
    font-style:none;
    font-weight:bold;
    line-height:36px;
    border-bottom:1px solid #ccc;
}
.main-aside h4 a {
    color:#FF4B33;
    font-size:12px;
    display:block;
    line-height:22px;
	font-family: "Arial", Helvetica, san-serif;
    padding:6px 10px 6px 10px;
    text-decoration:none;
}
.main-aside h4 a:hover,
.main-aside h4 a:active {
    background:#E3E3E3;
    color: #FF4B33;
}
.main-aside ul ul {
    padding:0;
}
#primary {
    border:0px solid #ccc;
    padding:16px 0 0 0;
    margin-top:4px;
    margin-bottom:22px;
	background:#E3E3E3;
}
/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
	font-family: "Arial", Helvetica, san-serif;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;    
}


/* =Sidebar Contributors
-------------------------------------------------------------- */

#contributors {
}
.boxed ul {
    border-top:1px solid #C9C9CB;
    color:#FFFFFF;
    list-style:none;
    margin:0;
}
.boxed ul li {
    display:inline;
}
.boxed ul li a {
    border-bottom:1px solid #ccc;
    color:#FF4B33;
    font-size:12px;
    display:block;
	font-family: "Arial", Helvetica, san-serif;
    padding:6px 10px;
    text-decoration:none;
}
.boxed ul li a:hover,
.boxed ul li a:active {
    background:#E3E3E3;
    color: #FF4B33;
}



/* =Customising Widgets
-------------------------------------------------------------- */

#categories-2 .cat {
width: 500px;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
    border-top:0px solid #E3E3E3;
    margin-top:0px;
	width:990px;
	background-image:url('images/footer_lumlogo.gif');
	background-repeat:no-repeat;
	background-position:765px 23px;
  	margin-left: auto;
  	margin-right: auto;
}

#footer a,
#footer a:visited {
color: #666;
text-decoration:none;
}
#footer a:hover {
color: #666;
text-decoration:underline;
}

#siteinfo {
    color:#939598;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, "Trebuchet MS", sans-serif;
	font-size: 10px;
	line-height: 10pt;
    padding:22px 0px 40px 0px;
	width:719px;
  	margin-left: 22px;
}


/* =Footer Menu
-------------------------------------------------------------- */

#footer-container {
width:990px;
margin:0 auto;
font-family: "Arial", Helvetica, san-serif;
color: #666666;
font-size:11px;
text-transform:uppercase;
}

#footer-container a,
#footer-container a:visited {
color: #666666;
text-decoration:none;
}
#footer-container a:hover {
text-decoration:underline;
}

#footer-menu {
float:left;
width:828px;
background:#C9C9CB;
border-top:1px solid #C9C9CB;
border-left:1px solid #C9C9CB;
padding-left:22px;
}

#backtotop {
float:right;
width:116px;
background:#C9C9CB;
border-top:1px solid #C9C9CB;
border-right:1px solid #C9C9CB;
padding-right:22px;
text-align: right;
}


/* =Search Form
-------------------------------------------------------------- */


#access-search #searchsubmit {	/* Hide "Search" button */
	width: 36px;
  	height: 26px;
	margin: 0 2px 0 0;
  	border: 0;
  	overflow: hidden;
	font-family: "Arial", Helvetica, san-serif;
    color:#000000;
    font-size:10px;
	text-transform: uppercase;
  	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
display:none;
}

/* -------------------------------------------------------------- 
   
   Default styles for Images
  
-------------------------------------------------------------- */   

.entry-content img {
    margin: 0 0 18px 0;
}
.endnote,
img.endnote {
    margin: 0 0 0px 0;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
    margin-top:4px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
    margin-top:4px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
    margin-top:4px;
	padding:0 0 4px 0;
}
.alignone,
img.alignone {
	display: block;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}



/* =Test (three columns on feature display)
-------------------------------------------------------------- */

.page-template-front-page-php #feature-alt {
		float:left;
}
.page-template-front-page-php #feature-alt img {
float:left;
margin:0px 10 0 0px;
padding:0 0 20px 10px;
}
.page-template-front-page-php #feature-alt-info {
    float:right;
		margin:0 0 0 30px;
    width:404px;
}
.page-template-front-page-php #feature-alt-sidebar {
    float:right;
	border:1px dotted #C9C9CB;
		margin:0 30px 0 30px;
    width:160px;
}
.page-template-front-page-php #feature-alt-info h2 {
    font-family: "Georgia", Times New Roman, Arial, Helvetica, san-serif;
	color: #232323;
    font-size:40px;
    line-height:45px;
    margin-top:-6px;
    padding:0 0 14px 0;
}
.page-template-front-page-php #feature-info h3 {
    font-family: "Georgia", Times New Roman, Arial, Helvetica, san-serif;
	color: #232323;
    font-size:16px;
    line-height:24px;
    margin-bottom:-4px;
}

