html
{
    overflow-y: scroll;
}

body
{
    background: #bdb6ac;
    color: #111;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 0;
}

form
{
    margin: 0;
}

input
{
	border: solid 1px #000000;
}

h1, h2
{
    color: #69a610;
    font-family: Arial, sans-serif;
    font-size: 150%;
    padding-bottom: 16px;
    padding-left: 1px;
    padding-top: 12px;
}


a,
a:active,
a:visited
{
    background-color: Transparent;
    color: #d61f64;
}

p
{
    line-height: 24px;
}

div#website
{
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 960px
}

div#title
{
    background-color: White;
	float: left;
    height: 136px;
    margin-top: 0;
    width: 100%;
}

div#title img
{
    border: 0;
}

div#subtitle
{
	height: 42px;
	position: relative;
	top: 112px;
	width: 680px;
	text-align: right;
}

div#navbar
{
	background-color: White;
	float: left;
    height: 23px;
	width: 100%;
}
div#navigation
{
	height: 23px;
	position: relative;
	top: 0px;
	width: 960px;
}


div#navigation ul
{
	font-family: Tahoma, sans-serif;
	font-size: 130%;
	height: 23px;
    list-style-type: none;
	margin-top: 0;
	overflow: hidden;
    padding: 0px;
    text-align: center;
	width: 960px;
	white-space: nowrap;
}
div#navigation li
{
	display: inline;
	list-style-type: none;
}
div#navigation li a
{
    background-color: #69a610;
	display: inline-block;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
	height: 23px;
    margin-top: 0px;
    margin-left: 2px;
    margin-right: 2px;
	overflow: hidden;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 1px;
    text-decoration: none;
}
div#navigation li a:hover
{
    background-color: #d61f64;
}

div#main
{
	background-color: #ffffff;
	float: left;
	min-height: 200px;
	width: 960px;
}

div#mobileEdit
{
	background-color: #ffffff;
	border-bottom: solid 1px #000000;
	float: left;
	min-height: 524px;
	width: 960px;
}
div#mobileEdit h1
{
	font-family: Arial, sans;
	margin: 0;
	text-align: center;
}
div#mobileEdit iframe
{
	border: solid 1px #000000;
}
div#mobileSettings
{
	float: left;
	height: 400px;
	margin-left: 32px;
	width: 128px
}
span.radio input
{
	border: none;
}
div#mobileBrowse
{
	float: left;
	height: 400px;
	text-align: center;
	width: 800px
}

div#vrule
{
	background-image: url('/Images/VRuler.jpg');
	float: left;
	min-height: 200px;
	width: 5px;
}

div#sidebar
{
	background-image: url('/Images/Sidebar.jpg');
	float: left;
	min-height: 200px;
	width: 277px;
}

div#sidebar h2
{
    font-size: 120%;
    margin: 0 auto 8px 8px;
}

div#sidebar input.textField
{
    background: #fff;
    border-left: none;
    border-right: none;
    float: left;
    height: 16px;
    width: 148px;
}
div#sidebar div.inputLeft
{
    background: url('/Images/input-left.gif') no-repeat;
    cursor: text;
    display: block;
    float: left;
    height: 20px;
    width: 10px;
}
div#sidebar div.inputRight
{
    background: url('/Images/input-right.gif') no-repeat;
    cursor: text;
    display: block;
    float: left;
    height: 20px;
    width: 10px;
}
input.loginButton
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: url('/Images/button.gif') no-repeat 50% bottom;
    float: right;
	    font-size: 90%;
	    height: 22px;
	    margin-right: 13px;
	    width: 72px;
}
input.loginButton:hover
{
    background-image: url('/Images/button-hover.gif');
    color: #fff;
}

div#footer
{
    background-color: White;
    height: 32px;
	float: left;
	text-align: center;
	width: 100%;
}

div.topbar
{
    background-color: #001400;
    color: #ffdbff;
    margin: 0;
    font-family: Verdana, sans-serif;
    font-size: 75%;
    height: 12px;
}
div.topbar span
{
	margin: 0
}
div.topbar a:link
{
	color: #ffdbff;
	text-decoration: none
}
span.topbarItem
{
	cursor: pointer;
	display: inline;
	margin: 0;
}

div.deletePanel
{
    font-family: Verdana, sans-serif;
    font-size: 70%;
    height: 0;
    margin: 0;
    overflow: visible;
    position: relative;
    text-align: right;
    width: 100%;
}
div.deletePanel a
{
    background-color: Black;
	padding: 2;
}

div.editPanel
{
    background-color: #bdb6ac;
    border-color: #001400;
    border-style: dotted;
    border-width: 2px;
    margin: 0px 5px 0px 5px;
    position: relative;
    top: 5px;
}
.editPanel.active 
{
	border-color: #ff1400;
}

