/*  

Theme Name: The Unstandard
Theme URI: http://jandadesign.com/
Description: Based on a theme by Derek Punsalan
Version: 1.0
Author: Jon Munn
Author URI: http://jandadesign.com/

Note concerning image sizes:

Main image on front page is 593 x 225
Secondary image 293 x 150

*/

* {
	margin: 0;
	padding: 0; 
}

body {
	background: #fff;
	color: #333;
	font-size: 11px;
	font-family: Constantia, "Palatino Linotype", Palatino, serif;
	text-align: center;
}

#main-wrapper {
	font-size: 1.1em;
	display: block;
	margin: 0 auto;
	padding: 0 7px;
	width: 960px;
	text-align: left;
	background: #fff;
}

/* ----------------------------------- basics */

h1 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.2mm;
	font-family: Candara, Lucida Sans Unicode, Lucida Grande, verdana, sans-serif;
}

h2 {
	font-size: 12px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	font-weight: normal;
}

h4 {
	font-size: 27px;
	font-family: Cambria, Georgia, Helvetica, sans-serif;
	font-weight: lighter;
	font-style: italic;
	letter-spacing: 2px;
	color: #333;
}

a {
	color: #399bdb;
	outline: none;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

a:hover {
	color: #399bdb;
	border-color: #399bdb;
}

a img {
	border: none;
}

ul, ol {
	list-style: none;
}



/* = text input */
.text-input { background: #fff url(images/bg-input-gradient.png) repeat-x 0 0; border-left-color: #aaa; border-top-color: #999; border: 1px solid #ccc; font-family: arial, verdana, sans-serif; font-size: 0.8em; padding: 4px; }

/* ----------------------------------- masthead */

#leaderboard {
	padding: 0px 0 20px;
	position: relative;
}

#site-name {
	margin: 0px 0 0 3px;
	float: left;
}

#site-name a {
	color: #000;
	border: 0;
}

#site-name a:hover {
	color: #399bdb;
}

#main-nav {
	margin: 0px 0 0 0;
	text-transform: uppercase;
	letter-spacing:1px;
	font:lighter 10px/1 Tahoma, Geneva, sans-serif;
}

#main-nav li {
	float: left;
	margin-left: 1px;
}

#main-nav li a {
	color: #333;
	display: block;
	padding: 20px 15px 11px;
	text-decoration: none;
	text-align: center;
	border: 0;
}

#main-nav li a:hover {
	background: #333;
	color: #eee;
}

#main-nav li.selected a:hover, #main-nav li.selected a {
	background: #399bdb;
	color: #eee;
}
  
/* ----------------------------------- home posts */

.home .left, .home .recent-leads {
	width: 607px;
}

.home .main-post-bg {
	background: #eee;
	display: block;
	height: 225px;
	position: relative;
	margin: 0 0 10px 0;
	width: 593px;
	overflow: hidden;
}

.main-post-bg .post-comments, .secondary-post-bg .post-comments {
	position: absolute;
	top: 0;
	right: 7px;
	z-index: 1;
	background: #399bdb;
}

.post-comments a, .secondary-post-bg .post-comments a {
	font-size: 11px;
	color: #eee;
	display: block;
	padding: 6px 10px;
	text-align: center;
	border: 0;
} 

.post-comments a:hover, .secondary-post-bg .post-comments a:hover {
	background: #333;
	color: #fff;
}

.home .main-post-bg .title-insert, .home .recent-leads .title-insert {
	background: #222;
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
	padding: 2px 0;
	/* opacity - move to sep. stylesheet */
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity:.8;
}

.title-insert h1, .home .recent-leads .title-insert h2 {
	margin: 8px 12px 6px;
	line-height: 14px;
}

.title-insert h1 a, .home .recent-leads .title-insert h2 a {
	display: block;
	color: #ddd;
	text-decoration: none;
	border: 0;
}

.title-insert h1 a:hover, .home .recent-leads .title-insert h2 a:hover {
	color: #fff;
}

