/*
Theme Name: Corpy
Theme URI: http://www.lessthanweb.com/products/corpy
Description: An elegant, clean and highly customizable theme. It supports 8 widgetized areas and it also includes the no-sidebar page template.
Tags: white, red, light, one-column, two-columns, fixed-width, translation-ready, sticky-post, threaded-comments, theme-options, editor-style, custom-menu, custom-background, custom-header
Author: LessThanWeb
Author URI: http://www.lessthanweb.com
Version: 1.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family: Verdana, Arial, sans-serif;
	color: #0f0f0f;
	text-align: center;
	font-size: 100%;
	background-color: #ffffff;
}
input, select, textarea {
	outline: 0;
}
textarea {
	resize: none;
	overflow: auto;
}
p {
	margin: 0 0 18px;
	line-height: 1.75em;
}
ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}
li {
	margin: 0;
	padding: 0 0 0 14px;
	background: transparent url('images/circle_black.gif') no-repeat scroll 0 0.7em;
}
li li {
	background: transparent url('images/circle_gray.gif') no-repeat scroll 0 0.7em;
}
li li li {
	background: transparent url('images/circle_blue.gif') no-repeat scroll 0 0.7em;
}
ol {
	list-style: decimal outside none;
    margin: 0 0 0 24px;
}
ol ol {
	list-style: upper-alpha outside none;
}
ol ol ol {
	list-style: lower-roman outside none;
}
ol li {
	background: 0;
	padding: 0;
}
ol li li {
	background: 0;
	padding: 0;
}
ol li li li {
	background: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.25em;
	margin: 0 2px 20px 0;
	padding: 6px 0 0;
	text-shadow: 1px 1px 1px #BBBBBB;
	clear: both;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.5em;
	font-weight: normal;
}
h4 {
	font-size: 1.33em;
	font-weight: normal;
}
h5 {
	font-size: 1.16em;
	font-weight: normal;
}
h6 {
	font-size: 0.83em;
	font-weight: lighter;
	text-transform: uppercase;
}

blockquote {
	background-color: #fafafa;
	padding: 0 10px;
	color: #3a3a3a;
	font-style: italic;
}
blockquote cite, blockquote em, blockquote i {
    font-style: normal;
}

cite, em, i {
    font-style: italic;
}

code, kbd, tt {
    font-family: monospace;
    font-size: 1.1666em;
}

del {
    text-decoration: line-through;
}
ins {
	text-decoration: none;
	background-color: #f3f3cc;
}

pre {
	font-family: courier, monospace;
	background-color: #f9f9f9;
	padding: 20px;
	margin-bottom: 20px;
}

sup, sub {
    position: relative;
}
sub {
	top: 2px;
}
sup {
	top: -5px;
}

big {
	font-size: 1.1666em;
}

table {
    border-spacing: 0;
    border: 1px solid #DCDCDC;
    width: 100%;
    text-align: left;
    margin: 10px 0 20px 0;
  	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
table tr th, table thead th {
	font-weight: bold;
    line-height: 18px;
    padding: 9px 24px;
    color: #666666;
    text-align: left;
}
table tr td {
	border-top: 1px solid #E7E7E7;
    padding: 6px 24px;
}
table tr.alternate {
	background-color: #fafafa;
}

dl {
	margin-bottom: 20px;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}

hr {
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #eeeeee;
	font-size: 0;
	margin: 0 0 10px 0;
}

fieldset {
	border: 1px solid #eeeeee;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px 20px;
	margin-bottom: 20px;
}
legend {
	font-size: 1.5em;
	text-shadow: 1px 1px 1px #BBBBBB;
	margin: 0 2px 10px 10px;
    padding: 0 10px 0;
}
label {
	font-size: 0.9166em;
    margin-left: 5px;
    color: #505050;
}
input, textarea {
	display: block;
	width: 40%;
	border: 1px solid #bdbcbd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 4px 5px;
	margin-bottom: 10px;
	margin-top: 3px;
}
input[type="submit"], input[type="button"] {
	background-color: #FFFFFF;
    color: #7F7F7F;
    font-family: Arial;
    font-size: 0.9166em;
    padding: 3px 20px;
    width: auto;
}
input[type="submit"]:hover, input[type="button"]:hover {
	border: 1px solid #505050;
}
input[type="file"] {
	border: 0;
	background: 0;
}
select {
	display: block;
	width: auto;
	border: 1px solid #bdbcbd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px 5px;
	margin-bottom: 10px;
	margin-top: 3px;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #505050;
}
input, select {
	background: transparent url('images/input_background.png') repeat-x scroll 0 0;
}
textarea {
	background: transparent url('images/textarea_background.png') repeat-x scroll left bottom;
}
.button {
	background-color: #FFFFFF;
    color: #7F7F7F;
    font-family: Arial;
    font-size: 0.9166em;
    padding: 3px 20px;
    width: auto;
}
.button:hover {
	border: 1px solid #505050;
}
.radio, .checkbox {
	width: auto;
	display: inline;
	margin-bottom: 20px;
	border: 0;
	background: 0;
}

a:link {
	color: #686868;
	text-decoration: none;
}
a:visited {
	color: #686868;
	text-decoration: none;
}
a:hover {
	color: #505050;
	text-decoration: underline;
}
a:active {
	color: #505050;
	text-decoration: underline;
}

.main_gfx {
	background-image: url('images/main.png');
}

.cb {
	clear: both;
}

#wrapper {
	width: 940px;
	text-align: left;
	margin: 0 auto;
	font-size: 0.75em;
	background-color: #FFFFFF;
}

.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
}

/*
	Header stuff
	Logo, search box and top right menu
*/
#header {
	width: 940px;
	overflow: hidden;
	border-bottom: 2px solid #c00000;
}
#logo {
	float: left;
	width: 370px;
	margin-top: 20px;
	margin-left: 30px;
	padding-bottom: 20px;
}
#logo a {
	font-size: 3.5em;
	text-decoration: none;
	color: #c00000;
	font-weight: bold;
}
#top_nav {
	float: right;
	width: 510px;
	margin-right: 30px;
	margin-top: 15px;
	position: relative;
}
#top_menu {
	float: right;
	overflow: hidden;
	margin-bottom: 20px;
}
#menu-header {
	list-style: none;
	margin: 0;
}
#menu-header .menu-item {
	float: left;
	margin: 0 10px 0 0;
	height: 17px;
	padding-left: 12px;
	padding-top: 1px;
	background: #ffffff url('images/header_menu_sep.png') no-repeat scroll 0 0;
}
#menu-header .menu-item-first {
	margin: 0 10px 0 0;
	background: #ffffff none no-repeat scroll 0 0;
}
#menu-header .menu-item-last {
	margin: 0 0 0 0;
}
#menu-header .menu-item a {
	font-family: Arial;
	color: #949494;
	text-decoration: none;
}
#menu-header .menu-item a:hover {
	color: #747474;
}
#search_box {
	margin-bottom: 20px;
	clear: both;
	position: relative;
	height: 28px;
}
#search_box form {
	position: absolute;
	right: 0;
}
#search_box div {
	width: 193px;
	height: 27px;
	background-position: 0 -28px;
}
#search_box div input {
	border: 0;
	margin: 6px 0 0 13px;
	width: 165px;
	background-color: transparent;
	background-image: none;
	color: #949494;
	font-family: Arial;
	display: inline;
	padding: 0;
}

