/*  
Theme Name: Prox-Fits
Author: The Mace Group
Author URI: http://www.macegroupllc.com/
Version: 1.0.3
Description: Proximity is a Premium theme, designed to display stories in a news/magazine style layout.  Once activated, please go to the <a href="?page=theme-options.php">settings page</a> and configure this theme.
Tags: red, grey, white, news, magazine, theme options, custom header

All WordPress code and funtions are under GPL:
http://www.opensource.org/licenses/gpl-license.php

All CSS and images are copyright Mace Group, all rights reserved.
*/

html, body { margin: 0; padding: 0; }

body { 
	background: #FFF url(images/body-bg.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	text-align: center;
}

body * {margin: 0px; padding: 0px;}

.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }

/*********************************************
		Built in WordPress Styles
*********************************************/
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*********************************************
		Link Styles
*********************************************/
a {
	color: #0082d1;
	text-decoration: underline;
}
a:hover { color: #000; text-decoration: underline; }

/*********************************************
		Text Elements
*********************************************/
p, ul, ol, blockquote {color: #333;}
ol, ul {
	margin: 5px 35px;
}
blockquote {
	margin: 0px 0px 0px 15px;
	padding: 0px 45px 0px 50px;
	background: url(images/quote.gif) no-repeat;
	font-style: italic;
	color: #999;
}
img { border: 0px; background: none; }
p {
	padding: 10px 0px;
	margin: 0px;
}
hr {
	height: 1px;
	background: #bbbebe;
	margin: 10px 0; padding: 0;
	border: none;
}
/*********************************************
		Header Styles
*********************************************/
h1 { /* This style used as title on single posts and pages */
	font-weight: normal;
	font-size: 25px;
	margin: 0px; padding: 0px;
	color: #555;
}
h2 { /* This style used as header in the sidebars */
	clear: both;
	font-size: 18px;
	color: #000;
	font-weight: normal;
	margin: 0px 0px 10px 0px; padding: 5px 5px;
}
h2 a {
	text-decoration: none;
}
h2 a:hover {
	color: #CD3333;
	text-decoration: none;
}
h3 { /* This style used as the post titles on homepage/archive */
	font-weight: normal;
	font-size: 20px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #333;
	text-decoration: none;
}
h3 a {
	color: #333;
	text-decoration: none;
}
h3 a:hover {
	color: #CD3333;
	text-decoration: none;
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-weight: normal;
	font-size: 20px;
	margin: 0px; padding: 0px;
	color: #555;
}
h5 {
	background: #424241 url(images/heading-bg.gif) repeat-x;
	font-size: 16px; line-height: 28px;
	font-weight: normal;
	color: #FFF;
	padding: 0 10px;
}
h6 {
	font-size: 14px;
	color: #000;
	margin: 0; padding: 5px;
}

/*********************************************
		Header Styles
*********************************************/
#header {
	background: url(images/header.gif) no-repeat;
	margin: 20px auto 0 auto; padding: 0px;
    width: 980px; height: 113px;
	display: block;
	position: relative;
}
#header .left {
	display: block;
	float: left;
	width: 420px; height: 113px;
	margin: 0px; padding: 0px;
	overflow: hidden;
}
#header .left a {
	display: block;
	float: left;
	width: 420px; height: 113px;
	margin: 0px; padding: 0px;
	text-indent: -9999px;
	overflow: hidden;
}
#header .right {
	display: block;
	float: right; text-align: right;
	width: 540px; height: 113px;
	margin: 0px; padding: 0px;
}
#header .right #weatherandsearch {
	float: right;
	width: 365px; height: 80px;
	margin: 0; padding: 8px 0 0 0;
}
#header .right #weather {
	float: left;
	padding: 5px 0 0 45px;
}
#header .right #search {
	float: right;
	text-align: right;
	margin: 0px; padding: 5px 25px 0px 0px;
}
#header .right #search #s {
	width: 100px;
	background: #FFF;
	margin: 0 0 5px 0; padding: 3px 28px 3px 3px;
	border: 1px solid #DDD;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	color: #666;
}
/*********************************************
		Horizontal Navigaion Styles
*********************************************/
#menu {
	font-size: 13px;
	width: 540px;
	margin: 0px auto; padding: 8px 0 0 0;
	height: 25px; line-height: 25px;
	display: block;
}
/* This is the style for the first UL (the grey) */
#menu ul {
	display: block; float: right;
	list-style-type: none;
	height: 25px; line-height: 25px;
	margin: 0px auto; padding: 0px 10px 0px 0px;
}
/* This is the style for the top level list items */
#menu ul li {
	width: auto;
	display: block;
	float: left;
	list-style-type: none;
	height: 25px; line-height: 25px;
	margin: 0px; padding: 0px;
}
/* The style for all links */
#menu a {
	display: block;
	color: #3f3f3f;
	text-decoration: none;
	padding: 0 10px;
}
#menu li.current_page_item a {
	color: #FFF;
	background: #595959;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
}
#menu a:hover,
#menu li.current_page_item a:hover {
	color: #FFF;
	background: #999;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
}
#menu li.feed a {
	background: none;
	padding-top: 3px;
}
#submenu {
	font-size: 11px;
	width: 980px;
	background: #1e1f1f url(images/menu-bg.gif) repeat-x;
	margin: 0px auto; padding: 0px;
	height: 30px; line-height: 30px;
	display: block;
}
/* This is the style for the first UL (the grey) */
#submenu ul {
	display: block; float: right;
	height: 30px; line-height: 30px;
	margin: 0px auto; padding: 0px 0px 0px 10px;
}
/* This is the style for the top level list items */
#submenu ul li {
	width: auto;
	display: block;
	float: left;
	list-style-type: none;
	height: 30px; line-height: 30px;
	margin: 0px; padding: 0px;
}
/* The style for all links */
#submenu a {
	color: #FFF;
	text-decoration: none;
	padding: 0 15px;
}
#submenu a:hover {
	text-decoration: underline;
}
	