.home .recent-leads .secondary-post-bg {
	background: #eee;
	display: block;
	width: 293px;
	height: 150px;
	margin: 0 7px 10px 0;
	position: relative;
	overflow: hidden;
}

.home .right {
	width: 340px;
	text-align: left;
	overflow: hidden;
}

.home .right h3 {
	padding-left: 3px;
}

.home .right h1 {
	padding-left: 3px;
	font-weight: normal;
}

/* ----------------------------------- entry style */
.home.is-single {
	border-top: 0px solid #bbb;
}

.post.single {
	padding-top: 0px;
	font-size: 16px;
	line-height: 21px;
	color: #333;
	width: 598px;
}

.post.page {
	padding-top: 0px;
	font-size: 16px;
	line-height: 21px;
	color: #333;
	width: 598px;
}

.post.page h1, .post.page h1 a {
	font-size: 18px;
	line-height: 21px;
	color: #000;
	border: 0;
}

.post.page h1 a:hover {
	color: #399bdb;
}


.post.single .entry, .post.page .entry {
	float: right;
	width: 500px;
}



.post.single .meta, .post.page .meta { font-size: 0.8em; overflow: hidden; margin: 10px 0 20px 7px; padding: 0; }
.post.single .meta li { list-style: none; float: left; margin: 0 5px 0 0; padding: 2px 7px; }
.post.single .meta li.first { background: #eee; border: 1px solid #ccc; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; padding: 2px 7px; }

.post.single .full, .post.page .full {
	border-top: 0px solid #ccc; 
	padding: 0 0 0 3px;
	width: 595px;
	clear: both; 
}

.post.single p {
	margin: 1em 0px;
	line-height: 25px;
	font-family: Constantia, "Palatino Linotype", Palatino, serif;
}

.post.page p {
	margin: 1em 0px;
	line-height: 25px;
	font-family: Constantia, "Palatino Linotype", Palatino, serif;
	font-size: 16px;
}

.post.single p a, .post.single li a {
	font-weight: normal;
}

.post.page p a, .post.page li a {
	color: #399bdb;
	outline: none;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	font-weight: normal;
	font-size: 16px;
}

.post.page p a:hover, .post.page li a:hover {
	color: #399bdb;
	border-color: #399bdb;
}

.post.single h3, .post.page h3 {
	font-size: 16px;
	color: #399bdb;
	margin-top: 20px;
}

.post.single blockquote, .post.single ul, .post.single ol, .post.page blockquote, .post.page ul, .post.page ol {
	margin: 0 14px;
	color: #555;
}

.post.single ul li {
	list-style: circle;
	margin: 0 20px;
}

.post.page ul li {
	list-style: circle;
	margin: 0 20px;
	font-family: Constantia, "Palatino Linotype", Palatino, serif;
	font-size: 16px;
}

.post.single ol li, .post.page ol li {
	list-style: decimal;
	margin: 0 20px;
}

.post.single blockquote, .post.page blockquote {
	font-family: Cambria, Georgia, Helvetica, sans-serif;
	font-size: 21px;
	font-style: italic;
	letter-spacing: 2px;
	border-left: 1px solid #ccc;
	margin-left: 21px;
	padding-left: 10px;
}

.post.single object, .post.page object {
	margin: 0 0 15px 0;
}

.post.single img, .post.page img {
	border: 0px solid #bbb;
}

.post.single img.alignleft, .post.page img.alignleft {
	float: left;
	margin: 4px 10px 0 0;
}

.post.single img.aligntright, .post.page img.alignright {
	float: right;
	margin: 4px 0 0 10px;
}

.radius-link a { -moz-border-radius: 3px; -webkit-border-radius: 3px; background: #eee; border-radius: 3px; border: 1px solid #ddd; color: #888; display: block; font-size: 12px; padding: 7px 15px; text-decoration: none; text-transform: uppercase; font-family: Tahoma, Geneva, sans-serif; font-weight: normal; }
.radius-link a:hover { background: #222; border-color: #000; color: #fff; }

.navigation { clear: both; font-weight: normal; padding: 0px 0; }
	.navigation a { float: left; }
	.navigation .left, 
	.navigation .right { width: 140px; }
	.navigation .left { text-align: left; }
	.navigation .right { margin-right: 15px; text-align: right; }
* html .navigation .right { margin-right: 7px; }
.navigation .right a { float: right; }

/* ----------------------------------- sidebar / widget modules */

h1.module-title, h1.widgetTitle, h3.module-title, h3.widgetTitle {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #eee;
	margin: 0 0 10px;
	padding: 7px 4px;
	font-size: 16px;
	font-family: Candara, Lucida Sans Unicode, Lucida Grande, verdana, sans-serif;
}

h1.module-title a, h1.widgetTitle a, h3.module-title a, h3.widgetTitle a {
	color: #333;
	border: 0;
}

h1.module-title a:hover, h1.widgetTitle a:hover, h3.module-title a:hover, h3.widgetTitle a:hover {
	color: #399bdb;
}

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

.widgetContainer .textwidget {
	font-size: 13px;
	line-height: 21px;
	margin: 0 7px;
}

.widgetContainer .textwidget p {
	margin-top: 10px;
}

ul.module-list, .widgetContainer ul {
	font-size: 13px;
	margin: 10px 0 10px 0;
}

.module-list ul li, .widgetContainer ul li {
	margin: 0 3px 7px 21px;
	list-style: circle;
	line-height: 16px;
}

.module-list ul li.list_none, .widgetContainer ul li.list_none {
	margin: 0 3px 7px 21px;
	list-style: none;
	line-height: 16px;
}

.module-list ol li, .widgetContainer ol li {
	margin: 0 3px 7px 21px;
	list-style: decimal;
	line-height: 16px;
}

.sidebar-nextprev {
	width: 320px;
	overflow: hidden;
}

.sidebar-nextprev li {
	float: left;
	border-left: 1px solid #ccc;
	height: 50px;
	width: 159px;
}

.sidebar-nextprev li.previous {
	border-right: 1px solid #ccc;
}

.sidebar-nextprev li.next {
	float: right;
	border-left: 1px solid #ccc;
	margin-left: -1px;
}

.sidebar-nextprev li a {
	margin-left: -1px;
	font-size: 14px;
	font-weight: normal;
	display: block;
	height: 50px;
	border: 0;
	color: #333;
	border-left: 1px solid #ccc;
}

.sidebar-nextprev li a:hover {
	color: #399bdb;
	border-color: #399bdb;
}

.sidebar-nextprev li a span {
	display: block;
	padding: 12px 0 0 10px;
	cursor: pointer;
}

.widgetContainer #wp-calendar {
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
}

#wp-calendar caption {
	font-weight: bold;
	margin-bottom: 7px;
}

#wp-calendar thead th {
	padding: 4px 0 4px 3px;
	border: 1px solid #ccc;
	border-width: 1px 0;
}

