/*
Theme Name: Fotofolio
Theme URI: http://pupungbp.erastica.com/
Description: Wordpress Theme for Photography lovers, Graphic Designers, of even a Drawer. By: Pupung Budi Purnama.
Version: 1.0.6
Author: Pupung Budi Purnama
Tags: White, Gray, 2 Column
/*
/* GLOBAL CSS */
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	background: #111;
	/*color: #505050;*/
        color: #ddd;
}
h1, h2, h3, h4 {
	font-size: 1.6em;
}
.ffix {
	clear: both;
}
a {
	color: #505050;
	text-decoration: none;
}
img {
	border: none;
}

/* TYPOGRAPHY */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	padding: 0px 0;
}
#header h1 {
	font-size: 1.4em;
	font-weight: normal;
	font-style: italic;
	line-height: 4.4em;
}
.legend h2, .legend h3, #data h2, .news h2 {
	font: bold 1.2em Helvetica, Arial, sans-serif;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}
.legend h3 {
	font-size: 2.2em;
	letter-spacing: 0;
	margin-left:0;
	font-family: Georgia, "Times New Roman", Times, serif;

}
.notes a {
	border-bottom: 1px dotted #333;
}
.author {
	font-size: 1.2em;
}
.author strong {
	font-family: Helvetica, Arial, sans-serif;
}
.notes {
	font-size: 1.3em;
	line-height: 1.6em;
}
.page h3 {
	margin-left:15px;

}

.page .notes {
	/*width: 500px;*/
     width: 870px;
		 margin-left:15px;
		 float:left;
}
.notes p {
}
#data h2 {
	color: #CCC;
	padding-left: 8px;
}
#data ul li, #data .resume p {
	font-size: 1.3em;
	color: #fff;
	line-height: 1.6em;
}
#footer {
	font-size: 0.9em;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

/* LAYOUT */
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background:#222  url(images/containerbg.png) repeat-y center center;
}
#headertop{
 background: #330099;
 height:29px;
 width:100%;
}
#headerContainer {
	clear:both;
	position:relative;
	width:100%;
	height:130px;
	background:transparent url(images/headerbg.png) repeat-x top center;
}
#header {
	width:900px;
	margin:0 auto;
	height:130px;
	/*background:transparent url(images/headerbg.png) repeat-x;*/
}
#window{ display:none;
	background: transparent url(images/window.png) no-repeat;
	width: 170px; height:130px; float:right;
}
#header h1 {
	width: 900px;
	height: 130px; 
	float: left;
}
#header h1 a {
	
	display: block;
	/*background: url(images/logo.png) no-repeat top left; */
	/*text-indent: -7777px;*/
}
.featured {
	padding-top: 15px;
	width: 890px;
	padding-bottom: 50px;
	min-height: 400px;
}
.featured img {
	padding: 5px;
	/*background: #ebebeb;*/
       background: #111;
}
.photo {
	float: left;
	//width:570px;
}
.shadow-left {
	/*background: url(images/shadow-left.png) no-repeat left bottom;*/
}
.shadow-right {
	/*background: url(images/shadow-right.png) no-repeat right bottom;*/
	padding: 15px;
}
ul#photos {
	list-style: none;
	width: 570px;
	height: 350px; 
}
.legend {
	float: right;
	text-align: left;
	width: 265px;
	padding-top: 15px;
}
.legend h2 {
	padding-bottom: 10px;
}
.legend h3 {
	
}
.page {
  float:left;
}

.notes p {
	padding-top: 10px;
}
.news h2 {
	padding-top: 10px;
}
#datatop{
width:100%;
height:10px;
clear:both;
background:transparent url(images/datatop.png) repeat-x;
margin-top:-5px;

}
#databottom{
width:100%;
height:10px;
clear:both;
background:transparent url(images/databottom.png) repeat-x;

}
#data {
	background:transparent url(images/databg.png);
	text-align: center;
}

