/*
Theme originally based on:
	Theme Name: Imageless
	Theme URI: http://www.tammyhartdesigns.com/free-wordpress-theme-imageless
	Description: A basic imageless theme designed for the purpose of having a base for developing new themes. This theme organizes the stylesheet better than Default and also uses better SEO practices.
	Version: 1.0
	Author: Tammy Hart
	Author URI: http://www.tammyhartdesigns.com/
*/

/*div {
	border:thin solid black;
}*/


/*DO NOT EDIT - GLOBAL STYLES*/

* {
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#6a645e;
	}

img {
	border:none;
	}
	
/*EDIT IMAGE ON HOME PAGE HERE ONCE IMAGE HAS BEEN LOADED INTO IMAGES FOLDER*/
	
div.homeimage {
		background:/* url(images/change_this_name.extension) --> */url(images/backbend.jpg) top center no-repeat;
		width:614px;
		height:200px;
		text-align:right;
		margin:0;
		}
		

/*DO NOT EDIT - GLOBAL STYLES*/	

/* Begin Settings and Classes */
a {
	text-decoration:none;
	color:#6a645e;
	outline:none;
	}
	
a:hover {
	border-bottom-color:#6a645e;
	text-decoration:underline;
	}
	
#nav li a:hover {
	text-decoration:none;
	}

a.underline {
			text-decoration:underline;
		}
		
a.nounderline {
			text-decoration:none;
		}
	
h1 a, h2 a, h3 a {
	border:none;
	}
		
h1 a:hover, h2 a:hover, h3 a:hover, #sitename:hover {
	color:#555;
	}
p.text { font-size: 12px;
	margin:0;
	margin-bottom:10px;
	}
p {
	margin:0;
	margin-bottom:10px;
	}
	
h2, h3 {
	font-weight:normal;
	}

h1 {
	font-size:1.2em;
	font-weight:bold;
	padding:0;
	margin:0;
	}
	
h1.banner {
	font-size:1.3em;
	text-transform:uppercase;
	font-weight:normal;
	background:#edeadf;
	padding:6px 0 6px 20px;
	}
	
h1.orange {
	background-color: #ffdc7e;
	padding:6px;
	float:left;
	margin: 0 0 10px 10px;
}
	
h2 {
	font-size:1.5em;
	color:#666;
	}
	
h2.searchresults {
	margin:20px 0 0 20px;
}
	
h3 {
	font-size:1.1em;
	font-weight:bold;
	}
	
small {
	font-size:.9em;
	color:#777;
	}
	
code {
	font: 1.1em "Courier New", Courier, Fixed;
	}
	
pre {
	font: 1.1em "Courier New", Courier, Fixed;
	margin:1.5em;
	padding:10px;
	background:#fafafa;
	border:1px solid #eee;
	}
	
acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
hr {
	clear:both;
	width:80%;
	height:1px;
	border:none 0;
	color:#ccc;
	background-color:#ccc;
	margin:1.5em 0;
	}
	
blockquote {
	margin:1.5em;
	padding:1px 1.5em;
	background:#fafafa;
	border:1px solid #eee;
	border-left-width:3px;
	}
	
	cite {
		font-style:italic;
		font-size:.9em;
		display:block;
		margin:5px 0 0;
		text-align:right;
		}
		
	cite:before {
		content: "\2014 \0020";
		}
		
.post>ul, .post>ol {
	margin:1.5em;
	}
	
	.post li {
		padding:.25em 0;
		margin-left:30px;
		}
		
	.post li h3 {
		margin:0;
		}
		
.clear { 
	clear:both;
	height:0;
	line-height:0;
	font-size:1px;
	}
		
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}
	
.aligncenter, div.aligncenter, img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}


/* Begin Images */	
img.alignleft {
	margin-right:10px;
	}
	
img.alignright {
	margin-left:10px;
	}

.wp-caption, .attachment img {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f5f5f5;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: .9em;
	line-height: 1.5em;
	padding: 0 4px 4px;
	margin: 0;
}

.attachment img {
	padding:4px;
	}
/* End Images / End Settings and Classes */



/* Begin Structure */
body {
	background:#fafafa url(images/paper.jpg) top left repeat;
	font:62.5% Arial, Helvetica, sans-serif;
	color:#444;
	text-align:center;
	}
	
#page {
	background: url(images/bgwide.jpg) top center repeat-y;
	margin:20px auto;
	text-align:center;
	width:920px;
	text-align:left;
	}


/* Begin Header */	
#header {
	background: #d9d891 url(images/logo.png) 10px 10px no-repeat;
	padding:20px;
	height:100px;
	margin:0 10px 0 10px;
	text-decoration:none;
	cursor:pointer;
	}
	
	#sitename {
		display:none;
		}
	
	div.box {
		height:40px;
		width:200px;
	}
		
	#description {
		display:none;
		margin-top:70px;
		text-decoration:none;
		}
		
	#header a:hover {
		text-decoration:none;
	}
		
	
		
		#s {
			width:147px;
			border:1px solid #ccc;
			background:#fff;
			font-size:11px;
			padding:3px;
			}
			
		#searchsubmit {
			width:50px;
			border:1px solid #ccc;
			background:#e0e0e0;
			font-size:11px;
			padding:2px;
			cursor:pointer;
			}
		
