/*
Theme Name: Casual Theme
Description: Casual is a free tumblog style theme by Obox Themes.
Version: 1.0
Author: Obox Design
Author URI: http://obox-design.com/
Tags: post-formats, custom-header, custom-background, custom-menu
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before,
blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
html {
	overflow-y: scroll;
}
input:focus {
	outline: none;
}

/* =Main Body and Links (Global Defaults)
-------------------------------------------------------------- */
body {
	background: #f5f5f5;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-size: 13px;
	color: #444;
	line-height: 1.6em;
}
a {
	color: #3D546C;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}
a:hover {
	color: #000;
}

form, input, select, textarea{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}

/* =Logo and Navigation
-------------------------------------------------------------- */
#header {
	background: #222;
	border-radius: 0px 0px 8px 8px;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
	margin: 30px auto;
	position: relative;
	margin: 0px auto 30px;
	padding: 15px 10px 10px;
	width: 940px;
	height: 35px;
	z-index: 2;
}
#branding {
	float: left;
	padding: 0 15px;
	margin: 0px;
}
#branding a {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	word-wrap: break-word;
}
#branding a:hover {
	color: #fc0;
}
#branding h1 {
	float: left;
	clear: none;
}
#branding h2 {
	float: right;
	clear: none;
	margin: 2px 0px 0px 15px;
	color: #fff;
	font-size: 14px;
}
#access {
	float: right;
	list-style-type: none;
}
#access ul {
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	float: right;
	margin: 0;
	min-height: 32px;
	padding-left: 0;
}
#access li {
	float: left;
	margin: 0;
	padding-right: 5px;
	position: relative;
}
#access li:last-child {
	padding-right: 0px;
}
#access a {
	display: block;
	color: #fff;
	line-height: 2em;
	text-decoration: none;
	padding: 3px 15px;
	margin: 0px 0px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.20);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
#access a:hover{
	-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 1);
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 1);
}
#access ul ul {
	background: #222;
	border-radius: 3px;
	display: none;
	float: left;
	font-weight: normal;
	position: absolute;
	top: 31px;
	left: 0;
	text-transform: none;
	z-index: 99999;
}
#access ul ul li,
#access ul ul ul li {
	background: none;
	border-bottom: 1px dotted #595959;
	padding-right: 0px;
}
#access ul ul li:last-child{
	border-bottom: none;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	font-size: 13px;
	line-height: 1.4;
	margin: 0;
	padding: .5em;
	height: auto;
	min-width: 150px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #fff;
	background: #3D546C;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#access ul ul a:hover {
	color: #fff;
	background: #3d546c;
}
#access ul li:hover > ul {
	display: block;
}
#access .current_page_ancestor > a,
#access .current_page_item > a,
#access .current_page_parent > a,
#access .current-menu-ancestor > a,
#access .current-menu-item > a,
#access .current-menu-parent > a {
	background: #3d546c;
	color: #fff;
}	

/* =Main Content Area Layout Structure
-------------------------------------------------------------- */
#single-header {
	padding: 60px 0 0px;
	margin: 0 0 -30px;
	position: relative;
	top: -60px;
	z-index: 1;
}
#footer {
	margin: 30px auto 0px auto;
	padding: 0px;
	width: 940px;
	background: #111;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
}
#main {
	margin:  0 auto;
	padding: 0;
	width: 900px;
}
#colophon {
	padding: 10px 10px 10px;
	border-top: 1px solid #222;
	color: #999;
}
#sidebar {
	float: right;
	width: 240px;
}
#content {
	float: left;
	width: 590px;
}
#header-image {
    margin-bottom: 15px;
    text-align: center;
    width: 157px;
    height: 27px;
}

