/*
Theme Name: Cahaya Photography Theme
Theme URI: http://cahayaphotography.com/
*/
body {
	background: #FCFCFC url(images/bgwallpaper.jpg) center top;
	font: 80%/140% Arial, Helvetica, sans-serif;
	color: #000000;
}
p {margin: 0px 0px 1.4em;}
h3 {	font: normal 10pt "Trajan Pro", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #65b822;
	margin: 0px 0px 0.4em;
}
.clear {clear: both;}
a{color:#252525; text-decoration:none;}
a:hover {color:#65b822;}
input, textarea {background:#ffffff; border:1px solid #81807e; padding:3px;}
img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

#body-wrapper {
	width: 940px;
	margin-top: 4em;
	margin-right: auto;
	margin-left: auto;
}
#header a {
	background: url(images/header.png) no-repeat;
	text-indent: -9999px;
	height: 135px;
	width: 939px;
	display: block;
	margin-bottom:-15px;
}
* html #header a {background: url(images/header.gif) no-repeat;}

#page-wrap {
	background: url(images/page-background.png) repeat-y;
	width: 939px;
	position: relative;
}
* html #page-wrap {background: url(images/page-background.gif) repeat-y 1px;}
.page-top {
	background: url(images/page-top-03.png) no-repeat;
	height: 249px;
	width: 939px;
	margin-top: 0px;
	position: relative;
}
* html .page-top {
	background: url(images/page-top-03.gif) no-repeat;
}
.page-footer {
	background: url(images/page-footer.png) no-repeat;
	height: 56px;
	width: 939px;
	z-index: 2;
	position: relative;
}
* html .page-footer {background: url(images/page-footer.gif) no-repeat;}
.break {
	background: url(images/dotted.gif) repeat-x;
	height: 27px;
	width: 860px;
	margin-left: 20px;
	margin-top: -10px;
	position: absolute;
	font-size: 10px;
	padding-top: 20px;
	padding-right: 18px;
	padding-left: 18px;
	text-align: right;
}
#intro {
	color: #252525;
	width: 896px;
	margin: 0px auto;
	font-size: 12px;
	position: relative;
}
#intro p {
	margin: 0px 0px 0.4em;
	font: 11px/130% Century Gothic, Arial, Tahoma, Helvetica, sans-serif;
	color: #000000;
}
#intro h2 {
	font: normal 16pt "Trajan Pro", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #65b822;
	margin: 0px 0px 0.4em;
}
#intro .intro-thumb {
	width: 280px;
	float: left;
	margin-right: 5px;
	background: url(images/thumb-intro.jpg) no-repeat;
	height: 250px;
	position: relative;
	margin-top: -35px;
	margin-left: 0px;
	border-radius-topleft: 15px;
	-o-border-radius-topleft: 15px;
	-icab-border-radius-topleft: 15px;
	-khtml-border-radius-topleft: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
	-o-border-top-left-radius: 15px;
	-icab-border-top-left-radius: 15px;
	-khtml-border-top-left-radius: 15px;
	-moz-border-top-left-radius: 15px;
	-webkit-border-top-left-radius: 15px;	/*border-radius-bottomright: 15px; -o-border-radius-bottomright: 15px; -icab-border-radius-bottomright: 15px; -khtml-border-radius-bottomright: 15px; -moz-border-radius-bottomright: 15px; -webkit-border-radius-bottomright: 15px; border-bottom-right-radius: 15px; -o-border-bottom-right-radius: 15px; -icab-border-bottom-right-radius: 15px; -khtml-border-bottom-right-radius: 15px; -moz-border-bottom-right-radius: 15px; -webkit-border-bottom-right-radius: 15px; */
}
#intro .intro-thumb img {
	height: 250px;
	width: 280px;
}
#intro .description {
	width: 550px;
	float: right;
	margin-right:30px;
}
* html #intro .description {margin-right: 15px;}

