/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Title : style.css
Author : Team at Bowen Software Solutions
URL : www.bowencorner.com

Description : front-end style.

Created : November 20, 2007
Modified : -
Copyright: Taste of South Australia

"design is melody. code is poetry"
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/* table of content - - - - - - - - - - - - - - - - - -

	1. general
	2. skeleton
	3. h1-h6
	4. Navigation
	5. form element
	6. typo
	7. ordered/unordered list

- - - - - - - - - - - - - - - - - - - - - - - - - - */

/* 1 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

.clear {
	clear : both;
	font-size : 1px;
	height : 0; }

#skip {
	display: none;
	}
	
a { outline: 0; }

a img { border: none; }

body { 
	background-color: #FFF;
	font-size:62.5%; /* reset 1em to 10px */
	color:#721D34;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em; }

/* 2 */
#wrapper, #header, #content, #footer, #content-onecol, .twocol-holder { width: 768px; }

#wrapper { margin: 0 auto; }

#wrapper-links { margin: 10px; width: 600px; }

.content-links { 
	width: 590px; 	
	border-top: 1px solid #999;
	margin: 10px; }

#header { margin-top: 18px; }

#content-left {
	float: left;
	display: inline;
	width: 460px; }
	
#content-right {
	float: right;
	width: 290px;
	margin-left: 7px;
	text-align: justify; }	
	
#content-onecol { /* khusus buat halaman tours */
	text-align: justify; }	
	
.twocol-holder { /* khusus buat halaman wine and food */
	border-top: 1px solid #999;
	margin-bottom: 10px; }
	
	.twocol-left {
		float: left;
		display: inline;
		width: 150px;
		margin-right: 15px; }
		
	.twocol-right {
		float: left;
		width: 598px; }	

#thumb-holder {
	width: 460px;
	float: left;
	margin: 0 7px 18px 0; }

.gallery { 
	float: left;
	display: inline;
	margin: 0 3px 7px 0; }
	
.pagination { text-align: center; margin: 10px 0; }	
		
#nav { text-align: center; }

#footer{
	position: relative;
	clear: both;
	width: 768px;
	padding: 10px 0;
	font-size: 1.1em; }

		#footer div.right {
			position: absolute;
			top: 10px;
			right: 0;
			text-align: right; }

.searchbox, .externalink { margin: 18px 0; }

/* 3 */
h1 {
	background: url(/images/logo.jpg) no-repeat;
	text-indent: -9999px;
	width: 200px;
	height: 142px; }

h2 { 
	text-align: right;
	margin: 5px 0 20px 0; }

h3 {
	margin: 15px 0 10px 0 }
	
/* 4 */

ul#navigasi {
	list-style: none;
	border: 1px solid #FFF;
	padding: 4px 0;
	width: 100%;
	background: url(/images/chromebg4.gif) top center repeat-x; }
	
	ul#navigasi li {
		display: inline;
		padding-left: 0; }	
	
	ul#navigasi li a {
		color: #FFF;
		padding: 4px 10px 4px 7px;
		border-right: 1px solid #E8BEBE;
		text-decoration: none; }
		
	ul#navigasi li a:hover {
		color: #721D34;
		background: url(/images/chromebg4-over.gif) center center repeat-x; }	
		
	ul#navigasi li a.last { border-right: none; }
	
#content a, #footer a { text-decoration: none; }
#content a:active, #content a:link, #content a:hover,
#footer a:active, #footer a:link, #footer a:hover {
	color: #03C; }
	
#content a:hover, #footer a:hover {
	color: #FFF; background-color: 	#721D34; }

/* 5 */
#content-right label { margin-top: -15px; }
		
/* 6 */

h2 { font-size: 1.8em; }

h3 { font-size: 1.6em; font-weight: bold; }	

h4 { font-size: 1.2em; font-weight: bold; }

p {
	margin: 0 0 1.5em;
	font-size: 1.3em; }
	
#content-right p { margin-top: -5px; }	
	
ul#navigasi { font-size: 1.1em; }

ul#brosur, label { font-size: 1.3em; }


		
	
/* 7 */
ul#thumb {
	list-style: none; }
	
	ul#thumb li { 
	display: inline; }
	
ul#brosur {
	margin: -5px 0 20px 10px; }