/*
	Main menu
*/
#menu {
	margin: 3px 0 20px;
	padding-left: 20px;
	float: left;
}
#menu ul {
	list-style: none;
	margin: 0;
}
#menu ul li {
	float: left;
	margin-right: 20px;
	padding-left: 0;
	position: relative;
	background: 0;
}
#menu ul li a {
	color: #444444;
	font-size: 1.1666em;
	font-family: Arial;
	text-decoration: none;
	line-height: 24px;
	white-space: nowrap;
	text-shadow: 0 0 1px #CECECE;
}
#menu ul li a:hover {
	color: #030303;
}
#menu ul ul {
	margin-left: 0;
	display: none;
	position: absolute;
	float: left;
	width: 160px;
	z-index: 9999;
	top: 24px;
	left: 0;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
#menu ul ul li {
	padding-right: 0;
	position: relative;
}
#menu ul ul li a {
	background-color: #fff;
	width: 148px;
	border-bottom: 1px solid #cccccc;
	padding: 3px 6px;
	display: block;
	color: #444444;
}
#menu ul ul ul {
	top: -1px;
	left: 100%;
}
#menu ul li:hover > a {
	color: #030303;
}
#menu ul li ul li:hover > a {
	background-color: #f9f9f9;
}
#menu ul li.current_page_item > a,
#menu ul li.current-menu-ancestor > a,
#menu ul li.current_page_ancestor > a,
#menu ul li.current-menu-item > a,
#menu ul li.current_page_parent > a,
#menu ul li.current-menu-parent > a {
	color: #030303;
}
#menu ul ul li.current_page_item > a,
#menu ul ul li.current-menu-ancestor > a,
#menu ul ul li.current_page_ancestor > a,
#menu ul ul li.current-menu-item > a,
#menu ul ul li.current_page_parent > a,
#menu ul ul li.current-menu-parent > a {
	background-color: #f9f9f9;
}

