/*

Theme Name: TGM Trio
Author: WPThemeDesigner.com & TGM Corporation
Author URI: http://www.tgm.vn/
Main Color : #E31f27



*/



* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #112222;
	background: url(images/bg_body.png) repeat-x 0 0;
}
a {
	color: #234566;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}

.hidden {
	display: none;
}

.testi {
	background-color: #fefee3;
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
	background-position:0 0;
	text-align:justify;
	padding:15px 15px 10px 15px;
	margin-bottom:15px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	text-indent: 25px;	
}

.testi .name {
	color:#303030;
	text-align: right;
	display:block;
	clear:both;
	font-weight:bold;
	font-style:italic;
	margin:10px 10px 0px 0px;
}

.mbti { font-size : 10px }

.highlight { color:#f00; font-weight: bold }

.highlight1 { color:#03F; font-weight: bold }

/** BEGIN wrapper **/
#wrapper {
	width: 940px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 55px;
	width:800px;
	background: url(images/header_bar.png) no-repeat top center;
	margin:0px auto;
	text-align:right;
	padding:10px 13px 0px 13px;
}
#header marquee {
	float:left;
	display:block;
	width:580px;
}
#header marquee a {
	text-decoration:none;
	color:#E31f27;
	font-weight:bold;
}
#header h1 {
	display:none;
}
#navigation ul {
	list-style-type: none;
	clear: both;
	height: 34px;
}
#navigation ul li {
	float: left;
	min-height:20px;
	vertical-align:bottom;
}
#navigation ul li a {
	display: block;
	color: #E31f27;
	font-weight: bold;
	font-size: 0.9em;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding: 10px 20px 11px;	
	border:1px solid transparent;
}
#navigation ul li a:hover {
	background-color:white;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #E31f27;
}
#navigation ul li ul {
	display:block;
	position: absolute;
	margin-top:-6px;
	left: -999em;
	z-index:3000;
	border:0px;
	opacity:0.95;
}
#navigation ul li ul li {
	display:block;
	float:none;
	background-color:#FFF;
}
#navigation ul li:hover ul, #navigation ul li.hover ul {
	left: auto;
	display:block;
}
#navigation ul li ul li a:hover, #navigation ul li ul li a {
	text-align: left;
	border-left:1px solid #E31f27;
	border-right:1px solid #E31f27;
	border-bottom:1px solid #E31f27;
	border-top:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	cursor:pointer;
}
#navigation ul li ul li a:hover {
	background-color:#E31f27;
	color:#FFF;
}
#navigation ul li ul li:first-child a { 
	border-top:1px solid #E31f27;
}

/** END header **/

/** BEGIN featured **/
#featured {
	clear: both;
	height: 300px;
	color: #222;
	position: relative;
}
#featured .thumb {
	float: left;
	width: 468px; height: 264px;
	background: url(images/frame.png) no-repeat 0 0;
	padding: 10px 38px 10px 35px;
	position: absolute;
	top: 17px;
	left:-25px;
}
#featured .thumb .b {
	width: 468px; height: 264px;
	overflow: hidden;
}
#featured .thumb .a {
	width: 468px; height: 264px;
	overflow: hidden;
}
#featured .thumb .a img {
	width: 468px;
}
#featured a {
	color: #222;
}
#featured .text {
	width: 420px;
	position: absolute;
	left: 530px;
}
#featured .text #logo {
	margin:20px auto;
}
#featured .text h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
#featured .text p {
	line-height: 1.4em;
	margin-bottom: 10px;
}
#myController {
	display: none;
}
/** END featured **/

