/*  
Theme Name: Grid Focus
Theme URI: http://5thirtyone.com/
Description: Grid aligned WordPress theme
Version: 1.1
Author: Derek Punsalan
Author URI: http://5thirtyone.com/
Tags: white, grid, whitespace, minimal, clean, widgets

Grid Focus was designed and coded by Derek Punsalan. Find
more info about the guy at http://5hthirtyone.com

Notes: Inspired and created for minimalist, content focused blogs 
or websites. Customize, edit, poke, prod, and adapt to your own 
style. Please leave credit where credit is due so that others may
find the source for your site and adapt a suitable version for their
own website.

See line 53 for a collection of the main font rules - size, line-height,
and color - combined for your convenience.

custom tweaks added for funkroyaledotcom

*/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #9ca6b4 url(images/backstrip.jpg) top repeat-x;
	color: #333;
	font-size: 62.5%;
	font-family: arial, verdana, sans-serif;
	text-align: center;
} 
#broader{
	margin:0 auto;
	width:970px;
	background:#FFFFFF;
	padding:10px;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
a {
	color: #000;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #3c6c92;
}
/* =----------------------------------- i did these tweaks because */
div.entry div.sspdc_album_preview div.sspdc_album_text div.sspdc_album_name h3 {
	line-height:180%;
	margin-left: 10px;
}

div.entry div.sspdc_album_preview div.sspdc_album_text div.sspdc_album_description p {
	margin-left: 10px;
	margin-top: 0;
	
}

/* =----------------------------------- oh the convenience */
#wrapper {
	/* 
		sets the minimum(s) for the entire site
		off of which everything else is based on
	*/
	font-size: 1.2em;
	line-height: 1.4em;
}

#crown {
background: transparent url(images/crown50.png)top no-repeat;
width:50px;
height:50px;
float:left;
margin-top:22px;
margin-left:20px;
}
#crownlogo {
float:right;
background: transparent url(images/funkroyale-crown50.png) no-repeat;
height:50px;
width:78px;
margin-top:3px;
padding-bottom:5px;
}
.nav li {
	line-height: 1.2em;
}
.nav li a {
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.nav li a span {
	color: #888;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: lowercase;
}
.nav li a.focus span {
	color: #ccc;
}
.nav li a:hover,
.nav li a.focus {
	color: #fff;
}
.nav li.current_page_item a, .toggleCategories li.current a {background: #2D4172; color:#fff; cursor:default;} 
#current {background-color: #2D4172;}
#current a {color:#ccc;}
#current a:hover,
#current a.focus {
	color: #fff;
}

.nav .searchField input {
	color: #777;
}
.toggleCategories li a {
	color: #fff;
}
.toggleCategories li a:hover {
	color: #1D2846;
	text-decoration:underline;
}
.toggleCategories li.current-cat a {text-decoration:underline;}

li.browseby{
	color: #ccc;
}
.postMeta {
	font-size: 0.9em;
	text-transform: uppercase;
}
.postMeta span.date {
	color: #777;
}
.postMeta span.comments a,
.postMeta span.date a {
	color: #3c6c92;
}
.post h2 {
	line-height: 1.2em;
}
.entry a,
.secondaryColumn a,
#commentsContainer h3 a,
.commentlist .comment-author a {
	border-bottom: 1px dotted #ddd;
	color: #3c6c92;
	font-weight: bold;
}
.entry a:hover,
.secondaryColumn a:hover,
#commentsContainer h3 a:hover,
.commentlist .comment-author a:hover,
.commentlist .comment-meta a:hover {
	color: #3c6c92;
	border-bottom: 1px solid #3c6c92;
}
.secondaryColumn a {
	font-weight: normal;
}
.entry ul,
.entry ol,
.entry blockquote {
	color: #555;
}
.entry blockquote {
	font-style: italic;
}
.secondaryColumn h3,
#commentsContainer h3 {
	font-size: 1.2em;
}
#cancel-comment-reply-link {
	color: #3C6C92;
	font-size: 0.8em;
}
.commentlist .comment-meta a {
	color: #777;
}
.commentlist .comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.commentlist .comment-meta {
	font-size: 0.8em;
}
#commentform p span input,
#commentform span textarea {
	color: #333;
	font-family: arial,verdana,sans-serif;
	font-size: 1em;
}
#paginateIndex {
	font-size: 0.9em;
	text-transform: uppercase;
}
#footer {
	clear: both;
}
#footer p a {
	font-weight: bold;
	color:#333;
}

