body {margin: 0; padding:0; font-size: 12px; font-family:Verdana, Geneva, sans-serif;}
* {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: 400;
}
/*Download by http://www.codefans.net*/
ol, ul {
    list-style: none outside none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
.clear {
    clear: both;
}
a { color: #FF6600;}
a:hover { text-decoration: none;}
h1.title_name {
	font-family: "Trebuchet MS","Myriad Pro",Arial,sans-serif;
	font-weight: normal;
	font-size: 4em;
	color: #333;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	line-height: 1em;
}
h1.title_name span {
	font-family: normal Georgia,'Times New Roman',Times,serif;
	color: #FF6600;
	font-size: 0.9em;
}
h1.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;
	color: #AAA;
	text-shadow: none;
}
#header { 
	margin-bottom: 20px;}
#footer {
	padding-top: 20px;
	color: #666;
	text-align: center;
	letter-spacing: 1px;
	clear: both;
}
#content {
	width: 750px;
    background: #FFFFFF;
	margin: 0 auto;
	padding: 20px 0;
    border-radius: 5px 5px 5px 5px;
}
#content ul.posts { width: 700px; margin: 0 auto;}
#content ul.posts li.post a {
    color: #333333;
    padding: 0;
}
#content ul.posts li.post img.post-tn {
    height: 240px;
    width: 700px;
}
#content .posts .excerpt {
    display: none;
    padding: 0 0 10px;
}
#content ul.posts li.post div.load-excerpt {
    background: #507596;
    height: 3px;
    position: absolute;
    top: -5px;
    width: 300px;
}
#content .posts .excerpt p {
    padding: 0 10px 0.5em;
	line-height: 150%;
}
#content ul.posts li.post {
    background: #FFFFFF;
    color: #666666;
    height: 240px;
    margin-bottom: 20px;
    position: relative;
}
#content ul.posts li.post h2 {
    text-indent: -9999px;
}
