/*-----------------------------------------------------------------------------------

	Theme Name: Memo-Blog
	Theme URI: http://www.themezilla.com/themes/memo
	Description: Super-Awesome Tumblog Theme
	Author: ThemeZilla
	Author URI: http://www.themezilla.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.4
	
	Designed & Handcrafted by ThemeZilla.com
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
	2.	Header Styles
	3.	Navigation & Menus
	4.	Main Content Styles
	5.	Post Content Styles
	6.	Comments
	7.	Pagination
	8.	Footer Styles
	9.	Page Templates
	10.	Widgets
	11.	Shortcode Styles
	12. IE7 Stylings

-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	0.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

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; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */


/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/

html, body { height: 100%;}

body {
	font: 12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #f8f9fa url(images/body_bg.jpg) repeat fixed;
	color: #5e6066;
	margin-left: 220px;
}

.hidden { display: none; }

.alignleft { float: left; }

.alignright { float: right; }

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

a { 
    color: #fa6274;
    text-decoration: none; 
    -webkit-transition: color .1s linear;
    -moz-transition: color .1s linear;
    -ms-transition: color .1s linear;
    -o-transition: color .1s linear;
    transition: color .1s linear;
}

a:hover { 
    color: #5e6066;
    text-decoration: none; 
}

a img { 
    border: none; 
    vertical-align: bottom;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
.gallery-row,
.post-thumb,
.author-bio,
#logo { margin-bottom: 20px; }

.hentry,
.navigation-links,
.hfeed,
.pinglist { margin-bottom: 40px; }

.widget
.children,
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ul,
.comment-body ol ol,
.comment-body ol ul,
.comment-body ul ul,
.widget ul ul { margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	padding: 0;
	color: #40454D;
}

h1 {
	font-size: 24px;
	line-height: 28px;
}

h2 {
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 20px 0;
}

h3 {
	font-size: 16px;
	line-height: 21px;
}

h4 {
	font-size: 14px;
	line-height: 21px;
}

h5 {
	font-size: 12px;
	line-height: 18px;
}

h6 {
	font-size: 10px;
	line-height: 16px;
}

.entry-content h2 {
	font-size: 14px;
	font-weight: bold;
}

.entry-content h3, .entry-content h4 {
	font-size: 13px;
	font-weight: bold;
}

.page-title {
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	padding-bottom: 1.2em;
}

.search .page-title,
.archive .page-title {
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    padding-bottom: 0;
    margin-bottom: 1.4em;
    margin-left: 12px;
    text-transform: uppercase;
}

.entry-title,
.entry-title a {
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
}

#container {
    width: 668px;
    margin: 0 auto;
    min-height: 100%;
}
	
#primary {}

.layout-2cl #primary { float: right; }

#content { padding-bottom: 50px; }

#sidebar {
	position: fixed;
	left: 40px;
	width: 180px;
	top: 25px;
}

#sidebar a { color: #a4a5aa; }

#sidebar a:hover { color: #fa6274; }

.layout-2cl #sidebar { float: left; }

#footer { clear: both; }


/*-----------------------------------------------------------------------------------*/
/*	2.	Header Styles
/*-----------------------------------------------------------------------------------*/
#header {
    background: #42474f url(images/dark_bg.jpg) repeat;
	-webkit-border-radius: 0 0 4px 4px;
	-khtml-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	color: #a4a5aa;
	font-size: 11px;
	line-height: 1.4;
	margin: 0 9px 60px;
	padding: 0 17px 0 10px;
}

#logo,
#logo a {
	font-size: 28px;
	line-height: 30px;
	color: #000;
	font-weight: bold;
	width: 180px;
    margin-bottom: 30px;
    text-align: center;
	margin-top: 20px;
}

#logo a:hover { text-decoration: none; }

#tagline {
	color: #999;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}

.header-splash {
    line-height: 35px;
    float: right;
}

