/*
Theme Name: APT Theme
Theme URI: http://www.mondothingo.com/
Description: APT Theme with Random Background
Version: 1.5
Author: Thai To
Tags: 
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background-attachment:fixed; 
	background-repeat: no-repeat; 
	background-position: center top; 
	background-color: #333;
}
a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

a:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

a.white {
	color: #FFF;
	text-decoration: none;
}
p {
	padding-top: 0;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2 {
	padding-bottom: 10px;
	margin: 0;
}
h2 {
	color: #c26e89;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
form {
	margin: 0;
	padding: 0;
}
.thrColFixHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.thrColFixHdr #header {
	margin: 0;
	padding: 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 148px;
	width: 585px;
	padding: 0;
}
.thrColFixHdr #footer {
	padding-left: 168px;
	padding-top: 5px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
td.navigation {
	background-image:url(images/trans_bg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	vertical-align: middle;
	background-repeat: repeat;
}
td.sidebar2Title {
	background-image:url(images/trans_bg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #716F6E;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	vertical-align: middle;
	background-repeat: repeat;
}
td.sidebar2Content {
	background-image:url(images/trans_bg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	padding-top: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	background-repeat: repeat;
}
td.sidebar2Content a, td.sidebar2Content a.link, td.sidebar2Content a:active, td.sidebar2Content a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
td.sidebar2Content a:hover {
	text-decoration: underline;
}
td.pageHeader {
	background-image:url(images/trans_bg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	vertical-align: middle;
	background-repeat: repeat;
}
td.entry {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
	height: 340px;
}

td.entry_small {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
}

td.entry_tran {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
	background-image:url(images/trans_bg.png);
	background-repeat:repeat;
}

td.spacer {
	height: 4px;
}
td.spacer2 {
	height: 12px;
}
td.formLine {
	height: 19px;
	background-image:url(images/formLine.gif);
	background-repeat: repeat-x;
}
td.navigation a, td.navigation a.link, td.navigation a:active, td.navigation a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
td.navigation a:hover {
	text-decoration: underline;
}
/****FORMS***/
.formText {
		font-size: 10px;
}

.formRow td {
	padding-bottom: 4px;
	font-size: 10px;
}
td.formError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F00;
}
.inputText1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #464648;
	border: solid 1px #A5A4A4;
	background-image:url(images/input_bg1.gif);
	background-repeat: repeat-y;
	width: 100%;
	margin: 0;
	padding: 0;
}
.inputText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #464648;
	border: solid 1px #A5A4A4;
	background-image:url(images/input_bg2.gif);
	background-repeat: repeat-y;
	width: 100%;
	margin: 0;
	padding: 0;
}
.inputText3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #464648;
	border: solid 1px #A5A4A4;
	background-image:url(images/input_bg3.gif);
	background-repeat: repeat-y;
	width: 100%;
	margin: 0;
	padding: 0;
}
.inputButton {
	display:block;
	width: 150px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #A24E68;
}
.inputButton2 {
	display:block;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #A24E68;
	cursor: pointer;
}
a.inputButton, a.inputButton:active, a.inputButton:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}
a.inputButton:hover {
	text-decoration: underline;
}
a.inputButton2, a.inputButton2:active, a.inputButton2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}
a.inputButton2:hover {
	text-decoration: underline;
}
.formHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A24E68;
}
.rowButton {
	background-image:url(images/input_bg4.gif);
	background-repeat: repeat-y;
}
.gallery {
	margin: auto;
}
.gallery-item {
	float: left;
	margin: 10px 0 0 0;
	padding: 0px;
	text-align: center;
}
.gallery img {
	border: 0;
	padding: 0;
	margin: 0;
}
.gallery-caption {
	margin-left: 0;
}
a.white:hover {
	color: #FFF;
	text-decoration: underline;
}
li {
	margin-bottom: 4px;
	margin-top: 0px;
}
ul {
	margin-bottom: 8px;
	margin-top: 2px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 16px;
}