/* =Post, Pages & Archive Pages - Content and Metadata
-------------------------------------------------------------- */
.post-wrapper {
	margin-bottom: 35px;
}
.entry-header {
	float: left;
}
.entry-header .entry-date,
.entry-header .entry-title {
	margin: 0 0 0 55px;	
	padding-bottom: 6px;
}
.entry-header .post-format-icon {
	width: 50px;
	height: 50px;
	padding: 0px;
	margin: 0px;
	background: url("images/icons.png") top left no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.format-image .post-format-icon {
	background-position: 0 -480px;
}
.format-image .post-format-icon:hover {
	background-position: -52px -480px;
}
.format-video .post-format-icon {
	background-position: 0 -320px;
}
.format-video .post-format-icon:hover {
	background-position: -52px -320px;
}
.format-audio .post-format-icon {
	background-position: 0 -80px;
}
.format-audio .post-format-icon:hover {
	background-position: -52px -80px;
}	
.format-quote .post-format-icon {
	background-position: 0 -160px;
}
.format-quote .post-format-icon:hover {
	background-position: -52px -160px;
}
.format-link  .post-format-icon {
	background-position: 0 -240px;
}
.format-link .post-format-icon:hover {
	background-position: -52px -240px;
}
.format-aside .post-format-icon {
	background-position: 0 0px;
}
.format-aside .post-format-icon:hover {
	background-position: -52px 0px;
}
.format-chat .post-format-icon {
	background-position: 0 -400px;
}
.format-chat .post-format-icon:hover {
	background-position: -52px -400px;
}
.format-gallery .post-format-icon {
	background-position: 0 -480px;
}
.format-gallery .post-format-icon:hover {
	background-position: -52px -480px;
}
.format-standard .post-format-icon {
	background-position: 0 0px;
}
.format-standard .post-format-icon:hover {
	background-position: -52px 0px;
}		
.entry-header .date {
	width: 40px;
	height: 41px;
	padding: 0px;
	margin: -44px 0 0 -32px;
	background: url("images/icons.png") no-repeat scroll -57px -645px transparent;
	color: #f0f0f0;
	display: block;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.entry-header .date:hover {
	background-position: -5px -645px;
	color: #fff;
	text-shadow: 0px 1px 0pt rgba(0, 0, 0, 0.20);
}
.entry-header .date .day{
	display: block;
	padding: 7px 0px 3px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 12px;
}
.entry-header .date .month{display: block;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 12px;
	font-weight: bold;
}
.entry-title,
.entry-title a {
	color: #3D536C;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 10px;
	margin-top: 10px;
}
.entry-title a:hover {
	color: #000;
}
.sticky .entry-title, .sticky .entry-title a {
	color: #FD5522;
}
.page .entry-wrapper, .error404 .entry-wrapper, .attachment .entry-wrapper {
	width: 580px;
}
.page #comments {
	width: 580px;
}
.entry-wrapper {
	float: right;
	width: 515px;
}
span.bg {
	display: block;
	margin-top: -15px;
}
.entry {
	line-height: 21px;
	overflow: hidden;
}
.entry .more-link {
	background-color: #0e3454;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 0;
	padding: 5px 8px;
}
.entry .more-link:hover {
	background-color: #111;
}
.single-title-wrap {
	margin: 0 auto;
	width: 940px;
}
.single-title {
	font-size: 22px;
	font-weight: bold;
}
.single-title a {
	color: #000;
}
.footer-meta{
	float: right;
	width: 495px;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	height: 20px;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 10px;
	border-radius: 3px;
}			
li.twitter, li.facebook {
	float: left;
	margin: 0px 10px 0px 0px; 
	overflow: hidden;
}
li.short-url{
	float: right;
	font-size: 12px;
	line-height: 1em;
}
li.short-url input{
	width: 120px;
	padding: 3px 0px 0px;
	margin: 0px 0px 0px 10px;
	font-size: 12px;
	border: none;
	background: none;
	text-align: right;
}

/* =Link Post Format
-------------------------------------------------------------- */
.format-link .entry p:first-child a{
	display: block;
	margin: 0px 0px 10px;
	color: #3D536C;
	font-size: 20px;
	font-weight: normal;
}
.format-link .entry p:first-child a:hover {
	color: #000;
}

/* =Audio Post Format
/* Based on a design by Orman Clark (http://premiumpixels.com)
/* and coding from Luke McDonald (http://www.lukemcdonald.com/)
-------------------------------------------------------------- */
div.jp-player-container {
	position: relative;
	width: 360px;
	height: 30px;
	float: right;
	margin-bottom: 5px;
	background: rgb(58,59,60);
	background: url("images/jplayer-black-and-yellow.png") 0 -210px;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(34,34,34)),
	    color-stop(1, rgb(58,59,60))
	);
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(34,34,34) 0%,
	    rgb(58,59,60) 100%
	);
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
div.jp-audio div.jp-type-single div.jp-interface {
	height: 30px;
}