.header-splash a { color: #ecedf3; }

.header-splash a:hover { color: #a4a5aa; }


/*-----------------------------------------------------------------------------------*/
/*	3.	Navigation & Menus
/*-----------------------------------------------------------------------------------*/

/*** ESSENTIAL STYLES ***/
.sf-menu, 
.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu li { 
	position: relative; 
	white-space: nowrap;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	min-width: 12em;
	z-index: 99;
}

.sf-menu > li { float: left; }

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul { display: block; }

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
}

/* Skin */
#primary-nav {
    color: #a4a5aa;
	float: left;
	margin-left: 7px
}

#primary-menu a {
	color: #a4a5aa;
	padding: 10px 8px 10px 0;
}

#primary-menu a:hover,
#primary-menu .current-menu-item > a,
#primary-menu .sfHover > a { color: #ecedf3; }

#primary-menu > li > a::before { 
	color: #a4a5aa; 
	content: '/';
	margin-right: 9px;
}

#primary-menu > li:first-child > a::before { content: ''; display: none; }

#primary-menu .sub-menu {
	background: transparent url(images/dark_bg.jpg) 0 0 repeat;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

#primary-menu .sub-menu a {
	padding: 3px 0;
	margin: 5px 15px;
}

#back-to-top {
    background: transparent url(images/arrows.png) 0 -120px no-repeat;
    display: none;
    text-indent: -999em;
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 40px;
    width: 40px;
}

#back-to-top:hover { background-position: 0 -160px; }

/*-----------------------------------------------------------------------------------*/
/*	4.	Main Content Styles
/*-----------------------------------------------------------------------------------*/

address { font-style: italic; }

abbr[title],
acronym[title],
dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #666;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-style: italic;
	border-left: 1px solid #ddd;
	margin-left: 15px;
	padding-left: 10px;
}

strong { font-weight: bold; }

em,
dfn,
cite { font-style: italic; }

dfn { font-weight: bold; }

sup {
	font-size: 11px;
	vertical-align: top;
}

sub {
	font-size: 11px;
	vertical-align: bottom;
}

small { font-size: 11px; }

del { text-decoration: line-through; }

ins { text-decoration: underline; }

code,
pre { line-height: 18px; }

var,
kbd,
samp,
code,
pre {
	font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	background: #fbfcfc;
}

kbd { font-weight: bold; }

samp,
var { font-style: italic; }

pre {
	white-space: pre;
	overflow: auto;
	padding: 9px 10px 8px;
	clear: both;
	margin-bottom: 22px;
}

code { padding: 3px; }

ul,
ol,
dl { margin-left: 30px; }

table {
	border: 1px solid #ccc;
	border-width: 1px;
	line-height: 18px;
	margin: 0 0 22px 0;
	text-align: left;
	padding: 0 5px;
}

table .even { background: #ddd; }

caption { text-align: left; }

tr { border-bottom: 1px solid #ccc; }

th,
td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}

.entry-content img { max-width: 600px; }

img.alignleft {
    float: left;
	margin: 10px 25px 13px 0;
}

img.alignright {
	display: block;
	margin: 10px 0 13px 25px;
}

img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	margin-top: 10px;
	margin-bottom: 13px;
}

img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone,
.wp-caption img {
    background-color: #fff;
    border: 1px solid #cbcbcb;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    padding: 4px;
}

.wp-caption {
	text-align: center;
	margin: 10px 20px 20px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.wp-caption a {
	margin: 0;
	border: 0 none;
}

.wp-caption
.wp-caption-text {
	margin: 0;
	padding: 5px;
}

.wp-smiley {
	max-height: 13px;
	margin: 0 !important;
}

.gallery { margin: auto; }

.gallery-image {
	border: 2px solid #efefef;
	margin-left: 0;
}

.gallery-caption { margin-left: 0; }

.gallery-item {
	float: left;
	text-align: center;
	margin-left: 0;
}

.gallery {
	float: left;
	width: 100%;
}

.gallery-item { float: left; }

.gallery-item .gallery-caption { padding-right: 12%; }

.gallery-item img {
	margin: 0 !important;
	padding:  0 !important;
}

.gallery-item a {
	float: left;
	border: none !important;
	margin:  0 !important;
	padding: 0 !important;
}

input,
textarea {
    background-color: #fff;
    border: 1px solid #cbcbcb;
    color: #bfbfbf;
    font: 12px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1) inset;
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1) inset;
         -o-box-shadow: 0 1px 3px rgba(0,0,0,.1) inset;
            box-shadow: 0 1px 3px rgba(0,0,0,.1) inset;
}

