/*  
Theme Name: TOP
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.

*/

* {
	margin: 0;
	padding: 0;
}
body {
/*	background: #fff; */
        background-color: #FAFAFA;
	color: #333;
	font-size: 62.5%;
	font-family: Georgia, serif;
	text-align: center;
} 
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
	border-bottom: 1px solid #9c6;
}
h3 {
	font-size: 1.4em;
	margin-bottom: 10px;
}
h4 {
	font-size: 1.2em;
	margin-bottom: 5px;
}
h1, h3, h4 {
	text-shadow: 1px 1px 2px #ccc;
}
a {
	color: #3C6C92;
	outline: none;
	text-decoration: none;
	border-bottom: 1px solid #345D7F;
}
a:hover {
	color: #3c6c92;
	border-bottom: 1px solid #345D7F;
}

h2 a, h2 a:hover {
	border-bottom: none;
}

/* generic =form styles */
form input[type=text] {
	border: 1px solid #3C6C92;
	padding: 2px;
}

form input[type=text]:hover, #sidebar form input[type=text]:focus {
	background-color: #eee;
}

/* =----------------------------------- 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;
        background-color: #FFFFFF;
}
.post h2 {
	line-height: 1.2em;
}
.entry a,
.secondaryColumn a,
#commentsContainer h3 a,
.commentlist .comment-author a {
	border-bottom: 1px solid #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: bold;
}
.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: Georgia, arial,verdana,sans-serif;
	font-size: 1em;
}
#paginateIndex {
	font-size: 0.9em;
	text-transform: uppercase;
}
#footer {
	clear: both;
}
#footer p {
	text-align:center;
}
#footer p a {
	font-weight: bold;
	color:#333;
}

/* =----------------------------------- main structure */
#wrapper {
	margin: 0px auto 20px;
	text-align: left;
	width: 970px;
	padding: 0 5px;
}
#masthead {
	padding: 10px 0;
	position: relative;
}
#filler {}
#mainColumn {
	float: left;
	margin: 28px 0 0 0;
	width: 630px;
}
#SalesPageColumn {
	margin: 5px auto 0;
	width: 970px;
}
#sidebar {
	float: left;
	margin: 28px 0 0 40px;
	overflow: hidden;
	width: 300px;
}

#sidebar a 
{ font-weight:bold;
}

#sidebar a img {
	/* background: #fff; */
	border: 0px; 
	padding: 2px;
        border-bottom:0px;
}

/* =----------------------------------- header elements */
#masthead h1 {
	float: left;
	padding: 5px 10px;
}
#masthead h1 a {
	display:block;
	height: 118px;
	width: 150px;
	background: transparent url('images/hmg-logo.png') no-repeat;
	text-indent: -9999px;
	border-bottom: none;
}

#masthead h2 {
	font-size: 2.6em;
	line-height: 2em;
	float:left;
	padding: 5px 20px;
	color: #000;
	border-bottom: none;
}

#masthead .strapline {
	float:left;
	font-size: 1.8em;
	padding: 0px 20px;
	font-style: italic;
}

/* =sharexp */
#sharexp {
	text-align: right;
	position: absolute;
	right: 0px;
	top: 10px;
}

#sharexp p {
	margin-right: 85px;
}

#sharexp a span {
	background: transparent url(images/sharing-experiences-old-logo.jpg) no-repeat;
	position: absolute;
	top: -5px;
	right: 0px;
	display: block;
	width: 81px;
	height: 89px;
}

/* =----------------------------------- top + bottom navigation */
.navStripWrapper {
	position: relative;
	clear: both;
}

