/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the Asides and Gallery categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html {
	overflow-x:hidden;
}


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;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
}
* {
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul, li {
	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;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#top-search {
	clear: right;
	float:right;
}
#container {
	margin: 0px;
	width: 952px;
}
.clear-both {
	clear: both;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 247px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content .entry-caption .really_simple_share{
	display: none;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: Helvetica Neue, Arial, Helvetica, Nimbus Sans L, sans-serif;
}
pre {
	font-family: Courier 10 Pitch, Courier, monospace;
}
code {
	font-family: Monaco, Consolas, Andale Mono, DejaVu Sans Mono, monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 934px;
}
#wrapper {
	padding: 0 20px;
}
#container {
	background: url(images/main-patt-2.gif) left top repeat-y;
}
/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


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

/* Main global 'theme' and typographic styles */
body {
	background: #000 url(images/main-patt.gif) left top repeat-x;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* 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;
}
a:link {
	color: #046391;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


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

#header {
	height: 80px;
	overflow: hidden;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	display: block;
}


/* =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;
	padding: 0px;
}
#content,
#content input,
#content textarea {
	color: #333;
}

#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 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;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	padding: 0 0 7px 0;
	margin-left: 40px;
	margin-bottom: 20px;
}
.page-template .hentry {
	margin-left: 0px;
}
.page .hentry {
	margin-left: 0px;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
#content .page-title {
	display: block;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0 20px 0px;
	background: #dfe7ec;
	padding: 10px;
	font-size: 12px;
}
.page-title span {
	color: #005b7f;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.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: #790000;
	font-size: 24px;
	font-weight: bold;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #006aae;
	font-size: 20px;
	font-weight: normal;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.entry-title a:active,
.entry-title a:hover {
	text-decoration: none;
}
.entry-meta {
	color: #000;
	font-size: 11px;
}
.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: 0;
	color: #000;
	font-size: 1.25em;
	font-family: Arial, Helvetica, sans-serif;
}
.entry-summary a{
	color: #006aae;
}
.entry-summary a:hover{
	text-decoration:none;
}
.entry-content .tags {
	margin: 5px 0px 7px 0px;
}
.entry-content .tags a {
	color: #005b7f;
}
.entry-meta .author a{
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006aae;
}
.entry-meta .entry-date {
	color: #000;
	font-size: 11px;
	text-decoration: none;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content .more-button {
	background: url(images/more.gif) left top no-repeat;
	width: 55px;
	height: 20px;
	display: block;
	margin-top: 3px;
}
.entry-content .info {
	position:relative;
	background: #dfe7ec;
	border: 1px solid #d2dae0;
	margin-top: 10px;
	padding: 2px 10px;
	min-height:26px;
}
.entry-content .info .tags {
	background: url(images/tags-icon.gif) left 3px no-repeat;
	height: 16px;
	padding-left: 20px;
	color: #000;
	font-style:normal;
}
.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 {
}
.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 {
	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;
	text-decoration: none;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.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
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 584px;
	width: auto;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	line-height: 18px;
	text-align: center;
	width:auto !important;
}
#content .wp-caption img {
	margin: 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin:5px;
	min-width:550px;
	max-width:588px !important;
	text-align:center;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .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:#1a90b4;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #790000;
}
.nav-previous {
	color: #006aae;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	float: left;
	background: url(images/arrow-left-single.gif) left 8px no-repeat;
	width:47%;
	padding-left: 15px;
	margin-top: 20px;
}
.nav-previous.not-active {
	color: #aaa;
	background: url(images/arrow-left-single-not-active.gif) left 8px no-repeat;
}
.nav-next {
	color: #006aae;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	float: right;
	text-align: right;
	background: url(images/arrow-right-single.gif) right 8px no-repeat;
	width:47%;
	padding-right: 15px;
	margin-top: 20px;
}
.nav-next.not-active {
	color: #aaa;
	background: url(images/arrow-right-single-not-active.gif) right 8px no-repeat;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	width: 588px; /*660px total */
	padding: 0 50px;
	float:left;
	margin-top: -10px;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