div.jp-player-container ul.jp-controls {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
div.jp-interface ul.jp-controls li {
	display: inline;
}
ul.jp-controls a {
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
}
a.jp-play,
a.jp-pause {
	width: 33px;
	height: 30px;
	z-index: 1;
	outline: none;
}
a.jp-play,
a.jp-pause {
	top: 0;
	left: 0;
	border-right: 1px solid rgb(36,37,38);
}
a.jp-play {
	background: url("images/jplayer-black-and-yellow.png") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("images/jplayer-black-and-yellow.png") -33px 0 no-repeat;
}
a.jp-pause {
	background: url("images/jplayer-black-and-yellow.png") 0 -30px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("images/jplayer-black-and-yellow.png") -33px -30px no-repeat;
}
div.jp-progress-container {
	position: absolute;
	top: 0;
	left: 34px;
	width: 225px;
	height: 6px;
	padding: 12px 10px;
	border-left: 1px solid rgb(50,51,52);
	border-right: 1px solid rgb(36,37,38);
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
}
div.jp-progress {
	width: 223px;
	height: 7px;
	padding: 1px;
	background: url("images/jplayer-black-and-yellow.png") 0 -192px repeat-x ;
}
div.jp-seek-bar {
	width: 0px;
	height: 5px;
	cursor: pointer;
	background: url("images/jplayer-black-and-yellow.png") 0 -163px repeat-x;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
div.jp-play-bar {
	width: 0px;
	height: 5px;
	background: url("images/jplayer-black-and-yellow.png") 0 -133px repeat-x ;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
div.jp-volume-bar-container {
	position: absolute;
	top: 0;
	left: 281px;
	width: 40px;
	height: 6px;
	padding: 12px 10px;
	border-left: 1px solid rgb(50,51,52);
}
div.jp-volume-bar {
	position: relative;
	overflow: hidden;
	background: url("images/jplayer-black-and-yellow.png") 0 -192px repeat-x;
	width: 40px;
	height: 9px;
	cursor: pointer;
}
div.jp-volume-bar {
	top: 0;
	left: 20px;
}
div.jp-volume-bar-value {
	width: 0px;
	height: 5px;
	margin: 1px;
	background: url("images/jplayer-black-and-yellow.png") 0 -133px repeat-x;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
a.jp-mute,
a.jp-unmute {
	width: 17px;
	height: 13px;
	z-index: 1;
	outline: none;
}
a.jp-mute,
a.jp-unmute {
	top: 9px;
	left: 290px;
}
a.jp-mute {
	background: url("images/jplayer-black-and-yellow.png") -10px -68px no-repeat;
}
a.jp-mute:hover {
	background: url("images/jplayer-black-and-yellow.png") -43px -68px no-repeat;
}
a.jp-unmute {
	background: url("images/jplayer-black-and-yellow.png") -10px -98px no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url("images/jplayer-black-and-yellow.png") -43px -98px no-repeat;
}
div.jp-jplayer {
	width:0px;
	height:0px;
}
div.jp-jplayer {
	background-color: #000000;
}
.audio-thumb {
	float: right;
}
.audio-thumb img {
	margin: 0px;
}
.audio-thumb-single {
	float: right;
}
.entry ul.audio-tracks {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	width: 240px;
	min-height: 200px;
	float: left;
	background: rgb(58,59,60);
	background: url("images/jplayer-black-and-yellow.png") 0 -210px;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(34,34,34)),
	    color-stop(1, rgb(58,59,60))
	);
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(34,34,34) 0%,
	    rgb(58,59,60) 100%
	);
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
ul.audio-tracks li{
	list-style-type: none;
	color: #fff;
}
ul.audio-tracks li a{
	color: #fff;
	font-weight: normal;
}
ul.audio-tracks li a:hover{
	color: #fc0;
}
p.current-track {
	float: left;
	width: 140px;
	font-weight: bold;
}

/* =Quote Post Format
-------------------------------------------------------------- */
.format-quote .entry-wrapper {}
.format-quote .entry blockquote {
	line-height: 1.3em;
	font-size: 25px;
	color: #333;
	text-align: left;
	font-style: normal;
}
.format-quote .entry blockquote cite, .format-quote .entry cite  {
	display: block;
	font-size: 13px;
	margin-top: 8px;
	text-align: left;
	font-style: normal;
}
.format-quote .entry blockquote cite a  {
	font-style: normal;
}
.format-quote .entry blockquote cite a:hover {
	color: #000;
}

/* =Misc. Post Formats
-------------------------------------------------------------- */

/* Image Posts */
.format-image .entry .wp-caption {
	margin-left: auto;
	margin-right: auto;
}

/* Chat Posts */
.format-chat .entry p:nth-child(odd) {
	font-weight: bold;
}

/* Gallery Posts */
.format-gallery .gallery-info {
	color: #888;
}

/* =In-Post Formatting
-------------------------------------------------------------- */
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
	clear: both;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
}
.entry h1 {
	font-size: 24px;
}
.entry h2 {
	font-size: 22px;
}
.entry h3 {
	font-size: 18px;
}
.entry h4 {
	font-size: 16px;
}
.entry h5 {
	font-size: 14px;
}
.entry h6 {
	font-size: 12px;
}
.entry ul ul,
.entry ol ol,
.entry ul ol,
.entry ol ul,
.comment-body ul ul,
.comment-body ol ol,
.comment-body ul ol,
.comment-body ol ul  {
	margin-bottom: 0;
}
.entry ul,
.comment-body ul {
	margin-left: 16px;
}
.entry ol,
.comment-body ol {
	margin-left: 32px;
}
.entry ul,
.comment-body ul {
	list-style: disc;
}
.entry ol,
.comment-body ol {
	list-style: decimal;
}
.entry ol ol,
.comment-body ol ol {
	list-style: upper-alpha;
}
.entry ol ol ol,
.comment-body ol ol ol {
	list-style: lower-roman;
}
.entry ol ol ol ol,
.comment-body ol ol ol ol {
	list-style: lower-alpha;
}
.entry dt,
.comment-body dt {
	font-weight: bold;
}
.entry strong {
	font-weight: bold;
}
.entry big {
	font-size: 131.25%;
}
.entry ins {
	background: #e5e5e5;
	text-decoration: none;
}
.entry abbr,
.entry acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry sup,
.entry sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
.entry sup {
	bottom: 1ex;
}
.entry sub {
	top: .5ex;
}
.entry p {
	margin-bottom: 10px;	
}
.entry p a[href$=jpeg],
.entry p a[href$=jpe],
.entry p a[href$=png],
.entry p a[href$=gif],
.entry p a[href*=attachment],
.entry p a[rel*=attachment] {
	border-bottom: 0 none;
}
.entry table {
	border: 1px solid #e5e5e5;
	margin: 0 -1px 25px 0;
	text-align: left;
	width: 100%;
}
.entry tr th,
.entry thead th {
	font-weight: bold;
	line-height: 21px;
	padding: 6px 15px;
}
.entry tr td {
	border-top: 1px solid #e5e5e5;
	padding: 6px 15px;
}
.entry tr.odd td {
	background: #f2f7fc;
}
.entry blockquote,
.entry blockquote[class*="align"] {
	color: #666;
	font-style: italic;
	line-height: 1.5;
	margin-left: 15px;
	padding-left: 10px;
}
.entry blockquote p {
	color: #000;
}
.entry pre {
	background: #eee;
	font: 13px Monaco, Courier New, Courier, monospace;
	line-height: 1.5;
	margin-bottom: 15px;
	padding: 20px;
}
.entry sup,
.entry sub {
	font-size: 10px;
}
.entry hr {
	background-color: #e9e9e9;
	border: 0;
	height: 1px;
	margin: 0 0 13px 0;
}
.post-info {
	font-size: 12px;
	margin: 15px 0 0;
}
.post-info .post-meta {
	font-size: 10px;
	float: left;
	color: #999;
}
.post-info .post-meta a{
	color: #777;
	text-decoration: underline;
	font-weight: normal;
}
.post-info .comment-link {
	float: right;
}
.post-info .comment-link a{
	padding: 3px 5px;
	font-size: 10px;
	color: #3d536c;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.post-info .comment-link a:hover{
	background: #3d536c;
	color: #fff;
}
.entry a.read-more {
	float: none;
	clear: both;
	display: block;
	margin-top: 15px;
}

/* =Images and Embeds
---------------------------------------------------------------*/
.entry img, .entry iframe {
	background: #253F58;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95);
	margin-bottom: 20px;
	padding: 10px;
}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.comment-content img,
.widget img {
	height: auto; /* Override height to match resized width for correct aspect ratio. */
	max-width: 95%; /* When images are too wide for containing element, force them to fit. */
}
.entry embed {
	max-width: 95%;
}
.entry .alignleft,
.entry img.alignleft,
.entry .thumbnail-container {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 4px;
}
.entry .alignright,
.entry img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 4px;
}
.entry .aligncenter,
.entry img.aligncenter,
.widget .aligncenter,
.widget img .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry img.alignleft,
.entry img.alignright,
.entry img.aligncenter {
	margin-bottom: 12px;
}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry .wp-caption {
	line-height: 18px;
	max-width: 100%;
}
.entry .wp-caption img {
	margin: 0;
}
.entry .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px 0;
	text-align: center;
}
.entry .wp-smiley {
	margin: 0;
}
.entry .gallery-icon img {
	margin: 0 0 3px 0;
}
.entry .gallery-caption {
	color: #888;
	font-size: 11px;
	line-height: 17px;
}
.gallery {
	clear: both;
}
.gallery-caption {
	color: #888;
    font-size: 12px;
    margin: 5px 0;
}
.gallery-item img {
	border: 2px solid #000;
	border-radius: 5px;
}
.entry .gallery-icon img {
	border-width: 1px !important;
}
.video-player {
	padding: 0 !important;
}

