/*
Theme Name: Theme Weaver
Theme URI: http://www.themeweaver.net/
Description: WordPress Theme by Josh Stauffer
Version: 1.0
Author: Josh Stauffer
Author URI: http://www.joshstauffer.com/
*/

/* =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: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* =Global
-------------------------------------------------------------- */

hr {
	background-color: #ddd;
	border: 0;
	height: 1px;
	margin-bottom: 15px;
}
p {
	margin-bottom: 15px;
}
ul, ol {
	margin: 0 0 15px 25px;
}
ul {
	list-style: square;
}
ol {
	list-style-type: 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: 1px solid #ddd;
	padding: 2px 5px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	background: #f5f5f5;
	border-left: 5px solid #ddd;
	color: #666;
	font-size: 15px;
	margin: 0 0 15px;
	overflow: hidden;
	padding: 15px 15px 0 15px;
}
code, kbd {
	background: #eee;
	color: #555;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	padding: 0 3px;
}
pre {
	background: #f5f5f5;
	border: 1px solid #ddd;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	line-height: 1.7;
	margin-bottom: 15px;
	overflow-x: 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;
}
input,
select,
textarea {
	color: #333;
	font-family: 'Droid Sans', arial, serif;
	font-size: 12px;
	line-height: 15px;
	padding: 4px;
}
input[type=text],
select,
textarea {
	background: #f3f3f3;
	border: 1px solid #ddd;
}
textarea {
	width: 97%;
}

/* Links */
a {
	color: #08f;
	outline: 0;
	text-decoration: none;
}
a:active,
a:focus,
a:hover {
	color: #369;
	text-decoration: underline;
}
a:active,
a:focus {
	text-decoration: none;
}

/* Headers */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #111;
	line-height: 1.3;
	margin-bottom: 15px;
}
h1 {
	font-size: 25px;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 19px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 15px;
}


/* =Structure
-------------------------------------------------------------- */

body {
	background: #fff url(images/bg.gif) repeat-x left top fixed;
	color: #444;
	font-family: 'Droid Sans', arial, serif;
	font-size: 13px;
	line-height: 20px;
}

#wrap {
	background-color: #fff;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	clear: both;
	margin: 0 auto 20px;
	width: 960px;
}


/* =Header
-------------------------------------------------------------- */

#hns-wrap {
	background: #369 url(images/hns.png);
	float: left;
	width: 100%;
}
#header {
	clear: both;
	height: 120px;
	width: 100%;
}
#branding {
	float: left;
	margin: 30px 0 5px 30px;
	width: 370px;
}
#site-title {
	color: #000;
	font-family: 'Droid Sans', arial, serif;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#site-title a,
#site-title a:hover {
	color: #000;
	text-decoration: none;
}
a#logo {
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
a#logo:hover {
	opacity: 0.9;
}
#site-description {
	color: #999;
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 0 5px;
}
#sidebar-header {
	float: right;
	margin: 20px 0 5px;
	width: 550px;
}

/* Social */
#social {
	float: right;
	margin: 20px 30px 0 0;
}
#social li {
	float: left;
	list-style-type: none;
	margin: 0 0 0 10px;
}
#social #follow {
	color: #fff;
	font-size: 18px;
	line-height: 40px;
}
#social li a {
	background: url(images/social.png);
	display: block;
	height: 40px;
	opacity: 0.8;
	outline: none;
	text-indent: -9999px;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	width: 40px;
}
#social li a:hover {
	opacity: 1.0;
}
#social #social-t {
	background-position: 0px 0px;
}
#social #social-f {
	background-position: -40px 0px;
}
#social #social-r {
	background-position: -80px 0px;
}
#social #social-e {
	background-position: -120px 0px;
}


/* =Global Menu
-------------------------------------------------------------- */

span.sf-sub-indicator {
	display: none;
}


/* =Header Menu
-------------------------------------------------------------- */