/*********************************************
		Container Div
*********************************************/
#container {
	text-align: left;
    margin: 0px auto; padding: 10px 0px 0px 0px;
    width: 980px;
}
/* Email popup div */
#wp-email-popup {
	background: #FFF;
}

/*********************************************
		Breadcrumb Nav
*********************************************/
#breadcrumb {
	padding: 0px 0px 15px 0px;
}
#breadcrumb,
#breadcrumb a {
	color: #666;
	font-size: 11px;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #333;
	text-decoration: underline;
}

/*********************************************
		Content Div
*********************************************/
#content {
	float: left;
	margin: 0px; padding: 10px;
	width: 648px;
	display: block;
	background: #dcdcdc;
	border: 1px solid #bfbfbf;
}
#content .box {
	background: #FFF;
	border: 1px solid #b3b3b3;
	border-bottom: 2px solid #616161;
}

/*********************************************
		Feature Div (home, other)
*********************************************/
#feature {
	background: #1a1a1a url(images/feature-bg.gif) repeat-x !important;
	display: block;
	float: left;
	margin: 0px; padding: 0px;
	width: 648px;
}
#feature img {
	float: left;
	padding: 0 10px 0 0;
}
#feature .postcontent {
	float: left;
	width: 305px;
}
#feature a {
}
#feature a:hover {
	color: #FFF;
}
#feature h3.title {
	color: #FFF;
	font-weight: normal;
	margin: 0px; padding: 0px;
}
#feature h3.title a {
	color: #FFF;
	text-decoration: none;
}
#feature h3.title a:hover {
	color: #EEE;
}
#feature .meta {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #888;
}
#feature p {
	color: #FFF;
	font-size: 12px;
	text-align: justify;
	margin: 0px; padding: 3px 0px 0px 0px;
}
#feature #feature-nav-palpulse {
	background: #313131;
	padding: 10px;
}
#feature #featurenav {
	float: left;
	width: 350px;
}
#feature #palpulse {
	background: #979696;
	float: right;
	width: 250px;
	color: #FFF;
	font-size: 11px;
	padding: 5px;
	line-height: 1.2em;
}
#feature #palpulse h5 {
	background: none;
	padding: 0; margin: 0;
	line-height: 1.3em;
}
#feature #palpulse a {
	color: #FFF;
	text-decoration: none;
}