/*
	Featured container
*/
#featured {
	clear: both;
}
#featured_top_line {
	width: 940px;
	height: 20px;
	background-position: 0 0;
}
#featured_image {
	width: 940px;
	height: 250px;
}
#featured_image img {
	width: 940px;
	height: 250px;
}

/*
	Bottom info line
*/
#info {
	overflow: hidden;
	margin: 0 20px 40px;
	font-size: 3em;
	font-family: Impact, Verdana;
}
#info #info_left {
	float: left;
	width: 360px;
	color: #a9a9a9;
	text-align: right;
	text-shadow: 1px 1px 1px #666666;
}
#info #info_right {
	float: right;
	width: 360px;
	color: #949494;
	text-align: left;
	text-shadow: 1px 1px 1px #555555;
}

/*
	Latest news
*/
#news_bottom_padding {
	height: 20px;
}
#news #button {
	text-align: center;
	border-bottom: 5px solid #d40400;
	height: 30px;
}
#news #button #ln_button {
	background-position: -611px -21px;
	width: 200px;
	height: 30px;
	cursor: pointer;
}
#news #latest_news_cont {
	display: none;
}
#news .post_cont {
	overflow: hidden;
	margin-top: 15px;
}
#news .post_cont .info {
	float: left;
	width: 250px;
}
#news .post_cont .info .date {
	font-family: Impact;
	font-size: 2em;
	color: #7f7f7f;
	text-align: center;
	text-shadow: 1px 1px 0 #cccccc;
}
#news .post_cont .info .time {
	font-family: Impact;
	font-size: 1.1666em;
	color: #7f7f7f;
	text-align: center;
	margin-top: 9px;
	text-shadow: 1px 1px 0 #cccccc;
}
#news .post_cont .info .author {
	font-family: Arial;
	color: #7f7f7f;
	text-align: center;
	margin-top: 10px;
	text-shadow: 1px 1px 0 #eeeeee;
}
#news .post_cont .info .author a {
	color: #505050;
	text-decoration: none;
}
#news .post_cont .info .author a:hover {
	color: #030303;
}
#news .post_cont .post {
	float: right;
	width: 682px;
	padding: 0;
}
#news .tags_cats {
	overflow: hidden;
}

/*
	Black button used only in the footer area
*/
.black_btn a:link, .black_btn a:visited {
	background: url('images/black_button.png') right 0;
	color: #cccccc;
	display: block;
	float: left;
	height: 31px;
	line-height: 31px;
	text-decoration: none;
	font-size: 1.1666em;
	cursor: pointer;
}
.black_btn a span {
	background: url('images/black_button.png') left 0;
	display: block;
	float: left;
	height: 31px;
	margin-right: 47px;
	padding-left: 47px;
}
.black_btn a:hover {
	background: url('images/black_button.png') right -31px;
	display: block;
	color: #cccccc;
}
.black_btn a:hover span {
	background: url('images/black_button.png') left -31px;
	display: block;
}
/*
	Grey button used in comments reply
*/
.reply_btn a:link, .reply_btn a:visited {
	background: url('images/comments_button.png') right 0;
	color: #7f7f7f;
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	font-size: 0.9166em;
	cursor: pointer;
}
.reply_btn a span {
	background: url('images/comments_button.png') left 0;
	display: block;
	float: left;
	height: 25px;
	margin-right: 36px;
	padding-left: 36px;
}
.reply_btn a:hover {
	background: url('images/comments_button.png') right -25px;
	display: block;
	color: #7f7f7f;
}
.reply_btn a:hover span {
	background: url('images/comments_button.png') left -25px;
	display: block;
}

/*
	Teaser text used on pages and blog posts
*/
#page_teaser {
	clear: both;
	margin: 0;
	border-bottom: 1px solid #dcdcdc;
	padding: 15px 10px;
	display: inline-block;
	width: 920px;
	text-shadow: 0 1px 1px #afafaf;
}
#page_teaser p {
	color: #7f7f7f;
	font-family: Arial;
	font-size: 2.5em;
	line-height: 1.25em;
    margin: 0;
}
#page_teaser p a {
	color: #afafaf;
	text-decoration: none;
}
#page_teaser p a:hover {
	color: #999999;
	text-decoration: none;
}
#page_teaser h1 {
	color: #afafaf;
	font-family: Arial;
	font-size: 2.5em;
	line-height: 1.25em;
    margin: 0;
    padding: 0 0 0;
    font-weight: normal;
}
#page_teaser h1 a {
	color: #afafaf;
	text-decoration: none;
}
#page_teaser h1 a:hover {
	color: #999999;
	text-decoration: none;
}

