/*  
Theme Name: The Unstandard
Theme URI: http://5thirtyone.com/
Description: Farewell to the standard blog format
Version: 0.2
Author: Derek Punsalan
Author URI: http://is.derekpunsalan.com/

Note concerning image sizes:

Main image on front page is 600 x 250
Secondary image 290 x 150

*/

* {
	margin: 0;
	padding: 0; 
}

body {
	background: url('images/wood.jpg') repeat;
	color: #000;
	font-size: 62.5%;
	font-family: arial, verdana, sans-serif;
	text-align: center;
}
.grids {background:url('images/grids.gif')no-repeat;position:absolute;top:0;width:950px;height:900px;z-index:1;margin:0 auto}
#main-wrapper {
background:white;
	font-size: 1.1em;
	display: block;
	margin: 0 auto;
	width: 950px;
padding:0px 0px 0 0px;
	text-align: left; 
}

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

h1 {display:block;height:70px;
text-align:left;padding:25px 0 0 150px;font-family: Georgia, serif;
font-size: 40px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: -1.5px;background: #696D70 url('images/header_95.jpg') no-repeat;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 15px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 14px;
}
a {
	color: #3c6c92;
	outline: none;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

a:hover {
	color: #3c6c92;
	border-color: #3c6c92;
}

a img {
	border: none;
}

ul, ol {
	list-style: none;
}

input, textarea {
	outline: none;
}

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

#leaderboard {width:950px;
margin:0 auto;
	padding: 0px;
	position: relative;height:95px;
}

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

#leaderboard h1 a{
	border:none;color:white;font-weight:normal;
}
#leaderboard a {border:none;text-decoration:none;}

#site-name a:hover {
	color: #3c6c92;
}

#main-nav {float:left;background:#3a6f8b url('images/menu/bg.gif') repeat-x;
	font-size:1.25em;font-weight:bold;
width:700px;padding: 0 0 0 0px;
}

#main-nav li {
	float: left;
}

#main-nav li a {
	color: white;
	display: block;
	text-decoration: none;
	text-align: left;
	border: 0;
}

#main-nav li a:hover,
#main-nav li.current_page_item a,
#main-nav li.current_page_parent a{
	color: #eee;
}

#main-nav li.rss-now a:hover, #main-nav li.rss-now a {
	background: #3c6c92;
	color: #eee;
}
  
/* ----------------------------------- home posts */

.home .left, .home .recent-leads {
	width: 620px;
}
.home .recent-leads {margin:20px 0 0 0px;}
.home .main-post-bg {
	background: #eee;
	display: block;
	height: 250px;
	position: relative;
	margin: 20px 0 15px 20px;padding:0 0 0 0px;
	width: 600px;
	overflow: hidden;
}

.main-post-bg .post-comments, .secondary-post-bg .post-comments {
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 1;
	background:#3a6f8b url('images/menu/bg.gif') repeat-x;
}

.post-comments a, .secondary-post-bg .post-comments a {
	font-size: 10px;
	color: #eee;
        text-transform:uppercase;
	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;
	/* opacity - move to sep. stylesheet */
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	opacity:.9;
}

.title-insert h2, .home .recent-leads .title-insert h3 {

	line-height: 14px;
}

.title-insert h2 a, .home .recent-leads .title-insert h3 a {
	display: block;
	color: #ddd;
	text-decoration: none;
	border: 0;
	padding: 9px 0 8px 10px;
}

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

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

.home .right {
	width: 290px;margin:20px 20px 0 0;
	text-align: left;bubbleright
	overflow: hidden;
}

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

/* ----------------------------------- entry style */
.home.is-single {
	padding:0px 20px 0 20px;
}

.post.single {
	padding-top: 10px;
padding-left:20px;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	width: 600px;
}

.post.single h2, .post.single h2 a, .post-nav-menu h2 a {
	font-size: 20px;font-weight:normal;
	color: #000;
	border: 0;
}

