/*
Theme Name: RedSquareDance
Theme URI: http://awnblogspot.com/
Description: A simple, clean, two columned layout.
Version: 1.0
Author: Business Logs - 2006
Author URI: http://businesslogs.com/ 
*/

/* Design & Code are copyright Mike Rundle, 2006. */

/* Body and box-like elements */
html, body { padding: 0; margin: 0; }

body {
	background: #fff;
	font: normal 12px/1.5em "Lucida Grande", "Verdana", sans-serif;
	color: #333; }
	
#frame {
	width: 780px;
	background: #e2e2e2;
	padding: 0 10px;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	margin: 0 auto; }
	
	#header {
		width: 760px;
		background: #cc1103 url(images/header_trans.png) bottom left no-repeat;
		padding: 5px 10px 10px 10px;
		border-top: 1px solid #6d0800;
		border-bottom: 3px solid #6d0800;
		margin: 0; }
		
	#contentcontainer {
		width: 760px;
		background: transparent url(images/container_bg.gif) top left repeat-y;
		padding: 10px 10px 0 10px;
		margin: 0; }
		
		#topadcontainer { padding: 10px; background: #e2e2e2; }
		
		#topadcontainer .ad {
			width: 728px;
			height: 90px;
			margin: 0 auto;
			background: #fff;
			border: double #aaa; }
		
		#maincontent {
			width: 480px;
			float: left;
			padding: 0;
			margin: 0; }
			
			#maincontent .eachpost { padding-bottom: 25px; }
			
		#sidecontent {
			width: 250px;
			float: right;
			padding: 0;
			margin: 0; }
			
		#footer {
			padding: 6px 10px;
			background: #8c0808;
			margin: 0 -10px;
			color: #eabebe;
			border-top: 3px solid #560202;
			clear: both; }
			
			#footer a {
				font-weight: bold;
				color: #fff;
				text-decoration: none; }
				
				#footer a:hover {
					text-decoration: underline;
					color: #fff; }
			
			
			
			
			
/* Headings H1-H6 */
h1 {
	padding: 0;
	margin: 0; }
	
	h1 a {
		font: bold 32px "Baskerville", "Palatino", serif;
		color: #fff;		
		text-decoration: none; }
		
		h1 a:hover:after {
			content: " \00BB \0020"; }
		
h2 { }

	#header h2 {
		padding: 0 0 3px 0;
		border-bottom: 1px dotted #d36d64;
		margin: 0;
		color: #ebbdb9;
		font: bold 14px "Trebuchet MS", "Tahoma", "Verdana", sans-serif; }
		
		#header h2 a {
			color: #ebbdb9;
			text-decoration: none; }
	
	#maincontent .eachpost h2 {
		padding: 5px 0;
		margin: 0;
		border-bottom: 1px dotted #aaa;
		color: #000;
		font: bold 20px/1.2em "Trebuchet MS", "Tahoma", "Verdana", sans-serif; }
		
		#maincontent .eachpost h2 a {
			color: #ae3d00;
			text-decoration: none; }
			
			#maincontent .eachpost h2 a:hover {
				color: #792b00;
				text-decoration: underline; }
			
h3 { }

	#maincontent .eachpost h3 {
		background: #f1f1f1 url(images/calendar.gif) 5px 50% no-repeat;
		padding: 5px 5px 5px 20px;
		color: #555;
		border-bottom: double #ddd;
		font: normal 10px "Lucida Grande", "Verdana", sans-serif;
		margin: 0 0 15px 0; }
		
		#maincontent .eachpost h3 a {
			color: #333;
			font-weight: bold;
			padding: 1px 2px;
			text-decoration: none; }
			
			#maincontent .eachpost h3 a:hover {
				color: #000;
				text-decoration: underline;
				background: #fff; }
				
h4 { }

	#maincontent .eachpost h4 {
		margin: 0 10px 5px 10px;
		padding: 25px 0 3px 0;
		font: bold 16px "Trebuchet MS", "Tahoma", sans-serif;
		color: #666;
		border-bottom: 1px dotted #ccc; }
		
	#sidecontent h4 {
		margin: 15px 0 4px 0;
		padding: 0 0 3px 0;
		font: bold 14px "Trebuchet MS", "Tahoma", sans-serif;
		color: #333;
		border-bottom: 1px dotted #ccc; }
		
h5 { }

	#maincontent .eachpost h5 {
		margin: 0 10px 5px 10px;
		padding: 15px 0 0 0;
		font: bold 12px "Trebuchet MS", "Tahoma", sans-serif;
		color: #aaa;
		text-transform: uppercase; }
		
h6 { }

	#maincontent .eachpost h6 {
		margin: 0 10px;
		padding: 4px;
		font: normal 10px "Lucida Grande", "Verdana", sans-serif;
		background: #888;
		border-top: 5px solid #eee;
		color: #ccc; }
		
		#maincontent .eachpost h6 a {
			font-weight: bold;
			text-shadow: #333 2px 2px 0;
			color: #fff;
			text-decoration: none; }
			
			#maincontent .eachpost h6 a:hover {
				color: #fff;
				text-decoration: underline; }
				
				
				
				
				
/* Paragraphs and Links */
.eachpost p {
	padding: 0 10px 1.6em 10px;
	margin: 0;
	font: normal 13px/1.5em "Palatino", "Times New Roman", serif;
	color: #333; }
	
	p a {
		font-weight: bold;
		color: #000;
		text-decoration: none; }
		
		p a:hover {
			color: #f00;
			text-decoration: underline; }
			
#sidecontent p {
	padding: 0 0 1.5em 0;
	margin: 0;
	font: normal 12px/1.5em "Lucida Grande", "Verdana", sans-serif;
	color: #333; }
			
		
		
		
		
/* Lists & Navigation */
ul {
	list-style: none;
	padding: 0;
	margin: 5px 0 0em 0; }
	
	ul li {
		margin: 0 20px 5px 20px;
		background: transparent url(images/li.gif) 0 4px no-repeat;
		padding: 0 0 0 10px;
		font: normal 11px "Lucida Grande", "Verdana", sans-serif; }
		
	
		
		ul li a {
			font-weight: bold;
			color: #000;
			text-decoration: none; }
			
			/* Email to a friend only */
			#emailtoafriend {
				background: #C1C9C9;
				color: #000000;
				padding: 5px;
			}

			#emailtoafriend label {
				font-weight: bold;
			}

			form textarea {
				width: 75%;
			}
			
		
		








			
			
			
			
			
			
