/*
Theme Name: Slender
Theme URI: http://www.themeweaver.net/
Description: WordPress Theme by Josh Stauffer
Author: Theme Weaver
Author URI: http://www.themeweaver.net/
Version: 1.0

License: GNU General Public License v2.0
License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* =Google Fonts
-------------------------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);


/* =CSS Reset, by Eric Meyer, v2.0, 20110126: 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,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}table{border-collapse:collapse;border-spacing:0;}


/* =Global
-------------------------------------------------------------- */

hr {
	background-color: #ddd;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 15px;
}
p {
	margin-bottom: 15px;
}
ul, ol {
	margin: 0 0 15px 25px;
}
ul {
	list-style: square;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin-bottom: 15px;
}
dt {
	font-weight: bold;
}
dd {
	font-style: italic;
	margin: 0 15px 5px;
}
table {
	margin-bottom: 15px;
}
th, td {
	border: 0px solid #ddd;
	padding: 2px 2px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 0 15px;
	overflow: hidden;
	padding: 15px 15px 0;
}
code, kbd {
	background: #eee;
	font-family: "Courier New", Courier, monospace;
	padding: 0 3px;
}
pre {
	background: #f5f5f5;
	border: 1px solid #ddd;
	font-family: "Courier New", Courier, monospace;
	margin-bottom: 15px;
	overflow: auto;
	padding: 15px;
}
pre code {
	background: transparent;
	padding: 0;
}
address {
	font-style: italic;
	margin: 0 0 15px;
}
abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}
acronym {
	text-transform: uppercase;
}
ins {
	border-bottom: 1px solid #666;
	font-style: italic;
	text-decoration: none;
}
big {
	font-size: 120%;
}
small,
sup,
sub {
	font-size: 80%;
}
sup,
sub {
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Form Elements */
input,
select,
textarea {
	background: #fff;
	border: 1px solid #ddd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #333;
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding: 4px;
}
input[type=text]:focus,
select:focus,
textarea:focus {
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
}
textarea {
	width: 97%;
}
input[type=submit] {
	background: #f1f1f1;
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	padding: 4px 8px;
	text-transform: uppercase;
}
input[type=submit]:hover {
	border: 1px solid #ccc;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
input[type=submit]:active {
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
}

/* Links */
a {
	color: #d00000;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Headers */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #111;
	font-family: 'Open Sans Condensed', sans-serif;
	line-height: 1.2;
	margin-bottom: 5px;
}
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
}
h1 {
	font-size: 35px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}


/* =Structure
-------------------------------------------------------------- */

body {
	background: #777 url(images/bg.gif);
	color: #333;
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
	line-height: 20px;
}

.toptext{

	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;

}


/* =Header
-------------------------------------------------------------- */

#header {
	background: #222 url(images/overlay-w.png) repeat-x;
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.5);
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
	clear: both;
	min-height: 50px;
	overflow: hidden;
	width: 100%;
}
#header .wrap {
	margin: 0 auto;
	width: 960px;
}
#branding {
	float: left;
}
#site-logo {
	line-height: 50px;
	margin: 0;
	padding: 0;
}
#site-title {
	color: #fff;
	font-family: 'Droid Sans', sans-serif;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 50px;
	margin: 0;
	padding: 0;
	text-shadow: 0 1px 1px rgba(0,0,0,0.8);
	text-transform: uppercase;
}
#site-title a {
	color: #fff;
	text-decoration: none;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#site-title a:hover {
	color: #bbb;
	text-decoration: none;
}
#site-description {
	display: none;
}


/* =Menus
-------------------------------------------------------------- */

/* Menu Constants */
.menu ul {
	margin: 0;
	padding: 0;
}
li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}
li:hover,
li.sfHover {
	position: static;
}
span.sf-sub-indicator {
	display: none;
}

