/* 
Two2Twelve Networks - Themes
---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
*/
body {
	background: #1e1616 url('../images/themes/background.jpg') repeat-x top;
	font-family: "Myriad Pro","Helvetica Neue","HelveticaNeue",helvetica,sans-serif;
}
/*--------------------------------------------
Branding
---------------------------------------------*/
div#element_details div.logo a.themes{
	background: url('../images/themes/logo.png') no-repeat left;
	width: 147px;
}
div#footer {
	width: 100%;
	height: 31px;
	background: url('../images/global/footer.png') repeat-x top;	
	clear:both;
	margin-top: 40px;
}
/*--------------------------------------------
Page
---------------------------------------------*/
div#content { margin-top: 80px; }
/*--------------------------------------------
Typography
---------------------------------------------*/
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #59b873;
	margin-bottom: 10px;
	text-shadow: #000 0px 0px 2px;
}
/*--------------------------------------------
Themes
---------------------------------------------*/
div.theme {
	margin: 40px 0px 40px 0px;
}
	div.theme div.details {
		float: left;
		width: 275px;
		background: url('../images/themes/line_vertical.png') repeat-y right;
	}
		div.theme div.details ul {
			list-style: none;
			font-size: 14px;
			margin: 20px 0px 20px 0px;
		}
			div.theme div.details ul li{
				margin-bottom: 15px;
			}
			div.theme div.details ul li b{
				color: #fff;
				font-weight: normal;
				float: left;
				width: 100px;
			}
			div.theme div.details ul li span, 
			div.theme div.details ul li span a{
				color: #8e8e8e;
				text-decoration: none;
			}
				div.theme div.details ul li span a:hover { color: #ccc; }
	a.buy_it {
		height: 38px;
		width: 87px;
		background: url('../images/themes/buy_it.png') no-repeat top;
		display: block;
		margin-left: -5px;
	}
	a.buy_it:hover { background: url('../images/themes/buy_it_over.png') no-repeat top; }
	div.theme div.screen_description {
		margin-left: 350px;
	}
		div.theme div.screen_description img { border: 2px solid #423b3b; }
		div.theme div.screen_description p {
			font-size: 12px;
			color: #fff;
			margin-top: 15px;
			text-shadow: #111 0px 2px 5px;
			line-height: 20px;
		}
/*--------------------------------------------
Misc
---------------------------------------------*/
span.hr {
	border: none;
	height: 2px;
	background: url('../images/themes/line_horizontal.png') repeat-x left;
	margin: 0;
	display: block;
}		