/** BEGIN content **/
#content {
	clear: both;
	width: 640px;
	float: left;
	padding-left: 5px;
	margin-bottom:30px;
}
.fcontent {
	padding-top: 10px;
}
#content .post {
	clear: both;
	padding-top: 20px;
}
#content .post img {
	float: left;
	width: 120px;
	margin:15px 0 0 0;
}
#content hr {
	border:0px;
	border-top:1px solid #999;
	padding:0px;
	margin:5px 0px 10px 0px;
}
#content .post .r {
	float: right;
	width: 505px;
}
#content .post .comments a {
	display: block;
	float: right;
	width: 44px; height: 38px;
	background: url(images/comments.gif) no-repeat 0 0;
	text-decoration: none;
	color: #000000;
	font-size: 1.5em;
	text-align: center;
	padding-top: 7px;
}
#content .post h2 {
	font-size: 18px;
	margin-top: 10px;
}
#content .post h2 a {
	color: #003;
	text-decoration: none;
}
#content .post .details {
	font-size: 0.9em;
	color: #FFF;
	background-color: #CCC;
	padding: 2px 5px;
	float: left;
}
#content .post .details a {
	color: #ffffff;
	text-decoration: none;
}
#content .post p {
	clear: both;
	margin-bottom: 10px;
	line-height: 1.5em;
	text-indent:0px;
}
#content .post a.continue {
	font-style: italic;
}
#content .postnav {
	clear: both;
	float: right;
}
#content .postnav ul {
	list-style-type: none;
}
#content .postnav ul li {
	float: left;
	padding: 4px 0 15px 8px;
}
#content .postnav ul li a {
	display: block;
	color: #4F4F4F;
	border: 1px solid #E1E1E1;
	padding: 3px 6px;
	text-decoration: none;
}
#content .postnav ul li a:hover {
	border-color: #ffffff;
	color: #4F4F4F !important; 
}
#wp_page_numbers ul {
	border-top: 0 !important;
}
#wp_page_numbers .page_info {
	padding: 3px 6px !important;
	margin-right: 2px;
	border: 1px solid #e0e0e0 !important;
	margin-top: 4px;
}
#wp_page_numbers .active_page a {
	background-color: #ffffff !important;
	border: 0 !important;
}
#content .single {
	padding-top: 20px;
}
#content .single h2 {
	margin-bottom: 10px;
	font-size: 18px;
	text-transform: none;
}
#content .single p {
	line-height: 1.5em;
	margin-bottom: 10px;
	text-indent:0px;
}
#content img {
	max-width:610px;
	margin:8px 15px;
}
#content .single ul, #content .single ol {
	list-style-position: inside;
	margin-bottom: 10px;
}
#content .single li {
	line-height: 1.5em;
	padding: 2px 0;
	margin-left:18px;
}
#content .single blockquote {
	padding: 10px 10px 5px;
	margin-bottom: 10px;
	background-color: #eeeeee;
	border-width: 1px 0;
	border-style: solid;
	border-color: #e0e0e0;
}
#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
	font-size: 1.2em;
	margin-bottom: 5px;
}
#content .single .details {
	font-size: 0.9em;
	color: #ffffff;
	background-color: #CCC;
	padding: 2px 5px;
	float: left;
}
#content .single .details a {
	color: #ffffff;
	text-decoration: none;
}
#content table.schedule {
	font-size:0.9em;
	margin:10px 0px;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
}
#content table.schedule tr th {
	text-align:center;
	height:35px;
}
#content table.schedule tr td {
	border-bottom:1px solid #999;
	height:40px;	
}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 280px;
	float: right;
}
#sidebar .box {
	border: 1px solid #CCC;
	margin-bottom: 10px;
	background: url(images/sidebody.gif) repeat-x 0 bottom;
}
#sidebar .box h2 {
	font-size: 0.9em;
	text-transform: uppercase;
	padding: 8px;
	background: red url(images/sidehead.gif) repeat-x 0 0;
}
#sidebar .box .textwidget {
	font-size:0.9em;
}
#sidebar .box ul {
	list-style-type: none;
	padding: 5px 10px 10px;
}
#sidebar .box ul li {
	line-height: 1.6em;
	padding: 2px 0;
}
#sidebar .box ul li a {
	color: #14619B;
	text-decoration: none;
}
#sidebar .box ul li a:hover {
	color: #ff0000;
}	
#sidebar .ads p {
	text-align: center;
	padding: 5px 0;
}
#sidebar .ads img {
	margin: 4px 8px;
	border-width: 1px; border-color:#CCC;
}
#sidebar .flickr {
	text-align: center;
	padding: 4px 0;
}
#sidebar .flickr img {
	margin: 4px 8px;
}
#sidebar .video {
	padding: 6px 10px;
}
#sidebar .tags {
	padding: 10px 15px;
}
#sidebar .l {
	width: 150px;
	float: left;
}
#sidebar .r {
	width: 150px;
	float: right;
}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	background-color: #1C1C1C;
	color: #ffffff;
	padding: 20px 0;
}
#footer p {
	width: 940px;
	margin: auto auto;
	text-align: left;
}
#footer a {
	color: #ffffff;
}
/** END footer **/

/** BEGIN miscellaneous **/
#comments {
	padding: 10px 0;
}
#comments a {
	text-decoration: none;
}
#comments h2 {
	font-size: 1.6em;
	margin: 10px 0;
}
#comments p {
	margin-bottom: 10px;
	line-height: 1.6em;
}
#comments form {

}
#comments form p {
	margin-bottom: 5px;
}
#comments form input {
	margin-right: 5px;
}
#comments form input, textarea {
	border: 1px solid #cccccc;
	font-size: 0.9em;
	font-family: Verdana;
	padding: 4px;
	background-position: 4px 4px;
	background-repeat: no-repeat;
}
#comments form input {
	width: 240px;
	border: 1px solid #cccccc;
}
#comments form textarea {
	width: 350px;
	padding: 4px 4px !important;
	border: 1px solid #cccccc;
}
#comments form button {
	border: 1px solid #a0a0a0;
	font-size: 1em;
	font-family: Verdana;
	padding: 2px 6px;
}
.commentdetails {
	margin-top: 25px;
}
.commentauthor {
	margin-bottom: 5px !important;
	font-weight: bold;
}
.commentdate {
	font-size: 0.8em;
	margin-bottom: 5px;
	color: #909090;
}
.required {
	color: #ff0000;
}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding: 10px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
.notfound h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}

/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
#comments .buffer {
	padding: 10px;
}
#comments ol li {
	margin-bottom: 10px;
}
#comments ol li ul li {
	border: 1px solid #e0e0e0;
	padding: 10px;
}
#comments ol li .avatar {
	float: right;
}
#comments ol li .comment-author {

}
#comments ol li .comment-author .fn {
	font-weight: bold;
	font-size: 1.2em;
}
#comments ol li .comment-meta {
	font-size: 0.9em;
	color: #999999;
	margin: 5px 0;
}
#comments ol li .reply {
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 10px;
}
#comments .children {
	list-style-type: none;
}
#comments .navigation {
	padding: 0 0 40px;
	font-size: 0.9em;
}
#comments .navigation a {
	color: #999999;
	padding: 3px 8px;
	border: 1px solid #cccccc;
}
#comments .navigation a:hover {
	color: #000000;
	border-color: #000000;
	text-decoration: none;
}
#comments .says {
	display: none;
}

#mediaspace {
	text-align:center;
}
/** END wordpress 2.7 comments **/