/* Primary Menu */
#primary-menu {
	color: #bbb;
	float: right;
	overflow: hidden;
	text-shadow: 0 1px 1px rgba(0,0,0,0.8);
	text-transform: uppercase;
}
#primary-menu ul {
	float: right;
}
#primary-menu li {
	float: left;
	list-style: none;
}
#primary-menu li a {
	color: #bbb;
	display: block;
	font-size: 13px;
	line-height: 50px;
	padding: 0 15px;
	text-decoration: none;
}
#primary-menu ul.nav > li > a {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#primary-menu li a:hover,
#primary-menu li:hover > a,
#primary-menu li.sfHover > a {
	color: #fff;
}
#primary-menu li li a {
	border-bottom: 1px solid #333;
	color: #bbb;
	font-size: 12px;
	line-height: 16px;
	padding: 7px 15px;
	text-transform: none;
	width: 150px;
}
#primary-menu li li a:hover,
#primary-menu li li:hover > a,
#primary-menu li li.sfHover > a {
	background: #222;
	color: #fff;
}
#primary-menu li ul {
	background: url(images/b-90.png);
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	height: auto;
	left: -9999px;
	padding: 3px 0;
	position: absolute;
	width: 180px;
	z-index: 9999;
}
#primary-menu li ul a {
	width: 150px;
}
#primary-menu li ul ul {
	margin: -34px 0 0 180px;
}
#primary-menu li:hover > ul,
#primary-menu li.sfHover ul {
	left: auto;
}


/* =Main
-------------------------------------------------------------- */

#main {
	background: #f9f9f9 url(images/bg-main-cs.png) repeat-y 620px 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.5);
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
	clear: both;
	margin: 40px auto;
	overflow: hidden;
	width: 968px;
}
.layout-cs #main {
	background: #f9f9f9 url(images/bg-main-cs.png) repeat-y 620px 0;
}
.layout-sc #main {
	background: #f9f9f9 url(images/bg-main-sc.png) repeat-y 240px 0;
}
.layout-fwc #main {
	background: #f9f9f9;
}

#main .wrap {
	overflow: hidden;
	padding: 20px;
}
.home-widgets #main {
	background: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 40px auto 0;
}
.home-widgets #main .wrap {
	overflow: hidden;
	padding: 0;
}


/* =Content
-------------------------------------------------------------- */

.hentry {
	border-bottom: 1px dotted #ddd;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 0 0 40px;
}
.entry-title {
	clear: both;
	color: #111;
	font-size: 35px;
	line-height: 1;
	margin: 0 0 5px;
	padding: 0;
}
.entry-title a {
	color: #111;
}
.entry-title a:hover {
	color: #d00000;
	text-decoration: none;
}
.entry-meta {
	clear: both;
	color: #aaa;
	font-size: 10px;
	text-transform: uppercase;
}
.entry-meta a {
	color: #777;
}
.entry-content {
	margin: 10px 0 0;
}
.page-links {
	clear: both;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 0 15px;
	padding: 4px 0 0;
	word-spacing: 6px;
}
.page-links a {
	background: #f1f1f1;
	border: 1px solid #ddd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #333;
	display: inline-block;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 4px 8px;
	text-decoration: none;
	text-transform: uppercase;
}
.page-links a:hover {
	border: 1px solid #ccc;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.page-links a:active {
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
}
.page-edit-link {
	clear: both;
}
.entry-info {
	clear: both;
	color: #aaa;
	font-size: 10px;
	text-transform: uppercase;
}
.entry-info a {
	color: #777;
}

/* Sticky Posts */
.sticky {
	border-bottom: 1px dotted #ddd;
}
.sticky .entry-meta,
.sticky .entry-info {
	display: none;
}

/* Archive/Search Loop Meta */
.loop-meta {
	border-bottom: 1px dotted #ddd;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 0 0 15px;
}
.loop-title {
	color: #111;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.loop-description {
	overflow: hidden;
}
.loop-description p {
	margin: 0;
}
.loop-meta .avatar {
	background: #fff;
	border: 4px solid #e9e9e9;
	float: left;
	margin: 5px 10px;
	padding: 1px;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 5px 10px 10px 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 5px 0 10px 10px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 5px auto 10px;
}
.alignnone {
	display: block;
	margin: 5px 0 10px;
}
blockquote.alignleft,
blockquote.alignright {
	width: 33%;
}
.clear {
	clear: both;
}


/* =Page Templates
-------------------------------------------------------------- */

.archives-left {
	float: left;
	margin: 10px 0 0;
	width: 55%;
}
.archives-right {
	float: right;
	margin: 10px 0 0;
	width: 40%;
}
.archives-right select {
	margin: 0 0 25px;
	width: 95;
}