#header .widget_nav_menu {
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	float: right;
}
#header .widget_nav_menu ul {
	font-size: 13px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header .widget_nav_menu li {
	float: left;
	position: relative;
}
#header .widget_nav_menu a {
	color: #eee;
	display: block;
	line-height: 40px;
	letter-spacing: 2px;
	padding: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
}
#header .widget_nav_menu ul ul {
	-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);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	width: 200px;
	z-index: 99999;
}
#header .widget_nav_menu ul ul ul {
	left: 100%;
	top: 0;
}
#header .widget_nav_menu ul ul a {
	background: #f9f9f9;
	border-bottom: 1px solid #eee;
	color: #333;
	font-size: 11px;
	font-weight: normal;
	height: auto;
	text-transform: none;
	width: 170px;
}
#header .widget_nav_menu li:hover > a,
#header .widget_nav_menu li.sfHover > a,
#header .widget_nav_menu ul ul :hover > a,
#header .widget_nav_menu a:focus {
	background: #efefef;
}
#header .widget_nav_menu li:hover > a,
#header .widget_nav_menu li.sfHover > a,
#header .widget_nav_menu a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #333;
}
#header .widget_nav_menu ul li:hover > ul,
#header .widget_nav_menu ul li.sfHover > ul {
	display: block;
}
#header .widget_nav_menu .current_page_item > a,
#header .widget_nav_menu .current_page_ancestor > a {
	/* current page styles */
}


/* =Primary Menu
-------------------------------------------------------------- */

#menu-primary {
	background: url(images/nav.png);
	clear: both;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
}
#menu-primary ul {
	font-size: 15px;
	list-style: none;
	margin: 0;
	padding: 0 10px;
}
#menu-primary li {
	float: left;
	position: relative;
}
#menu-primary a {
	color: #ddd;
	display: block;
	line-height: 40px;
	padding: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
}
#menu-primary ul ul {
	-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);
	display: none;
	float: left;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 200px;
	z-index: 99999;
}
#menu-primary ul ul ul {
	left: 100%;
	top: 0;
}
#menu-primary ul ul a {
	background: #f9f9f9;
	border-bottom: 1px solid #eee;
	color: #333;
	font-size: 11px;
	font-weight: normal;
	height: auto;
	text-transform: none;
	width: 170px;
}
/*
#menu-primary li:hover > a,
#menu-primary li.sfHover > a,
#menu-primary ul ul :hover > a,
#menu-primary a:focus {
	background: #efefef;
}
*/
#menu-primary li:hover > a,
#menu-primary li.sfHover > a,
#menu-primary a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#fff, #e5e5e5);
	background: -o-linear-gradient(#fff, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#fff, #e5e5e5);
	color: #333;
}
#menu-primary ul li:hover > ul,
#menu-primary ul li.sfHover > ul {
	display: block;
}
#menu-primary .current_page_item > a,
#menu-primary .current_page_ancestor > a {
	/* current page styles */
}


/* =Secondary Menu
-------------------------------------------------------------- */

#menu-secondary {
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	clear: both;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
}
#menu-secondary ul {
	font-size: 13px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu-secondary li {
	float: left;
	position: relative;
}
#menu-secondary a {
	color: #eee;
	display: block;
	line-height: 40px;
	letter-spacing: 2px;
	padding: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
}
#menu-secondary ul ul {
	-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);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	width: 200px;
	z-index: 99999;
}
#menu-secondary ul ul ul {
	left: 100%;
	top: 0;
}
#menu-secondary ul ul a {
	background: #f9f9f9;
	border-bottom: 1px solid #eee;
	color: #333;
	font-size: 11px;
	font-weight: normal;
	height: auto;
	text-transform: none;
	width: 170px;
}
#menu-secondary li:hover > a,
#menu-secondary li.sfHover > a,
#menu-secondary ul ul :hover > a,
#menu-secondary a:focus {
	background: #efefef;
}
#menu-secondary li:hover > a,
#menu-secondary li.sfHover > a,
#menu-secondary a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #333;
}
#menu-secondary ul li:hover > ul,
#menu-secondary ul li.sfHover > ul {
	display: block;
}
#menu-secondary .current_page_item > a,
#menu-secondary .current_page_ancestor > a {
	/* current page styles */
}