.post.single h2 a:hover, .post-nav-menu h2 a:hover {
	color: #3c6c92;
}
.post-nav-menu h2{float:left}
.post-nav-menu h2 a{display:block;margin: 15px 0 0 0}
.post-nav-menu h2 span.meta,.post-nav-menu h2 span.meta a {display:inline;font-weight:normal;font-size:11px;text-transform:uppercase;color:#aaa}
.post.single .entry {.
	float: right;
	width: 600px;
}

.post.single .meta {
	border-top: 1px solid #3c6c92;
	color: #777;
	padding: 4px 0 0 3px;
	margin-top: 18px;
	float: left;
	width: 72px;
	font-size: 11px;
	line-height: 16px;
}

.post.single p {
	margin: 1em 0;
	line-height: 18px;
}

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

.post.single h3 {
	font-size: 16px;
	color: #3c6c92;
	margin-top: 20px;
}

.post.single blockquote, .post.single ul, .post.single ol {
	margin: 0 14px;
	color: #555;
}
.post ul,.post ol {margin: 0 0 10px 0;}
.post ul li {
	list-style: circle;
	margin: 0 20px;padding:2px;font-size:1.1em;
}

.post ol li {
	list-style: decimal;
	margin: 0 20px;padding:2px;font-size:1.1em;
}

.post.single blockquote {
	font-style: italic;
	border-left: 1px solid #ccc;
	margin-left: 21px;
	padding-left: 10px;
}

.post.single img.floatleft {
	float: left;
	margin: 4px 10px 0 0;
}

.post.single img.floatright {
	float: right;
	margin: 4px 0 0 10px;
}
.navigation {
	font-size: 10px;
	padding: 10px 0;
}

.navigation a {
	border: 1px solid #ddd;
	display: block;
	float: left;
	color: #777;
	text-transform: uppercase;
	padding: 4px 7px 3px;
}

.navigation .left {
	width: 50%;
	text-align: left;
}

.navigation .right {
	width: 49%;
	text-align: right;
	margin: 0 15px 0 0;
}

.navigation .right a {
	float: right;
}

.navigation a:hover {
	background: #eee;
	border-color: #3c6c92;
	color: #3c6c92;
}

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

h3.module-title, h3.widgetTitle {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #eee;
	margin: 0 0 10px;
	padding: 7px 4px;
	font-size: 14px;
}

h3.module-title a, h3.widgetTitle a {
	border: 0;
}

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

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

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

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

.module-list li a{text-decoration:none;border:none}

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

.sidebar-nextprev li {
	float: left;
	height: 50px;
	width: 135px;
}

.sidebar-nextprev li.previous {
}

.sidebar-nextprev li.next {
	float: right;
	
}

.sidebar-nextprev li a {
	font-size: 16px;
	font-weight: bold;
	display: block;
	height: 45px;
	border: 0;
	color: #aaa;
	border-left: 1px solid #ccc;
}

.sidebar-nextprev li a:hover {
	color: #3c6c92;
	border-color: #3c6c92;
}

.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 {margin:0 0 20px 0;}
#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:950px;margin: 0 0 0 0;padding:0;
}

#middle-widgets .widgetContainer {
	clear: top;
	float: left;
	width: 312px;
	margin: 0 11px 0px 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 90px;
}

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

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

.commentlist li.comment-author-admin {
	border-color: #3c6c92;
}

.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: 90px;
}

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 {float:left;width:640px;color:white;
	padding: 0px 0 0 0;height:135px;
	margin: 0px 0  0px 0px;background:#65696c url('images/grey-strip.gif') repeat-x bottom;
}
#contact {background:#65696c url('images/grey-strip.gif') repeat-x bottom;width:310px;float:left;
	padding: 0px 0 15px 0;color:white;
	margin: 0px 0 0px 0;height:120px;}
#categories h3 {
        padding-left: 20px;border-top:none;border-bottom:0; repeat-x bottom left;
}
#contact h3 {padding-left: 0px;border-top:none;border-bottom:0;}

#categories ul {
	color: #777;
	font-size: 12px;margin: 0 0 5px 20px;
}

#categories li {display:inline;float:left;
	text-align: right;
	display: block;margin:0px 20px 4px 0px;padding:0px;
}

#categories li a {
	font-weight: bold;
	float: left;text-align:left;
	text-decoration: none;
	display: block;
	width: 135px;
        padding:3px 0px;border-bottom:none;
}
#categories li a:hover {color:black;}