.page-template #comments {
	margin-left: 0px;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #03384a;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0px 0px 30px 0px;
}
.commentlist li.comment {
	margin: 0 0 14px 0;
	padding: 0;
	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;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	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 {
	margin: 0;
	overflow: hidden;
	position: relative;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
	display: none;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 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: 558px;
}
#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_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: #000;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/title.gif) left top no-repeat;
	width: 209px;
	height: 32px;
	display: block;
	color: #f98c13;
	padding: 9px 0px 0px 20px;
}
.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;
}

/* 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 widget areas */
#footer-widget-area {
}


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

#footer {
	position:relative;
	margin-top:10px;
	padding: 0px 0px 30px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
#footer-inner {
	width: 952px;
	margin: 0px auto;
}
#footer-inner .top{
	float:right;
	color: #fff;
	font-size: 11px;
	position:relative;
}
#footer-inner .top a{
	color: #fff;
	margin: 0px 2px;
	font-size: 11px;
	text-decoration: none;
}
#footer .copyright {
	padding-left: 85px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
#footer .links {
	padding-left: 10px;
}
#footer .links a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
#footer .links span {
	padding: 0px 3px;
}
#colophon {
	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: 11px;
	}
	#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;
	}
}


/* ------------- Custom block ----------------- */
#logo {
	display: block;
	float:left;
}
#share {
	width: 229px;
	height: 32px;
	background: url(images/share.png) left top no-repeat;
	float: right;
	color: #fff;
}
#share span{
	float:left;
	padding-top: 7px;
	padding-left: 10px;
}
#share div{
	float:right;
	padding-top: 6px;
	padding-right: 10px;
}
#share div img{
	float:right;
	margin-left: 10px;
}
#top-text {
	clear: none;
	float:left;
	width: 415px;
	color: #fff;
	font-size: 13px;
	margin-left: 13px;
	margin-top: 25px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
#left-panel {
	float:left;
	padding-right: 25px;
	width: 680px;
}
#right-panel {
	float:left;
	width: 242px;
}
.comments-block {
	margin-left:3px;
	margin-bottom: 5px;
	margin-top:3px;
}
.comments-block a{
	color: #005b7f;
	font-size: 12px;
	text-decoration:underline;
	font-weight: bold;
}
.comments-block .comments-icon {
	position:relative;
	top: 5px;
	left: -3px;
	display: block;
	float:left;
	width: 14px;
	height: 14px;
	background: url(images/comments-icon.gif) left bottom no-repeat;
	margin-right: 3px;
}
.leave-the-comment {
	background: url(images/leave-comment-icon.gif) left 2px no-repeat;
	margin-left: 10px;
	text-decoration: none !important;
	padding-left: 15px;
	line-height:18px;
}
.like-buttons-place {
	position:absolute;
	right: 5px;
	bottom: 5px;
	width:108px;
	/*background: url(images/temporary-picture-1.gif) left top no-repeat;*/
	height: 20px;
}
.calendar-block {
	position:relative;
}
.calendar-block .calendar-block-inner {
	background: url(images/calendar.gif) left top no-repeat;
	position: absolute;
	width: 60px;
	height: 48px;
	left: -65px;
	line-height: 11px;
}
.calendar-block .calendar-block-inner .calendar-block-day{
	display: block;
	padding: 14px 0px 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 11px;
}
.calendar-block .calendar-block-inner .calendar-block-month{
	padding-left: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	line-height: 11px;
	text-transform: uppercase;
}
#left {
	float:left;
}
#right {
	float:right;
}
#side-bar-search {
	width: 218px;
	height: 26px;
	overflow: hidden;
	background: url(images/search-bg.gif) left top no-repeat;
	position:relative;
}
#side-bar-search input {
	background: none;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#side-bar-search input#s {
	width: 156px;
	padding: 0px 4px;
	font-family: Arial, Helvetica, sans-serif;
	height: 22px;
	line-height:22px;
}
#side-bar-search form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#side-bar-search #searchsubmit {
	width: 18px;
	height: 18px;

	position:absolute;
	right: 2px;
	top: 2px;
}
#main #primary .xoxo ul {
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
}
#primary .xoxo ul li {
	list-style: none;
	margin: 0px;
	line-height: 14px;
	padding: 13px 0px 0px 0px;
}
#primary .xoxo ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
.widget-container.widget_tag_cloud a{
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	color: #fff !important;
	display: block !important;
	line-height: 18px !important;
	margin-left: 20px;
}
.widget-container.widget_tag_cloud div{
	padding-top: 15px;
	line-height: 18px;
}
#menu-other-links a{
	font-weight: bold;
	background: url(images/arrow.gif) left 3px no-repeat;
	padding-left: 10px;
	color: #fff;
}
#nav-above.single {
	margin-left: 0px;
	background: url(images/blog-entry-divider.gif) left bottom repeat-x;
	padding-bottom: 10px;
	margin-bottom: 5px;
	padding-top: 10px;
}
#nav-above.single a{
	font-weight: normal;
	background: none;
	text-decoration: underline;
}
#nav-above.single div{
	margin: 0px;
	background: none;
}

