/*  
Theme Name: Airos Chou
Theme URI: http://www.sunflowamedia.com/
Description: Web Design examples
*/
*{
	margin: 0;
	padding: 0;
}
body{
	background: #212121 url(../images/dark_texture.jpg) repeat;
	font-size: 12px;
	text-shadow: 1px 1px 1px #000;
	font-family:"Trebuchet MS","Myriad Pro",Arial,sans-serif;
	color: #DDD;
}
img { border: 0;}
h2.title_name {
	font-family:"Trebuchet MS","Myriad Pro",Arial,sans-serif;
	font-weight: normal;
	font-size: 4em;
	margin: 0;
	padding: 50px 0 20px 0;
	text-align: center;
}
h2.title_name span {
	font-family: normal Georgia,'Times New Roman',Times,serif;
	color: #f9f66d;
	font-size: 0.9em;
}
h2.title_name small {
	display: block;
	font-family: normal Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.3em;
	font-weight: bold;
	letter-spacing: 0.5em;
	text-transform: uppercase;
}
p.copy_right {
	width: 750px;
	margin: 0 auto;
	padding: 100px 0 0 0;
	clear: both;
	font-size: 1.1em;
	letter-spacing: 1px;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
}
p.copy_right a {
	color: #999;
	text-shadow: none;
}
p.copy_right a:hover {
	text-decoration: none;
}
/* Content Begin */
#content {
	width: 750px;
	margin: 50px auto 0 auto;
	clear: both;
	overflow: hidden;
}
.item{
	float: left;
	width: 100%;
	clear: both;
	margin: 35px 0px;
	position: relative;
}
.thumb_wrapper{
	width: 290px;
	height: 107px;
	position:relative;
	float: left;
}
.thumb_wrapper a.prev,
.thumb_wrapper a.next{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 40px;
	outline: none;
	cursor: pointer;
}
.thumb_wrapper a.prev{
	left: 0px;
	background: url(../images/fancy_nav_left.gif) no-repeat top left;
}
.thumb_wrapper a.next{
	right: 0px;
	background: url(../images/fancy_nav_right.gif) no-repeat top left;
}
.thumb_wrapper span{
	display: block;
	text-align: center;
	font-size: 11px;
	font-style: italic;
	margin-top: 3px;
}
.thumb{
	margin-left:40px;
	width:210px;
	height:107px;
	overflow:hidden;
	-moz-box-shadow:1px 1px 3px #555;
	-webkit-box-shadow:1px 1px 3px #555;
	box-shadow:1px 1px 3px #555;
	position: relative;
}
.thumb ul{
	list-style: none;
	width: 800px;
	height: 107px;
}
.thumb ul li{
	float: left;
}
.thumb ul li a img{
	border: 5px solid #fff;
}
.description {
	width: 420px;
	float: right;
	line-height: 2em;
}
.description p {
	color: #BBB;
}
.description a {
	color:#EEE;
	font-size: 16px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:1px 1px 1px #000000;
}
.description a:hover {
	color: #999;
	text-shadow: none;
}