textarea { line-height: 20px; }

input:focus,
textarea:focus {
    border-color: #bcbcbc;
    color: #5e6066;
}

.page .post-header {
    color: #ecedf3;
    font: normal normal 700 14px/1.4 'Merriweather', Georgia, serif;
    padding: 25px 35px 45px 35px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
}

.page .entry-footer { padding-bottom: 120px; }


/*-----------------------------------------------------------------------------------*/
/*	5.	Post Content Styles
/*-----------------------------------------------------------------------------------*/

.post-header {
    background: transparent url(images/dark_bg.jpg) repeat;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    padding: 25px 25px 35px 25px;
    margin: 0 9px 5px 9px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.4);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.4);
    box-shadow: 0 1px 1px rgba(0,0,0,.4);
    height: 100%;
}

.post-header img {
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,.2);
    -o-box-shadow: 0 0 6px rgba(0,0,0,.2);
    box-shadow: 0 0 6px rgba(0,0,0,.2);
}

.post-header span.hanger-left,
.post-header span.hanger-right {
    background: transparent url(images/hanger_clip.png) 0 0 no-repeat;
    position: absolute;
    height: 50px;
    width: 12px;
    bottom: -27px;
}

.post-header span.hanger-left { left: 25px; }

.post-header span.hanger-right { right: 25px; }

.entry-header {
    background: transparent url(images/paper_header.png) 0 0 no-repeat;
    height: 38px;
    padding: 3.2em 40px 0 83px;
    margin-left: 7px;
    margin-right: 7px;
}

h1.entry-title,
h2.entry-title,
h2.entry-title a {
    color: #40454d;
    margin-bottom: 0;
    padding-bottom: 1.2em;
}