#nav-above.single .nav-previous {
	color: #006aae;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	float: left;
	background: url(images/arrow-left-single.gif) left 8px no-repeat;
	width:47%;
}
#nav-above.single .nav-next {
	width:47%;
	color: #006aae;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	float: right;
	text-align: right;
	background: url(images/arrow-right-single.gif) right 8px no-repeat;
}

.single .entry-content {
	padding-bottom: 10px;
}
.single .hentry {
	margin-bottom: 10px;
}
.entry-content .tags a {
	color: #005b7f;
}
#commentform * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#commentform span.star {
	color: #CB110F;
}
.comment-form-author {
	float:left;
}
#respond .comment-form-author label {
	color: #000;
	float: left;
	position:relative;
	top: 3px;
}
.comment-form-email {
	float:left;
	margin-left: 103px;
}
#respond .comment-form-email label {
	color: #000;
	float: none;
	display: block;
	position:relative;
	top: 3px;
}
.comment-form-url {
	clear: both;
	display: none;
}
.comment-form-url #url {

}
#respond .comment-form-comment label {
	color: #000;
	display: block;
	clear:both;
}
#respond #author {
	float: left;
	width: 225px;
	height: 22px;
	padding: 0px;
	margin-top: 5px;
	border: 1px solid #c5d1da;
	background: url(images/pixel.gif) left top repeat;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
#respond #author.error {
	border: 1px solid #cb110f;
}
#respond #email {
	width: 225px;
	height: 22px;
	padding: 0px;
	margin-top: 5px;
	border: 1px solid #c5d1da;
	background: none;
	float: left;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
#respond #email.error {
	border: 1px solid #cb110f;
}
#respond #comment {
	width: 555px;
	border: 1px solid #c5d1da;
	background: none;
	height: 115px;
	margin-top: 3px;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
.page-template #respond #comment {
	width: 658px;
}
#respond #comment.error {
	border: 1px solid #cb110f;
}
#respond #submit {
	line-height: 15px;
	padding: 3px 0px;
	width: 115px;
	text-align: center;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: none;
	float:right;
	margin-right: 30px;
	background: url("http://www.riflescopeblog.com/wp-content/uploads/2011/10/button.png") left top repeat-x;
	color: #fff;
}

#commentform {
	position:relative;
}
#respond h3 {
	margin-bottom: 10px;
}
#respond #commentform .error-message-1 {
	display: none;
	margin-bottom: 1em;
	color: #cb110f;
}
#respond #commentform.error .error-message-1 {
	display:block;
}
#respond #commentform .error-message-2 {
	display: none;
}
.logged-in #respond #commentform .error-message-1 {
	display: none !important;
}

.logged-in #respond #commentform .error-message-2 {
	display: none;
	margin-bottom: 1em;
	color: #cb110f;
}