/* =----------------------------------- main structure */
#stage {
	margin: 0 auto;
	padding: 0 10px 10px; 
	background: #E9EEF6;
	width: 950px;
}
#headwrapper {
	margin: 0 auto;
	text-align: left;
	width: 970px;
	padding: 0;
	font-size:1.2em;

}
#wrapper {
	background:#ccc;
	margin: 0 auto;
	text-align: left;
	width: 970px;
	padding: 0;

}
#masthead {
	padding: 7px 0;
	background: transparent url(images/fr-dark.jpg) repeat scroll 0 0;
}
#filler {}
#mainColumn, #singleColumn {
	float: left;
	margin: 28px 0 0 0;
	width: 420px;
	background:#E3E9F4 url(images/fr-light-long.png) repeat-y left top;
}
.homepagenews {
	background:  url(images/homepagetop.gif) top no-repeat;
	float: left;
	/*width: 446px;*/
	margin: 0px;
	padding: 10px;
	border: 1px solid #e9eef6;
	width: 420px;
	}
	
	.archiveColumn {
		float: left;
		margin: 0;
		width: 420px;
		}

.sideTop { /* =----------------------------------- added to style top column */
	background: #FFFFFF url(images/homepagetop.gif) top no-repeat;
	float:left;
	padding: 10px;
	border: 1px solid #D1DBEC;
	margin: 28px 0 0 13px;
	overflow: hidden;
	width: 470px;

}
.secondaryColumn {
	float: left;
	margin: 28px 0 0 20px;
	overflow: hidden;
	width: 230px;
}

/* =----------------------------------- header elements */
#masthead h1 {
	float: left;
	margin: 40px 0 0 10px;
}
#masthead h1 a {
	text-transform: uppercase;
	width: 400px;
	color: #9CA6B4;
	text-shadow: #202B49 0 1px 0;
}
#masthead h1 a:hover {
	color: #87a2db;
	text-shadow: #0f1218 0 1px 0;
}
#blogLead img {
/*	background: #fff;
	border: 1px solid #bbb; */
	float: right;
	height: 100px;
	margin: 0 17px;
	padding: 2px;
	width: 100px;
}
#authorIntro {
	float: right;
	margin: 44px 0 0 0;
	width: 340px;
	color:#3a73ba;
	font-size:110%;
	font-family:Georgia;
	font-style:italic;
}

/* =------------------*#eee*---------------- top + bottom navigation */
.navStripWrapper {
	position: relative;
	clear: both;
}
.nav {
	background: #3A73BA;
}
.nav li {
	display: block;
	float: left;
	border-right:1px solid #3c6c92;
	
}
.nav li a {
	display: block;
	padding: 15px 10px 0 10px;
	/*width: 110px;*/
	height: 28px;
}
.nav li a span {}
.nav li a:hover {
	background: #1D2846;
}
.nav li a.focus {
	background: #3c6c92;
}
.nav li.searchField {
	float: right;
	border: 0;
}
.nav .searchField div {
	margin: 7px 10px 0 0;
}
.nav .searchField span {
	background: #fff;
	border: 1px solid #bbb;
	border-left-color: #D1DBEC;
	border-bottom-color: #D1DBEC;
	display: block;
	padding: 2px;
}
.nav .searchField input {
	border: 1px solid #D1DBEC;
	outline: none;
	padding: 4px;
	width: 220px;
}
.toggleCategories {
	background: #9ca6b4;
}
.toggleCategories ul,
.toggleCategories2 ul {
	padding: 8px 10px 7px;
	
}
.toggleCategories ul li {
	display: block;
	float: left;
	/*width: 102px;*/
	margin-right:20px;
}
.toggleCategories li a {
	margin: 3px 0 4px 5px;
}


