﻿/*	custom.css � custom styles for Cutline that YOU define	------------------------------------------------------		This stylesheet will allow you to futureproof your	changes against future releases and upgrades. I know	you work hard on your modified styles, and I don't	want you to feel like every upgrade is a total drag!		Instructions:		Modifying existing Cutline styles to your liking is a	breeze with this handy stylesheet. The <body> tag	within the header.php file has been appended with a	CSS class called "custom," and thanks to this, you now	have the ability to override ANY style that's declared	in the original Cutline stylesheet.		In practice, you simply need to copy the CSS for the	element that you want to change (from style.css) and	then paste it here. Prefix the new CSS declaration	with .custom, and then make your tweaks as necessary.		Here's an example:		To change the default color of unvisited links from 	blue to red (#c00) and remove the default underline, 	this is what you would do:		.custom a { color: #c00; text-decoration: none; }		Cool? Now get to hackin!*/body {	font-family: Trebuchet MS;	background-color: #fff;	color: #444;	text-decoration: none;	word-spacing: normal;	text-align: center;	letter-spacing: 0;}blockquote {	color: #555;	margin: 0 20px 1.5em 0;	padding: 0 0 0 43px;	background: url('images/blockquote.gif') no-repeat;	border-left: 0 solid #aaa;}/* Headlines */h2 {}.posts h2 {	padding: 10px 0px 0px 0px;}h4 {}.posts h4 {	background: none !important;}/*---:[ header styles ]:---*/#masthead {	width: 940px;}ul#nav {	width: 940px;	padding: 0 0;	border-bottom: none;	float: left;	clear: both;}ul#nav li {	padding: 0.85em 40px 0.7em 0;	float: left;}#header_img {	position: relative;	margin: 0 0 3.0em 0;	float: left;	clear: both;	border-bottom: none;}#header_img img {	display: block;	width: 940px;	height: 140px;	position: relative;	border-bottom: none;} /* this is really just an IE 6 and 7 hack in disguise *//*---:[ core layout elements ]:---*/#container {	width: 940px;	margin: 0 auto 0 auto;}#content_box {	width: 940px;	text-align: left;	float: left;	clear: both;}#content {	width: 660px;	padding: 0 20px 0 20px;	float: left;}#sidebar {	width: 230px;	float: left;}#footer {	width: 940px;	padding: 1.2em 0 0 0;	border-top: 2px solid #ccc;	float: left;	clear: both;}.custom .entry img {	border: solid 1px #ccc;	margin: 5px;	padding: 4px;}.custom .entry blockquote.right {	width: 200px;	font-style: normal !important;	font-size: 1.3em !important;	background: #fff !important;	margin: 0.3em 0 0.3em 15px !important;	padding: 0.3em 0 !important;	border: 3px double #aaa;	border-width: 3px 0;	text-align: center;	float: right;}.custom .entry blockquote.left {	width: 200px;	font-style: normal !important;	font-size: 1.3em !important;	background: #fff !important;	margin: 0.3em 15px 0.3em 0 !important;	padding: 0.3em 0 !important;	border: 3px double #aaa;	border-width: 3px 0;	text-align: center;	float: left;}.custom .entry gallery {	width: 920px;	float: left;}/* Date Formatting */.custom .date {	width: 60px;	height: 65px;	color: #000;	float: left;	margin: 0px 5px 0px 0px;	text-align: center;	position: relative;	right: 0;	background: url('images/Date.png') no-repeat;}.custom .date_day {	display:block;	font-size:1.5em;	font-weight:bold;}.custom .date_month {	padding: 3px 0px 0px 0px;	display:block;	font-size:1.5em;	font-weight:bold;}.custom .date_year {	display:block;	font-size:1.4em;}.custom li.widget .bluedot {	list-style: square;	background: url('images/DotGray.png') no-repeat;	float: left;	padding: 0 25px;	margin: 0.7em 0 0.7em 0;}.custom li.widget .bluedot:hover {	background: url('images/DotBlue.png') no-repeat;}.custom li.widget .bluedot a, .bluedot a:visited {	text-decoration: none;}