/* =Home
-------------------------------------------------------------- */

#tw-slider-wrap {
	margin: 0 0 40px;
	overflow: hidden;
	position: relative;
}
#tw-slider-wrap a.prev,
#tw-slider-wrap a.next {
	background: url(images/slider-arrows.png) no-repeat;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: block;
	height: 36px;
	position: absolute;
	text-indent: -9999px;
	top: 77px;
	width: 24px;
	z-index: 10;
}
#tw-slider-wrap a.prev {
	background-position: 0 0;
	left: 0;
}
#tw-slider-wrap a.next {
	background-position: 0 -72px;
	right: 0;
}
#tw-slider-wrap a.prev:hover {
	background-position: 0 -36px;
}
#tw-slider-wrap a.next:hover {
	background-position: 0 -108px;
}
#tw-slider {
	background: url(images/bg-slider.png) repeat-y 50% 0;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.5);
	box-shadow: inset 0 0 4px rgba(0,0,0,0.5);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	height: 180px;
	margin: 0 25px;
	overflow: hidden;
	padding: 5px;
}
#tw-slider ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#tw-slider li {
	float: left;
	padding: 5px;
}
#tw-slider li a {
	display: block;
	position: relative;
}
#tw-slider li a span {
	background: url(images/overlay-slide.png) no-repeat;
	display: none;
	height: 160px;
	left: 5px;
	position: absolute;
	top: 5px;
	width: 280px;
	z-index: 10;
}
#tw-slider li a:hover span {
	display: block;
}
#tw-slider li a img {
	background: url(images/w-25.png);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.5);
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
	padding: 5px;
}
#tw-slider li a:hover img {
	background: url(images/w-25.png);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.8);
	box-shadow: 0 0 4px rgba(0,0,0,0.8);
}


/* =Images
-------------------------------------------------------------- */

.entry-content img {
	background: #fff;
	border: 4px solid #595959;
	height: auto;
	padding: 0px;

}

/* Max-widths for images */
.entry-content img {
	max-width: 580px;
}
.layout-fwc .entry-content img {
	max-width: 950px;
}

/* Image Captions */
.wp-caption {
	max-width: 100%; /* Fixes inline styling */
}
.wp-caption {
	overflow: hidden;
	text-align: center;
}
.wp-caption .wp-caption-text {
	font-size: 11px;
	line-height: 12px;
	margin: 5px;
}

/* Gallery */
.gallery {
	clear: both;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
.gallery .gallery-item {
	float: left;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0 0 10px;
	text-align: center;
}
.gallery .gallery-item .gallery-icon img {
	background: #fff;
	border: 1px solid #e9e9e9;
	height: auto;
	margin: 0 auto;
	max-width: 89%;
	padding: 1px;
	width: auto;
}
.gallery-caption {
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	margin: 5px 5px 0;
}
.gallery br+br {
	display: none;
}
.gallery-columns-0 .gallery-item { width: 100%; }
.gallery-columns-1 .gallery-item { width: 100%; }
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-3 .gallery-item { width: 33.33%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery-columns-5 .gallery-item { width: 20%; }
.gallery-columns-6 .gallery-item { width: 16.66%; }
.gallery-columns-7 .gallery-item { width: 14.28%; }
.gallery-columns-8 .gallery-item { width: 12.5%; }
.gallery-columns-9 .gallery-item { width: 11.11%; }

/* Misc */
object,
embed {
	width: 100%;
}
img.wp-smiley {
	background: transparent;
	border: none;
	max-width: 12px;
	padding: 0;
}


/* =Pagination
-------------------------------------------------------------- */

.comment-pagination,
.pagination {
	overflow: hidden;
	padding: 0 0 15px;
}
.pagination .page-numbers,
.comment-pagination .page-numbers {
	background: #f1f1f1;
	border: 1px solid #ddd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #333;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 0 5px;
	padding: 4px 8px;
	text-decoration: none;
	text-transform: uppercase;
}
.pagination a:hover,
.comment-pagination a:hover {
	border: 1px solid #ccc;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.pagination a:active,
.comment-pagination a:active {
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
}
.pagination .current,
.comment-pagination .current {
	color: #aaa;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget {
	margin: 0 0 20px;
	padding: 0;
}
.widget-area .widget-title {
	color: #111;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

/* Text widget */
.widget-area .textwidget p {
	margin: 0;
}
	
/* Widget unordered lists */
.widget-area .widget ul {
	margin: 0 0 0 15px;
}
.widget-area .widget ul ul {
	margin: 0 0 0 15px;
}
.widget-area .widget ul li {
	list-style: square;
 	word-wrap: break-word;
}

/* Dropdowns  */
.widget-area .widget select {
	border: 1px solid #ddd;
	display: inline;
	margin: 0;
	width: 278px;
}

/* Search form widget */
.widget-area .search-form {
	margin: 0;
	overflow: hidden;
}
.search-form input[type="text"] {
	border: 1px solid #ddd;
	padding-left: 4px;
	padding-right: 4px;
	text-indent: 5px;
	width: 198px;
}

/* Calendar widget */
.widget-area #calendar_wrap {
	margin: 0;
}
#wp-calendar {
	margin: 0;
	width: 100%;
}
#wp-calendar caption {
	font-size: 11px;
	padding: 2px 5px 0 0;
	text-align: right;
	text-transform: uppercase;
}
#wp-calendar td,
#wp-calendar th {
	background: #fff;
	border: 1px solid #ddd;
	padding: 2px;
	text-align: center;
}

