/*
Theme Name: Dove
Description: The first theme design for Internet Radio Magazine.
Version: 1.0
Author: P. Allen Trevethan, Jr.
Author URI: http://www.housetrevethan.com
*/

/* Normalize Settings */
p
{
	margin: 0px;
	padding: 0px;
	font-family: Sans-Serif;
}

a, a:visited, a:hover
{
	color: #0000ff;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	color: #ff0000;
}

h1,h2,h3,h4,h5
{
	margin: 0px;
	padding: 0px;
}

/* Main Containers */
body
{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	width: 100%;
	display: block;
}

#sitewrapper
{
	font-family: Sans-Serif;
	clear: both;
	width: 1000px;
	margin: 10px auto 0px auto;
	overflow: hidden;
	background-color: #ffffff;
}

#header
{
	clear: both;
	width: 1000px;
	background-color: #ffffff;
	display: block;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: double 3px #000000;
}

#navigation
{
	clear: both;
	width: 1000px;
	background-color: #ffffff;
	overflow: hidden;
	display: block;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#footer
{
	clear: both;
	width: 1000px;
	background-color: #dedede;
	margin: 10px 0px 20px 0px;
	overflow: hidden;
}

/* Header Elements */
#logoArea
{
	width: 600px;
	float: left;
	background-color: #ffffff;
	text-align: left;
	margin-top: 3px;
	overflow: hidden;
}

#bigAnnouncements
{
	background-color: #ffffff;
	width: 370px;
	overflow: hidden;
	float: left;
	margin-left: 15px;
	vertical-align: middle;
	height: 120px;
}
	
	#bigAnnouncements img
	{
		padding: 2px;
		margin: 2px 6px 6px 2px;
	}
	
	#bigAnnouncements h1
	{
		font-family: Times New Roman, Serif;
		font-size: 29px;
		font-weight: bold;
		font-style: normal;
	}
	
	#bigAnnouncements a
	{
		color: #3fcf00;
	}

/* Navigation Elements */
#navigation .menu
{
	padding: 0px 0px 0px 8px;
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	display: block;
	width: 1000px;
	overflow: hidden;
}

#navigation ul
{
	background-color: #000000;
	margin-left: 5px;
	overflow: hidden;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#navigation li
{
	display: block;
	float: left;
	background-color: #000000;
	margin: 1px 3px 1px 0px;
	padding: 2px;
	border: solid 1px #ffffff;
	overflow: hidden;
}

#navigation a, #navigation a:visited
{
	font-family: Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-color: #000000;
	color: #ffffff;
}

#navigation a:hover
{
	color: #ff0000;
}

/* Footer Elements */
#footer a, #footer a: visited
{
	color: #829ff3;
	font-family: Courier New, Serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

#footer a:hover
{
	font-family: Courier New, Serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #ff0000;
}

#footer .contentline
{
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-bottom: 12px;
	text-align: center;
	font-family: Courier New, Serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}


/* Cover Content Elements */
#coverContent
{
	clear: both;
	width: 1010px;
	background-color: #ffffff;
	overflow: hidden;
}

#coverContentColumn
{
	clear: both;
	width: inherit;
}

	#coverContentColumn .heading
	{
		font-family: Arial, Sans-Serif;
		font-size: 17px;
		font-weight: bold;
		font-style: normal;
		font-variant: small-caps;
		margin: 5px 0px 10px 0px;
		border-top: double 3px #000000;
		border-bottom: solid 1px #000000;
		display: block;
		overflow: hidden;
		padding: 4px 0px 4px 0px;
		clear: both;
	}
	
	#coverContentColumn h1
	{
		font-family: Times New Roman, Serif;
		clear: both;
		font-size: 20px;
		font-weight: bold;
		font-style: normal;
	}
	
	#coverContentColumn img
	{
		padding: 2px;
		margin: 2px 6px 6px 2px;
	}
	
	#coverContentColumn p
	{
		text-align: justify;
		font-family: Arial, Sans-Serif;
	}
	
	#coverContentColumn ul
	{
		list-style-position: outside;
		list-style-type: disc;
	}
	
	#coverContentColumn li
	{
		font-family: Arial, Sans-Serif;
		font-size: 11px;
		font-weight: bold;
		font-style: normal;
		margin-bottom: 3px;
	}

#coverContentLeftHalf
{
	width: 610px;
	float: left;
	overflow: hidden;
}

	#myGallery
	{
		width: 600px !important;
		height: 450px !important;
		margin: 5px 0px 5px 5px;
		border: 0px;
	}
	
	#myGallery h2
	{
		font-family: Arial, Sans-Serif;
		font-size: 25px;
		font-weight: bold;
		font-style: normal;
		text-align: center;
	}

	#coverContentLeftBottom
	{
		background-color: #ffffff;
		overflow: hidden;
		font-weight: normal;
		width: 290px;
		float: left;
		padding: 0px 15px 0px 5px;
	}
		
	#coverContentRightBottom
	{
		background-color: #ffffff;
		overflow: hidden;
		width: 290px;
		padding: 0px 0px 0px 10px;
		float: left;
	}

#coverContentRightHalf
{
	width: 365px;
	float: left;
	overflow: hidden;
	margin-left: 25px;
}
	
/* Single Content Elements */

#singleContent
{
	clear: both;
	width: 1000px;
	background-color: #ffffff;
	overflow: hidden;
}

#singleContentLeftHalf
{
	width: 740px;
	float: left;
	overflow: hidden;
}

	#singleContentArticle
	{
		font-family: Arial, Sans-Serif;
		font-size: 16px;
		font-style: normal;
		font-weight: normal;
		background-color: #e2e2e2;
		border-top: solid 1px #e9e9e9;
		border-left: solid 1px #e9e9e9;
		border-bottom: solid 2px #d8d8d8;
		border-right: solid 2px #d8d8d8;
		overflow: hidden;
		width: 710px;
		display: block;
		margin: 8px 8px 8px 8px;
		padding: 10px 10px 10px 10px;
	}
	
		#singleContentArticle .header
		{
		}
		
			#singleContentArticle .header h1, #singleContentArticle h1
			{
				font-size: 30px;
				font-weight: bold;
				margin-bottom: 12px;
			}
			
			#singleContentArticle h2
			{
				font-size: 24px;
				font-weight: bold;
				margin-bottom: 12px;
			}
			
			#singleContentArticle h3
			{
				font-size: 21px;
				font-weight: bold;
				margin-bottom: 12px;
			}
		
			#singleContentArticle .byline
			{
				font-size: 13px;
				margin-left: 8px;
			}
			
			#singleContentArticle .pubdate
			{
				font-size: 11px;
				margin-left: 8px;
			}
		
		#singleContentArticle .content
		{
			margin: 2px 5px 10px 5px;
		}
		
			#singleContentArticle .content p
			{
				margin: 2px 5px 10px 5px;
			}
			
			#singleContentArticle .content img
			{
				margin: 5px 5px 5px 5px;
				padding: 3px 3px 3px 3px;
				float: left;
			}
			
				#singleContentArticle .content img .alignleft
				{
					float: left;
				}
				
				#singleContentArticle .content img .alignright
				{
					float: right;
				}
			
			#singleContentArticle .content blockquote
			{
				border-left: double 4px #000000;
				margin-left: 25px;
				padding: 5px 5px 5px 5px;
			}
			
			#singleContentArticle .content ul
			{
				list-style-position: outside;
				list-style-type: disc;
			}
			
			#singleContentArticle .content ol
			{
				list-style-position: outside;
				list-style-type: decimal;
			}
			
			#singleContentArticle .content li
			{
			}
			
			#singleContentArticle .content a, #singleContentArticle .content a:visited
			{
				color: #0000ff;
			}
			
			#singleContentArticle .content a:hover
			{
				color: #ff0000;
			}
			
		#singleContentArticle .footer
		{
		}
		
	#singleContentComments
	{
		font-family: Arial, Sans-Serif;
	}
	
		#singleContentComments #comments
		{
			clear: both;
			margin: 15px 5px 10px 30px;
			overflow: hidden;
		}
		
			#comments h2
			{
				font-size: 20px;
				font-weight: bold;
				font-style: normal;
				clear: both;
			}
		
			#comments .comment
			{
				clear: both;	
			}
			
				.comment .title
				{
					clear: both;
					font-size: 17px;
					font-weight: bold;
					font-style: normal;
				}
				
				.comment .body
				{
					clear: both;
					margin-left: 8px;
					font-size: 13px;
					font-weight: normal;
				}
				
				.comment .footer
				{
					clear: both;
					font-size: 12px;
					font-weight: normal;
					font-style: normal;
				}
				
					.comment .footer .notice
					{
						color: #ff0000;
						font-weight: bold;
						font-size: 13px;
					}
		
		#singleContentComments #respond
		{
		}

#singleContentRightHalf
{
	width: 240px;
	float: left;
	overflow: hidden;
	margin-left: 15px;
}

	#singleContentRightHalf h1
	{
		font-family: Arial, Sans-Serif;
		font-size: 17px;
		font-weight: bold;
		font-style: normal;
		font-variant: small-caps;
		margin: 5px 0px 10px 0px;
		border-top: double 3px #000000;
		border-bottom: solid 1px #000000;
		display: block;
		overflow: hidden;
		padding: 4px 0px 4px 0px;
		clear: both;
	}
	
	#singleContentRightHalf .otherArticlesInCategory
	{
		clear: both;
	}
	
		#singleContentRightHalf .otherArticlesInCategory ul
		{
			list-style-position: outside;
			list-style-type: disc;
		}
		
		#singleContentRightHalf .otherArticlesInCategory li
		{
			font-size: 13px;
			font-family: Arial, Sans-Serif;
			font-style: normal;
			font-weight: normal;
		}
		
	#singleContentRightHalf .whoWritesList
	{
		clear: both;
	}
	
		#singleContentRightHalf .whoWritesList ul
		{
			list-style-position: outside;
			list-style-type: disc;
		}
		
		#singleContentRightHalf .whoWritesList li
		{
			font-size: 13px;
			font-family: Arial, Sans-Serif;
			font-style: normal;
			font-weight: normal;
		}
		
/* Submission Form Elements */
#submissionForm
{
}

	#submissionForm input
	{
	}
	
	#submissionForm p
	{
	}
	
/* AdBlock Elements */

#adBlock
{
	clear: both;
	overflow: hidden;
	display: block;
	width: 365px;
	margin: 0px;
}

	#adBlock .leftHalf
	{
		width: 202px;
		float: left;
		margin-right: 1px;
		display: block;
		overflow: hidden;
	}
	
	#adBlock .rightHalf
	{
		width: 162px;
		float: left;
		display: block;
		overflow: hidden;
	}
	
	#adBlock .ad
	{
		clear: both;
		margin: 0px 0px 10px 0px;
	}
	
	#adBlock img
	{
		border: 0px;
		border-style: none;
		margin: 0px;
		padding: 0px;
	}