/* =Attachment Pages
-------------------------------------------------------------- */
body .attachment .entry-title {
	font-size: 25px;
	margin-bottom: 0;
	text-align: left;
}
body.attachment .attachment-meta {
	font-size: 12px;
	margin: 5px 0 10px;
	text-align: left;
}
body.attachment .attachment-meta a {
	color: #3D546C;
	text-decoration: none;
}
body.attachment .attachment-meta a:hover {
	color: #000;
}
body.attachment .entry-date {
	color: #000;
	font-size: 12px;
}
body.attachment #comments {
	width: 580px;
}
div.attachment {
	text-align: center;
}
div.attachment .entry-caption {
	color: #000;
}
#nav-image {
	width: 560px;
	margin: auto;
}

/* =Post Pagination
-------------------------------------------------------------- */
.page-link {
	clear: both;
	font-size: 14px;
	margin-top: 10px;
}
.page-link a {
	background-color: #0e3454;
	border-radius: 20px;
	color: #fff !important;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 0;
	padding: 5px 8px;
}
.page-link a:hover {
	background-color: #000;
	color: #fff;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}
#nav-below {
	margin-top: 20px;
	float: right;
	width: 515px;
}
#nav-below a {
    color: #3D546C;
    font-size: 13px;
    font-weight: bold;
}
#nav-below a:hover {
	color: #000;
}
#nav-image img {
	background: #253F58;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95);
	padding: 10px;
}