.logged-in #respond #commentform.error .error-message-2 {
	display:block;
}

.user-pic-line {
	background: #e3f0f3;
	position:relative;
	padding-left: 60px;
	height: 54px;
}
.user-pic-line em {
	font-size: 10px;
}
.user-pic-line div.avatar {
	position:absolute;
	width: 40px;
	height: 40px;
	left: 5px;
	top: 5px;
	border: 1px solid #c5d1da;
	padding: 1px;
	overflow: hidden;
}
.user-pic-line .comment-author {
	padding: 7px 0px 0px 0px;
	margin: 0px;
	line-height: 12px;
}
.user-pic-line .commentmetadata {
	color: #000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
}
.user-pic-line .commentmetadata a{
	color: #444;
	font-size: 10px;
}
#comments .comment-body {
	font-size: 12px;
	color: #222;
}
#comments {
	margin-bottom: 10px;
}
#comments #comments-title {
	color: #03384a;
	padding-top: 0px;
	padding-bottom: 10px;
}

.entry-content #side-bar-search {
}
.entry-content #side-bar-search input{
	font-size: 12px;
	color: #333;
}


/* --- Gear Galaxy ---*/

@charset utf-8;
/* CSS Document */

html{
	margin:0;
	padding:0;
}

body{
	background:url(images/wood-grain-bg.jpg) center repeat;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
}
.left{float:left;}
.right{float:right;}
img{
	margin:0;
	border:none;
}
ul{
	margin:0;
	padding:0;
}

#wrapper{
	margin: 0 auto;
	width: 960px;
	background: url(images/header-bg.png) no-repeat center top;
}

#social-medias {
	width:170px;
	height:33px;
	line-height:21px;
	margin-top:5px;
	color:#fff;
	float: right;
	padding:0 15px;
}
#social-medias a {
	background: url(images/social-icons.png) no-repeat left bottom;
	width:22px;
	height:21px;
	display:block;
	float:right;
	margin-left:6px;
}
#social-medias a:hover {
	background-position:left top;
}
#social-medias a#header-twitter {
	background-position:-30px bottom;
}
#social-medias a#header-twitter:hover {
	background-position:-30px top;
}
#social-medias a#header-youtube {
	background-position:-59px bottom;
}
#social-medias a#header-youtube:hover {
	background-position:-59px top;
}
#social-medias a#header-rss {
	background-position:-87px bottom;
}
#social-medias a#header-rss:hover {
	background-position:-87px top;
}
a#logo-link {
	width:178px;
	height:52px;
	float:left;
	margin:42px 0 0 30px;
	display:block;
}

#search-container{
	width:291px;
	height:24px;
	background: url(images/search.png) no-repeat left top;
	margin:-20px 4px 5px;
}
#search-container-page{
	width:281px;
	height: 24px;
	background: url(images/search.png) no-repeat left top;
	float:left;
}
#search-text{
	margin: 4px 0;
	height:16px;
	border:none;
	background:none;
	width:210px;
	padding:0 4px;
	display:block;
	float:left;
}
.nohighlight:focus
{
    outline:none;
}
#search-submit{
	width:73px;
	height:24px;
	padding:0;
	margin:0;
	border:none;
	background:none;
	display:block;
	float:left;
	cursor:pointer;
}