/* =----------------------------------- meta lead for each post */
.postMeta {
	border-top: 1px solid #e9eef6;/* =----------------------------------- stop collapse */
	text-align: right;
	margin-bottom: 14px;
	position: relative;
}
.postMeta .container {
	position: absolute;
	top: 3px;
	left: 0;
}
.postMeta span.date {

	padding: 0 4px 0 0;
}
.postMeta span.comments {
	background: url(images/chat_grey.gif) no-repeat 2px -1px;
	padding-left: 18px;
}

/* =----------------------------------- general post */
.post {
	margin: 0 0 21px 0;
}
.post h2 {
/*	margin-bottom: 10px;*/
	padding: 0;
}
.post h2 a {
	/*display:block;*/
}

/* =----------------------------------- entry body */
.entry {
	padding: 0;
	overflow: hidden;
}
.entry p {
	line-height: 1.6em;
	margin: 10px 0;
}
.entry ul,
.entry ol,
.entry blockquote {
	margin: 0 14px;
}
.entry ol {
	list-style: decimal;
}
.entry ul li,
.entry ol li {
	margin: 0 0 7px 18px;
}
.entry ul li {
	list-style: disc;
}
.entry blockquote {
	border-left: 1px solid #ccc;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-left: 21px;
	padding-left: 10px;
}
.entry img,
.entry a img {
	background: #fff;
	border: 1px solid #d1dbec;
	padding: 5px;
}
.entry a:hover img {
	border-color: #3c6c92;
}

.entry.meta {
	background: #eee url(images/fr-meta.jpg);
	}
.entry.meta p {
	margin: 5px 7px;
}
.entry.meta .highlight {
	text-transform: uppercase;
	font-size: 10px;
}
.entry.meta a {
	color: #333;
	border-color: #bbb;
}
.entry.meta a:hover {
	color: #000;
	border-color: #000;
}

/* =----------------------------------- main index pagination */
#paginateIndex { 
	margin-bottom: 25px;
}
#paginateIndex a,
.commentlist li .reply a {
	color: #777;
	font-size: 0.9em;
	text-transform: uppercase;
	display: block;
	padding: 4px 7px 3px;
	background: #fff;
	border: 1px solid #ddd;
}
.commentlist li .reply a {
	color: #aaa;
}
#paginateIndex a:hover,
.commentlist li .reply a:hover {
	color: #3c6c92;
	border-color: #3c6c92;
	background: #eee;
}

/* =----------------------------------- widget enabled sidebar */
.secondaryColumn h3, .sideTop h3 {
	background: rgba(255,255,255,0.71);
	margin: 0 0 10px 0;
	padding: 7px;
}
.widgetContainer {
	margin: 0 0 20px 0;
}
.widgetContainer ul li {
	margin: 0 3px 7px 21px;
	list-style: disc;
}
.widgetContainer ul li ul {
	margin-top: 5px;
}
.widgetContainer .textwidget {
	margin: 0 10px;
	line-height: 1.5em;
}
.widgetContainer #wp-calendar {
	border-collapse: collapse;
	width: 100%;
}
#text-2, #subscribe  {background: #ADB9D5 url(images/fr-light.gif) repeat scroll 0 0;
	padding-bottom: 5px;
}
#wp-calendar caption {
	font-weight: bold;
	margin-bottom: 7px;
}
#wp-calendar thead {}
#wp-calendar thead th {
	padding: 4px 0 4px 3px;
	border: 1px solid #ccc;
	border-width: 1px 0;
}
#wp-calendar td {
	padding: 3px 0 4px 3px;
	color: #777;
}
#wp-calendar td a {
	font-weight: bold;
}