/* Main wrapper div for the content and primary/secondary sidebars */
#main {
	background: url(images/sidebar.png) repeat-y 630px 0;
	clear: both;
	margin: 0;
	overflow: hidden;
	width: 960px;
}
.home #main {
	background: none;
}
#main .wrap {
	overflow: hidden;
	padding: 20px;
}
.home #main .wrap {
	overflow: hidden;
	padding: 0;
}


/* =Content
-------------------------------------------------------------- */

.hentry {
	overflow: hidden;
	margin: 0 0 40px;
}
.entry-title {
	clear: both;
	margin: 0;
	padding: 5px 0;
}
.entry-title a {
	color: #000;
}
.entry-title a:active,
.entry-title a:focus,
.entry-title a:hover {
	color: #369;
	text-decoration: none;
}
.entry-meta {
	clear: both;
	color: #999;
	font-size: 10px;
	padding: 5px 0;
	text-transform: uppercase;
}
.entry-content {
	margin: 15px 0 0;
}
.page-links {
	clear: both;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 4px 0 0;
	word-spacing: 6px;
}
.page-links a:link,
.page-links a:visited {
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
	color: #333;
	font-weight: normal;
	padding: 6px 10px;
	text-decoration: none;
}
.page-links a:active,
.page-links a:hover {
	color: #369;
}
.entry-info {
	border-bottom: 1px solid #ddd;
	clear: both;
	color: #999;
	font-size: 10px;
	padding: 5px 0;
	text-transform: uppercase;
}

/* Sticky Posts */
.sticky .entry-meta {
	display: none;
}
.sticky .entry-content {
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px 10px 0;
}
.sticky .page-links {
	margin: 0;
	padding: 0 0 15px;
}
.sticky .page-links a {
	background: #fff;
}

/* Archive/Search Loop Meta */
.loop-meta {
	border: 1px dotted #ddd;
	border-width: 1px 0;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 5px 0;
}
.loop-title {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.loop-description {
	overflow: hidden;
	font-style: italic;
}
.loop-description p {
	margin: 0;
}
.loop-meta .avatar {
	background: #f9f9f9;
	border: 4px solid #eee;
	display: block;
	float: left;
	margin: 5px 10px;
	padding: 1px;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 0 15px 10px 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 10px 15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 15px;
}
.alignnone {
	margin: 0 0 15px;
}
blockquote.alignleft,
blockquote.alignright {
	width: 33%;
}
.clear {
	clear: both;
}


/* =Page Templates
-------------------------------------------------------------- */

.archives {
	float: left;
	width: 50%;
}


/* =Images
-------------------------------------------------------------- */

/* Max-widths for images */
.entry-content img {
	max-width: 590px;
}
.layout-fwc .entry-content img {
	max-width: 910px;
}

.wp-caption {
	max-width: 100%; /* Fixes inline styling */
}
.wp-caption {
	background: #eee;
	overflow: hidden;
	padding: 4px 0;
	text-align: center;
}
.wp-caption img {
	background: #f9f9f9;
	border: 0;
	margin: 0;
	padding: 1px;
}
.wp-caption .wp-caption-text {
	font-size: 11px;
	line-height: 12px;
	margin: 5px;
}
object,
embed {
	width: 100%;
}
img.wp-smiley {
	background: transparent;
	border: none;
	max-width: 12px;
	padding: 0;
}
.gallery-caption {
	font-size: 11px;
	font-style: normal;
	margin: 0 5px;
}


/* =Custom
-------------------------------------------------------------- */

/* Home */
#rotator-wrap {
	height: 300px;
	overflow: hidden;
	position: relative;
	width: 960px;
}
#rotator-wrap .overlay {
	background: url(images/rotator.png) repeat-x;
	height: 300px;
	left: 0;
	position: absolute;
	top: 0;
	width: 960px;
	z-index: 100;
}
#home-top {
	background: url(images/light-grad.png) repeat-x left bottom;
	border-bottom: 1px solid #ddd;
	padding: 30px;
}
#home-top .widget-title {
	font-size: 44px;
	font-weight: normal;
	line-height: 50px;
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
	text-shadow: 1px 1px 1px #f9f9f9;
}
#home-top .textwidget,
#home-top .textwidget p {
	color: #666;
	font-size: 16px;
	font-style: italic;
	line-height: 25px;
	padding: 0;
	text-align: center;
}
#home-middle #points {
	margin: 0;
	overflow: hidden;
	padding: 30px;
}
#points li {
	list-style-type: none;
}
#points .wrap {
	margin: 30px;
}
#points h4 {
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 5px;
}
#points  p {
	color: #666;
	margin: 0;
}
#points .icon {
	background: url(images/123.png) no-repeat;
	display: block;
	float: left;
	height: 40px;
	margin: 0 10px 5px 0;
	width: 40px;
}
#point-1 .icon {
	background-position: 0 0;
}
#point-2 .icon {
	background-position: -40px 0;
}
#point-3 .icon {
	background-position: -80px 0;
}
#point-1,
#point-2,
#point-3 {
	background: #fff url(images/light-grad.png) repeat-x left bottom;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.25);
	box-shadow: 0 0 5px rgba(0,0,0,0.25);
	width: 290px;
}
#point-1 {
	float: left;
	margin: 0 15px 0 0;
}
#point-2 {
	float: left;
}
#point-3 {
	float: right;
}