/* =Widget Areas and Sidebars
-------------------------------------------------------------- */
.widget-list{
	margin-bottom: 30px;
}
.widget-list li.widget{
	white-space: normal;
	color: #595959;
	margin-bottom: 30px;
}
.widget-list li.widget:last-child{
	border-bottom: none;
}
.widget-list ul li{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #DDD;
}
.widget-list ul li:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}
.widget-list ul li a{
	color: #3D536C;
}
.widget-list ul li a:hover{
	color: #111;
}

/* Widgets */
.widget {
	padding: 20px 0px;
	color: #595959;
}
.widget-area {
	color: #999;
	font-size: 12px;
	line-height: 18px;
	list-style: none;
	margin: 0 0 30px;
}
.widget-area a {
    color: #3D536C;
}
.widget-area a:hover {
	color: #000;
}
.widget-title,
.widget-title a {
	color: #333;	
}
.widget-title {
	font-size: 18px;
	background: url("images/blue-base.png") repeat-x scroll center bottom transparent;
    margin: 0 0 10px;
    padding: 0 0 10px;
}
.widget-title a {
	text-decoration: none;	
}
.widget-area p {
	margin-bottom: 10px;
}
.widget-area ul {
	list-style: none;
	margin: 0;
}
.widget-area ul ul {
	list-style: none;
	padding-left: 2px;
}
.widget-area ul ul ul {
	margin-bottom: 0;
}
.widget-area ul ul li {
	border-bottom: 1px dotted #ccc;
	padding: 8px 0;
}