/*********************************************
		Post-by-Category Div (home, other)
*********************************************/
#categories {
	display: block;
	float: left;
	width: 648px;
	margin: 10px 0px; padding: 0px;
	background: #FFF;
}
#categories .post {
	margin: 0px; padding: 10px;
	border: 1px solid #dcdcdc;
	width: 302px; height: 140px;
	float: left;
}
#categories .posttext {
	width: 190px; float: right;
}
#categories a.cat {
	color: #005a90;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
}
#categories a:hover {
}
#categories img {
	display: block;
	float: left;
	width: 100px; height: 100px;
	margin: 0px; padding: 0px 10px 0px 0px;
}
#categories h3.title {
	font-size: 12px;
	font-weight: bold;
	margin: 0px; padding: 0px;
}
#categories h3.title a {
	color: #333;
	text-decoration: none;
}
#categories .meta {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #888;
}
#categories p {
	font-size: 11px;
	line-height: 14px;
	margin: 0px; padding: 0px;
	text-align: justify;
}

/*********************************************
		Quicklink Images (home)
*********************************************/
#quicklinks {
	width: 650px;
}
#quicklinks a {
	display: block; float: left;
	height: 68px;
	text-indent: -9999px;
	overflow: hidden;
}
#quicklinks a.radio {
	background: url(images/quicklink-images.gif) 0px 0px no-repeat;
	width: 218px;
}
#quicklinks a.video {
	background: url(images/quicklink-images.gif) -218px 0px no-repeat;
	width: 220px;
}
#quicklinks a.blast {
	background: url(images/quicklink-images.gif) -438px 0px no-repeat;
	width: 210px;
}

/*********************************************
		Boxes below Quicklinks (home)
*********************************************/
#boxes-below-quicklinks {
	margin: 10px 0;
}
#selfad {
	width: 299px; height: 250px;
	float: left;
	padding: 10px;
}
#poll {
	width: 319px; height: 270px;
	float: right;
	font-size: 11px;
}
#poll .wp-polls {
	padding: 5px 10px;
}
#poll p {
	margin: 0; padding: 5px 0;
}

/*********************************************
		More News (home)
*********************************************/
#morenews {
	width: 648px;
}
#morenews h5 {
	background: #181f25 url(images/morenews-h5.gif) repeat-y;
}
#morenews .usnews,
#morenews .scnews {
	width: 300px;
}
#morenews ul {
	font-size: 11px;
	list-style: square;
	margin: 0; padding: 5px 0 10px 25px;
}