/* End Header */


/* Begin Page List */		
#nav {
	height:30px;
	line-height:30px;
	font-size:1.1em;
	text-transform: uppercase;
	background:#edeadf;
	margin:0 10px 0 10px;
	}
	
	#nav li {
		float:left;
		list-style:none;
		padding:0;
		border-right:1px solid #d5d2c8;
		}
		
		#nav li a {
			border:none;
			padding:7px;
			padding-top:8px;
			}
			
		#nav li a:hover, #nav li a:active, #nav li.current_page_item a, #nav li.current_page_parent a {
			background:#d9d6d0;
			}
			
		#nav li a.current {
			background-color:#000000;
			}
/* End Page List */

		
/* Begin Content */	
#content {
	font-size:1.2em;
	line-height:1.4em;
	float:left;
	width:614px;
	margin-left:10px;
	}
	
	div.banner {
		margin:0;
		}
	
	div.banner ul {
		list-style:none;
	}
	
	div#mainimage {
		background:top center no-repeat;
		width:614px;
		height:200px;
		text-align:right;
		margin:0;
		}
		
	h1.maingreeting {
		background:none;
		margin:0;
		padding:30px 30px 0 0;
		font-size:2.4em;
		color:#4E473F;
		/*letter-spacing:-.05em;*/
	}
	
	p.maingreeting {
		margin:0;
		padding:5px 30px 0 360px;
		color:#4E473F;
		clear:both;
	}
	
	p.signup {
		margin:0;
		padding:5px 0 0 475px;
		color:#4E473F;
		font-weight:bold;
		float:left;
	}
	
	p.signup a:hover {
		text-decoration:none;
	}
	
	p.signup img {
		padding-left:5px;
	}
	
	p.signup span {
		text-decoration:underline;
	}
	
	.greeting {
		padding:20px;
		text-align:left;
	}
	
	.text {
		padding:0;
		margin:0;
	}
	
	div#joinmaya {
		margin:20px 0 20px 0;
	}
	
	div.post {
		margin:20px 20px 0 20px;
		width:580px;
		}
	
	div.category-uncategorized div.postdate {
		display:none;
		}	
		
	.entry {
		padding:0 0 0 10px;
		text-align:left;
		}
		
	.singleentry {
		margin:0 20px 20px 10px;
		text-align:left;
		clear:both;
		}
		
	.singleentry img {
		float:left;
	}
	
	p.invisible {
		display:none;
	}
			
	div.category-articles-and-external-links {
		text-align:left;
		}
			
	div.category-events {
		clear:both;
		margin-bottom:10px;
		}
			
		div.category-events div.entry {
			text-align:left;
			float:left;
			width:400px;
			margin-left:20px;
			}
			
		div.post.category-events {
			padding-top:20px;
				}
			
		div.post.category-events div.postdate {
				float:left;
				width:60px;
				background:#ffdc7e;
				text-align:center;
				padding:0 0 5px 0;
				}
			
		div.post.category-events span.postmo {
				color:#635A40;
				letter-spacing:3px;
				text-transform:uppercase;
				}


		div.post.category-events span.postday {
				color:#635A40;
				display:block;
				font-family:Georgia,serif;
				font-size:30px;
				line-height:normal;
				}
				
		p.submitevent {
			clear:both;
			margin-left:100px;
			padding-top:30px;
		}
			
	.postmetadata {
		border-top:1px solid #ddd;
		font-size:.9em;
		background:#f5f5f5;
		padding:2px 5px;
		letter-spacing:.1em;
		}
		
	.navigation {
		height:1.5em;
		font-size:.9em;
		margin:1.5em 0;
		}
		
	div#error {
		margin:20px;
	}
	
	div.searchresults {
		margin:20px;
	}
	
	div.searchresults ul {
		list-style:none;
		text-decoration:underline;
	}
	
	
/* Begin Comments */

div#comment {
	margin-left:30px;
}
		
.commentlist {
	margin-top:1.5em;
	}
		
.commentlist li {
	list-style:none;
	padding-bottom:1px;
	margin-bottom:40px;
	}
	
.commentlist li.alt {
	background:#fafafa;
	}
	
	.commentmetadata {
		border-bottom:1px solid #ddd;
		font-size:.9em;
		background:#f5f5f5;
		padding:2px 5px;
		letter-spacing:.1em;
		}
		
	.avatar {
		border:1px solid #ddd;
		float:left;
		margin-right:10px;
		display:block;
		padding:2px;
		background:#f5f5f5;
		}
		
	.commentlist li p {
		padding:0 10px;
		}
		
		