h2.entry-title a:hover { color: #fa6274; }

.entry-title span.edit-post,
.page-title span.edit-post { 
    float: right; 
    font-size: 11px;
    font-weight: normal;
}

.entry-title span.edit-post a { 
    font-size: 10px;
    font-weight: normal;
}

span.edit-post a:hover { color: #40454d; }
    
.entry-content {
    background: transparent url(images/paper_mid.png) 0 0 repeat-y;
    height: 100%;
    margin-left: 7px;
    margin-right: 7px;
    padding: 0 40px 21px 83px;
}

.format-quote .entry-content,
.format-aside .entry-content,
.format-link .entry-content { margin-top: -19px; }

.logged-in .entry-content { padding-top: 1px; }

.entry-content p {
    line-height: 21px;
    margin-bottom: 21px;
}

.entry-footer {
    background: transparent url(images/paper_footer.png) 0 0 no-repeat;
    font-size: 11px;
    margin-top: -22px;
    padding: 0 40px 80px 90px;
}

.entry-footer a {
    background-color: transparent;
    background-image: url(images/meta_sprite.png);
    background-repeat: no-repeat;
    color: #a4a5aa;
    padding-left: 18px;
    -webkit-transition-property: background-position, color;
    -webkit-transition-duration: .3s, .1s;
    -webkit-transition-timing-function: linear, linear;
    -moz-transition-property: background-position, color;
    -moz-transition-duration: .3s, .1s;
    -moz-transition-timing-property linear, linear:
    -ms-transition-property: background-position, color;
    -ms-transition-duration: .3s, .1s;
    -ms-transition-timing-property: linear, linear;
    -o-transition-property: background-position, color;
    -o-transition-duration: .3s, .1s;
    -o-transition-timing-property: linear, linear;
    transition-property: background-position, color;
    transition-duration: .3s, .1s;
    transition-timing-property: linear, linear;
}

.entry-footer a:hover { color: #5e6066; }

.entry-permalink a {
    background-position: 0 0;
    margin-right: 5px;
}

.entry-permalink a:hover { background-position: 0 -24px; }

.entry-tags { color: #a4a5aa; }

.entry-tags a { 
    background-image: none; 
    padding-left: 0;
}

.entry-like { float: right; }

.entry-like a { background-position: 0 -48px; }

.entry-like a.active,
.entry-like a:hover {
    background-position: 0 -72px;
    color: #fa6274;
}

.entry-comments { 
    float: right; 
    margin-right: 10px;
}

.entry-comments a { 
    background-position: 0 -96px;
    padding-left: 21px;
}

.entry-comments a:hover { background-position: 0 -120px; }

.entry-meta {
	font-size: 11px;
	color: #999;
	margin-bottom: 10px;
}

.entry-content ul { list-style-type: disc; margin-bottom: 21px; }

.entry-content ol { list-style-type: decimal; }

.entry-content li { line-height: 21px; }

/*-----------------------------------------------------------------------------------*/
/*	5.1	Post Formats
/*-----------------------------------------------------------------------------------*/

/* Gallery ------------------------------------*/
.slider { position: relative; }

.slides_control > div { width: 600px; }

.slider img {
	display: block;
	margin: 0 auto;
	vertical-align: bottom;
}

.slider .prev,
.slider .next {
    position: absolute;
    display: block;
    text-indent: -999em;
    height: 30px;
    width: 30px;
    background: transparent url(images/arrows.png) no-repeat;
    top: 50%;
}

.slider .prev {
    left: -65px;
    background-position: 0 0;
}

.slider .prev:hover { background-position: 0 -60px; }

.slider .next {
    right: -65px;
    background-position: 0 -30px;
}

.slider .next:hover { background-position: 0 -90px; }

/* Audio/Video --------------------------------*/
div.jp-jplayer.jp-jplayer-video,
div.jp-jplayer.jp-player-video { 
    background-color: #292a2b;
    width: 100%; 
}

.jp-jplayer-audio { background: url("images/dark_bg.jpg")!important; }

div.jp-interface {
	position: relative;
	width: 100%;
	background: url(images/jplayer_bg.png) repeat-x;
	z-index: 100;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

.jp-interface { height: 30px; }

.jp-controls {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.jp-controls li { display: inline; }

.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;
	top: 0;
	left: 0;
}

a.jp-play { background: url(images/jplayer-black-and-yellow.png) 0 0 no-repeat; }

a.jp-play:hover { background-position: -33px 0; }

a.jp-pause { 
    background: url(images/jplayer-black-and-yellow.png) 0 -30px no-repeat; 
    display: none;
}

a.jp-pause:hover { background-position: -33px -30px; }

.jp-progress-container {
	position: absolute;
	top: 0;
	left: 34px;
	width: 450px;
	height: 6px;
	padding: 12px 10px;
}

.jp-progress { 
    position: absolute; 
	width: 448px;
	height: 7px;
	padding: 1px;
	background: url(images/jplayer-black-and-yellow.png) 0 -192px repeat-x ;
}

.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;
}

.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;
}

.jp-volume-bar-container {
	position: absolute;
	top: 0;
	left: 517px;
	width: 40px;
	height: 6px;
	padding: 12px 10px;
}

.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;
	top: 0;
	left: 18px;
}

.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;
	top: 9px;
	left: 517px;
}

a.jp-mute { background: url(images/jplayer-black-and-yellow.png) -10px -68px no-repeat; }

a.jp-mute:hover { background-position: -43px -68px; }

a.jp-unmute { background: url(images/jplayer-black-and-yellow.png) -10px -98px no-repeat; }

a.jp-unmute:hover { background-position: -43px -98px; }

.seperator-first,
.seperator-second {
	background:url(images/seperator.png) no-repeat left;
	height: 30px;
	width: 2px;
	position: absolute;
	left: 32px;
}

.seperator-second { left: 506px; }

/* Link ---------------------------------*/
.format-link .post-header {
    font: normal normal 400 14px/1.4 'Merriweather', Arial, Georgia, serif;
    padding: 45px 25px 55px 25px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
}

.format-link .post-header a {
    border-bottom: 1px solid #5e6066;
    color: #ecedf3;
}

.format-link .post-header a:hover { color: #fa6274; }

/* Quote --------------------------------*/
.format-quote .post-header {
    padding: 35px 25px 55px 25px;
    text-align: center;
}

.format-quote .post-header blockquote {
    background: transparent url(images/quote_left_large.png) 0 0 no-repeat;
    border-left: none;
    color: #ecedf3;
    font-family: 'Merriweather', Georgia, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    margin: 0;
    padding: 6px 30px 0 30px;
    position: relative;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
}

.format-quote .post-header blockquote::after {
    content: '';
    display: block;
    background: transparent url(images/quote_right_large.png) 0 0 no-repeat;
    position: absolute;
    height: 25px;
    width: 25px;
    bottom: -10px;
    right: 0;
}


/*-----------------------------------------------------------------------------------*/
/*	6.	Comments
/*-----------------------------------------------------------------------------------*/

h3#comments,
h3#pings {
    padding: 0 35px;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255,255,255,1);
}