/*********************************************
		Single Post Styles
*********************************************/
#post {
	padding: 10px;
}
#post .meta {
	clear: both;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #888;
	margin: 0px; padding: 5px 0px 10px 0px;
}
#post .meta .alignright a {
	color: #888;
	text-decoration: none;
}
#post .meta .alignright a:hover {
	color: #888;
	text-decoration: underline;
}
#post .meta .comment {
	background: url(images/meta/comment.gif) 0px 1px no-repeat;	
	padding: 0 5px 0 20px;
}
#post .meta .email {
	background: url(images/meta/email.gif) 0px 1px no-repeat;
	padding: 0 5px 0 20px;
}
#post .meta .print {
	background: url(images/meta/print.gif) 0px 1px no-repeat;
	padding: 0 5px 0 20px;
}
#post p, #post li,
.page p, .page li {
	line-height: 20px;
}
/* post subheading styles */
#post h2,
#post h3,
#post h4,
#post h5 {
	clear: both;
	background: none;
	border: none;
	color: #333;
	font-family: Georgia, "Times New Roman", Serif;
	font-weight: normal;
	text-transform: none;
	margin: 0px 0px 10px 0px; padding: 5px 0px;
}
#post h2 {
	font-size: 22px;
}
#post h3 {
	font-size: 20px;
}
#post h4 {
	font-size: 18px;
}
#post h5 {
	font-size: 16px;
}
.meta-bottom {
	padding: 10px 0;
}
.meta-bottom ul {
	margin: 0; padding: 5px 0 0 0;
	list-style: none;
}
.meta-bottom ul li {
	margin: 0; padding: 5px 10px;
}
.meta-bottom a {
	text-decoration: none;
}
.meta-bottom #related {
	display: block;
	float: left;
	width: 319px; height: 215px;
}
.meta-bottom #recent {
	display: block;
	float: right;
	width: 319px; height: 215px;
}

/*********************************************
		Author Archive Styles
*********************************************/
.authorbox p {
	margin: 0px; padding: 0px 0px 8px 0px;
}
.authorbox p.title {
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
}
.authorbox img {
	float: left;
	margin: 0px 10px 3px 0px; padding: 0px;
}

/*********************************************
		Archive/Blog Page Styles
*********************************************/
.page-archive .post {
	display: block;
	clear: both;
	margin: 0px; padding: 0px 0px 10px 0px;
}
.page-archive .post a {
}
.page-archive .post a:hover {
}
.page-archive .post img {
	display: block; float: left;
	width: 300px;
	margin: 0px; padding: 0px 10px 0px 0px;
}
.page-archive .post h3.title {
	font-family: Georgia, "Times New Roman", Serif;
	font-weight: normal;
	margin: 0px; padding: 0px;
}
.page-archive .post h3.title a {
	color: #555;
	text-decoration: none;
}
.page-archive .post h3.title a:hover {
	color: #CD3333;
}
.page-archive .post .meta {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #888;
}
.page-archive .post p {
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	margin: 0px; padding: 10px 0px 0px 0px;
}

/*********************************************
		Search Results Styles
*********************************************/
.search-results h3.title {
	margin: 0px; padding: 10px 0px 0px 0px;
}
.search-results p {
	margin: 0px; padding: 0px 0px 10px 0px;
}
.search-results p.permalink {
	margin: 0px; padding: 0px;
	color: #999;
	font-size: 12px;
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 10px 0px;
	padding: 10px 0px;
}
.page-nav a {
	text-decoration: none;
}
.page-nav a:hover{
	text-decoration: underline;
}
.nav-previous {
	width: 249px; 
	float: left; 
	text-align: left;
}
.nav-next {
	width: 249px; 
	float: right; 
	text-align: right;
}

/*********************************************
		Sidebar Div
*********************************************/
#sidebar {
	display: block;
	float: right;
	width: 300px;
	margin: 0px 0px; padding: 0px;
	font-size: 11px;
}
#sidebar a {
	text-decoration: none;
}
#sidebar .video {
	margin: 0px; padding: 0px;
}
#sidebar .video embed, #sidebar .video object {
	width: 298px; height: 220px;
	margin: 0px; padding: 0px;
}
#sidebar .adsense {
	border: none;
	margin: 0 0 10px 0; padding: 0px;
	width: 300px;
	overflow: hidden;
}
#sidebar .box {
	border: 1px solid #c9cdcf;
	border-bottom: 1px solid #747474;
	background: #FFF;
	margin: 0 0 10px 0;
}
#sidebar .widget {
	margin: 10px 0px; padding: 0px;
}
#sidebar ul {
	list-style: square;
	margin: 0px; padding: 5px 0px 5px 20px;
}
#sidebar ul li {
	margin: 0px; padding: 0px;
}
#sidebar p,
#sidebar .textwidget {
	line-height: 17px;
	margin: 0px; padding: 0px 0px 10px 0px;
}
#sidebar img {
	text-align: center;
	margin: 5px 0px; padding: 0px;
}