/*
	Content stuff
*/
#content_wrapper {
	overflow: hidden;
	clear: both;
	width: 940px;
	margin-bottom: 40px;
}
#breadcrumbs {
	padding: 10px;
	color: #7f7f7f;
	font-family: Arial;
	font-size: 0.9166em;
	float: none;
}
#content_full {
	width: 940px;
}
#content_left {
	float: left;
	width: 720px;
}
#content_top_line {
	width: 720px;
	height: 6px;
	background-position: 0 -167px;
}
#content_bottom_line {
	width: 720px;
	height: 6px;
	background-position: 0 -174px;
	font-size: 0;
	clear: both;
}
#content_top_line_full {
	width: 940px;
	height: 6px;
	background-position: 0 -181px;
}
#content_bottom_line_full {
	width: 940px;
	height: 6px;
	background-position: 0 -188px;
	font-size: 0;
	clear: both;
}
#sidebar_right {
	float: right;
	width: 220px;
}
.sidebar_widget {
	font-family: Arial;
	margin-bottom: 30px;
}
.sidebar_widget h3 {
	color: #505050;
	padding: 0 10px;
	margin: 0 0 5px 0;
	text-shadow: 1px 1px 1px #CCCCCC;
}
.sidebar_widget ul {
	list-style: none;
	margin: 0;
}
.sidebar_widget ul li {
	padding: 5px 15px;
	border-bottom: 1px dotted #dcdcdc;
	color: #666666;
	background: 0;
}
.sidebar_widget ul li a {
	color: #949494;
	text-decoration: none;
	line-height: 18px;
}
.sidebar_widget ul li a:hover {
	color: #7f7f7f;
}
.sidebar_widget div {
	margin: 0 12px;
}
.sidebar_widget #calendar_wrap {
	margin: 0 3px;
}
.sidebar_widget #searchsubmit {
	background-color: #FFFFFF;
    color: #7F7F7F;
    font-family: Arial;
    font-size: 0.9166em;
    padding: 3px 20px;
    width: auto;
}
.sidebar_widget table {
	text-align: center;
}
.sidebar_widget table caption {
	margin-bottom: 4px;
	font-weight: bold;
}
.sidebar_widget table tr th {
	padding: 9px 0;
	text-align: center;
}
.sidebar_widget table tr td {
	padding: 6px 0;
}
.page_content_bg {
	background: #ffffff url('images/content_side_lines.png') repeat-y scroll 0 0;
}
.page_content_bg_full {
	background: #ffffff url('images/content_side_lines_full.png') repeat-y scroll 0 0;
}
.page_content {
	padding: 13px 19px 18px 19px;
}
.page_content .sticky {
}
.page_content .title {
	color: #000000;
	font-family: Arial;
	font-size: 1.833em;
	margin: 0 0 16px 0;
    padding: 0;
    line-height: 32px;
    text-shadow: 1px 1px 1px #cccccc;
}
.page_content .title a {
	color: #000000;
	text-shadow: 1px 1px 1px #cccccc;
}
.page_content .gallery_title {
	position: relative;
}
.page_content .gallery_title h2 {
	padding-top: 25px;
}
.page_content .gallery_title h3 {
	font-size: 1em;
	color: #888888;
	text-shadow: 0 1px 1px #e8e8e8;
	position: absolute;
	top: 0;
}
.page_content .post_info {
	overflow: hidden;
	width: 662px;
	padding: 2px 10px 6px 10px;
	color: #7f7f7f;
	font-size: 0.9166em;
}
.page_content .gallery_post_info {
	width: auto;
}
.page_content .post_info .left {
	float: left;
	width: 462px;
	text-shadow: 1px 1px 0 #eeeeee;
}
.page_content .post_info .right {
	float: right;
	width: 200px;
	text-align: right;
	text-shadow: 1px 1px 0 #eeeeee;
}
.page_content .top_separator {
	background-position: 0 -64px;
	width: 100%;
	height: 2px;
	font-size: 0;
	margin-bottom: 20px;
}
.page_content .post_image {
	text-align: center;
}
.page_content .post_image img {
	border: 2px solid #c00000;
	padding: 2px;
	margin-bottom: 16px;
	max-width: 674px;
}
.page_content .content {
	margin-top: 5px;
	line-height: 1.75em;
	overflow: hidden;
}
.gallery_cont {
	margin: 10px 0 20px 0;
	padding: 20px;
	background-color: #fafafa;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	text-align: center;
	overflow: hidden;
	width: 862px;
}
.gallery_index_cont {
	margin: 10px 0 20px 0;
	padding: 20px;
	background-color: #fafafa;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	text-align: center;
	overflow: hidden;
}
.gallery_image {
	float: left;
	width: 792px;
}
.gallery_image_full {
	float: left;
	width: 862px;
}
.gallery_arrows {
	background-image: url('images/gallery_arrows.png');
}
.gallery_previous_image {
	float: left;
	width: 35px;
}
.gallery_previous_image img {
	background-position: 0 0;
	width: 30px;
	height: 30px;
}
.gallery_previous_image img:hover {
	background-position: 0 -30px;
}
.gallery_next_image {
	float: left;
	width: 35px;
}
.gallery_next_image img {
	background-position: -30px 0;
	width: 30px;
	height: 30px;
}
.gallery_next_image img:hover {
	background-position: -30px -30px;
}
.gallery_image_caption {
	text-shadow: 1px 1px 0 #ffffff;
	color: #666666;
}
.gallery_image_caption p {
	margin-bottom: 0;
}
.page_content .content img {
	max-width: 682px;
}
.page_content .content .gallery {
	margin-bottom: 20px;
}
.page_content .content .gallery .gallery-item {
	float: left;
	margin-top: 0;
    text-align: center;
    width: 33%;
    color: #666666;
    font-size: 0.9166em;
}
.page_content .content .gallery .gallery-item img {
	border: 6px solid #F3F3F3;
	padding: 1px;
}
.page_content .content .gallery .gallery-item img:hover {
	border-color: #e2e2e2;
}
.page_content .content .gallery .gallery-item .gallery-caption {
	text-shadow: 1px 1px 0 #eeeeee;
}
.page_content .content .wp-caption {
	text-align: center;
	padding: 10px;
	background-color: #f3f3f3;
	color: #666666;
	margin-bottom: 20px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #DDD;
}
.page_content .content .wp-caption .wp-caption-text {
	margin-bottom: 0;
	text-shadow: 1px 1px 0 #DADADA;
}
.page_content .content .aligncenter {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.page_content .content .alignleft {
	display: block;
	margin-bottom: 20px;
	float: left;
	margin-right: 20px;
}
.page_content .content .alignright {
	display: block;
	margin-bottom: 20px;
	float: right;
	margin-left: 20px;
}
.page_content .content ul, .page_content .content ol {
	margin-bottom: 20px;
}
.page_content .content ul ul,
.page_content .content ol ol {
	margin-bottom: 0;
}
.page_content .content .content_subpages {
	clear: both;
	color: #505050;
	margin-bottom: 5px;
}
.page_content .bottom_separator {
	background-position: 0 -61px;
	width: 100%;
	height: 2px;
	font-size: 0;
}
.page_content .tags_cats {
	margin: 5px 2px 0 2px;
}
.page_content .tags {
	font-size: 0.8333em;
	color: #949494;
	text-shadow: 1px 1px 0 #f5f5f5;
}
.page_content .tags span {
	color: #7f7f7f;
}
.page_content .tags a {
	color: #949494;
	text-decoration: none;
	font-style: italic;
}
.page_content .tags a:hover {
	color: #7f7f7f;
}

.page_content .categories {
	color: #7f7f7f;
	font-size: 0.8333em;
	margin-left: 25px;
	text-shadow: 1px 1px 0 #f5f5f5;
}
.page_content .categories_only {
	color: #7f7f7f;
	font-size: 0.8333em;
	margin-left: 0;
	text-shadow: 1px 1px 0 #f5f5f5;
}
.page_content .categories span,
.page_content .categories_only span {
	color: #7f7f7f;
}
.page_content .categories a,
.page_content .categories_only a {
	color: #949494;
	text-decoration: none;
	font-style: italic;
}
.page_content .categories a:hover,
.page_content .categories_only a:hover {
	color: #7f7f7f;
}
.page_content #social_icons {
	padding: 40px 0 0 0;
	width: 682px;
	overflow: hidden;
}
.page_content #social_icons #left {
	background-position: -347px -90px;
	width: 90px;
	height: 62px;
	float: left;
}
.page_content #social_icons #right {
	margin-left: 6px;
	float: left;
	width: 586px;
}
.page_content #social_icons #right #icons {
	height: 43px;
	margin: 0 28px 1px 33px;
}
.page_content #social_icons #right #icons #twitter {
	background-position: -438px -90px;
	width: 42px;
	height: 30px;
	margin: 13px 11px 0 10px;
	display: inline !important;
}
.page_content #social_icons #right #icons #twitter:hover {
	background-position: -438px -121px;
	width: 42px;
	height: 36px;
	margin-top: 7px;
}
.page_content #social_icons #right #icons #facebook {
	background-position: -481px -90px;
	width: 39px;
	height: 30px;
	margin: 13px 11px 0 10px;
	display: inline !important;
}
.page_content #social_icons #right #icons #facebook:hover {
	background-position: -481px -121px;
	width: 39px;
	height: 36px;
	margin-top: 7px;
}
.page_content #social_icons #right #icons #stumbleupon {
	background-position: -521px -93px;
	width: 41px;
	height: 27px;
	margin: 13px 11px 0 10px;
}
.page_content #social_icons #right #icons #stumbleupon:hover {
	background-position: -521px -124px;
	width: 41px;
	height: 33px;
	margin-top: 7px;
}
.page_content #social_icons #right #icons #technorati {
	background-position: -563px -91px;
	width: 43px;
	height: 29px;
	margin: 13px 11px 0 10px;
}
.page_content #social_icons #right #icons #technorati:hover {
	background-position: -563px -122px;
	width: 43px;
	height: 35px;
	margin-top: 7px;
}
.page_content #social_icons #right #icons #redit {
	background-position: -607px -90px;
	width: 33px;
	height: 30px;
	margin: 13px 11px 0 10px;
}
.page_content #social_icons #right #icons #redit:hover {
	background-position: -607px -121px;
	width: 33px;
	height: 36px;
	margin-top: 7px;
}
.page_content #social_icons #right #icons #linkedin {
	background-position: -641px -90px;
	width: 42px;
	height: 30px;
	margin: 13px 11px 0 10px;
}
.page_content #social_icons #right #icons #linkedin:hover {
	background-position: -641px -121px;
	width: 42px;
	height: 36px;
	margin-top: 7px;
}
.page_content #social_icons #right #icons #digg {
	background-position: -684px -91px;
	width: 42px;
	height: 29px;
	margin: 13px 11px 0 10px;
}
.page_content #social_icons #right #icons #digg:hover {
	background-position: -684px -122px;
	width: 42px;
	height: 35px;
	margin-top: 7px;
}
.page_content #social_icons #right #icons #email {
	background-position: -727px -91px;
	width: 39px;
	height: 29px;
	margin: 13px 11px 0 10px;
}
.page_content #social_icons #right #icons #email:hover {
	background-position: -727px -122px;
	width: 39px;
	height: 35px;
	margin-top: 7px;
}
.page_content #social_icons #right #shadow {
	background-position: -238px -67px;
	width: 581px;
	height: 18px;
}
p.edit_page {
	margin-bottom: 0;
}

