/* 
 * Styles for asianaustin.com.
 * 
 * Color palette
 * 
 * Dark brown	3C312B
 * Blue			7BCDF9
 * Gold			FFCD0E
 * 
 */

html {
	/* Use overflow:scroll to make the browser viewport width consistent 
	 * in Firefox for pages that do not require vertical scrolling and so
	 * have no vertical scrollbar on the right side of the viewport. 
	 */
	overflow:scroll;
}

body {
	background-image: url(/images/template/wood.jpg);
	color:#3C312B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	margin: 10px auto;
	width: 850px;
}

h1, .content-item h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	margin: 0 0 20px 0;
}

div.content-item {
	clear: both;
}

/* 
 * Links
 */
a {
	color: #6FBEEB; /* #7BCDF9 */
	font-weight: bold;
	position: relative;
	text-decoration: none;
	z-index: 200;
}

a:hover {
	text-decoration: underline;
}

/* End Links */


/* 
 * Lists
 */
ul {
	list-style: square;
	margin: 0 20px;
	padding: 0;
}

/* End Lists */


/*
 * Text
 */
p {
	line-height: 120%;
}
/* End Text */

/*
 * Layout container
 */
div#layout-container {
	background-image: url(/images/template/cover_bg.jpg);
	margin: 0 0 10px 0;
	padding: 0;
	position:relative;
	width: 912px;
}
/* end Layout container */


/* 
 * Page
 */
div#page {
	background-image: url(/images/template/page_bg.png);
	background-repeat: repeat-y;
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;
	top: -0px;
	width: 912px;
}
/* end Page */

/* 
 * Masthead
 */
div#head {
	position:relative;
}

body.alt div#head {
	top: 4px;
}
/* end Masthead */

/*
 * Main content
 */
div#main-content {
	left: 50px;
	position: relative;
	width: 468px;
}
div#main-content div.gold-container {
	border: 2px solid #FFCD0E;
	margin: 0 0 10px 0;
	padding: 20px;
}
/* end Main content */

/*
 * Feature
 */
div#feature {
	background-image: url(/images/template/feature_container.jpg);
	height: 260px;
	margin: 0 0 10px 10px;
	padding: 20px 30px;
	width: 408px;
}
div#feature div.container {
	margin-bottom: 10px;
}
div#feature h1, div#feature h2, div#feature p {
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	margin: 0;
	padding: 0;
}
div#feature a {
	color: #FFFFFF;
	text-decoration: underline;
}
/* End Feature */


/* 
 * Under feature
 */
div#under-feature {
	background-image: url(/images/template/under_feature.jpg);
	height: 220px;
	margin: 0 0 10px 10px;
	position: relative;
	width: 468px;
}
div#under-feature ul {
	left: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 120px;
}
div#under-feature ul li.first {
	left: 10px;
	position: absolute;
	width: 130px;
}
div#under-feature ul li.second {
	left: 165px;
	position: absolute;
	width: 110px;
}
div#under-feature ul li.third {
	left: 315px;
	position: absolute;
	width: 110px;
}
/* End Under feature */


/* 
 * Home second column
 */
div#home-second-column {
	left: 492px;
	position: absolute;
	top: 0px;
	
}
/* End Home second column */


/*  
 * Login
 */
div#login {
	height: 220px;
	position: relative;
	width: 320px;
}
form#login-form input#name {
	border: none;
	font-size: 20px;
	height: 29px;
	left: 40px;
	position: absolute;
	top: 52px;
	width: 240px;
}
form#login-form input#pass {
	border: none;
	font-size: 20px;
	height: 29px;
	left: 40px;
	position: absolute;
	top: 125px;
	width: 190px;
}
/* End Login */


/* 
 * Page main column
 */
div#page-main-column {
	left: 150px;
	margin-bottom: 30px;
	position: relative;
	top: 30px;
	width: 468px;
}
/* End Page main column */


/* 
 * Page second column
 */
div#page-second-column {
	background-color:#F9F9F9;
	left: 638px;
	padding: 0 20px;
	position: absolute;
	top: 30px;
	width: 168px;
}
/* End Page second column */

/* 
 * News item
 */
div.news-item {
	background-image: url(/images/template/news_container.gif);
	clear: both;
	height: 198px;
	margin: 0 0 20px 0;
	padding: 20px 30px;
	position: relative;
	width: 408px;
}
div.news-item h2 {
	font-size: 30px;
	margin: 0px 20px 10px 0;
}
div.news-item img.thumbnail {
	height: 100px;
	left: 20px;
	margin: 0 20px 20px 0;
	width: 150px;
}
div.news-item p {
	margin: 10px 0px;
}
/* End News item */


/* Home page search bar */
form#search {
	left: 610px;
	position: absolute;
	top: 118px;
}
form#search input {
	border: none;
	font-size: 20px;
	height: 29px;
	left: 10px;
	position: absolute;
	top: 6px;
	width: 180px;
}
/* End Home page search bar */



/* Open page search bar */
form#page-search {
	left: 610px;
	position: absolute;
	top: 114px;
}

form#page-search p {
	margin:0;
	padding:0;
}

form#page-search input {
	border: none;
	font-size: 20px;
	height: 29px;
	width: 180px;
}
/* End Open page search bar */



