* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	color: #005399;
}

h1 {
	font-size:1.5em;
	margin:1em 0;
}

h2 {
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.65em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: underline;
	color: #00478f;
}

a:hover {
	text-decoration: none;
	color: #bf1e46;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	background: #3C74E6 url(images/img06.gif) repeat-x;
}

.boxed .title h2 {
	height: 28px;
	padding: 12px 0 0 20px;
	text-transform: uppercase;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(images/img07_2.gif) repeat-x;
}

/* Post */

.post {
	width:695px;
}

.post .title {
	background: #3C74E6 url(images/img06.gif) repeat-x;
	font-size: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.post .title span {
	display: block;
	height: 28px;
	padding: 12px 0 0 20px;
}

.post .date {
	margin-top: -25px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: right;
	font-size: x-small;
	color: #FFFFFF;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	clear: both;
}

.post .meta p {
	margin: 0;
	padding: 10px 20px 40px 20px;
	border-top: 1px dotted #CCCCCC;
	line-height: normal;
	font-size: x-small;
}

.post .story {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(images/img07.gif) repeat-x;
}

/* Header */

#header {
	width: 962px;
	height: 102px;
	margin: 0 auto;
	background: url(images/bg-head.png) no-repeat;
}

/* Header > Logo */

#logo {
	float: left;
	width: 240px;
	height: 50px;
	margin: 8px 0 0 36px;
	padding:0px;
}

#logo img {
	float: left;
}

/* Header > Menu */

#menu {
	float: right;
	background: url(images/bg-search.png) no-repeat;
	height: 26px;
	width: 403px;
	margin: 67px 28px 0px 0px;
	padding:0px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	margin: 0px;
	padding: 0px;
	display: inline;
	height: 26px;
}

#menu a {
	display: block;
	float: left;
	height: 26px;
	margin-top: 2px;
	padding-left: 13px;
	text-decoration: none;
	color: #005399;
}

/* Search */

#search {
	height: 26px;
}

#form-search {
	margin:0px;
	padding:0px;
	height: 26px;
}

#form-search input {
	font-family: Arial, Helvetica, sans-serif;
	height:16px;
	width:100px;
	margin: 2px 0px 0px 13px;
	padding:0px;
}

#form-search #lupa {
	width: 17px;
	height: 19px;
	border:none; 
	margin:0;
	padding:0px;
	background: url(images/lupa-blue.gif) no-repeat center center;
	cursor:pointer;
}

/* Content */

#content {
	width: 962px;
	margin: 0 auto;
	padding-top: 15px;
}

/* Content > Main */

#main {
	float: left;
	width: 695px;
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 267px;
}

#sidebar .photour {
	width: 221px;
	height: 93px;
	background: url(images/photo-tour.png) no-repeat top left;
	margin-bottom: 20px;
	cursor:pointer;
}

#sidebar .box {
	width: 245px;
	background: url(images/bg-menu.png) repeat-y top left;
	margin-bottom: 20px;
}

#sidebar .box-b {
	width: 245px;
	background: url(images/bg-menu-btm.png) no-repeat bottom left;
}
#sidebar .box-t {
	width: 245px;
	background: url(images/bg-menu-top.png) no-repeat top left;
	padding: 10px 0 100px 0;
}

#sidebar .counter {
	width: 221px;
	height: 87px;
	padding: 40px 0 0 18px;
	background: url(images/bg-counter.png) no-repeat top left;
}

/* Header > Menu */

#menu-left {
	width: 245px;
}

#menu-left ul {
	margin: 5px 0 0 5px;
	list-style: none;
}

#menu-left li {
	width: 240px;
	background: url(images/bg-menu-item.png) no-repeat top left;
	margin-bottom:10px;
}

#menu-left li.active {
	background: url(images/bg-menu-item-hot.png) no-repeat top left;
}

#menu-left li.active a {
	color: #FFFFFF;
}

#menu-left a {
	height: 26px;
	text-decoration: none;
	font-weight: bold;
	color: #5ec1fa;
	text-transform: uppercase;
	margin: 0px 0 0 10px
}

#menu-left ul ul li {
	background: none;
	line-height:normal;
	text-align:left;
	width:200px;
	padding-left:5px;
}

#menu-left ul ul li a {
	text-transform:none;
	font-weight:normal;
	margin:0px;
}

#menu-left ul ul li a:link, #menu-left ul ul li a:visited {
	color: #5ec1fa;
}
#menu-left ul ul li a:hover, #menu-left ul ul li a:active, #menu-left * a:hover, #menu-left * a:active  {
	color: #ffffff;
}

/* Footer */

#footer {
	clear: both;
	width: 962px;
	height: 102px;
	margin: 0 auto;
	background: #dddddd url(images/bg-bottom.png) no-repeat;
}

#footer p {
	padding-top: 20px;
	text-align: center;
	line-height: normal;
	font-size: small;
}

#footer a {
	text-decoration: underline;
	color: #666666;
}

#footer a:hover {
	text-decoration: none;
}



.searchword  {background:yellow}



/**/

#gallery {
	list-style-type:none;
	margin-top:37px;
	margin-left:7px;
	overflow:hidden;
	width:650px;
}
#gallery li {
	float:left;
	margin-right:25px;
	margin-bottom:15px;
}
#gallery img {
	position:relative;
}
#image_slider {
	margin: 10px 0 0px 0; 
	font-size:3em;
}
#image_slider a {
	text-decoration:none;
}
#image_slider span {
	width:104px;
	height:auto;
	text-align:center;
}
#image_slider span img {
	border:3px solid #00478f;
	margin: 0 5px;
}
#image_slider span img.active, #image_slider span a:hover img,  {
	border:3px solid #5ec1fa;
}
#image img {
	border:3px solid #00478f;
	display:block;
}
.iwf {
	border:5px solid #cccccc;
}

