/*
Theme Name: January Edition 2010
Theme URI: http://thecityloop.com/
Description: Layout specifically designed for <a href="/">this</a> website.
Version: 1.0
Author: Tran Nguyen
Author URI: http://thecityloop.com/
*/

body {
	background: #ffffff url(images/tcl_bg.png) repeat-x;
	margin: 0px;
	text-align: center;
	font-family: Arial, "Trebuchet MS", sans-serif;
	font-size: 14px;
}

/*
------------------------------
*/

#wrap {
	width: 800px;
	height: auto;
	margin: 0px auto;
}

/*
------------------------------
*/

#nav {
	background: #ffffff url(images/tcl_01.png) no-repeat;
	width: 800px;
	height: 160px;
	text-align: left;
}
/*
------------------------------
*/

#header {
	background: #080808 url(images/tcl_02.png) no-repeat;
	width: 800px;
	height: 295px;
	text-align: center;
}
/*#header div.slide {
	position: relative;
	left: 15px;
	top: 13px;
	width: 770px;
	height: 267px;
}
*/

#header div.slide {
	width: 770px;
	height: 295px;
	line-height: 295px;
}

#header div.slide a img, #fadeshow1 a img {
	border: 0px;
}
#header div.slide a:hover img, #fadeshow1 a:hover img  {
	border: 0px;
}

/*
------------------------------
*/

#contents {
	width: 800px;
	height: auto;
	padding-top: 25px;
	line-height: normal;
}
#contents h2 {
	font-size: 25px;
	font-style: italic;
	text-align: left;
	letter-spacing: -1px;
	margin: 0px;
	color: #000000;
	line-height: 160%;
}
#contents h2 a {
	color: #000000;
	text-decoration: none;
}
#contents h2 a:hover {
	color: #97b239;
}
#contents div.entrymeta {
	font-family: "Trebuchet MS", Arial, san-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	color: #a8a8a8;
	margin: 0px 0px 15px 0px;
}
#contents div.main {
	background: #ffffff url(images/tcl_main_bg.png) repeat-x;
	background-position: bottom;
	border-top: 1px solid #e3e3e3;
	margin: 0px 50px 15px 50px;
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
#contents div.maintext {
	text-align: justify;
	color: #333333;
	line-height: 160%;
}
#contents div.bookmarks a img {
	border: 0px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	margin-right: 20px;
}
#contents div.bookmarks a:hover img {
	border: 0px;
	background: transparent;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
#contents div.disclaimer {
	font-family: Arial, "Trebuchet MS", sans-serif;
	font-size: 11px;
}

/*
------------------------------
*/ 

a {
	text-decoration: none;
	color: #7a9d1a;
}
a:hover {
	color: #000000;
}
a img {
	border: 1px solid #dfdfdf;
	padding: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
a:hover img {
	border: 1px solid #7a9d1a;
	padding: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
b, strong {
	color: #425808;
}
em, u, i {
	color: #787878;
}
blockquote {
	background: #ffffff;
	border-left: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: justify;
}
textarea, input, select, button {
	background: #ffffff;
	font-family: "Trebuchet MS", Arial, san-serif;
	font-size: 12px;
	border: 1px solid #c9c9c9;
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*
------------------------------
*/

#page h2 {
	margin-bottom: 15px;
}
#page p.nav {
	background: #e4e4e4;
	display: block;
	text-align: justify;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}
#page p.nav a {
	background: #e4e4e4;
	font-weight: bold;
	text-shadow: 2px 2px 2px #ffffff;
}
#page p.nav a:hover {
	background: #ffffff;
	font-weight: bold;
}


/*
------------------------------
*/

.stepcarousel {
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 734px; /*Width of Carousel Viewer itself*/
	height: 267px; /*Height should enough to fit largest content's height*/
	margin: 0px 14px 0px 14px;
}
.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 10px 17px ; /*margin around each panel*/
	width: 220px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	background: #000000;
	height: 255px;
	border: 1px solid #404040;
}
/*
------------------------------
*/