/* Themes Page */
.all-themes {
	overflow: hidden;
	padding: 20px 0;
}
.theme-wrap {
	float: left;
	margin: 0 10px 35px;
}
.theme-title {
	float: left;
	font-family: 'Droid Sans', arial, serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.theme-title a {
	color: #08f;
	text-decoration: none;
}
.theme-title a:hover {
	color: #369;
}
.theme-links {
	float: right;
	margin: 0 0 10px;
}
.theme-demo,
.theme-info {
	background: url(images/demo-info.png) no-repeat;
	display: inline-block;
	height: 20px;
	text-indent: -9999px;
	width: 50px;
}
.theme-demo {
	background-position: 0 0;
}
.theme-demo:hover {
	background-position: 0 -20px;
}
.theme-demo:active {
	background-position: 0 -40px;
}
.theme-info {
	background-position: -50px 0;
}
.theme-info:hover {
	background-position: -50px -20px;
}
.theme-info:active {
	background-position: -50px -40px;
}
.theme-thumb {
	background: #fff url(images/light-grad.png) repeat-x left bottom;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.25);
	box-shadow: 0 0 5px rgba(0,0,0,0.25);
	clear: both;
	height: 195px;
	padding: 10px;
	position: relative;
	width: 260px;
}
.theme-thumb .overlay {
	background: url(images/theme-overlay.png) no-repeat;
	height: 195px;
	left: 10px;
	position: absolute;
	top: 10px;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	width: 260px;
}
.theme-thumb .overlay:hover {
	opacity: 0;
}
.theme-thumb img {
	border: 0;
	padding: 0;
}

/* Single Theme Page */
.single-theme-full img {
	background: #fff url(images/light-grad.png) repeat-x left bottom;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.25);
	box-shadow: 0 0 5px rgba(0,0,0,0.25);
	clear: both;
	margin-right: 5px;
	padding: 10px;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.single-theme-full:hover img {
	opacity: 0.8;
}
.single-purchase-link,
.single-theme-demo {
	background: #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #333;
	display: block;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 10px;
	text-transform: uppercase;
	width: 230px;
}
.single-purchase-link:hover,
.single-theme-demo:hover {
	background: #08f;
	color: #fff;
	text-decoration: none;
}


/* =Pagination
-------------------------------------------------------------- */

.comment-pagination,
.pagination {
	overflow: hidden;
	padding: 20px 0;
}
.pagination .page-numbers,
.comment-pagination .page-numbers {
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
	color: #333;
	display: inline-block;
	margin: 0 0 5px;
	padding: 6px 10px;
}
.pagination a:hover,
.comment-pagination a:hover {
	color: #369;
}
.pagination .current,
.comment-pagination .current {
	color: #aaa;
}


/* =Widgets
-------------------------------------------------------------- */

.header-widget-area .widget {
	float: right;
}
.widget-area .widget {
	margin: 0 0 15px;
	padding: 0 0 10px;
}
.widget-area .widget-title {
	border-bottom: 1px solid #ddd;
	font-family: 'Droid Sans', arial, serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	padding: 5px 5px 5px 10px;
	text-transform: uppercase;
}

/* Text widget */
.widget-area .textwidget {
	padding: 10px 10px 0;
}
.widget-area .textwidget p {
	margin: 0 0 5px;
}
	
/* Widget unordered lists */
.widget-area .widget ul {
	margin: 10px 10px 0 25px;
}
.widget-area .widget ul ul {
	margin: 0 0 0 15px;
}
.widget-area .widget ul li {
	list-style-type: square;
 	word-wrap: break-word;
}

/* Dropdowns  */
.widget-area .widget select {
	border: 1px solid #ddd;
	display: inline;
	margin: 10px 10px 0;
	width: 278px;
}

/* Search form widget */
.widget-area .search-form {
	margin: 10px 10px 0;
	overflow: hidden;
}
.header-widget-area .search-form {
	margin: 15px 0 0;
	overflow: hidden;
	width: 278px;
}
.search-form input[type="text"] {
	border: 1px solid #ddd;
	color: #999;
	font-style: italic;
	padding-left: 4px;
	padding-right: 4px;
	text-indent: 5px;
	width: 198px;
}

/* Calendar widget */
.widget-area #calendar_wrap {
	margin: 10px 10px 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 {
	border: 1px solid #ddd;
	padding: 2px;
	text-align: center;
}

/* Tag cloud */
.widget-area .tagcloud {
	padding: 10px 10px 0;
}


/* =Footer Widgets
-------------------------------------------------------------- */

#footer-widgets {
	border-top: 1px solid #ddd;
	overflow: hidden;
	width: 960px;
}

#footer-widgets .wrap {
	margin: 20px 20px 10px;
	overflow: hidden;
}