/* =----------------------------------- style some comments */
#commentsContainer {
	margin: 0 5px 30px 5px;
	padding: 15px;
	background: url(images/fr-light.gif);
}
#commentsContainer span.hook {
	position: relative;
	display: block;
}
#commentsContainer h3 {
	display: block;
	margin: 10px 0;
	padding: 7px 4px 0;
	border-top: 1px solid #3c6c92;
}
.cancel-comment-reply {
	position: absolute;
	top: -1px;
	right: 4px;
}
.commentlist {
	list-style: none;
	margin: 0 0 20px;
}
.commentlist .comment-author {
	border-top: 1px solid #ccc;
	padding-top: 7px;
	margin-top: 10px;
	overflow: hidden;
}
.commentlist .comment-author img.avatar {
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 0 4px 0 0;
}
.commentlist .comment-meta {
	margin: 0 0 0 20px;
}
.commentlist li .reply {
	text-align: right;
	padding-bottom: 10px;
}
.commentlist li .reply a {
	display:inline;
}
.commentlist li p {
	margin: 1em 0;
	padding: 0 3px;
}
.commentlist li ul,
.commentlist li ol,
.commentlist li blockquote {
	margin: 0 20px;
}
.commentlist .children {
	margin: 0 0 0 40px;
}
.commentlist .children li {
	list-style: none;
}
#commentform .contain {
	margin: 0 0 10px 0 !important;
}
#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
	padding: 4px 3px;
	border: 1px solid #ccc;
	border-left-color: #bbb;
	border-bottom-color: #bbb;
	background: #fff;
	margin-right: 4px;
}
#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
	border: 1px solid #d1dbec;
	outline: none;
	padding: 4px 3px;
	width: 160px;
}
#commentform p label {
	margin: 4px 0 0 0;
}
#commentform textarea {
	float: none;
	width: 98%;
	overflow: auto;
}

/* =----------------------------------- boring footer */
#footer {
	/*border-top: 1px solid #3c6c92;*/
	margin: 15px 10px;
}
#footer p {
	padding: 14px 3px 0; 
}

/* =----------------------------------- floats + clearing rule */
.floatleft,
.alignleft {
	float: left;
	margin: 3px 7px 0 0;
}
.floatright,
.alignright {
	float: right;
	margin: 3px 0 0 7px;
}
.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;
}
/* =----------------------------------- fix collumn issue */
#sideWrap {margin-left:445px;}
/* =----------------------------------- custom fields */
.thumbnail-class {
	background: #fff;
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 10px 0 0;
	}
	div#archiveColumn img.thumbnail-class {
		background: #fff;
		float: left;
		width: 100px;
		height: 100px;
		margin: 0 10px 0 0;

	}
.left {
	float: left;
	margin: 0 15px 0 0;
	}
.lead-image-class {
		background: #fff;
		float: left;
		width: 400px;
		margin: 0 10px 10px 0;
		
		}
.left {
		float: left;
		margin: 0 15px 0 0;
		}

div#flash-video-player-5.widgetContainer.FlashVideoPlayerPlugin_widget, div#wordtube {margin: 0;background: #adb9d5 url(images/fr-light.gif) no-repeat scroll center;
}/* remove bottom margin from flash player */

/* =----------------------------------- style individual widgets in secondary column */
#text-3 div.textwidget img { width: 230px;
	
}

#text-3 div.textwidget {margin: 0;
	
}
#recent-posts-2, #tag_cloud-2, #tag_cloud-3, #categories-2, #calendar-2, #archives-2, #recent-comments-2, #linkcat-47, #directmail_sg, #text-4, #text-5, #text-6, #text-8, #meta-2 {
	background: #D1DBEC url(images/fr-light.gif) top no-repeat;
	padding: 10px;
	}
	
#directmail_sg form.directmail_sg table {
	width: 100%;
}

#directmail_sg form.directmail_sg table tbody tr td input {
	margin-bottom: 8px;
	float: right;
	
}

.sticky {}

.readmore{}
	
    #feature {
	background: #D1DBEC url(images/fr-light.gif) repeat scroll center top;
    width: 420px;
    float: left;
    padding:10px;
    font-size:12px;
    line-height:16px;
	border: 1px solid #D1DBEC;
    }
	#feature h2, #singleColumn h2{font-size:1.4em; line-height:1.4em; padding:7px 0 0 0;}
	
#fwrap {	
	width: 440px;
    float: left;
	margin-top:28px;
 }