.commentlist {
	margin: 40px 35px 60px 35px;
	list-style-type: none;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}

.pinglist {
	margin: 20px 0 40px 52px;
	list-style-type: decimal;
}

.comment { margin-top: 20px; }

#commentform { margin-top: 20px; }

#commentform input { 
    margin-right: 10px; 
    width: 200px;
}

#commentform textarea { width: 97%; }

.children { 
    list-style-type: none; 
    margin-left: 55px;
}

.comment .avatar {
    background: #a4a5aa;
	border: 3px solid #5e6066;
	float: left;
	margin: 0 14px 0 0;
}

.bypostauthor .avatar { border-color: #fa6274; }

.comment-author-admin {
	background: #fbfbfb!important;
	border: #fa6274;
}

.comment-author { 
    display: inline-block; 
    margin-right: 5px;
}

.comment-author cite { 
    font-weight: bold; 
    font-size: 14px;
    font-style: normal;
}

.comment-author cite a { color: #37393c; }

.comment-author cite a:hover { color: #fa6274; }

.comment-meta { 
    display: inline-block; 
    font-size: 11px;
}

.comment-meta a { color: #9fa2a6; }

.comment-meta a:hover { color: #5e6066; }

.comment-body { margin: 0 0 30px 55px; }

#respond { 
    margin: 0 35px; 
    padding-bottom: 35px;
    text-shadow: 0 1px 0 rgba(255,255,255,1);
}

#respond h3 {
    font-size: 14px;
    font-weight: bold;
}

.commentlist #respond { 
    background: #f1f1f1;
    margin: 0;
    padding: 10px 35px;
}

.nocomments {
	text-align: center;
	padding: 20px;
}

.comment-body ul { list-style-type: disc; }

.comment-body ol { list-style-type: decimal; }

#commentform #submit { 
    background: #fff url(images/button.png) 0 0 repeat-x;
    -border-radius: ;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #5e6066;
    cursor: pointer; 
    font-weight: bold;
    height: 30px;
    outline: none;
    padding: 5px 14px 5px;
    text-shadow: 0 1px 0 rgba(255,255,255,.4);
    width: auto;
}

#commentform #submit:hover {
    background-position: 0 -30px;
    color: #40454d;
}

#commentform label small { font-size: 12px; }

#commentform label span { color: #fa6274; }

/*-----------------------------------------------------------------------------------*/
/*	7.	Pagination
/*-----------------------------------------------------------------------------------*/

.page-navigation,
.single-page-navigation {
    text-align: center;
    padding-bottom: 40px;
}

.page-navigation .nav-next,
.page-navigation .nav-previous,
.single-page-navigation .nav-next,
.single-page-navigation .nav-previous {
    display: inline-block;
    margin: 0 5px;
}