/* Connect */
.connect-info span {
	border-bottom: 1px solid #eee;
}
.connect-icons img {
	height: 20px;
	width: 20px;
}


/* =Home Widgets
-------------------------------------------------------------- */

#sidebar-home {
	clear: both;
}
#sidebar-home .widget_text {
	font-family: 'Open Sans Condensed', sans-serif;
	letter-spacing: 1px;
	margin: 0 0 40px;
	padding: 0;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
#sidebar-home .widget_text .widget-title {
	color: #fff;
	font-size: 60px;
	line-height: 60px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#sidebar-home .widget_text .textwidget {
	color: #eee;
	font-size: 25px;
	line-height: 35px;
	margin: 0;
	padding: 0;
}


/* =Footer Widgets
-------------------------------------------------------------- */

#footer-widgets {
	background: #f9f9f9 url(images/overlay-b.png) repeat-x;
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.5);
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
	overflow: hidden;
}
#footer-widgets .wrap {
	margin: 20px auto 0;
	overflow: hidden;
	width: 960px;
}
#sidebar-footer-1 {
	float: left;
	width: 600px;
}
#sidebar-footer-2 {
	float: right;
	width: 320px;
}


/* =Comments
-------------------------------------------------------------- */

#comments ol {
	list-style: none;
	margin-left: 0;
}
#comments ul.children {
	margin: 10px 0 0;
}
#comments li {
	border: 1px solid #ddd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	list-style: none;
	margin: 0 0 10px;
	padding: 10px 10px 0;
	position: relative;
}
#comments li.bypostauthor {
	background: #fff;
}
#comments li.thread-even,
#comments li.thread-even .comment {
	background: #fff;
}
#comments li.thread-even .alt {
	background: #f5f5f5;
}
#comments li.thread-odd,
#comments li.thread-odd .comment {
	background: #f5f5f5;
}
#comments li.thread-odd .alt {
	background: #fff;
}
#comments li.pingback p {
	margin-bottom: 10px;
}
#comments .avatar {
	background: #fff;
	border: 4px solid #e9e9e9;
	float: right;
	padding: 1px;
}
.comment-author {
	line-height: 20px;
}
.comment-author .says {
	display: none;
}
cite.fn {
	font-size: 15px;
	font-style: normal;
}
.comment-meta {
	color: #aaa;
	font-size: 10px;
	margin: 0 0 10px;
}
.comment-meta a {
	color: #777;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin: 0 0 15px 25px;
}
#comments .comment-body ul li {
	list-style: square;
}
#comments .comment-body ol li {
	list-style: decimal;
}
#comments .comment-body ul ul,
#comments .comment-body ol ol,
#comments .comment-body ul ol,
#comments .comment-body ol ul {
	margin-bottom: 0;
}
#comments .comment-body li {
	border: none;
	margin: 0;
	padding: 0;
}
.reply {
	font-size: 10px;
	padding: 0 0 10px;
	text-transform: uppercase;
}