#wp-calendar td {
	padding: 3px 0 7px 3px;
	color: #777;
}

#wp-calendar td a {
	font-weight: bold;
}

#middle-widgets {
	width: 970px;
}

#middle-widgets .widgetContainer {
	clear: top;
	float: left;
	width: 312px;
	margin: 0 11px 15px 0;
}

/* ----------------------------------- legacy comments - remove this if you have wp 2.7 */
.legacy .commentlist li {
	margin: 0;
	border-top: 1px solid #bbb;
	padding: 7px 0 15px 90px;
}

.legacy img.avatar {
	float: right;
	margin: 0 7px 0 0;
}

.legacy cite {
	font-style: normal;
}

.legacy .commentlist li p {
	margin: 1em 0;
}

.legacy .commentlist li ul, .legacy .commentlist li ol, .legacy .commentlist li blockquote {
	margin: 1em 15px;
}

.legacy .commentlist li ul li, .legacy .commentlist li ol li {
	border: 0 !important;
	margin: 0 15px !important;
	padding: 0 !important;
}

.legacy .commentlist ul li {
	list-style: circle;
}

.legacy .commentlist ol li {
	list-style: decimal;
}

.legacy #respondform {
	padding: 10px 0 0 0;
	margin-left: 90px;
}

#respondform p {
	margin: 1em 0;
}