.single-page-navigation span { color: #ddd; }

.page-navigation a {
    background: transparent url(images/arrows.png) 0 0 no-repeat;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-indent: -999em;
}

.page-navigation .nav-next a { background-position: 0 -240px; }

.page-navigation .nav-next a:hover { background-position: 0 -280px; }

.page-navigation .nav-previous a { background-position: 0 -200px; }

.page-navigation .nav-previous a:hover { background-position: 0 -320px; }

/*-----------------------------------------------------------------------------------*/
/*	8.	Footer Styles
/*-----------------------------------------------------------------------------------*/

#footer {
    background: transparent url(images/dark_bg.jpg) repeat;
    -webkit-border-radius: 4px 4px 0 0;
       -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
    color: #a4a5aa;
	padding: 15px 20px 25px;
	height: 30px;
	font-size: 11px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -70px;
    position: relative;
    width: 600px;
}

#footer a { color: #ecedf3; }

#footer a:hover { color: #a4a5aa; }

.copyright { float: left; margin-bottom: 0;}

.credit { float: right;  margin-bottom: 0;}


/*-----------------------------------------------------------------------------------*/
/*	9.	Page Templates
/*-----------------------------------------------------------------------------------*/

.search-no-results #s { 
    margin-bottom: 12px;
    margin-top: 6px;
    width: 200px; 
}

.archive-lists .children { margin-bottom: 0; }

.archive-lists ul { margin-bottom: 22px;}

.archive-lists li a { line-height: 21px; }

.full-width { width: 940px!important; }

.contactform { margin-left: 0; }

.contactform li { list-style-type: none; }

.contactform li label {
	display: block;
	margin-bottom: 0;
}   

.contactform li input[type="text"] {
	width: 300px;
	margin-bottom: 16px;
}

.contactform li textarea {
	width: 100%;
	height: 200px;
	line-height: 21px;
	margin-bottom:15px;
}

.contactform li button { 
    background: #fff url(images/button.png) 0 0 repeat-x;
    -border-radius: ;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #5e6066;
    cursor: pointer; 
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    float: right; 
    height: 30px;
    padding: 7px 14px 9px;
    text-shadow: 0 1px 0 rgba(255,255,255,.4);
    width: auto;
}

.contactform li button:hover {
    background-position: 0 -30px;
    color: #40454d;
}

label.error { color: red; }


/*-----------------------------------------------------------------------------------*/
/*	10.	Widgets
/*-----------------------------------------------------------------------------------*/

.widget { 
    margin-bottom: 30px; 
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,1);
}

.widget-title {
    background: transparent url(images/widget_title_bg.png) no-repeat 0 10px;
	color: #40454d;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
}

.widget-title span {
    background: transparent url(images/body_bg.jpg) repeat;
    padding: 0 4px;
}

.widget ul {
	list-style-type: none;
	margin-bottom: 0;
	margin-left: 0;
}

.widget ol {
	list-style-type: decimal;
	margin-bottom: 0;
	margin-left: 0;
}

.widget li { text-align: left; }

/* Menu Widget --------------------------*/
.widget .sub-menu { margin-left: 10px; }

/* Search Widget ------------------------*/
.widget_search #s { 
    background: #fff url(images/search_icon.png) 10px 6px no-repeat;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 6px 5px 5px 30px;
    width: 143px;
}

.widget_search form,
.widget_search fieldset { margin: 0; }

/* Calander Widget ----------------------*/
.widget_calendar caption { 
    margin-bottom: 5px; 
    text-align: center;
}

.widget_calendar table { width: 100% }

/* Twitter Widget -----------------------*/
#twitter-holder {
	background: url(images/ajax-loader.gif) no-repeat center;
	min-height: 20px;
}

.zilla-tweet-widget ul {
	margin: 0 0 10px 0;
	list-style-type: none;
}

.zilla-tweet-widget ul li {
    background: transparent url(images/quote_left_small.png) no-repeat 0 5px;
	padding: 0 0 0 15px;
	margin-bottom: 10px;
	text-align: center;
}