.nav {
	background: #eee;
	list-style-type: none;
}
.nav li {
	float: left;
	width: 121px;  /* AGH changed Jan 26 */
	line-height: 1.2em;
}
.nav li.last {
	width:123px; /* total hack to make up for extra space AGH changed Jan 26 */
}
.nav li a {
	display: block;
	padding: 7px 4px 0 7px;
	height: 60px;
    text-align: center;
	text-shadow: 0 1px #fff;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: none;
	color: #000;
	border-right: 1px solid #ccc;
}
.nav li a span {
	text-shadow: none;
	color: #888;
	font-size: 0.9em;
	font-weight: normal;
    text-align: center;
	text-transform: lowercase;
}
.nav li a:hover, .nav li.focus a {
	background: #85add6;
	color: #fff;
	border-bottom: none;
	text-shadow: 0 1px 1px #666666;
	border-right: 1px solid #85add6;
}
.nav li.last a {
	border-right: none;
}
.nav li.focus a span {
	color: #ccc;
}
.nav li.searchField {
	float: right;
	border: 0;
}
.nav .searchField div {
	margin: 9px 8px 0 0;
}
.nav .searchField span {
	background: #fff;
	border: 1px solid #ccc;
	border-left-color: #bbb;
	border-bottom-color: #bbb;
	display: block;
	padding: 2px;
}
.nav .searchField input {
	border: 1px solid #bbb;
	outline: none;
	padding: 4px;
	width: 220px;
	color: #777;
}
.toggleCategories li a {
	color: #fff;
}
.toggleCategories li a:hover, .toggleCategories .current_page_item a, .toggleCategories .current-cat a, .toggleCategories .current_page_parent a {
	color: #ddd;
}
.toggleCategories {
	background: #85add6;
	font-size: 16px;
}
.toggleCategories ul,
.toggleCategories2 ul {
	padding: 8px 7px 7px;
	text-align: center;
}
.toggleCategories ul li {
	display: inline-block;
	padding: 5px;
}
.toggleCategories li a {
	margin: 3px 0 4px 5px;
	border-bottom: none;
	text-shadow: 0 1px 1px #666666;
	color: #fff;
}
.toggleCategories li a:hover {
	border-bottom:none;
}

.sub-nav {
	font-size: 1.1em;
	border-top: 1px dotted #ccc;
	background-color: #759DC6
}
.sub-nav ul {
	padding: 5px;
}

.sub-nav li {
	padding: 3px;
}

/* =----------------------------------- meta lead for each post */

.post h2 span.date {
	font-size: 10px;
	text-transform: uppercase;
	color: #777;
	padding: 0px 4px;
	float: right;
}
span.comments a,
span.date a {
	color: #3c6c92;
}

.postMeta span.comments {
	background: #fff url(images/chat_grey.gif) no-repeat 2px -1px;
	padding-left: 18px;
}

/* =----------------------------------- general post */
.post {
	margin: 0 0 21px 0;
	font-size: 14px;
	line-height: 1.5em;
}
.post h2 {
	margin-bottom: 10px;
	padding: 0 3px;
}

/* =----------------------------------- entry body */
.entry {
	padding: 0 3px;
	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: circle;
}
.entry blockquote {
	border-left: 2px solid #99CC66;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-left: 21px;
	padding-left: 10px;
	background-color: #fcfcfc;
}
.entry img {
border:0px;
}

.entry a img {
	/* background: #fff; */
	border:0px; 
	padding: 2px;
}
.entry a:hover img {
	/* border-color: #3c6c92;*/
}

.entry.meta {
	background: #eee;
	border: 1px solid #ccc;
	border-width: 1px 0;
}
.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;
}

.entry a.slink  {	border-bottom: none;
	font-weight: normal;
        color:black;
}

.entry a.slink:hover {
	border-bottom: none;
	font-weight: normal;
        color:black;
}

/* =----------------------------------- 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;
}

/* =----------------------------------- =sidebar */
#sidebar {
	line-height: 1.5em;
        font-size: 13px; 
}

#sidebar ul {
	list-style-type: none;
}

#sidebar h3 {
	font-size: 1.2em;
	margin-bottom: 5px;
}

#sidebar > ul > li {
	padding: 0px 3px 5px 0px;
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 10px;
}

#sidebar p {
	padding-bottom: 5px;
}

#sidebar blockquote {
	font-style:italic;
}

#sidebar blockquote p {
	padding: 3px;
}

#sidebar form p label {
	float:left;
	width: 6em;
}

#sidebar form input[type=submit] {
	float:right;
	padding-left: 3px;
	padding-right: 3px;
}

#sidebar #searchform input[type=submit] {
	float:none;
}

/* =----------------------------------- style some comments */
#commentsContainer {
	margin-bottom: 30px;
}
#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 #bbb;
	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 {
	margin: 35px 0;
}
#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;
}

/* =home
 Homepage specific styles */
#home #mainColumn {
	width: 970px;
}

#home .section {
	padding: 10px;
	width: 300px;
	float: left;
}

#home h2 {
	margin: 0px 10px 10px;
	padding: 0px;
}

#home #intro {
	width: 620px;
	padding: 0px 10px;
	float: left;
}

#home #home-image {
	text-align: center;
}

table								{ margin: 18px 0; }
th, td								{ padding: 3px 12px; }