div.menuPanel
{
	border: solid 1px #000000;
	overflow: hidden;
	position: absolute;
	height: 400px;
	width: 180px;
	visibility: hidden;
	z-index: 10;
}
ul#menuList
{
	margin: 0;
	padding: 0;
}
ul#menuList li
{
	background-color: #ffffff;
	color: #000000;
	display: block;
	font-family: Arial, sans;
	font-size: 90%;
	font-weight: bold;
	height: 18px;
	text-indent: 4px;
	white-space: nowrap;
	text-align: left;
	width: 180px
}
ul#menuList li a, ul#menuList li span
{
	display: block;
	height: 18px;
	overflow: hidden;
	width: 100%
}
ul#menuList li a:hover
{
	background-color: #cacaca;
}
ul#menuList li span
{
	background-color: #cacaca;
}

div.deletePanel
{
	font-size: 75%;
	position: relative;
	margin: 0;
	text-align: right;
	top: 0;
	width: 100%;
	z-index: 8;
}

div.verticalSplit
{
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	min-height: 30px;
	width: 100%;
}
div.verticalSplit div div.formLine
{
	margin-left: 13px;
	width: 100%;
}
div.article div.formLine
{
	margin-left: 16px;
	margin-right: 16px;
	width: 673px;
}

div.formLine span
{
	display: block;
	float: left;
	width: 30%;
}
div.formLine input
{
	display: block;
	float: left;
	margin-bottom: 4px;
}
div.formLine
{
	margin-bottom: 4px;
}
div.article .accountButton
{
	float: right;
	margin-right: 8%;
}

div#title h1
{
	display: none;
}

h2
{
	font-family: Arial, sans-serif;
	font-size: 140%
}
div.weather
{
	overflow: hidden;
	position: relative;
	height: 90px;
	top: -6px;
	width: 186px;
}
div.weatherBackground
{
    left: 0;
    height: 0;
    overflow: visible;
    position: relative;
    top: 0;
    width: 0;
}
div.weatherTitle
{
	font-weight: bold;
	font-size: 140%;
    margin-right: 12px;
	position: absolute;	
	text-align: right;
	top: 6px;
	width: 95%;
	z-index: 2;
}
div.weatherIcon
{
	position: absolute;
	left: 16px;
	top: 16px;
	z-index: 1;
}
div.weatherTemperature
{
	position: absolute;
	top: 50px;
	text-align: right;
	width: 100%;
	z-index: 3;
}
div.weatherTemperature p
{
	font-size: 160%;
	font-weight: bold;
	margin: 0;
	margin-right: 10px;
}
div.weatherDescription
{
	position: absolute;
	top: 25px;
	text-align: right;
	width: 100%;
	z-index: 3;
}
div.weatherDescription p
{
	font-size: 120%;
	margin: 0;
	margin-right: 10px;
}

div.subtitle
{
	display: block;
	height: 100%;
	position: relative;
	top: 0px;
	width: 100%;
}
div#subtitle input.subtitleEdit
{
	background-color: Transparent;
	border-style: none;
	color: #ffffff;
	font-size: 170%;
	font-weight: bold;
	text-align: right;
	width: 90%;
}

div#navigation img
{
    border: none
}

div.editContent
{
	display: inline-block;
	float: left;
	width: 90%
}

div.editButton
{
	display: inline-block;
	float: left;
	width: 10%
}

div#articleEditorForm
{
	display: none;
	width: 90%
}

div.article
{
	display: block;
	margin: 0px;
	margin-bottom: 24px;
	width: 100%
}
div#main h1, div#main h2
{
	margin-top: 8px;
	margin-left: 8px;
	margin-bottom: 20px;
	margin-right: 8px;
	font-weight: bold;
}
div#main h1
{	
	font-size: 160%;
}
div#main h2
{
	font-size: 140%;
	margin-bottom: 12px;
}
div.article p
{
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 16px;
	margin-right: 16px;
}

textarea.editor
{
	border: solid 1px #000000;
	margin-left: 32px;
	margin-right: 32px;
	height: 200px;
	font-size: 12px;
	width: 600px
}
input.editor
{
	margin-left: 32px;
	margin-right: 32px;
	float: right;
}
div#photobook
{
	position: relative;
	height: 100%;
	top: 0px;
	margin: 0px;
	width: 100%
}
div#photobook span.photo
{
	display: block;
	height: 434px;
	margin-left: 48px;
	margin-right: 48px;
	margin-top: 0px;
	margin-bottom: 24px;
	width: 580px
}
div#photobook span.photo div.nophoto
{
	border: solid 1px #000000;
	display: table-cell;
	height: 434px;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	width: 580px
}
div#photobook span.photo img.photo
{
	border: none;
	height: 434px;
	margin-bottom: 24px;
	width: 580px
}
div#previousPicture, div#nextPicture, div#downloadPicture
{
	overflow: hidden;
	position: absolute;
	top: 0;
}
div#nextPicture
{
	text-align: right;
}