.zilla-tweet-widget .twitter-time-stamp { 
    display: block; 
    padding-right: 15px;
}

.zilla-tweet-widget .twitter-link { display: block; text-align: center; }

/* Flickr Widget --------------------------*/
.tz_flickr_widget { padding-right: 0; }

.flickr_badge_image {
	margin: 0 14px 14px 0;
	width: 46px;
	height: 46px;
	float: left;
}

.flickr_badge_image img {
	background: #fff;
	border: 4px solid #5e6066;
	max-width: 100%;
	max-height: 100%;
}

.flickr_badge_image img:hover { border-color: #fa6274; }

/* Video Widget ----------------------------*/
.tz_video { margin-bottom: 10px; }


/*-----------------------------------------------------------------------------------*/
/*	11.	Shortcode Styles
/*-----------------------------------------------------------------------------------*/

/* Columns */
.one_half { width: 48%; }
.one_third { width: 30.66%; }
.two_third { width: 65.33%; }
.one_fourth { width: 22%; }
.three_fourth { width: 74%; }
.one_fifth { width: 16.8%; }
.two_fifth { width: 37.6%; }
.three_fifth { width: 58.4%; }
.four_fifth { width: 79.2%; }
.one_sixth { width: 13.33%; }
.five_sixth { width: 82.67%; }

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
	float: left;
}

.column-last {
	margin-right: 0!important;
	clear: right;
}

/* Buttons */

a.button {
	height: 20px;
	display: inline-block;
	margin: 0 5px 20px 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	padding: 8px 10px 0 10px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	   		border-radius: 3px;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
	   -moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
    		box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
}

a.button.large {
	height: 24px;
	padding: 11px 10px 0 10px;
	font-size: 14px;
	line-height: 14px;
}

a:hover.button { background-position: 0 -28px; }
a:hover.button.large { background-position: 0 -35px; }

a.button.white {
	background-image: url(images/shortcodes/buttons/button_white.png);
	border: 1px solid #d3d3d3;
	color: #555555;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.8);
}