/* Search Widget and Search Form */
.widget_search {
	background: #fff;
	border: 1px solid #9BA6AE;
	border-radius: 3px 3px 3px 3px;
	height: 22px;
	padding: 6px;
}
.widget_search #s {
	border: 0px;
	width: 170px;
}
.widget_search #s {
}
#searchform #s {
}
.widget_search #searchsubmit {
	background: #3D546C;
	border: none;
	border-radius: 3px 3px 3px 3px;
	color: #fff; 
	float: right; font-size: 10px; 
	margin: 0; padding: 4px 3px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
}

.widget_search #searchsubmit:hover {
	background: #000;
}

/* Calendar Widget */
#wp-calendar {
    margin: 0 auto;
    padding: 5px;
	width: 90%;
}
#wp-calendar caption {
	color: #333;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
	text-align: center;
}
#wp-calendar tbody {
	text-align: center;
}
#wp-calendar th {
 	padding: 10px;
}
#wp-calendar tbody {
}
#wp-calendar tbody td {
	border: 1px solid #ccc;
 	padding: 10px;
}
#wp-calendar tfoot td {
	padding-top: 2px;
}
#wp-calendar tfoot #next {
	text-align: right;
}
#wp-calendar #today {
 	font-weight: bold;
 	text-shadow: none;
}
#wp-calendar #today a {
	color: #000;
}
#wp-calendar #prev a,
#wp-calendar #next a {
	display: inline-block;
	margin: 5px 0 0;
	padding: 5px 8px;
}