/* Comment Form */
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}
#reply-title small {
	font-size: 10px;
	text-transform: uppercase;
}
#cancel-comment-reply-link {
	font-family: 'Droid Sans', sans-serif;
}
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
	margin: 0 0 10px;
	overflow: hidden;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	float: left;
	margin-right: 10px;
	width: 240px;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	line-height: 25px;
}
.comment-form-comment label {
	display: none;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	background: #111 url(images/overlay-w.png) repeat-x;
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.5);
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
	clear: both;
	color: #777;
	font-size: 10px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-shadow: 0 1px 1px rgba(0,0,0,0.8);
	text-transform: uppercase;
	width: 100%;
}
#footer a {
	color: #777;
	text-decoration: none;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#footer a:hover {
	color: #ddd;
	text-decoration: none;
}
#footer .wrap {
	margin: 0 auto;
	overflow: hidden;
	width: 960px;

}
#footer .copyright {
	float: left;
	margin: 0;
	width: 50%;
}
#footer .credit {
	float: right;
	margin: 0;
	text-align: right;
	width: 50%;
}


/* =Layouts
-------------------------------------------------------------- */

#content {
	float: left;
	width: 580px;
}
#sidebar-primary {
	float: right;
	width: 300px;
}
.layout-fwc #content {
	width: 950px;
}
.layout-cs #content,
.layout-sc #content {
	width: 580px;
}
.layout-cs #sidebar-primary,
.layout-sc #sidebar-primary {
	width: 300px;
}
.layout-sc #sidebar-primary,
.layout-cs #content {
	float: left;
}
.layout-cs #sidebar-primary,
.layout-sc #content {
	float: right;
}


/* =Shortcodes
-------------------------------------------------------------- */

/* Button Shortcode */
.button a,
.button a:visited {
	background: #222 url(images/button.png) repeat-x 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	color: #fff;
	display: inline-block;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 5px 0;
	padding: 5px 15px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
}
.button a:hover {
	background-position: 0 -50px;
	color: #fff;
	text-decoration: none;
}
.button a:active {
	background-position: 0 -100px;
	top: 1px;
}
.small.button a,
.small.button a:visited {
	font-size: 11px;
	padding: 0 10px;
}
.big.button a,
.big.button a:visited {
	font-size: 15px;
	padding: 10px 25px;
}
.dark.button a,
.dark.button a:visited {
	background-color: #000;
}
.light.button a,
.light.button a:visited {
	background-color: #f3f3f3;
	color: #000;
	text-shadow: 0 -1px 1px rgba(255,255,255,0.4);
}
.blue.button a,
.blue.button a:visited {
	background-color: #0095cd;
}
.gray.button a,
.gray.button a:visited {
	background-color: #6e6e6e;
}
.green.button a,
.green.button a:visited {
	background-color: #64991e;
}
.orange.button a,
.orange.button a:visited {
	background-color: #f78d1d;
}
.pink.button a,
.pink.button a:visited {
	background-color: #f895c2;
}
.purple.button a,
.purple.button a:visited {
	background-color: #a9014b;
}
.red.button a,
.red.button a:visited {
	background-color: #e33100;
}
.yellow.button a,
.yellow.button a:visited {
	background-color: #ffb515;
}

/* Column Shortcode */
.one-half,
.one-third,
.one-fourth,
.two-thirds,
.two-fourths,
.three-fourths {
	float: left;
	margin: 0 0 15px 3%;
}
.first {
	clear: both;
	margin-left: 0;
}
.one-half,
.two-fourths {
	width: 48%;
}
.one-third {
	width: 31%;
}
.one-fourth {
	width: 22.5%;
}
.two-thirds {
	width: 65%;
}
.three-fourths {
	width: 73.5%
}

/* Box Shortcode */
p.alert,
p.download,
p.info,
p.note {
	padding: 10px 15px;
}
p.alert {
	background: #ffd9c8;
	border: 1px solid #f0baa2;
}
p.download {
	background: #edfcd5;
	border: 1px solid #d4ebaf;
}
p.info {
	background: #f9f9f9;
	border: 1px solid #eee;
}
p.note {
	background: #fef6d2;
	border: 1px solid #efe3ae;
}