/*
custom.css
'custom' style for the Tarski theme - http://tarskitheme.com/
Designed by Rick Laferriere.
*/

/* Main structure
----------------------------------------------- */
body.custom { min-width: 960px; }
body.custom #wrapper { width: 840px; }	


/* Header
--------------------------------------- */

body.custom #header {
	margin-bottom: 0.5em;
	background-image: url(http://lymefamilies.com/wp-content/themes/tarski/images/family_ccc_logoNavColor_sm.gif);
    background-repeat: no-repeat;
    background-position: 20px 155px;
}

body.custom #header-image { margin: 5px 0 -20px 0; } 

body.custom #blog-title { font-size: 2.2em; }

body.custom #title {
	text-align: right;
	border-bottom: none;
}

body.custom #tagline { color: #616161; }

body.custom #navigation { border-bottom: none;
	margin: 0; } 
	
body.custom #navigation ul.primary {
	display: none;
}

body.custom #locations {
	font-family: "Times New Roman", Times, serif;
	text-align: right;
	font-size: 1.2em;
	margin: 15px 0 0;
	border-bottom: none;
}

body.custom #locations p.primary {
	margin: 0 0 0.5em;
}

/* Content
--------------------------------------- */

body.custom #content {
	padding-top: 0.5em;
	margin-bottom: 1em;
}

body.custom #content .primary { width: 600px;
}

body.custom #content .primary blockquote {
	color: #404040;
}

body.custom #content .primary h3 {
	font-weight: bold;
}

body.custom .posts .entry {
	 margin: 0 0 3em;
}

/* HTML element control
--------------------------------------- */ 
		
/* Sidebar
--------------------------------------- */
        
body.custom #sidebar { padding-top: 1.06em; width: 180px;
}

body.custom #sidebar h3 {
	font-weight: bold;
}


/* Footer
--------------------------------------- */

body.custom #footer .clearfix {
	clear: both;
}

body.custom #footer .primary {
	width: 600px;
}

body.custom #footer .secondary {
	width: 180px;
}

/* Adjusts for margin above and below footer widget content to appear equal */

body.custom #footer .widget {
	margin: 0 0 1.2em;
}