#main-menu{
	width:960px;
	height:36px;
	margin:0px 0 0 35px;
	padding-top: 35px;
	font-weight:bold;
	line-height:36px;
	color:#790000;
	clear:both;
}
#main-menu a{
	float:left;
	margin: 0px 6px;
	padding: 0px 6px;
	color:#790000;
	text-decoration: none;
}
#content{
	width:960px;
	margin:32px 11px 0;
	background:url(images/content-bg.jpg) repeat-y;
}
#content-left{
	width: 588px; /*660px total */
	padding: 0 20px 0 52px;
	float:left;
	background-color:#fff;
}
#content-left.page {
	width: 588px; /*660px total */
	padding: 0 20px 0 52px;
}
#content-left.search {
	width: 618px; /*660px total */
	padding: 0 20px 20px 22px;
}
#content-left.page #respond #comment {
	width:556px;
}
.ngg-gallery-thumbnail-box {
	margin-right: 28px;
	margin-bottom: 28px;
}
.slideshowlink {
	visibility: hidden;
}
#respond .comment-form-author label {
	display: block;
	clear: both;
	float: none;
}
#content-right h1,
#content-right h2{
	color:#790000;
	font:normal 16px/18px Arial, Helvetica, sans-serif;
	display: block;
	margin-bottom: 15px;
}
#content-right{
	width:300px; /* total 300px */
	float:right;
	color:#000;
}
#content-right a{
	color:#046391;
	text-decoration:none;
}
#content-right .favourite a {
	display: block;
	margin-bottom: 5px;
}
#content-right a:hover{
	color:#790000;
}
#content-right hr{
	height:2px;
	width: 298px;
	margin:0 0 0 2px;
	padding:0;
	border:none;
	background:url(images/right-nav-hr.jpg) repeat-x;
	clear:both;
}
#content-footer{
	width:960px;
	height:49px;
	margin:0 11px;
	background:url(images/footer-bg.png) no-repeat;
}
.right-nav-box, .right-nav-top{
	width:248px;
	background-color:#f9f9f9;
	float:right;
	border: solid 1px #d5d1c7;
}
.right-nav-box{
	margin: 4px 6px 4px 0;
	padding: 5px 20px 20px;
}
.right-nav-top{
	margin: 0 6px 4px 0;
	border-top: none;
	padding: 5px 20px 5px 20px;
}
.right-nav-box h1, .right-nav-top h1{
	font-size: 24px;
	display: block;
	margin-bottom: 15px;
}
.right-nav-box ul.right-nav-ul{
	margin:0;
}
.right-nav-box li{
	list-style:none;
	line-height:16px;
	padding:5px 0 7px 0;
	background: url(images/recent-li-divider.png) repeat-x bottom;
}
.right-nav-box li:last-child{
	background:none;
}
div.blog-entry-list{
	position:relative;
	margin-bottom: 25px;
}
div.blog-entry-list div.blog-date{
	position: absolute;
	width:47px;
	height:46px;
	background-image:url(images/blog-date.png);
	top:8px;
	left: -56px;
	font-weight: bold;
	color:#fff;
}
div.blog-entry-list div.blog-date span.blog-date-day{
	font-size:22px;
	text-align:center;
	display: block;
	margin-top: 7px;
}
div.blog-entry-list div.blog-date span.blog-date-month{
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	display: block;
}
span.poster{
	display: block;
	background: url(images/blog-entry-divider.gif) repeat-x bottom;
	font-size:11px;
	font-weight:bold;
	padding: 5px 0;
}
.blog-entry-list h2{
	font:bold 30px/38px Arial, Helvetica, sans-serif;
	color:#790000;
	margin:0;
}
#content-left .blog-entry-list h1{
	font:bold 30px/38px Arial, Helvetica, sans-serif;
	color:#790000;
	margin:0;
}
.blog-entry-list h2 a, .blog-entry-list h2 a:link, .blog-entry-list h2 a:visited, .blog-entry-list h2 a:active{
	color:#790000;
	text-decoration:none;
}
.blog-entry-list h2 a:hover{
	text-decoration:none;
	color:#1a90b4;
}
.blog-entry-list a, .blog-entry-list a:link, .blog-entry-list a:visited, .blog-entry-list a:active{
	color:#1a90b4;
	text-decoration:none;
}
.blog-entry-footer{
	background-color:#f9f9f9;
	padding: 8px 10px;
	width: 570px;
	position: relative;
}
.blog-entry-footer span.blog-tags, .blog-entry-footer span.blog-read-comments, .blog-entry-footer span.blog-leave-comments{
	padding-left: 25px;
	color:#005b7f;
	line-height: 16px;
	height: 16px;
}
.blog-entry-list a:hover, .blog-entry-footer span.blog-tags a:hover, .blog-entry-footer span.blog-read-comments a:hover, .blog-entry-footer span.blog-leave-comments a:hover{
	text-decoration:none;
	color:#790000;
}
.blog-entry-footer span.blog-tags{
	background:url(images/blog-tags.gif) no-repeat 0 2px;
	display: block;
	margin-bottom:5px;
	height:auto;
	min-height:20px;
	margin-bottom:20px;
}
.blog-entry-footer span.blog-read-comments{
	background:url(images/blog-read-comments.gif) no-repeat 2px 0;
	font-weight:bold;
}
.blog-entry-footer span.blog-leave-comments{
	background:url(images/blog-leave-comments.gif) no-repeat 3px 1px;
	margin-left: 8px;
	font-weight:bold;
}
.divider {
	background: url(images/blog-entry-divider.gif) left bottom repeat-x;
	clear: both;
	height: 9px;
}
.back-to-entries {
	background: url(images/big-arrow-left.gif) left center no-repeat;
	padding-left: 15px;
	font-size: 14px;
	color: #005b7f !important;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#content-left.page h2 {
	padding-bottom: 5px;
	padding-top: 10px;
	background: url(images/blog-entry-divider.gif) left bottom repeat-x;
}
#content-left.page h2.entry-title {
	background: none;
}
.page-id-83 #main-menu a.page-id-83{
	background: url(images/active-menu-patt.gif) left top repeat-x;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	margin: 0px 5px;
}
.page-id-84 #main-menu a.page-id-84{
	background: url(images/active-menu-patt.gif) left top repeat-x;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	margin: 0px 5px;
}
.page-id-89 #main-menu a.page-id-89{
	background: url(images/active-menu-patt.gif) left top repeat-x;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	margin: 0px 5px;
}
.page-id-2 #main-menu a.page-id-2{
	background: url(images/active-menu-patt.gif) left top repeat-x;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	margin: 0px 5px;
}
.page-id-112 #main-menu a.page-id-112{
	background: url(images/active-menu-patt.gif) left top repeat-x;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	margin: 0px 5px;
}
.page-id-116 #main-menu a.page-id-116{
	background: url(images/active-menu-patt.gif) left top repeat-x;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	margin: 0px 5px;
}
.page-id-114 #main-menu a.page-id-114{
	background: url(images/active-menu-patt.gif) left top repeat-x;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	margin: 0px 5px;
}
.page-id-118 #main-menu a.page-id-118{
	background: url(images/active-menu-patt.gif) left top repeat-x;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	margin: 0px 5px;
}
#featured-products {
	width: 600px;
}
#featured-products .element {
	padding-top: 20px;
}
#featured-products .element .photo {
	width: 178px;
	height: 178px;
	overflow: hidden;
	border: 1px solid #bbc8cd;
	float:left;
	margin-right: 10px;
}
#featured-products .element .info {
	padding: 0px;
	margin: 0px;
	border: none;
	background: none;
	width: 380px;
	float:left;
	font-size: 11px;
	color: #464646;
}
#featured-products .element .info ul li {
	list-style: square;
	margin-left: 15px;
}
#featured-products .element .info .title{
	font-size: 14px;
	font-weight: bold;
	color: #790000;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