/* Footer */
div#footer {
	clear:both;
	background-image:url(/images/template/footer.jpg);
	background-repeat: no-repeat;
	border: 1px #cccccc solid;
	height: 225px;
	position: relative;
	width: 912px;
}
div#footer p {
	clear: both;
	line-height: 25px;
	padding: 20px 240px;
	position: absolute;
	top: 0px;
	width: 500px;
}

/* End Footer */



/* 
 * Page footer
 */

div#page-footer {
	clear:both;
	background-image:url(/images/template/page_footer.png);
	background-repeat: no-repeat;
	font-size: 12px;
	height: 217px;
	position: relative;
	width: 467px;
}
div#page-footer ul {
	clear: both;
	list-style: none;
	line-height: 25px;
	left: 130px;
	position: relative;
	width: 500px;
}
div#page-footer ul li {
	float: left;
	padding: 0 20px 0 0;
}
div#page-footer p {
	clear: both;
	line-height: 25px;
	padding: 0 150px;
	position: relative;
	width: 500px;
}
/* End Page footer */

div.socialbar {
	margin: 0;
}

div.socialbar h6 {
	margin: 0;
	padding: 0;
}
ul.socialbar {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.socialbar li {
	float: left;
	margin: 0;
	padding: 2px;
}

img {
	border: 0;
}

img.thumbnail {
	background-color: #3C312B;
	border: 5px solid #6FBEEB;
	float: left;
	height: 100px;
	margin: 0 10px 20px 0;
	width: 150px;
}

img.photo-thumbnail {
	background-image: url(/images/template/photo_thumbnail.png);
	margin: 0;
	padding: 13px 15px 34px 15px;
	height: 100px;
	width: 150px;
}

div.photo {
	background-image: url(/images/template/photo_frame.png);
	height: 510px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 700px;
	overflow: hidden;
}

div.photo img.photo {
	border: 1px #4F4A44 dotted;
	position: absolute;
	top: 57px;
	left: 51px;
}

div#photo-nav {
	height: 236px;
	left: 0px;
	position: relative;
	top: -20px;
	width: 382px;
}

div#photo-nav p#photo-caption {
	color: #534F46;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	height: 160px;
	left: 20px;
	overflow: hidden;
	position: absolute;
	top: 25px;
	width: 160px;
}

div#photo-nav p#related {
	color: #534F46;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	height: 40px;
	left: 210px;
	overflow: hidden;
	position: absolute;
	top: 130px;
	width: 160px;
}

div.banner {
	background-color: #3C312B;
	height: 72px;
	margin: 0 0 10px 0;
	width: 468px;
}

div.container ul {
	list-style: none;
	margin: 10px 5px;
	padding: 0;
}

div.container ul li {
	line-height: 18px;
	margin: 0 0 10px 0;
	padding: 0;
}


/*
 * Tables
 */
tr {
	vertical-align: top;
}
td {
	padding: 5px;
}
/* End Tables */



/*
 * Pagination
 */
div.pagination {
	font-size: 20px;

}

label {
	font-weight: bold;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul {
	margin: 0;
	padding: 0px 20px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.comment {
	background-image: url(/images/template/comment_bg.gif);
	margin-bottom:2em;
	padding:2em;
}

#flash {
	background-color:#fefefe;
	border: 1px #999999 solid;
	border-radius: 20px;-moz-border-radius: 20px;-webkit-border-radius: 20px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=180,strength=3);
	font-size: 12px;
	-moz-box-shadow: #333333 0px 3px 3px;
	margin: 0 0 1em 0;
	padding: 1em;
}

div.admin {
	background-color:#fefefe;
	border: 1px #999999 solid;
	border-radius: 20px;-moz-border-radius: 20px;-webkit-border-radius: 20px;
	filter:
	    progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=180,strength=3);
	-moz-box-shadow: #333333 0px 3px 3px;
	margin: 0 0 1em 0;
	padding: 2em;
}

div#admin-menu {
	background-color: #ffffff;
	border-radius: 20px;-moz-border-radius: 20px;-webkit-border-radius: 20px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=180,strength=1	);
	height: 25px;
	line-height: 25px;
	margin-bottom: 10px;
	-moz-box-shadow: #333333 0px 1px 1px;
	position: relative;
}

span.admin a {
	font-size: 12px;
	font-weight: normal;
}

ul.horizontal-menu, ul.h-menu {
	list-style: none;
}
ul.horizontal-menu li, ul.h-menu li {
	float: left;
}
ul.horizontal-menu li a, ul.h-menu li a {
	padding: 10px;
}


ul.horizontal-menu, ul.h-menu {
	float: left;
	list-style: none;
}
ul.horizontal-menu li, ul.h-menu li {
	float: left;
	font-size:smaller;
}
ul.horizontal-menu li a, ul.h-menu li a {
	padding: 10px;
}

div.event {
	clear: both;
	height: 30px;
	margin-bottom: 3px;
}

div.event_date {
	background-color: #ffe064;
	border-radius: 15px;-moz-border-radius: 15px;-webkit-border-radius: 15px;
	color: #fff;
	float: left;
	margin-right: 5px;
	padding: 5px 0px;
	text-align: center;
	width: 30px;
}

div.event_day {
	color: #ffe064;
	float: left;
	font-weight: bold;
	padding: 5px;
	width: 48px;
}

div.event_link {
	float: left;
	padding: 5px;
	width: 360px;
}