#sidebar-footer-1,
#sidebar-footer-2,
#sidebar-footer-3 {
	width: 300px;
}

#sidebar-footer-1 {
	float: left;
	margin: 0 10px 0 0;
}

#sidebar-footer-2 {
	float: left;
}

#sidebar-footer-3 {
	float: right;
}


/* =Comments
-------------------------------------------------------------- */

#comments-title {
	margin: 0 0 10px;
	padding: 10px 0;
}
#comments ol {
	list-style: none;
	margin-left: 0;
}
#comments ul.children {
	margin: 10px 0 0;
}
#comments li {
	border: 1px solid #ddd;
	list-style: none;
	margin: 0 0 10px;
	padding: 10px 10px 0;
	position: relative;
}
#comments li.bypostauthor {
	background: #fff;
	border: 1px solid #ccc;
}
#comments li.thread-alt {
	background: #f5f5f5;
}
#comments li.pingback p {
	margin-bottom: 10px;
}
#comments .avatar {
	border: 1px solid #ddd;
	padding: 2px;
	float: right;
}
.comment-author {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
#comments li.pingback .comment-author {
	font-size: 13px;
}
.comment-author .says {
	display: none;
}
cite.fn {
	font-style: normal;
}
.comment-meta {
	font-size: 11px;
	margin: 0 0 15px;
}
#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-type: 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 {
	padding: 0 0 10px;
}

/* Comment Form */
#respond {
	margin: 0 0 15px 0;
	overflow: hidden;
}
#reply-title {
	margin: 0 0 10px;
	padding: 10px 0;
}
.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;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	line-height: 25px;
}
.comment-form-comment label {
	display: none;
}

/* Buttons */
.reply a,
input[type=submit] {
	background: #333;
	border: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	line-height: 15px;
	padding: 4px;
	text-transform: uppercase;
}
.reply a:active,
.reply a:hover,
input[type=submit]:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	border-top: 1px solid #ddd;
	clear: both;
	color: #999;
	font-size: 10px;
	overflow: hidden;
	text-transform: uppercase;
	width: 100%;
}
#footer .wrap {
	margin: 10px 20px;
	overflow: hidden;
}
#footer .copyright {
	float: left;
	margin: 0;
	width: 50%;
}
#footer .links {
	float: right;
	margin: 0;
	text-align: right;
	width: 50%;
}


/* =Layouts
-------------------------------------------------------------- */

.layout-fwc #content {
	width: 920px;
}
.layout-cs #content,
.layout-sc #content {
	width: 600px;
}
.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;
}