/* Search form */
.page_content #search_field {
	width: 300px;
}
.page_content #search_button {
	background-color: #FFFFFF;
    color: #7F7F7F;
    font-family: Arial;
    font-size: 0.9166em;
    padding: 3px 20px;
    width: auto;
}
.page_content #search_button:hover {
	border: 1px solid #505050;
}

#comments_cont {
	font-family: Arial;
	margin-top: 40px;
}
#comments_cont h2 {
	font-size: 1.5em;
	text-shadow: 2px 2px 3px #CCCCCC;
}
#comments_cont .comments_status {
	color: #505050;
}
.comment {
	list-style: none;
	margin: 0;
}
li.comment {
	background: 0;
}
.comment_cont {
	border-top: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
	border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	position: relative;
	margin-bottom: 26px;
}
.comment_child {
	margin-left: 38px;
	margin-top: 15px;
	border-top: 1px dashed #d8d8d8;
	border-left: 1px dashed #d8d8d8;
}
.comment_cont .bypostauthor {
}
.comment_cont .author_avatar {
	width: 49px;
	height: 49px;
	padding: 1px;
	border: 1px solid #e0e0e0;
	border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	position: absolute;
	top: 5px;
	left: 5px;
}
.comment_cont .author_avatar div {
	border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	display: block;
	width: 49px;
	height: 49px;
}
.comment_cont .comment_info {
	margin-top: 5px;
	margin-left: 72px;
	padding: 5px 0;
	overflow: hidden;
}
.comment_cont .comment_info .author {
	color: #505050;
	font-size: 1.5em;
	margin-bottom: 1px;
	padding-left: 15px;
}
.comment_cont .comment_info .author a {
	color: #505050;
}
.comment_cont .comment_info .info {
	color: #7f7f7f;
	font-size: 0.9166em;
	margin-bottom: 3px;
	padding-left: 15px;
}
.comment_cont .comment_info .info a {
	color: #7f7f7f;
}
.comment_cont .comment_info .line {
	background-position: 0 -64px;
    font-size: 0;
    height: 2px;
    margin-bottom: 15px;
    width: 100%;
}
.comment_cont .comment_info .comment {
	font-family: Verdana, Arial;
	color: #505050;
	padding: 0 5px;
	line-height: 1.75em;
}
.comment_cont .comment_info .reply {
	overflow: hidden;
	float: right;
	margin-top: 10px;
}
#respond h3 {
	font-size: 1.5em;
	font-weight: bold;
	text-shadow: 2px 2px 3px #CCCCCC;
}
#respond #commentform {
	width: 90%;
	margin: 0 auto;
	font-family: Verdana;
	color: #505050;
	margin-bottom: 25px;
}
#respond #commentform input,
#respond #commentform textarea {
	width: 98%;
}
#respond #commentform #submit {
	background-color: #ffffff;
	font-size: 0.9166em;
	color: #7f7f7f;
	font-family: Arial;
	padding: 3px 20px;
	width: auto;
}
#respond #commentform #submit:focus {
	border: 1px solid #bdbcbd;
}
#respond #commentform #submit:hover {
	border: 1px solid #505050;
}