#respondform #author, #respondform #email, #respondform #url, #respondform textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #bbb;
	padding: 4px 3px;
	width: 160px;
	margin-right: 4px;
}

#respondform textarea {
	width: 99%;
	overflow: auto;
	margin-right: 0;
}

/* ----------------------------------- threaded comments - no support for wp 2.6 */

#comments-wrapper, #comments-wrapper-form {

	width: 600px;
}

h3#comments {
	clear: both;
	font-size: 14px;
	margin: 20px 0 20px 3px;
}

.commentlist {
	font-size: 12px;
	margin: 0;
}

.commentlist li.comment, .commentlist li.pingback {
	margin: 0;
	border-top: 1px solid #bbb;
	padding: 7px 0 15px 3px;
}

.commentlist li.comment-author-admin {
	border-color: #399bdb;
}

.commentlist li.comment p {
	margin: 1em 0;
}

.commentlist li.comment ul, .commentlist li.comment ol, .commentlist li.comment blockquote {
	margin: 0 15px;
}

.commentlist li.comment ul li {
	list-style: circle;
}

.commentlist li.comment blockquote {
	border-left: 1px solid #ccc;
	padding-left: 10px;
	font-style: italic;
	color: #777;
}

.commentlist ul.children {
	margin: 0 !important;
	padding: 0;
}

.commentlist .children li.comment {
	padding: 7px 0 0 45px;
	margin: 15px 0 0 0;
	list-style: none;
}

.comment-author {}

.comment-author img.avatar {
	float: right;
	margin: 0 7px 0 0;
}

.comment-author cite {
	font-style: normal;
}

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

#respond {
	padding: 10px 0 0 0;
	margin-left: 3px;
}

li.comment #respond {
	margin-left: 0;
}

#respond h3 {
	margin: 0 0 15px 0;
}

#respond p {
	margin: 1em 0;
}

#respond #author, #respond #email, #respond #url, #respond textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #bbb;
	padding: 4px 3px;
	width: 160px;
	margin-right: 4px;
}

#respond textarea {
	width: 97%;
	overflow: auto;
	margin-right: 0;
}

/* ----------------------------------- categories */

#categories {
	padding: 0px 0;
	margin: 35px 0 15px;
}

#categories h3 {
	font-size: 16px;
	margin-bottom: 10px;
}

#categories ul {
	color: #777;

	line-height: 16px;
}

#categories li {
	float: left;
	text-align: right;
	display: block;
	width: 145px;
	margin: 0 8px 7px 7px;
}

#categories li a {
	font-weight: normal;
	float: left;
	text-decoration: none;
}

/* ----------------------------------- search */

#searchForm { margin: 0; }
#searchWrap span { -moz-border-radius: 3px; -webkit-border-radius: 3px; background: #fff; border-radius: 3px; border: 1px solid #ccc; display: block; padding: 2px; }
#searchWrap input { color: #777; width: 324px; }
  
/* ----------------------------------- footer */

#footer {
	border-top: 1px solid #ccc;
	font-size: 11px;
	margin-top: 15px;
	padding: 10px 0 25px;
	width: 960px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

#footer a {
	font-weight: normal;
}

#footer p {
	text-align: center;
	margin-bottom: 5px;
}

.shout {
	font-size: 18px;
	font-weight: normal;
	font-family: "Courier New", Courier, mono;
	text-align: center;
}

.shout a {
	color: #db399b;
	text-decoration: none;
	border-bottom: 0px solid #ddd;
}

/* ----------------------------------- floats */
.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.fix {
	display: inline-block;
}

* html .fix {
	height: 1%;
}

.fix {
	display: block;
}