/*Recent Comments Widget */
.widget_recent_comments tr {
	border-bottom: 1px dotted #DDD;
}
.widget_recent_comments img {
	border: 8px solid #0e3454 !important;
	border-radius: 5px;
}
td.recentcommentsavatarend,
td.recentcommentsavatartop {
	padding: 5px !important;
}
.widget_recent_comments td.recentcommentstexttop, 
.widget_recent_comments td.recentcommentstextend {
	padding: 8px !important;
    vertical-align: top;
}

/* RSS Widget */
.widget_rss {
	text-shadow: none;
}
.widget_rss .widget-title {
	margin: 0;
	padding-left: 4px;
}
.rsswidget img {
	margin: 0 !important;
}
.rsswidget {
	font-weight: bold;
	line-height: 18px;
}
.widget_rss .rssSummary,
.widget_rss cite {
	font-size: 95%;
}
.widget_rss .rssSummary {
	line-height: 18px;
	margin-top: 5px;
}
.rss-date {
	color: #3D536C;
	font-size: 95%;
	font-weight: bold;
}
.widget_rss cite {
	font-weight: bold;
}

/* Menu & Categories Widgets (With Sub-Items) */
.widget-area .sub-menu,
.widget-area .children {
	margin-left:  15px;
}
.widget-area .sub-menu li,
.widget-area .children li {
	border-width:  0;
}

/* Text widgets */
.widget_text .textwidget {
	line-height: 21px;
	padding: 0 5px;	
}

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

/*Footer Widget Area */
#footer .widget {
	padding: 0px;
	color: #999;
}
#footer-widget-area {
	border-bottom: 2px solid #000;
	padding:0px 0px 20px 0px;
	width: 940px;
	font-size: 12px;
}
#footer-widget-area a{
	color: #fff;
	font-weight: normal;
}	
#footer-widget-area a:hover{
	color: #fc0
}	
#footer-widget-area .widget-area {
	float: left;
	font-size: 12px;
	margin: 1.5% 1% 0 0;
	padding-left: 15px;
	width: 30%;
}
#footer-widget-area .widget {
	background: none;
	border-radius: 0;
	margin-bottom: 0;
}
#footer-widget-area .widget-title {
	color: #ccc;
	background: transparent;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 4px 0px 0px;
}
#footer-widget-area .widget-title a {
	color: #fff !important;
	text-decoration: none;
}
#footer-widget-area .widget-area ul ul li {
	border-bottom: 1px dotted #333;
}
#site-generator {
	color: #999;
	font-size: 11px;
	text-align: right;
}
#site-generator a {
	color: #fff;
	font-weight: normal;
}
#site-generator a:hover {
	color: #fc0;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	margin: 0px;
	width: 515px;
	float: right;
	word-wrap: break-word;
	background: url("images/blue-base.png") repeat-x top;
}
.nocomments {
	font-style: italic;
	margin: 0 0 15px 85px;
}
.commentlist {
	clear: both;
}
#comments-title,
#reply-title {
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 8px;
    padding-top: 20px;
}
#comments-title {
	font-size: 18px;
}
#comments ol {
	list-style: none;
	margin-left: 0;
}
#comments ul {
	list-style: none;
	margin-left: 0.425em;
}
#comments li {
	list-style: none;
	padding: 1em 1.2em 1em 0em;
	position: relative;
}
#comments li.pingback {
	border-radius: 20px;
	margin: 0 0 15px;
	padding: 20px;
}
#comments li.pingback p {
	font-size: 12px;
	line-height: 18px;
}
#comments ul li {
	list-style: none;
	padding: 0px;
}
#comments .pingback .comment-body,
#comments .comment .comment-body {
	margin-right: 50px;
	padding: 20px;
	position: relative;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