.navigation{
	background: #252525 url(images/nav-background.gif) repeat-x;
	height: 31px;
	width: 597px;
	color: #FFFFFF;
	font: 9px "Trajan Pro", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	margin-left: 20px;
	clear: both;
	position: relative;
	padding-right: 150px;
	padding-left: 150px;
}
.navigation ul{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

/*Top level list items*/
.navigation ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.navigation ul li a{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	height: 21px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}

* html .navigation ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.navigation ul li a:hover {
	background: url(images/nav-hover.gif) repeat-x;
        color: #ffffff;
	height: 31px;
}

	



/*1st sub level menu*/
.navigation ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.navigation ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.navigation ul li ul li ul{
top: 0px;
}

/* Sub level menu links style */
.navigation ul li ul li a{
	margin: 0px;
	background:#58595B;
	border-top-width: 0;
	width:120px;
	height: 18px;
margin:0px;
	padding-right: 3px;
	padding-left: 3px;
}

.navigation ul li ul li a:hover{ /*sub menus hover style*/
	background: #72BF44;
	color: #ffffff;
	margin: 0px;
	height: 18px;
}






#search {
	height: 20px;
	width: 130px;
	float: right;
	margin-top: 8px;
	margin-right: 0px;
}
#search input {
	border: none;
	background:none;
}
#search .input {
	background: url(images/search-background.gif) no-repeat;
	height: 12px;
	width: 93px;
	float: left;
	font: 9px Arial, Helvetica, sans-serif;
	padding: 2px;
        border:none;
}
#search .button {
	background: none;
       border:none;
       padding:0px;
	height: 14px;
	width: 14px;
	margin-left: 5px;
	cursor: pointer;
}
#search form {
	margin: 0px;
	padding: 0px;
}
#blog {
	clear: right;
	width: 897px;
	margin-top: 25px;
	margin-left: 19px;
	font-size: 11px;
	padding-bottom:10px;
}
#blog a {color:#807c79;}
#blog a:hover {color:#252525;}
#blog .pagetitle {
	font: normal 13pt "Trajan Pro", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #65b822;
	margin: 10px 0px;
        text-align: center;
}
#blog .post {
	width: 896px;
	clear: both;
	padding-bottom: 3em;
}
* html #blog .title h2 {margin-top:0px;}
#blog .title {
	border-top: 3px solid #72BF44;
	background: url(images/title-background.gif) no-repeat center top;
	text-align: center;
	height: 43px;
	width: 897px;
	padding-top: 5px;
	line-height: 100%;
}
#blog  .title  h2 {
	font: normal 10pt "Trajan Pro", Georgia, "Times New Roman", Times, serif;
        font-size: 10pt;
	text-transform: uppercase;
	margin: 0px;
	padding: 6px 0px 0px;
	color: #FFFFFF;
	height: 16px;
}
#blog h2 a {color: #FFFFFF;text-decoration: none;}
#blog h2 a:hover {color:#65b822;}
#blog .posted {
	font-size: 7pt;
	padding-top: 2px;
	color: #000000;
	height: 12px;
}
#blog .entry {
	width: 859px;
	padding: 10px 20px;
}
#blog .entry img, #blog .entry a img  {border:1px solid #252525;}
#blog .entry a:hover img  {border:1px solid #81807e;}
#blog .size-thumbnail {margin:1px;}
#blog  .links  {
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #64b822;
	float: left;
	font-size: 10px;
}
#blog  .links  li  {
	display: inline;
	padding-right: 25px;
}
#blog .links a {
	color: #64b822;
	text-decoration: none;
}
#blog .links a:hover {
	color: #8a8a88;
}
#blog .view-comment {
	float: right;
	font-size: 10px;
}
#blog .view-comment a {
	color: #000000;
	text-decoration: none;
}
#blog .view-comment a:hover {
	color: #8a8a88;
}
#blog .postmetadata {border-top: 1px dotted #81807e; border-bottom: 1px dotted #81807e; padding: 5px 0px;}

#footer {
	background: url(images/footer-background.png) no-repeat;
	height: 109px;
	width: 939px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
}
* html #footer {background: url(images/footer-background.gif) no-repeat;}
