/*
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
Author: Pupung Budi Purnama
Tags: White, Gray, 2 Column
/*
/* GLOBAL CSS */
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	background: #fff;
	color: #505050;
}
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: 10px 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.4em;
	letter-spacing: 0;
}
.notes a {
	border-bottom: 1px dotted #333;
}
.author {
	font-size: 1.2em;
}
.author strong {
	font-family: Helvetica, Arial, sans-serif;
}
.notes {
	font-size: 1.4em;
	line-height: 1.6em;
}
.page .notes {
	width: 500px;
}
.notes p {
}
#data h2 {
	color: #352511;
	padding-left: 8px;
}
#data ul li, #data .resume p, #data .about p {
	font-size: 1.4em;
	color: #fff;
	line-height: 1.6em;
}
#footer {
	font-size: 1.0em;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

/* LAYOUT */
#container {
	margin: 0 auto;
	text-align: left;
}
#header h1 {
	
}
#header h1 a {
	display: block;
	background: url(images/montunologo.png) no-repeat top left;
	width: 350px;
	height: 126px;
	text-indent: -7777px;
}
.featured {
	padding-top: 15px;
	width: 880px;
	padding-bottom: 50px;
	min-height: 300px;
	margin: 0 auto;
}
.featured img {
	padding: 5px;
	background: #ebebeb;
}
.photo {
	float: left;
}
.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: 490px;
	height: 285px;
}
.legend {
	float: left;
	text-align: left;
	width: 390px;
	padding-top: 15px;
}
.legend h2 {
	padding-bottom: 20px;
}
.legend h3 {
	
}
.notes p {
	padding-top: 20px;
}
.news h2 {
	padding-top: 20px;
}

#data {
	background: #a69785;
	text-align: center;
}
#data .container {
	text-align: left;
	margin: 0 auto;
	width: 880px;
	background: url(images/stripe.png) repeat-y 410px 0;
}
#data .container .top {
	background: url(images/arrow-top.png) no-repeat 402px 0;
	height: 9px;
	clear: both;
}
#data .container .bottom {
	background: url(images/arrow-bottom.png) no-repeat 402px 0;
	height: 9px;
	clear: both;
}
#data .about {
	width: 420px;
	float: right;
	padding-top: 25px;
	padding-bottom: 25px;
}
#data .about img {
	padding: 3px;
	float: left;
	background: #7b6851;
	margin-top: 5px;
	margin-left: 8px;
}
#data .about h2 {
	padding-bottom: 10px;
}
#data .about p {
	float: right;
	width: 380px;
	font-style: italic;
}

#data .category {
	padding: 25px 0;
	width: 250px;
}
#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 {
	background: url(images/current.png) no-repeat left center;
}
#data .resume {
	width: 380px;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
}
#data .resume img {
	padding: 3px;
	float: left;
	background: #7b6851;
	margin-top: 5px;
	margin-left: 8px;
}
#data .resume h2 {
	padding-bottom: 10px;
}
#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: 400px;
	float: left;
	padding-top: 15px;
	padding-left: 30px;
}
div.category-list .pic, div.news .pic {
	width: 100px;
	height: 80px;
	background: #000;
	float: left;
	margin-right: 8px;
	margin-bottom: 60px;
	font-size: 1.4em;
	text-align: center;
	background-color: white;
}
.pic a img {
	border: none;
}
.pic a:hover img {
	background: #666;
}
div.news .pic {
	width: 50px;
	height: 50px;
}

/*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;
}

a:link.bluelink ,  a:visited.bluelink, a:active.bluelink, a:hover.bluelink{
	color: blue;
	text-decoration: underline;
	border-bottom: medium none;
}



#navbar
{
	background: #000 url('images/navbar_bg.png') repeat-x scroll top center;
	width: 100%; 
	height: 29px;
}
#navitems
{
	margin: 0 auto;
	width: 840px;
}


/* Newsletter */

.newsltr {
	text-align: center;
	padding: 0 0 6px;
}
.nlspan {
	font-family: helvetica,arial,sans-serif;
	font-size: 1.5em; 
	font-weight:bold;
	font-style:italic;
}

.example {
	color: #666666;
}




/* Navigation bar - Slide down menus */
ul.menu {list-style:none; margin:0; padding:0; font-size: 13px;}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#000; text-decoration:none}
ul.menu li {position:relative; float:left; margin-right:0px}
ul.menu ul {position:absolute; top:29px; left:0; background:#FFFFFF; display:none; opacity:0; filter: alpha(opacity = 0); list-style:none}
ul.menu ul li {position:relative; border:1px solid #000; border-top:none; width:139px; margin:0}
ul.menu ul li a {display:block; padding:3px 7px 5px; background-color:#bdcedc; text-align: center}
ul.menu ul li a:hover {background-color:#98b1c4}
ul.menu .menulink {border-style: none; padding:0px;}
ul.menu .topline {border-top:1px solid #aaa}