#commentform input, #commentform textarea {
	width:147px;
	border:1px solid #ccc;
	background:#fff;
	font-size:11px;
	padding:3px;
	}
	
#commentform textarea {
	width:500px;
	}
	
#commentform input:hover, #commentform textarea:hover, #commentform input:focus, #commentform textarea:focus {
	background:#fafafa;
	}
			
#commentform #submit {
	width:147px;
	border:1px solid #ccc;
	background:#e0e0e0;
	font-size:11px;
	padding:2px;
	cursor:pointer;
	}
/* End Comments / End Content */


/* Begin Sidebar */
#sidebar {
	float:right;
	font-size:1.1em;
	padding: 0;
	width:286px;
	margin-right:10px;
	}
	
	#sidebar a:hover {
		text-decoration:underline;
	}
	
	#sidebar ul {
		background:#e3dfd6;
		}
		
		#sidebar ul ul {
			padding:0;
			background:none;
			border:none;
			}
		
		#sidebar ul li {
			list-style:none;
			padding:10px 0 0 10px;
			zoom:1;
			}
			
		#sidebar li.top {
			margin-bottom:10px;
		}
		
		
		#sidebar ul#nolink li.widget_search {
			border-top:thin solid #d6d2c7;
		}
		
		#sidebar li li {
			margin:0;
			padding:5px;
			}
			
		/*BECOME A MEMBER LINK*/			
		#sidebar li#simple-sidebar-navigation-1 {
			background: #dce1e1 url(http://www.midatlanticyoga.org/wp-content/themes/imageless/images/arrowgray.gif) 255px 95px no-repeat;
			border-bottom:thin solid #d6d2c7;
			border-top:thin solid #d6d2c7;
			padding:10px;
			font-size:1.1em;
		}
		
		/*SEE RECENT IMAGES FLICKR LINK*/	
		#sidebar li#simple-sidebar-navigation-2 {
			background: url(http://www.midatlanticyoga.org/wp-content/themes/imageless/images/arrowgray.gif) 255px 17px no-repeat;
			padding:10px;
			clear:both;
			font-size:1.1em;
		}
		
		#sidebar li#simple-sidebar-navigation-3 {
			padding:0 10px 10px 10px;
			margin-top:-30px;
		}
		
		#sidebar li#simple-sidebar-navigation-4 {
			padding:0 10px 10px 10px;
			margin-top:-30px;
		}
		
		#sidebar li#simple-sidebar-navigation-5 {
			padding:0 10px 10px 10px;
			margin-top:-10px;
		}
		
		#sidebar li#simple-sidebar-navigation-6 {
			padding:0 10px 10px 10px;
			margin-top:-10px;
		}
		
		#sidebar li#simple-sidebar-navigation-7 {
			padding:10px 10px 10px 10px;
			margin-top:0;
		}
		
		#sidebar li.widget_search {
			padding-bottom:15px;
			border-bottom:thin solid #d6d2c7;
		}
		
		#sidebar li.gsom_widget {
			padding:0 10px 10px 10px;
			border-bottom:thin solid #d6d2c7;
		}
		
			#sidebar li.gsom_widget label {
				font-size: 1em;
			}
		
			#sidebar li.gsom_widget input {
				border:1px solid #ccc;
				background:#fff;
				padding:2px;
				width:150px;
			}
			
			#sidebar div.gsom-optin-radiogroup input {
				border:1px solid #ccc;
				background:#e0e0e0;
				padding:2px;
				width:75px;
				cursor:pointer;
			}
			
			#sidebar p.plugin-support {
				display:none;
			}
			
	#sidebar h4 {
		padding:15px 0 15px 0;
		font-size:1.1em;
		font-weight:normal;
		}
/* End Sidebar */


/* Begin Footer */
#footer {
	background: url(images/footer.png) bottom center no-repeat;
	padding-top:25px;
	height:30px;
	margin:0;
	text-align:center;
	}
/* End Footer / End Structure */
			

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}
	
#wp-calendar caption {
	text-decoration: none;
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	width: 100%;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	text-decoration: none;
	display: block;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
	}
/* End Calendar */


/* Flickr RSS Styler*/

div#sidebar ul li#flickrrss.widget img {
border:3px solid #fff;
margin:0;
padding:0;	
}

div#sidebar ul li#flickrrss.widget a {
display:block;
float:left;
border:1px solid #999;
width:82px;
height:82px;
margin:2px 2px 2px 2px;
}

div#sidebar ul li#flickrrss.widget a:link { border:1px solid #999; }
div#sidebar ul li#flickrrss.widget a:visited { border:1px solid #999; }
div#sidebar ul li#flickrrss.widget a:hover { border:1px solid #666; }
div#sidebar ul li#flickrrss.widget a:active { border:1px solid #999; }


/*
Tammy Hart
www.tammyhartdesigns.com
*/