#pagination {
	background: url('images/content_side_lines.png') repeat-y scroll 0 0 #FFFFFF;
	padding: 13px 19px;
}
#pagination #box {
	border: 1px solid #eeeeee;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 23px;
	background: url('images/pagination_background.png') repeat-x scroll 0 0 #FFFFFF;
	text-align: center;
	font-size: 0.91666em;
}
#pagination #box #links {
	padding: 5px 5px 0 5px;
}
#pagination #box #links .page-numbers {
	padding: 0 3px;
	color: #505050;
}
#pagination #box #links .current {
	color: #858585;
}

#comments_pagination {
	padding: 13px 19px;
}
#comments_pagination #box {
	border: 1px solid #eeeeee;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 23px;
	background: url('images/pagination_background.png') repeat-x scroll 0 0 #FFFFFF;
	text-align: center;
	font-size: 0.91666em;
}
#comments_pagination #box #links {
	padding: 5px 5px 0 5px;
}
#comments_pagination #box #links .page-numbers {
	padding: 0 3px;
	color: #505050;
}
#comments_pagination #box #links .current {
	color: #858585;
}

#pings {
	margin: 0 30px;
	color: #505050;
	list-style-type: decimal;
}
#pings li {
	margin: 8px 0 0 0;
	line-height: 18px;
}

