/*
Theme Name: 723media
Theme URI: http://wordpress.org/
Description: Custom theme for 723media
Version: 1.0
Author: Davey Montooth 723media, LLC
Author URI: http://www.723media.com/
*/



body
{
	margin:0;
	padding:0;
	font-size:.9em;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	text-align:center;
}

h1,h2,h3,h4,h5,h6
{
color:#666;
}

#outer
{
	width:95%;
	padding:20px;
	margin:auto;
	overflow:hidden;
	text-align:center;
	min-height:550px;
clear:both;
}

#topbar
{
width:95%;
margin:5px auto;
text-align:right;
}

#topbar ul
{
overflow:hidden;
width:20%;
float:right;
font-size:.9em;
}

#topbar ul li
{
float:left;
margin:0 8px;
list-style-type:none;
}

#side
{
	float:left;
	width:30%;
	min-width:300px;
	margin:0 auto;
}

	#side #logo
	{
		width:195px;
		height:195px;
		margin:0 auto;
		background:url(images/logo_header.png) no-repeat center center;
	}
	
		#side #logo a
		{
			width:235px;
			height:235px;
			display:block;
		}
	
		#side #menus
		{
			margin:0 auto;
			width:230px;
			
		}
		
		#side #menus ul
		{
			list-style-type:none;
			margin-top:5px;
			padding:0;
			font-size:.9em;
		}
		
		#side #menus ul li
		{
			text-align:left;
			margin:5px 0;
		}
		
		#side #menus ul li a:link,
		#side #menus ul li a:visited,
#topbar ul li a:link,
#topbar ul li a:visited
		{
			color:#666;
		}
		
		#side #menus ul li a:hover,
#topbar ul li a:hover
		{
			color:#f90;
		}
		
		
#main
{
	float:left;
	width:65%;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
}

	#main #content,
	#main #index-content
	{
		width:95%;
		border-left:1px solid #eee;
		overflow:hidden;
		margin::0 auto;
		padding:2px;
	}
	
	#main #index-content
	{
		height:520px;
		background:url(images/large-loader.gif) no-repeat center center #f7f7f7;
		border-top:1px solid #ccc;
		border-left:1px solid #ccc;
		border-bottom:1px solid #eee;
		border-right:1px solid #eee;
	}
	
#footer
{
	width:95%;
	text-align:right;
	margin:0 auto;
	clear:both;
	background:url(images/logo_footer.png) no-repeat center right;
	height:50px;
	padding:10px;
}

.loader
{
	margin:2px;
	background:url(images/ajax-loader.gif) no-repeat left center;
	font:bold .75em sans-serif;
	color:#ccc;
	height:30px;
}

.set-count
{
	font:.85em sans-serif;
	color:#999;
	margin:0 5px;
}

#side #menus .set-preview
{
	margin:10px 5px;
}

	#side #menus .set-preview ul li a:link,
	#side #menus .set-preview ul li a:visited
	{
		color:#999;
	}
	
.img-description
{
	text-align:left;
	border-top:1px solid #eee;
}

	.img-description .img-title
	{
		font:bold 1.15em sans-serif;
		color:#666;
		padding:5px;
	}
	
	.img-description .desc-text
	{
		font:.85em sans-serif;
		color:#999;
		padding:5px;
	}
.entry
{
text-align:left;
padding:10px;
}

.question
{
color:#f90;
margin:20px 0 0 0;
}

.answer
{
border-bottom:1px solid #eee;
}