/* ----------------------------------- search */
#searchWrap {float:right;background:#3a6f8b url('images/menu/bg.gif') repeat-x;
	font-size:1.25em;height:px;font-weight:bold;
width:180px;height:35px;}
#searchForm {
	margin: 0;
}

#searchWrap span {
}

#searchWrap input {
	border: 1px solid #6498b7;
	padding: 5px;
	color: #777;
	width: 161px;float:right;margin: 3px 3px 3px 0;
}
  
/* ----------------------------------- footer */

#footer {margin:0 auto;
	font-size: 12px;
	padding: 0;
	width: 950px;
	background: #333;height:31px;
}

#footer a {
	color: #fff;
        float:left;
	display: block;
	padding: 10px 12px 8px 12px;
	text-decoration: none;
	text-align: left;
	border: 0;
        font-weight:bold;
        font-size:0.9em;text-transform:uppercase
}

/* ----------------------------------- 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;
}

/* ############# RADARS EXTRA TEMPLATES  ##################### */

div#footer a.left {float:left}
div#footer a:hover {color: #ccc; }
div#footer a.right {float:right}
div#footer a.rss {background:url('images/rss.png') no-repeat 37px;padding-right:33px;padding-left:13px;}
#footer a.rss:hover {background: url('images/rss.png') no-repeat 37px;}
div.search {position:absolute;z-index:1;padding:60px 30px 60px 100px;right:0px;}

div.page-bubbleleft {display:block;background:#eee;width:600px;float:left;margin:0 0 20px 0;}
div.page-bubblephoto {display:block;float:right;color:red;width:290px}

div.page-bubbleright {display:block;background:#eee;width:600px;float:right;margin:0 0 20px 0;}
div.page-bubblephoto-right {display:block;float:left;color:red;width:290px}
div.full-width {width:910px;padding:0px 0px}
div.white-bg {background:white;width:910px;padding:0px;}
div.page-nextprev {display:block;float:right;}

div.post-nav-menu ul.sidebar-nextprev {display:block;float:right;margin:0 0 20px 0;}
div.page-bubbleleft .post,div.page-bubbleright .post {padding:20px 20px 25px 20px}
div.page-bubbleleft .post p,div.page-bubbleright .post p{margin: 0px 0px 10px 0px;font-size:1.2em;line-height:1.3em}
div.page-bubbleleft .post h2 a,div.page-bubbleright .post h2 a {display:block;margin:0 0 0px 0;color:#111;padding:0;border:none}

div.page-bubbleright .meta,
div.page-bubbleleft .meta  {display:block;float:left;color:#888;margin:0px 0 10px 0;text-transform:uppercase;font-size:0.8em;font-weight:normal;}

div.welcome-page div.page-bubbleleft {display:block;width:600px;padding:20px 20px 15px 20px;margin:20px 0 20px 0 20px;background:white;
	filter: alpha(opacity=65);
	-moz-opacity: .65;
	opacity:.65;}
div.page-welcomephoto {display:block;float:right;width:300px}
div.welcome-page div.page-bubbleleft p {color:#222;font-size:29px;font-family:Georgia,"Times" serif;letter-spacing:-0.5px;word-spacing:-0.5px;line-height:1.15em;margin-bottom:10px;}
div.welcome-page a {text-decoration:none;}

div.radar-template {display:block;width:560px;padding:20px 20px 25px 20px;background:white;
	filter: alpha(opacity=65);
	-moz-opacity: .65;
	opacity:.65;}
div.radar-template{}
div.radar-template p {color:#222;font-size:14px;font-family:Georgia,"Times" serif;margin-bottom:10px}
div.radar-template {font-size:1.3em;}
div.radar-template a {text-decoration:none;border-bottom:1px solid;}
div.radar-full-page {width:auto}
div.custom-image {padding:20px 20px;margin:0;min-height:350px;}


.gallery {
    margin: auto;
    }
.gallery-item {
    float: left;
    margin-bottom: 10px;
    margin-right:10px;
    text-align: center;			
    }
.gallery a {
    border: none;padding:0;
    }
.gallery-caption {position:relative;top:-36px;
   display:block;background:#333;color:#eee;font-weight:bold;padding:10px;text-align:left;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	opacity:.9;
}
ul.module-list li.current_page_item {list-style:disc} 
ul.module-list li.current_page_item a{color:#333;text-decoration:none; border-bottom:none;font-weight:bold;}
div#contact p{margin: 10px 0 0 0;font-size:1.1em}
div#contact a {font-weight:bold;color:#111;border:none;}
div#contact a:hover {border-bottom:1px solid #eee}
div#contact span {font-weight:bold;display:block;width:65px;float:left;margin: 0 8px 0 0px;}
#Welcome #main-wrapper {background: white url('images/welcome_graphic.jpg') repeat top left}
div.page-bubbleleft .post ul{margin:0;}
div.white-bg .post {padding: 0px;}
div.home div.page-bubbleleft,div.home div.page-bubbleleft {margin:20px}
.home.is-single div.page-bubbleleft,.home.is-single div.page-bubbleleft{margin:0px}


.righthandside {float:right}
.insetleft img {padding: 0 20px 20px 0;}

img.alignleft {float:left; padding:0 20px 20px 0;}

img.alignright {float:right; padding:0 0px 20px 20px;}
div.quotescollection {background:white;}
div.quotescollection_randomquote p {padding:0 0 0 0;margin: 0 0 0 20px;width:600px;}
div.quotescollection_randomquote p q{text-align:left;padding:0px;margin: 0 0 0 0px;width:600px}
pre {font-size:1.2em;margin:0 0 10px 0;}

################### MENU ########################
div#navigation-menu {background:#3a6f8b url('images/menu/bg.gif') repeat-x bottom left;
}


#suckerfishnav {
background:#3a6f8b url('images/menu/bg.gif') repeat-x bottom left;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    padding:0 0 0 15px;
    margin:0;
width:755px;
    }
#suckerfishnav li ul {padding:0 0 0 0px;}
#suckerfishnav a {
    display:block;
    color:#fff;
    text-decoration:none;
font-size:12px;font-weight:bold;
padding:11px 7px 10px 7px;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    }
#suckerfishnav ul {
    position:absolute;z-index:1;
    left:-999em;
    height:auto;
    font-weight:normal;
    margin:0px 0 0 0px;
width:250px;
    }
#suckerfishnav li li {
    font-weight:bold;
    }
#suckerfishnav li li a {
    display:block;text-align:left;
font-size:12px;font-weight:bold;
    color:#fff;padding:11px 7px 10px 7px;width:236px;
    }
#suckerfishnav li ul ul {
    margin:-35px 0 0 250px;
    }