/*
	Footer
*/
#footer {
	border-top: 5px solid #d40400;
	background-color: #0f0f0f;
	margin-bottom: 20px;
}
#footer_widget_cont {
	background-color: #0f0f0f;
	margin-bottom: 28px;
	background: #0f0f0f url('images/footer_background.png') no-repeat scroll 0 0;
	overflow: hidden;
}
#footer_widget_cont .widget {
	width: 180px;
	margin: 0 46px 0 0;
	float: left;
	color: #cccccc;
}
#footer_widget_cont .widget_double {
	width: 406px;
	margin-right: 41px;
	float: left;
}
#footer_widget_cont .first {
	margin-left: 41px;
}
#footer_widget_cont .last {
	margin-right: 41px;
}
#footer_widget_cont .widget_a,
#footer_widget_cont .widget_b,
#footer_widget_cont .widget_c,
#footer_widget_cont .widget_d,
#footer_widget_cont .widget_cd {
	margin-top: 22px;
}
#footer_widget_cont h3 {
	border-bottom: 1px solid #666666;
	padding: 0 6px 5px 6px;
	color: #ffffff;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 22px;
	margin-bottom: 0;
	text-shadow: 1px 1px 5px #666666;
}
#footer_widget_cont a {
	color: #a9a9a9;
	text-decoration: none;
}
#footer_widget_cont a:hover {
	color: #d0d0d0;
}
#footer_widget_cont ul {
	list-style: none;
	margin: 0;
}
#footer_widget_cont ul li {
	padding: 6px 9px 5px 9px;
	border-bottom: 1px solid #444444;
	word-wrap: break-word;
	background: 0;
}
#footer_widget_cont ul li a {
	color: #a9a9a9;
	text-decoration: none;
	line-height: 18px;
}
#footer_widget_cont ul li a:hover {
	color: #d0d0d0;
}
#footer_widget_cont label {
	color: #d0d0d0;
	margin: 5px 0;
	display: block;
}
#footer_widget_cont #calendar_wrap {
	margin: 0 3px;
}
#footer_widget_cont #searchsubmit {
	background-color: #FFFFFF;
    color: #7F7F7F;
    font-family: Arial;
    font-size: 0.9166em;
    padding: 3px 20px;
    width: auto;
}
#footer_widget_cont table {
	text-align: center;
	color: #cccccc;
}
#footer_widget_cont table caption {
	margin-bottom: 4px;
	font-weight: bold;
}
#footer_widget_cont table tr th {
	padding: 9px 0;
	text-align: center;
}
#footer_widget_cont table tr td {
	padding: 6px 0;
}
#footer_widget_cont .widget_double .contact_text_field {
	margin: 10px 10px 20px 30px;
	color: #a9a9a9;
	top: 0;
	overflow: hidden;
}
#footer_widget_cont .widget_double .contact_text_field span {
	float: left;
}
#footer_widget_cont .widget_double .contact_text_field .warning {
	width: 16px;
	height: 16px;
	margin-left: 3px;
}
#footer_widget_cont .widget_double .contact_text_field div {
	display: inline;
	float: right;
	background-position: 0 -67px;
	width: 237px;
	height: 22px;
	right: 30px;
}
#footer_widget_cont .widget_double .contact_text_field div input {
	border: 0;
	margin: 0 10px 0 5px;
	background: transparent;
	width: 217px;
	color: #a9a9a9;
	font-size: 0.9166em;
}
#footer_widget_cont .widget_double .contact_text_field .email_field_warning_img {
	display: none;
	width: 16px;
	height: 16px;
	background-position: -812px -21px;
	float: right;
	margin-top: 3px;
}
#footer_widget_cont .widget_double .contact_textarea_field {
	margin: 0 10px 0 30px;
	overflow: hidden;
}
#footer_widget_cont .widget_double .contact_textarea_field .warning {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	display: inline;
}
#footer_widget_cont .widget_double .contact_textarea_field div {
	background-position: 0 -90px;
	width: 346px;
	height: 76px;
	float: right;
}
#footer_widget_cont .widget_double .contact_textarea_field div textarea {
	border: 0;
	margin: 5px 10px 0 5px;
	background: transparent;
	width: 326px;
	color: #a9a9a9;
	height: 60px;
}
#footer_widget_cont .widget_double .contact_textarea_field .email_msg_warning_img {
	display: none;
	width: 16px;
	height: 16px;
	background-position: -812px -21px;
	float: right;
	margin-top: 3px;
}
#footer_widget_cont .widget_double .contact_button_field {
	margin: 20px 30px 0 30px;
	float: right;
}
#footer_widget_cont .widget_double #contact_success {
	display: none;
}
#footer_widget_cont .widget_double #contact_success p {
	color: #A9A9A9;
	padding: 5px 10px;
}