.page-title h1 {margin:20px;color:#ddd;}

    #feature img {}

	hr.e {border: none 0; 
		border-bottom: 1px dashed #fff;
		width: 100%;
		height: 1px;
		margin: 20px auto 0 0;
		text-align: left;
		}
		
		/* ================================================================ 
		This copyright notice must be untouched at all times.

		The original version of this stylesheet and the associated (x)html
		is available at http://www.cssplay.co.uk/menus/final_drop.html
		Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
		This stylesheet and the associated (x)html may be modified in any 
		way to fit your requirements.
		=================================================================== */

		.menu {width:745px; height:32px; position: relative; z-index:100;border-right:1px solid #000; font-family:arial, sans-serif;
			float: left;
			margin-top: 10px;
		}
				/* hack to correct IE5.5 faulty box model */
				* html .menu {width:746px; w\idth:745px;}
				/* remove all the bullets, borders and padding from the default list styling */
				.menu ul {padding:0;margin:0;list-style-type:none;}
				.menu ul ul {width:149px;}
				/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
				.menu li {float:left;width:149px;position:relative;}
				/* style the links for the top level */
				.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:138px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#09c; padding-left:10px; line-height:29px; font-weight:bold;}
				/* a hack so that IE5.5 faulty box model is corrected */
				* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

				/* style the second level background */
				.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}
				/* style the second level hover */
				.menu ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
				.menu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
				/* style the third level background */
				.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
				/* style the third level hover */
				.menu ul ul ul a:hover {background:#b2ab9b;}


				/* hide the sub levels and give them a positon absolute so that they take up no room */
				.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #000;}
				/* another hack for IE5.5 */
				* html .menu ul ul {top:30px;t\op:31px;}

				/* position the third level flyout menu */
				.menu ul ul ul{left:149px; top:-1px; width:149px;}

				/* position the third level flyout menu for a left flyout */
				.menu ul ul ul.left {left:-149px;}

				/* style the table so that it takes no ppart in the layout - required for IE to work */
				.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

				/* style the second level links */
				.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
				/* yet another hack for IE5.5 */
				* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

				/* style the top level hover */
				.menu a:hover, .menu ul ul a:hover{color:#000; background:#b7d186;}
				.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#b7d186;}

				/* make the second level visible when hover on first level list OR link */
				.menu ul li:hover ul,
				.menu ul a:hover ul{visibility:visible; }
				/* keep the third level hidden when you hover on first level list OR link */
				.menu ul :hover ul ul{visibility:hidden;}
				/* make the third level visible when you hover over second level list OR link */
				.menu ul :hover ul :hover ul{ visibility:visible;}
		


		/* ================================================================ 
		   This CSS is further CSS I have created specifically for Wordpress
		   so that the current page is highlighted in two levels.
		   If you want it in three levels let me know.

		   Author: Isaac Rowntree
		   Website: www.zackdesign.biz
		=================================================================== */


		.menu ul ul .current_page_item a {
		  color: red;
		  background: white;
		  border-left: 1px solid black;
		}

		.menu .current_page_item a {
		  color: red;
		  font-weight: bold;
		  background: white;
		}

		.menu ul .current_page_item ul a {
		  color: white;
		  font-weight: normal;
		  background: black;
		}

		.menu ul .current_page_item ul a:hover {
		  background: gray;
		}

		.menu .current_page_item a:hover {
		  background: white;
		}

#text-2 div.textwidget p {
	margin-bottom: 8px;
}

.posted{color:#777;margin-left:10px;}
.author{color:#777;margin-left:10px;}
#stage .postMeta {margin-bottom: 14px;
	
}

/*-- remove link highlights from supported by widget --*/
#text-8 div.textwidget a img {border-style: none;}
#text-8 div.textwidget a img, #text-8 div.textwidget a:hover {border-bottom: 0;}
/*-- remove link hoverline from sspdc matrix thumbnail images --*/
div.entry div.sspdc_album_matrix div.sspdc_thumbnail a {
	color: #3c6c92;
	border-bottom: 0
	}