#featured-products .element .info .button {
	background-color:#790000;
	width: 192px;
	height:24px;
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 7px 0 0 0;
}

/* Right column widget box headers */
#content-right .nav-box-title{
	color:#790000;
	font:normal 14px/16px Arial, Helvetica, sans-serif;
	display: block;
	margin: 10px 0 5px;
}
.social-sh {
	position: absolute;
	bottom: -7px;
	right: 5px;
}

.page .entry-content {
	width: 556px;
}
.page .entry-content ul li {
	list-style: disc;
	margin-left: 20px;
}
.ngg-galleryoverview {
	width: 600px !important;
}

.right-nav-box div.custom-select li {
	padding: 0px;
	font-family: 0px;
	border: none;
	background: none;
}
div.custom-select {
	margin-top:10px;
	clear: both;
	border: 1px solid #d5d1c7;
	border-radius: 1px;
	width: 246px;
	height:21px;
	position:relative;
	background: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}
	div.custom-select .active {
		padding: 2px 3px;
		background:url("images/corner.png") 229px 8px no-repeat;
		cursor:pointer;
	}
	div.custom-select .content {
		display: none;
		position:absolute;
		width: 246px;
		border: 1px solid #d5d1c7;
		border-radius: 1px;
		border-top: none;
		left: -1px;
		background: #fff;
		height:200px;
		overflow:auto;
	}
		div.custom-select .content a{
			padding: 2px 3px;
			display: block;
			color: #046391;
			font-family: Arial,Helvetica,sans-serif;
			font-size: 12px;
			text-decoration: none;
		}
		div.custom-select .content a:hover{
			color: #FF4B33;
			background: #f5f5f5;
		}