#suckerfishnav li li:hover {

    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    background:#53788B;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#fff;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#fff;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em; 
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
background: url('images/menu/bg.gif') repeat;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#3a6f8b;
    }
ul#suckerfishnav li ul li.sfhover ul li a:hover {background:#53788B}

/* SEARCH RESULTS */
#searchresults {margin:15px 0 0 0}
#searchresults h2 {font-size:20px;
font-weight:normal;}
.result-item {margin-bottom:10px;padding-bottom:0px;border-bottom:2px solid #eee;}
.result-item h2 a{padding-bottom:5px;border-bottom:none;text-decoration:none;float:left;font-size:20px;
font-weight:normal;}
.result-item .time-date {float:left;font-size:11px;margin:5px 0 0 10px;color:#555;}
.result-item p a{display:block;float:right;text-decoration:none;border:none;margin:3px 0 0px 0;background:#eee;padding:3px 7px;color:#888}
.result-item p a:hover {color:#555}
.result-item p {font-size:12px;line-height:1.5em;}

/* CALENDAR */
a.ical-link {float:right;}
#calendar {margin:15px 0 0 20px}
#calendar .time-date {float:left;font-size:12px;margin:8px 0 0 10px;color:#555;}


.quotescollection_nextquote a {color:black;font-weight:bold;text-decoration:none;border:none}
.quotescollection_nextquote a:hover {border-bottom:1px solid #eee}
.newsletter-signup {font-size:11px;margin-bottom:20px;margin-left:5px}

<!--[if IE 7]>
div.home div.page-bubbleleft,div.home div.page-bubbleleft {margin:20px;clear:none;}
.ie7-fix {*clear:both;*height:35px}
#searchWrap {*height:36px}
<![endif]-->
 