div.floatRight
{
	float: right;
	margin-right: 36px;
}
div.floatRight a
{
	background-color: #000000;
	color: #ffffff;
	border: none;
	cursor: pointer;
	display: block;
	font-size: 75%;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
div.floatRight img
{
	border: none;
	display: block;
	margin: 0;
	padding: 0;
}

div#weblog div.summary
{
	background-position: center bottom;
	background-image: url('/Images/HRuler.jpg');
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	margin-bottom: 24px;
	padding-bottom: 24px;
	width: 100%
}

div.calendar
{
    border: solid 1px #000;
    float: left;
    font-weight: bold;
    margin-left: 16px;
    margin-right: 16px;
    text-align: center;
    width: 40px;
}
div.calendar span.day
{
    font-size: 200%;
    margin: 0;
}

div#weblog div.summary h1
{
	font-size: 160%;
	font-weight: bold;
	margin-top: 8px;
	margin-left: 8px;
	margin-bottom: 0px;
	margin-right: 8px;
}
div#weblog div.summary span.subtitle
{
	display: inline;
	margin-top: 8px;
	margin-left: 16px;
	margin-bottom: 0px;
	margin-right: 16px;
	font-size: 90%;
	font-style: italic;
}
div#weblog div.summary span.subtitle, div#article span.subtitle
{
	display: inline;
	margin-top: 8px;
	margin-left: 16px;
	margin-bottom: 0px;
	margin-right: 16px;
	font-size: 90%;
	font-style: italic;
}
div#weblog div.summary span.subtitle a
{
	color: #0000ff;
	text-decoration: none;
}
div#weblog div.summary span.subtitle a:hover
{
	text-decoration: underline;
}
div#weblog div.summary p
{
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 16px;
	margin-right: 16px;
}
div#weblog div.summary p a
{
	color: #0000ff;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
div#weblog div.summary p a:hover
{
	text-decoration: underline;
}
p#weblogPages
{
	text-align: center;
}
div.bannerSide
{
	margin-top: 24px;
	text-align: center;
}
div.bannerSide img.banner
{
    border: solid 1px #000000;
    height: 100px;
    width: 250px
}
div.bannerContent
{
	margin-top: 8px;
	text-align: center;
}
div.verticalSplit
{
	margin-bottom: 12px;
}
div.verticalSplit h2
{
	margin-left: 8px;
	margin-bottom: 4px;
	margin-top: 12px;
}
div.verticalSplit p, div.verticalSplit a.link
{
	margin-left: 16px;
	margin-right: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
}
div.verticalSplit a.account
{
	display: block;
	float: left;
	font-size: 75%;
	margin-left: 100px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	text-align: right;
}
div.verticalSplit a.account p
{	
	margin: 0px
}
div.verticalSplit a.account:hover
{
	text-decoration: underline;
}
div.verticalSplit a.account:hover p
{
	text-decoration: inherit;
}
div.verticalSplit ul
{
	margin-top: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-left: 32px;	
	overflow: hidden;
	width: 236px;
}
div.verticalSplit li
{
	list-style-type: square;
	white-space: nowrap;
}
div.center
{
	text-align: center;
}
div.center table
{
    margin-left: 24px;
}
div.center table img
{
    border: none;
}
div.replies
{
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 24px;
}
div.reply
{
	margin-bottom: 16px;
}
div.reply h2
{
	margin-bottom: 0px;
}
div.reply p
{
	margin-top: 8px;
	margin-left: 16px;
	margin-bottom: 0px;
	margin-right: 16px;
}
div.reply p.subtitle
{
	display: inline;
	font-size: 90%;
	font-style: italic;
}

textarea.replyBox
{
	border: solid 1px #000000;
	height: 120px;
	margin-left: 32px;
	margin-right: 32px;
	width: 580px;
}

div.youtube
{
	height: 380px;
	margin-bottom: 8px;
	margin-top: 8px;
	text-align: center;
}
div#main div.albumHeader
{
	display: block;
	float: left;
	height: 48px;
	overflow: hidden;
	width: 70%;
}
div#main div.albumHeader h1
{
	margin-left: 48px;
}
div#main div.albumSwitcher
{
	display: block;
	height: 48px;
	overflow: hidden;
	float: left;
	width: 30%;
}
div#main li
{
	margin-top: 8px;
	margin-left: 16px;
	margin-bottom: 0px;
	margin-right: 16px;
}
select.albumSwitcher
{
	position: relative;
	margin-top: 12px;
	width: 153px;
	z-index: 10;
}

div#singha
{
	height: 0px;
	position: relative;
	left: 683px;
}

div#singha img
{
	position: relative;
	margin: 0;
	margin-top: 20px;
	top: -260px;
	padding: 0;
}

div#weatherNav
{
    float: left;
    height: 736px;
    width: 238px;
}

div#weatherMap
{
    background-image: url('/Images/thailand.jpg');
    background-repeat: no-repeat;
    float: left;
    height: 736px;
    width: 440px;
}

div#weatherMap div
{
    background-color: Red;
    cursor: pointer;
    display: block;
    height: 0;
    position: relative;
    width: 0;
    z-index: 1;
}

div#weatherMap div div.city
{
    background-color: Red;
    height: 6px;
    position: relative;
    width: 6px;
    z-index: 1;
}
div#weatherMap div div.cityname
{
    background-color: Transparent;
    color: #111;
    display: block;
    font-family: Verdana;
    font-size: 80%;
    font-weight: bold;
    position: relative;
    top: -4px;
    left: 10px;
    width: 80px;
}
div#accountPicture
{
    background-color: Red;
    display: block;
    height: 80px;
    width: 80px;
}