#recaptcha_area {
	width: 561px;
	margin-bottom:20px;
}
.noshop-product {
	margin-bottom: 10px;
}
.noshop-product .noshop-product-desc {
	color: #464646;
	font-size: 11px;
}
.noshop-product .noshop-product-desc ul {
	margin-bottom: 10px;
	margin-top: 10px;
}
.noshop-product .noshop-product-desc ul li {
	list-style: square;
	margin-left: 15px;
	color: #464646;
	font-size: 11px;
}
.noshop-product .noshop-product-imagebox {
	border: 1px solid #BBC8CD;
	float: left;
	height: 178px;
	margin: 0 10px 0 0;
	overflow: hidden;
	width: 178px;
}
.noshop-product .noshop-product-textbox {
	margin-left: 5px;
	padding-left: 0px !important;
	width: 375px;
}
#content-left.page .noshop-product .noshop-product-textbox h2 {
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
}
.noshop-product .noshop-product-title {
	display:block;
	color: #790000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	font-weight: bold;
	margin-bottom: 5px;
}
.noshop-product .button {
	background-color: #790000;
	color: #FFFFFF;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	padding: 7px 0 0;
	text-align: center;
	text-decoration: none;
	width: 192px;
	margin-top:15px;
}
.noshop-product .noshop-product-desc {
	padding-bottom: 0px;
}
.noshop-product {
	width: 420px !important;
	max-width: none !important;
}
.noshop-product {
	line-height: 15px !important;
	margin-bottom: 10px !important;
	margin-top: 0px !important;
	min-height: 100px;
}
.noshop-product-textbox a {
	text-decoration: none !important;
}
.size-full {
	max-width: 588px !important;
}

body.category-favorite h1.entry-title{
	margin-bottom:35px !important;
}


/*Authorsure*/
.author-pic {
	display: block;
	width:60px;
	margin-top: 6px;
	margin-left:-70px;
	float:left;
}
.post-info-container {
	width:97%;
	padding-left:70px;
	float:left;
}
.post-info-right {
	float:left;
}
.post-info-right h1 {
	font:normal 26px/26px Arial, Helvetica, sans-serif;
	margin:8px 0;
}
.single-post h1 {
	margin:0 0 5px;
	font:bold 30px/32px Arial, Helvetica, sans-serif;
	color:#fd8c1d;
}

/*AuthorSure*/
.authorsure-author-box a.authorsure-author-link {
	color:#0a7bbc;
}
.authorsure-author-box a.authorsure-author-link:hover {
	border-bottom: 1px dashed #000;
}
#authorsure-author-profile img {
	padding-right:10px;
	float:left;
}
/*Excerpt*/
.read-more {
	float:right;
	color:#1a90b4 !important;
}
.clear {
	clear:both;
}

/*Page Navi*/
/*#nav-below div.wp-pagenavi{
	padding:10px 0 !important;
}
.wp-pagenavi a, .wp-pagenavi span.pages, .wp-pagenavi span.extend{font-weight:normal !important;}*/