#data .container {
	text-align: left;
	margin: 0 auto;
	width: 880px;
	padding:0 10px 0 10px;
	background: url(images/stripe.png) repeat-y 410px 0;
}
#data .container .top {
	background: url(images/arrow-top.png) no-repeat 392px 0;
	height: 9px;
	clear: both;
}
#data .container .bottom {
	background: url(images/arrow-bottom.png) no-repeat 392px 0;
	height: 9px;
	clear: both;
}
#data .about { display:none;
	padding: 25px 0;
	width: 150px;
}
#data .about, #data .category {
	float: left;
	padding-left: 5px;
}
#data .about li {
	clear: both;
}
#data .category {
	padding: 25px 0;
	width: 400px;
}
#data .category li {
	width: 100px;
}
#data ul {
	list-style: none;
	padding-top: 10px;
}
#data ul li {
	float: left;
}
#data ul li a {
	padding-left: 8px;
}
#data ul li a:hover, .current-cat, .active, .current_page_item {
	background: url(images/current.png) no-repeat left center;
}
#data .resume {
	width: 420px;
	float: right;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right:10px;
}
#data .resume img {
	padding: 5px;
	float: left;
	background: #222222;
	margin-top: 5px;
	margin-left: 8px;
}
#data .resume h2 {
	padding-bottom: 10px;
	color:#CCC;
}
#data .resume p {
	float: right;
	width: 310px;
}
#data a {
	color: #fff;
}
#data .resume a {
	border-bottom: 1px dotted #efefef;
}
#footer {
	padding: 15px;
}
div.category-list {
	width: 550px;
	float: left;
	padding-top: 15px;
	padding-left: 30px;
}
div.category-list .pic, div.news .pic {
	width: 80px;
	height: 80px;
	background: #000;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.pic a img {
	border: none;
}
.pic a:hover img {
	background: #666;
}
div.news .pic {
	width: 60px;
	height: 60px;
}

/*paging*/
.navigation {
	clear: both;
	font: bold 1em Arial, Helvetica, Verdana, Sans-Serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding-right: 44px;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.navigation .alignleft {
	width: 40%;
	float: left;
}
.navigation .alignright {
	width: 40%;
	float: right;
}
.single .navigation {
	width: 500px;
	padding: 0 10px;
}

/* CSS: (StyleSheet) */

#imgPreviewWithStyles {
    background: #666;
    padding: 5px;
    z-index: 999;
    border: none;
}

/* Text below image */
#imgPreviewWithStyles span {
    color: white;
    text-align: center;
    display: block;
    padding: 10px 0 3px 0;
}

/* Comments */
div.comments {
	padding-top: 30px;
}
#respond {
	width: 280px;
	float: right;
	padding: 10px;
	background: #efefef;
	-moz-border-radius: 4px;
}
.commentlist {
	width: 500px;
	float: left;
}
.comments .navigation {
	width: 450px;
	padding: 10px;
}
textarea#comment {
	width: 250px;
	padding: 10px;
	border: none;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}
.navigation-comment {
	width: 400px;
	float: left;
}
.comment-box {
	width: 500px;
	float: left;
}
h3#comments, div#respond h3 {
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
}
ol.commentlist {
	list-style: none;
	line-height: 18px;
}
ol.commentlist li {
	padding: 15px;
	font-size: 1.3em;
}
ol.commentlist li .avatar {
	margin: 5px 8px 5px 0;
}
cite.fn {
	font-weight: bold;
}
.comment-meta {
	font: italic 11px Arial, Helvetica, Sans-Serif;
}
.comment p {
	width: 420px;
	float: right;
}
form#commentform p {
	font: italic 11px Arial, Helvetica, Sans-Serif;
	padding: 5px 0;
}
form input {
	border: none;
	padding: 5px;
}
form input#submit {
	background: #ccc;
	font-weight: bold;
}
/*==================== Menu =====================*/
#menuContainer{
	position: fixed;
	left: 0px;
	top: 0px;
	left:0px;
	width:100%;
	height:37px;
	z-index: 49;
	background: url(images/menuBG.png) repeat-x 0px 0px;
}
#topMenu{
	margin: 0px auto;	
	width:900px;
	top:0px;
	z-index: 50;

}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 12px;
	color: #CCCCFF;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	padding-top: 7px;
	height:21px;
}

#nav a:hover {
	color: #F7D587;
}

#nav li {
	float: left;
	width: 100px; 
	white-space:nowrap;
	text-align: left;
	padding-left: 14px;
	list-style-image: none;
/*  background-image: url(images/purple_bullet.png); 	
	background-repeat: no-repeat;
	background-position: 0 8px;*/
	border-right: thin solid #B3B3E4;
}

#nav li ul {
	position: absolute;
	background: #4444;
	width: 225px;
	left: -999em;
	padding: 0px;
	margin:0px 0px 8px 0px;
	border-top: thin none #B3B3E4;
	border-right: thin solid #B3B3E4;
	border-bottom: thin none #B3B3E4;
	border-left: thin solid #B3B3E4;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	color: #F7D587;
	background: #444;

}
#nav li ul li {
	margin: 0px;
	padding:0px 2px 0px 14px;
	width: 210px;
	display: inline;
	white-space:nowrap;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #B3B3E4;
	text-align: left;
}
#nav .first{
	border-left: thin solid #B3B3E4;
}