a.button.large.white { background-image: url(images/shortcodes/buttons/button_white_large.png); }
a:hover.button.white { border: 1px solid #c4c4c4; }

a.button.grey {
	background-image: url(images/shortcodes/buttons/button_grey.png);
	border: 1px solid #b5b5b5;
	color: #555555;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.grey { background-image: url(images/shortcodes/buttons/button_grey_large.png); }
a:hover.button.grey { border: 1px solid #989898; }

a.button.red {
	background-image: url(images/shortcodes/buttons/button_red.png);
	border: 1px solid #df6f8b;
	color: #913944;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.3);
}

a.button.large.red { background-image: url(images/shortcodes/buttons/button_red_large.png); }
a:hover.button.red { border: 1px solid #c36079; }

a.button.orange {
	background-image: url(images/shortcodes/buttons/button_orange.png);
	border: 1px solid #f5b74e;
	color: #996633;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.orange { background-image: url(images/shortcodes/buttons/button_orange_large.png); }
a:hover.button.orange { border: 1px solid #d29a3a; }

a.button.green {
	background-image: url(images/shortcodes/buttons/button_green.png);
	border: 1px solid #adc671;
	color: #5d7731;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.green { background-image: url(images/shortcodes/buttons/button_green_large.png); }
a:hover.button.green { border: 1px solid #8bb14d; }

a.button.teal {
	background-image: url(images/shortcodes/buttons/button_teal.png);
	border: 1px solid #90c6c8;
	color: #437b7d;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.teal { background-image: url(images/shortcodes/buttons/button_teal_large.png); }
a:hover.button.teal { border: 1px solid #7db9bb; }

a.button.blue {
	background-image: url(images/shortcodes/buttons/button_blue.png);
	border: 1px solid #8dc5da;
	color: #42788e;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.blue { background-image: url(images/shortcodes/buttons/button_blue_large.png); }
a:hover.button.blue { border: 1px solid #7caec0; }

a.button.navy {
	background-image: url(images/shortcodes/buttons/button_navy.png);
	border: 1px solid #a2afb8;
	color: #515f6a;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.navy { background-image: url(images/shortcodes/buttons/button_navy_large.png); }
a:hover.button.navy { border: 1px solid #8996a0; }

a.button.purple {
	background-image: url(images/shortcodes/buttons/button_purple.png);
	border: 1px solid #bc9db9;
	color: #7b5777;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.purple { background-image: url(images/shortcodes/buttons/button_purple_large.png); }
a:hover.button.purple { border: 1px solid #a482a0; }

a.button.black {
	background-image: url(images/shortcodes/buttons/button_black.png);
	border: 1px solid #4c4c4c;
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0,0,0, 0.4);
}

a.button.large.black { background-image: url(images/shortcodes/buttons/button_black_large.png); }
a:hover.button.black { border: 1px solid #2c2c2c; }

/* Alerts ------------------------------*/

.alert {
    padding: 12px 5% 12px 5%;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    text-align: center;
    margin: 0 0 20px 0;
}

.alert.white {
    background: #fff;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    color: #444444;
}

.alert.red {
    background: #FFD7D8;
    border-top: 1px solid #f9bac7;
    border-bottom: 1px solid #f9bac7;
    color: #d54c4c;
}

.alert.orange {
    background: #FFCBA8;
    border-top: 1px solid #efd1b1;
    border-bottom: 1px solid #efd1b1;
    color: #cc6600;
}

.alert.green {
    background: #D5FFCA;
    border-top: 1px solid #cadba7;
    border-bottom: 1px solid #cadba7;
    color: #5f8b33;
}

/* Tabs ------------------------------*/

.ui-tabs .ui-tabs-hide {
    position: absolute;
    left: -10000px;
}

.tabs {
	margin: 0 0 20px 0;
}

.tabs ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tabs ul.nav li {
	float: left;
	position: relative;
	margin: 0 2px -1px 0;
	z-index: 10;
}

.tabs ul.nav li a {
	border: 1px solid #EFEFEF;
	border-bottom: none;
	display: block;
	overflow: hidden;
	padding: 5px 10px 0 10px;
	height: 24px;
	background: #FBFBFB;
	-webkit-border-radius: 3px 3px 0 0;
	   -moz-border-radius: 3px 3px 0 0;
	   		border-radius: 3px 3px 0 0;
}

.tabs ul.nav li.ui-tabs-selected a,
.tabs ul.nav li.ui-tabs-active a {
	height: 25px;
	background: #fff;
}

.tabs .tab {
	background: #fff;
	padding: 10px;
	border: 1px solid #EFEFEF;
}

/* Toggle ------------------------------*/

.toggle {
	margin: 0 0 20px 0;
}

.toggle h4 {
	font-size: 12px;
	padding: 10px; 
	background: #FBFBFB;
	border: 1px solid #EFEFEF;
	cursor: pointer;
}

.toggle-inner {
	padding: 10px;
	background: #fff;
	border: 1px solid #EFEFEF;
	border-top: none;
}

.toggle .ui-icon {
	background: #F00;
	width: 10px;
	height: 10px;
	float: left;
	margin: 3px 10px 0 0;
}

.toggle .ui-icon {
    background: url(images/shortcodes/toggles/toggle-closed.png) no-repeat;
    width: 12px;
    height: 12px;
    float: left;
    margin: 3px 10px 0 0;
}

.toggle .ui-state-active .ui-icon { background: url(images/shortcodes/toggles/toggle-open.png) no-repeat; }

/*-----------------------------------------------------------------------------------*/
/*	12.	IE7 Styles
/*-----------------------------------------------------------------------------------*/

.ie7 .entry-footer { height: 88px; }

.ie7 .comment-meta,
.ie7 .comment-author { 
    zoom: 1; 
    display: inline; 
}

.ie7 .entry-permalink,
.ie7 .entry-tags { float: left; }