#comments .comment-author {
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 8px;
	margin-bottom: 10px;
}
#comments .comment-body .sd-rating {
	margin: 0 20px 5px;
}
#comments .children li {
	margin-top: 25px;
}
#comments .comment-author cite {
	font-style: normal;
}
#comments .comment-meta,
#comments .comment-meta a,
.nopassword,
.subscribe-label {
	font-size: 10px;
	font-weight: normal;
	color: #999;
	text-decoration: underline;
}
#comments .comment-meta {
    font-size: 11px;
}
#comments .comment .comment-meta {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
#comments .avatar {
	background: #fff;
    padding: 5px;
	position: absolute;
	top: 20px;
	right: 20px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
#comments .children .avatar {
	top: 20px;
	right: 20px;
}
#comments .children .comment-body {
	margin-left: 55px;
}
#comments .children .comment-meta {
    bottom: 20px;
    right: 20px;
}
#comments .comment-body p {
	font-size: 12px;
	line-height: 18px;
}
#comments .comment-body ul,
#comments .comment-body ul li,
#comments .comment-body ol,
#comments .comment-body ol li {
	border: none;
	padding: 0;
}
#comments .comment-body ul, 
#comments .comment-body ol {
	margin: 0 0 1.7em 2.5em;
}
#comments .comment-body ul,
#comments .comment-body ul li {
	list-style: disc;
}
#comments .comment-body ol,
#comments .comment-body ol li {
	list-style: decimal;
}
#comments .comment-body ol ol,
#comments .comment-body ol ol li {
	list-style: upper-alpha;
}
#comments .comment-body ol ol ol,
#comments .comment-body ol ol ol li {
	list-style: lower-roman;
}
#comments .comment-body ol ol ol ol,
#comments .comment-body ol ol ol ol li {
	list-style: lower-alpha;
}
.bypostauthor .comment-author a {
}
.bypostauthor .comment-body {

}
#respond {
    padding-top: 15px;
}
#respond h3 {
	font-size: 18px;
	padding-bottom: 5px !important;
}
.logged-in-as,
#respond p {
	font-size: 12px;
}
.comment-notes {
	display: none;
}
.logged-in-as {
	margin: 0;
}
.required {
	color: #cc4d22;
}
.comment-reply-link {
	background: #ccc;
	color: #fff;
	display: block;
	width: 40px;
	font-weight: bold;
	font-size: 10px;
	margin-top: 10px;
	padding: 1px 6px;
	text-align: center;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.20);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.comment-reply-link:hover{
	background: #3d546c;
	color: #fff;
}
#cancel-comment-reply-link {
	color: #cc0000;
	font-weight: bold;
	font-style: italic;
	padding: 5px;
	text-align: right;
}
#respond input[type=text],
#respond textarea {
	background: #fff;
	border: 1px solid #CCC;
	border-radius: 3px;
	color: #595959;
	font-size: 12px;
}
#respond input[type=text] {
	margin: 0 0 15px 0px;
	width: 280px;
	padding: 5px;
}
#respond textarea {
	margin: 0 0 15px 0px;
	padding: 5px;
	width: 400px;
}
#respond input[type=submit] {
	background: #3D546C;
	color: #fff;
	padding: 4px 8px;
	margin-top: 10px;
	border-style: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out;
}
#respond input[type=submit]:hover {
	background: #1d3045;
}

#respond label {
	color: #3D546C;
    font-size: 13px;
    margin: 15px 0 5px;
}
#respond .comment-form-comment {
	margin: 0;
}
#respond .comment-form-comment label {
	display: none;
}
#respond .form-allowed-tags {
	font-size: 12px;
	display: none;
}
#respond p.comment-subscription-form label {
	color: #000;
}
#comment-nav-below,
#comment-nav-above {
	margin: 15px 0;
}
#comment-nav-below a,
#comment-nav-above a {
	color: #000;
	font-size: 13px;
	font-weight: bold;
}
#comment-nav-below a:hover,
#comment-nav-above a:hover {
	color: #fff;
}

/* =Accessibility
-------------------------------------------------------------- */
.assistive-text,
.skip-link,
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}