body {
	background-color: #fff;
	width: 960px;
	margin:20px auto;
	text-align:center;
}

header	{
	width: 600px;
	margin:0 auto;
	text-align:center;
}
header h1 {
	text-align: left;
	color: #009300;
	margin-left: 10px;
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 48px;
	line-height: 1;
	margin-bottom: 0.5em;
}

/* @group Navigation */
nav	{
	float: left;
	width: 180px;
}
nav ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
nav li { margin: 0 10px 0 0; }
nav a	{
	display: block;
	width: 170px;
	padding: 0 0 0.58333em 0;
	background-color: transparent;
	color: #80CA80;
	font-size: 1.2857em;
	line-height: 1.1667em;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	
	-webkit-transition:color 0.3s ease-in;
	}
	nav a:hover	{
		background-color: transparent;
		color: #009300;
}
/* @end */

/* @group Content */

section#content	{
	float: left;
	width: 600px;
	text-align: left;
}
#content h1{
	margin-left: 10px;
	margin-right: 10px;
}
#content h2{
	margin-left: 10px;
	margin-right: 10px;
}
#content h2.subtitle	{
	margin-top: 0;
	margin-bottom: 1.3125em;
	font-weight: bold;
	}
#content h2.detail-subtitle	{
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	}
	#content h2 em{
		font-style: normal;
		padding: .2em 1em;
		color: #fff;
		background-color: #930049;
		font-size: 0.8em;
		
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
}

#content p{
	margin-left: 10px;
	margin-right: 10px;
}
#content a {
	color: #930049;
	border-bottom: 1px solid #930049;
	font-weight: bolder;
	text-decoration: none;
	
	-webkit-transition-property: color, background;
 	-webkit-transition-duration: 1s, 1s;
 	-webkit-transition-timing-function: ease-in, ease-in;
	}
	#content a:hover {
		border-bottom: 1px solid #930049;
		color: #460023;
		background-color: transparent;
		font-weight: bold;
		text-decoration: none;
}

ul#links	{
	color: #460023;
	padding: 0 0 0 0.76em;
}
ul#links li {
	margin: 0;
	padding: 0;
	list-style-type: square;
}

ul#tagged	{
	margin: 0 10px;
	padding: 0;
	list-style-type: none;
	font-size: 0.7143em;
	line-height: 2.1em;
	margin-bottom: 2.1em;
	}
	ul#tagged li { display: inline; }
		ul#tagged li a	{
			text-decoration: none;
			padding: 0 1em;
			color: #fff;
			background-color: #930049;
			font-weight: normal;
			border: none;
			
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			}
			ul#tagged li a:hover	{
			color: #fff;
			font-weight: normal;
			background-color: #460023;
			border: none;
}

ul#model-list	{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	#model-list li { margin: 0; }
	#model-list a	{
		display: block;
		width: 580px;
		margin: 0 0 0.35em 0;
		padding: 0.2em 10px;
		border: none;
		background-color: #E6F5E6;
		color: #009300;
		font-weight: bold;
		text-decoration: none;
		
		-webkit-transition-property: color, background;
 		-webkit-transition-duration: 1s, 1s;
 		-webkit-transition-timing-function: ease-in, ease-in;
 		
 		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		}
		#model-list a:hover	{
		border: none;
		background-color: #40AE40;
		color: #006E00;
}
	#model-list a small	{
		font-weight: normal;
		}
/* @end */

/* @group Tag Section */

section#tags	{
	float: left;
	width: 180px;
}
ul#tag-list	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	#tag-list li { margin: 0 0 0 10px; }
	#tag-list a	{
		display: block;
		width: 170px;
		padding: 0 0 0.58333em 0;
		background-color: transparent;
		color: #80CA80;
		font-size: 1.2857em;
		line-height: 1.1667em;
		font-style: italic;
		font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		text-align: left;
		text-decoration: none;
		
		-webkit-transition:color 0.3s ease-in;
}
	#tag-list a:hover {
	background-color: transparent;
	color: #009300;
	}

/* @end */


/* @group Footer */

footer {
	clear: both;
	color: #930049;
	font-weight: bolder;
	font-size: smaller;
	/*font-family: Baskerville, Georgia, "Times New Roman", Times, serif;*/
}
footer a{
	color: #460023;
	font-weight: bold;
	}
	footer a:hover	{
		background-color: #460023;
		color: #fff;
}

/* @end */

