/* Styles for FlocksDiner dot com
Developed by DesmondCSmith at gmail dot com */

/* set margins and padding to zero across all browsers */

* {
	padding: 0;
	margin: 0;
}


/* General Declarations */

body {
	background: #7da7d8 url(i/images/back_02.png) top left repeat-x;
	font: small/1.2 "Lucida Grande", "Trebuchet MS", Geneva, sans-serif;
}

a:link, a:visited, a:active {
	color: #8c0000;
	text-decoration: none;
}

a:hover {
	color: #8c0000;
	text-decoration: underline;
}

img {
	border: 1px solid #cdcdcd;
	padding: 3px;
}

dt {
	font-weight: bold;
}
dd {
	margin-left: 10px;
}

li.podcaster {
	list-style-image: url(i/icons/broadcaster_13.gif);
	list-style-position: outside;
	margin-left:  17px;
	background-position: 0;
	display: list-item;
	line-height: 16px;
}

/* text styles */

#rightContent p, #footerInside p {
	margin: 5px 7px 8px 35px;
}

#leftContent p {
	margin: 5px 5px 5px 0px;
	font-size: 0.9em;
}

#footerInside p {
	font-size: 0.8em;
	color: #656565;
	margin-bottom: 20px;
}

#rightContent h1 {
	margin: 5px 5px 5px 35px;
}

#rightContent h2 {
	margin: 5px 5px 0px 35px;
	font-size: 1.2em;
}

#rightContent h2.heading {
	margin: 30px 5px 0px 35px;
	font-size: 1.2em;
	border-bottom: 2px solid black;
}


#rightContent h3 {
	margin: 5px 5px 0px 35px;
}

#rightContent small {
	margin: 0px 5px 0px 55px;
}

#rightContent ul, #rightContent ol, #rightContent dl {
	margin: 5px 5px 5px 50px;
}

/* @group Div Layout Styles */

#wrapper {
	width: 795px;
	margin: 0px auto 0px auto;
}

#header {
	background: transparent url(i/images/flocks_03.png) top left no-repeat;
	height:  144px;
	position: relative;
}

#navbar {
	background: transparent url(i/images/flocks_06.png) no-repeat;
	width: 542px;
	height: 71px;
	position: absolute;
	right: 0;
	bottom:  0;
}

#mainContent {
	width: 795px;
	background: transparent url(i/bgimages/mcBackground.png) top right repeat-y;
}

#rightContent {
	float: right;
	width: 638px;
	background: transparent url(i/images/flocks_08.png) top left no-repeat;
	padding-bottom: 0px;
	color: #333;
	}

#leftContent {
	float: left;
	width: 157px;
	background: transparent url(i/images/flocks_07.png) top left no-repeat;
	padding-top: 100px;
	}

#footerWrapper {
	background: transparent;
	clear:  both;
	padding-top: 40px;
	}
	
#footerInside {
	width: 638px;
	height:  220px;
	margin: 20px 0px 0px auto;
	clear:  both;
	background: url(http://flocksdiner.com/i/images/flocks_12.png) no-repeat center bottom;
}

#errorMessage {
	width: 80%;
	margin: 10px auto 10px auto;
	background: #fac242;
	border: 2px solid black;
	padding: 5px;
	}

#errorMessage p {
	font-size: 1.2em;
}

.alert {
	background: #fff2b9 url(i/icons/broadcast_navy_24.gif) no-repeat 5px center;
	padding: 3px;
	padding-left: 30px;
	border: 2px solid #580000;
	margin-top: 50px;
	display: block;
}

/* @end */

/* @group Navigation Specific Styles */

#navPlacement {
	position:  relative;
}

#nav { /* sets the styles for the ul list */
	position: absolute;
	display: block;
	width:542px;
	top:  0;
	right: 0;
	margin:0; 
	padding:0;
	list-style:none;
	}

#nav li			{
	display:inline;
	}
#nav a {
	position:absolute; 
	top:0px; 
	display:block;
	 text-indent:-9000px; 
	 overflow:hidden; 
	 height:68px;
	 }

#nav_blog a				{
	left:5px; 
	background:url(i/nav/sprite_01_blog.png) no-repeat 0 0;
	width: 83px;
	}

#nav_blog a:hover		{
	background-position: -166px 0;
	}

#nav_blog a.currentPage {
	background-position: -83px 0;
}


#nav_podcast a				{
	left:89px; 
	background:url(i/nav/sprite_02_podcast.png) no-repeat 0 0;
	width: 148px;
	}

#nav_podcast a:hover		{
	background-position: -296px 0;
	}

#nav_podcast a.currentPage {
	background-position: -148px 0;
}


#nav_resources a				{
	left:238px; 
	background:url(i/nav/sprite_03_resources.png) no-repeat 0 0;
	width: 173px;
	}

#nav_resources a:hover		{
	background-position: -346px 0;
	}

#nav_resources a.currentPage {
	background-position: -173px 0;
}

#nav_contact a				{
	left:410px; 
	background:url(i/nav/sprite_04_contact.png) no-repeat 0 0;
	width: 132px;
	}

#nav_contact a:hover		{
	background-position: -264px 0;
	}

#nav_contact a.currentPage {
	background-position: -132px 0;
}

/* @end */

/* @group WordPress Specific Styles */

#leftContent h2 {
	font-size: 1.0em;
}

#leftContent ul, #leftContent ol, #leftcontent dl {
	margin: 0px 3px 5px 5px;
	font-size: 0.9em;
	list-style: none;
}

.post h3 {
	margin: 0px 5px 0px 35px;
}

.sidebarAlert {
	background-color: #fac242;
	display: block;
	padding: 3px;
	border: 2px solid black;

}

h3#comments {
	border-top: 2px solid #565656;
	margin-top: 20px;
	padding-top: 20px;
}

p textarea {
	display: block;
	width:  500px;
}

.commentlist {
	font-size: 0.9em;
}

p.postmetadata {
	display: block;
	border: 1px solid #a9a9a9;
	background-color: #e7e7e7;
	padding: 10px;
	line-height: 1.0;
	font-size: 0.8em;
	color: #7e7e7e;
}

/* My Comment */

.navigation {
	width: 50%;
	font-size: 0.9em;
	float: right;
}

.post {
	padding: 10px 0px 10px 0px;
}

/* @end */

/* @group Table Styles */
table {
	margin: 10px 5px 10px 75px;
}

.alignRight {
	text-align: right;
}

/* @end */

/* @group Input Styles */

.colorInput {
	background-color: #dfdfdf;
	border: 2px solid black;
}

.colorInput:focus {
	background-color: #fff;
	border: 2px solid black;
}

/* @end */

/* @group Classes */

speaker {
	padding-top: 20px;
}

.heading_p {
	font-size: 130%;
	margin: 5px 7px 8px 35px;
}

.flash_holder {
	float:  right;
	padding-right: 7px;
}
/* @end */