#sidebar .stockwidget {
	text-align: center;
	padding: 10px;
}
#sidebar .newsletter {
	padding-bottom: 10px;
}
#sidebar .newsletter form {
	padding: 10px;
}
#sidebar .newsletter input {
	display: block;
	float: left;
	height: 25px;
}
#sidebar .newsletter input.email {
	height: 23px;
	border: 1px solid #999;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	color: #999;
	padding: 0 3px;
}
#sidebar .newsletter input.signup-button {
	border-left: 10px solid #FFF;
}

/*********************************************
		jTabber Styles
*********************************************/
/* 
	All jTabbers styles can be found in
	the /css/jtabber.css file 
*/

/*********************************************
		Comment Styles
*********************************************/
#comments {
	
	margin: 0px; padding: 0px;
}
#comments .title {
	font-size: 25px;
	margin: 0px; padding: 15px 10px;
}
#comments .even {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFF;
	overflow: hidden;
	border: none;
}
#comments .odd {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #F2F2F2;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
#comments .even blockquote {
	background: #F2F2F2;
	border: 1px solid #CCC;
	margin: 10px 0px; padding: 10px;
}
#comments .odd blockquote {
	background: #FFF;
	border: 1px solid #CCC;
	margin: 10px 0px; padding: 10px;
}
#comments .alert {
	background: #fffbd6;
	border: 1px solid #ebe067;
	margin: 5px 0px; padding: 5px;
}
#comments p {
	margin: 0px 0px 10px; padding: 0px;
}
#comments .gravatar {
	display: block;
	float: left;
	width: 85px;
	margin: 0px; padding: 0px 10px 0px 0px;
}
#comments .gravatar img {
	margin: 0px; padding: 3px;
	border: 1px solid #DDD;
}
#comments .comment-text {
	display: block;
	float: right;
	width: 530px;
	margin: 0px; padding: 0px;
	overflow: hidden;
}
#comments #commentform {
	margin: 5px 0px 0px 0px;
	padding: 10px;
	overflow: hidden;
}
#comments #commentform #author,
#comments #commentform #email,
#comments #commentform #url {
	width: 300px;
	margin: 0px 0px 5px 0px; padding: 5px;
}
#comments #commentform #comment {
	width: 615px;
	margin: 10px 0px 15px 0px; padding: 5px;
}

/*********************************************
		Footer Styles
*********************************************/
#footer {
	display: block;
	clear: both;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	margin: 0px; padding: 0px;
	color: #AAA;
	text-align: center;
}
#footerwrap {
	width: 980px;
	height: 40px; line-height: 40px;
	margin: 0px auto; padding: 0px;
	text-align: left;
}
#footer a {
	color: #AAA;
	text-decoration: underline;
}
#footer a:hover {
	color: #AAA;
	text-decoration: underline;
}
img#wpstats{display:none}



.facebookshare {
	width: 300px;
	float: left;
	clear: left;
}

.fitsfinger {
	clear: both;
	float: right;
	background: #990000;
	width: 100%;
}

.clear {
	clear: both;
}

.tweetmeme_button {
	height: 100px;
	clear: right;
}


.gallery {
    margin: auto;
    /* gallery clearing*/
    overflow: hidden;
    width: 100%;
	clear: both;
}
.gallery .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
	margin-right: 10px;
}
.gallery img {
    border: 2px solid #cfcfcf;
}
.gallery .gallery-caption {
    margin-left: 0;
}
.gallery br { clear: both }
 
/* available Columns */
.col-2 { width: 50% }
.col-3 { width: 33.333% }
.col-4 { width: 25% }
.col-5 { width: 20% }
.col-6 { width: 16.666% }
.col-7 { width: 14.285% }
.col-8 { width: 12.5% }
.col-9 { width: 11.111% 