#copyright {
	clear: both;
	overflow: hidden;
	background-color: #d40400;
	color: #ffffff;
	font-size: 0.8333em;
	padding: 7px 10px;
}
#copyright .left {
	float: left;
	width: 400px;
}
#copyright .right {
	float: right;
	width: 500px;
}
#copyright a {
	color: #ffffff;
	text-decoration: none;
}
#copyright a:hover {
	color: #eeeeee;
}
#menu-footer {
	list-style: none;
	float: right;
	margin: 0;
}
#menu-footer .menu-item {
	float: left;
	margin: 0 5px 0 0;
	height: 13px;
	padding-left: 7px;
	background: #d40400 url('images/footer_menu_sep.png') no-repeat scroll 0 0;
}
#menu-footer .menu-item-first {
	margin: 0 5px 0 0;
	background: #d40400 none no-repeat scroll 0 0;
}
#menu-footer .menu-item-last {
	margin: 0 0 0 0;
}

/*
	Columns
*/
.columns_cont {
	width: 100%;
	overflow: hidden;
	margin: 10px 0 20px 0;
}
.column_content {
	padding: 0 10px;
}
.column_start {
	margin-right: 10px;
	float: left;
}
.column_start h3 {
	margin: 0 2px 6px 0;
	padding-bottom: 4px;
	border-bottom: 1px solid #E0E0E0;
}
.column_middle {
	margin: 0 10px;
	float: left;
}
.column_middle h3 {
	margin: 0 2px 6px 0;
	padding-bottom: 4px;
	border-bottom: 1px solid #E0E0E0;
}
.column_end {
	margin-left: 10px;
	float: left;
}
.column_end h3 {
	margin: 0 2px 6px 0;
	padding-bottom: 4px;
	border-bottom: 1px solid #E0E0E0;
}

.column_1_2 {
	width: 331px;
}
.column_1_2_full {
	width: 441px;
}
.column_1_3 {
	width: 214px;
}
.column_1_3_full {
	width: 287px;
}
.column_1_4 {
	width: 155px;
}
.column_1_4_full {
	width: 210px;
}
.column_1_5 {
	width: 120px;
}
.column_1_5_full {
	width: 164px;
}
.column_1_6 {
	width: 97px;
}
.column_1_6_full {
	width: 133px;
}