/*  
Theme Name: Prisa2
Theme URI: http://nofieiman.com/2008/01/prisa2-wordpress-theme/
Description: Clean, fresh but minimalist design. No more no less. :)
Version: 2.0
Author: Nofie Iman
Author URI: http://nofieiman.com
*/

/* Main */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	background: #fff url(images/topbg.gif) repeat-x;
	font: 80% Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing:-1px;
}
h2 {
	font-weight: normal;
	letter-spacing: -1px;
	color: #FF109F;
}

p, ol, ul {
	line-height: 1.6em;
}

a {
	color: #0066cc;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 828px;
	height: 160px;
	margin: 0px auto 30px auto;
}

#twitter {
	width: 400px;
	float: left;
	margin: 5px 20px 0 0;
	padding: 0;
}

#rss {
	width: 200px;
	float: right;
	margin: 5px 0 0 0;
	padding: 0;
	background: url(images/rss.jpg) no-repeat center right;
}

#rss a {
	float: right;
	text-decoration: none;
	color: #fff;
	padding-right: 25px;
}

#rss a:hover, .active a {
	color: #ccc;
	text-decoration: underline;
}

/* Logo */

#logo {
	float: left;
	padding: 40px 0 0 0;
}

#logo h1 {
	margin: 0;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 3.6em;
	font-weight: normal;
	color: #444;
}

#logo h1 a {
	padding-right: 40px;
	background: url(images/logo.gif) no-repeat right;
	text-decoration: none;
	color: #444;
}

#logo p {
	margin: -5px 0 0 0;
	text-transform: uppercase;
	font-size: 1.22em;
	letter-spacing: -1px;
}

#logo a {
	text-decoration: none;
	color: #444;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 83px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-right: 30px;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.8em;
	color: #444;
}

#menu a:hover, .active a {
	border-bottom: 3px solid #FF0099;
}

#menu ul li.current_page_item a{
	border-bottom: 3px solid #FF0099;
}

/* Page */

#wrapper {
	background: url(images/bottombg.gif) repeat-x left bottom;
}

#page {
	width: 838px;
	margin: 0px auto;
	padding: 40px 0;
}

/* Content */

#content {
	float : left;
	width : 550px;
	min-height : 600px;
	height : auto;
}

#content p {
margin: 0 0 10px 0;
}

#content li {
margin: 0 0 3px 10px;
}

h2.title {
	font-size: 200%;
	font-weight: normal;
	padding: 10px 10px 10px 17px;
}

h2.pagetitle {
	font-weight: bold;
	font-size: 200%;
}

.post {
	margin: 0 0 20px;
	/*text-align: justify;*/
}

.post ul, .post ol {
	padding: 0 0 0 20px;
}
.post li {
	padding: 0 0 3px 10px;
}
.post .date {
	background: url(images/datebg.gif) no-repeat top left;
	width: 41px;
	height: 46px;
	float: left;
	position: relative;
	padding: 0 10px 0 0;
}

.post .month {
	font-size: 13px;
	color: #fff;
	position: absolute;
	top: 25px;
	left: 10px;
}

.post .day {
	font-size: 22px;
	color: #fff;
	position: absolute;
	top: 2px;
	left: 7px;
}

.post .title {
	margin: 0;
	padding: 0 0 5px 50px;
	font-size: 200%;
}

.post .pagetitle {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 200%;
}

.post .meta {
	background: url(images/categorybullet.gif) no-repeat left center;
	padding: 0 10px 0 20px;
}

.post .comment {
	background: url(images/commentbullet.gif) no-repeat left center;
	padding: 0 10px 0 20px;
}

.post .editlink {
	background: url(images/icon-edit.png) left top no-repeat;
	padding: 2px 0 2px 20px;
	height: 16px;
	margin-right: 5px;
	}
.post .commentsrss {
	background: url(images/icon-feed.png) left top no-repeat;
	padding: 2px 0 2px 20px;
	height: 16px;
	margin-right: 5px;
	}
.post .trackback {
	background: url(images/icon-trackback.png) left top no-repeat;
	padding: 2px 0 2px 20px;
	height: 16px;
	margin-right: 5px;
	}

.post .entry {
	padding: 15px 0 30px 0;
	font-size: 105%;
	/*text-align:justify;*/
}

.post .entry img {
	margin: 5px 15px 0px 0;
	float: left;
}

/* Forms */

.namebar {
	background: url(images/namebar.gif) no-repeat center left;
	width: 290px;
	height: 20px;
	border: 1px solid #ccc;
	margin: 5px;
	padding: 2px 2px 2px 20px;
	font: 1em Arial, Helvetica, sans-serif;
}
.mailbar {
	background: url(images/emailbar.gif) no-repeat center left;
	width: 290px;
	height: 20px;
	border: 1px solid #ccc;
	margin: 5px;
	padding: 2px 2px 2px 20px;
	font: 1em Arial, Helvetica, sans-serif;
}
.urlbar {
	background: url(images/urlbar.gif) no-repeat center left;
	width: 290px;
	height: 20px;
	border: 1px solid #ccc;
	margin: 5px;
	padding: 2px 2px 2px 20px;
	font: 1em Arial, Helvetica, sans-serif;
}

#commentform textarea {
	width: 305px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #ccc;
	font: 1em Arial, Helvetica, sans-serif;
	background: #fff;
}

#commentform #submit {
	margin: 5px;
	float: left;
	border: 0px;
	background: url(images/button.gif) no-repeat center left;
	padding: 5px;
	color: #fff;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 30px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	background: url(images/img05.gif) repeat-x left bottom;
}

#sidebar li li a {
	padding-left: 21px;
	background: url(images/img06.gif) no-repeat 6px 50%;
}

#sidebar h2 {
	padding-left: 20px;
		padding-bottom: 5px;
	background: url(images/img04.gif) no-repeat left center;
	font-weight: bold;
}

#sidebar a {
	text-decoration: underline;
}

#sidebar a:hover {
	text-decoration: none;
}

#sidebar p {
	margin: 0;
	padding: 0;
}

/* Footer */

#wrapper2 {
	background: #333;
	border-top: 4px solid #666;
}

#footer {
	width: 828px;
	margin: 0 auto;
	padding-top: 30px;
	color: #eee;
}

#footer a {
	color: #eee;
	text-decoration: none;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	display: block;
	float: left;
	width: 240px;
	padding-left: 29px;
}

#footer li.first {
	padding-left: 0;
}

#footer li ul {
	margin: 0;
	padding-bottom: 30px;
}

#footer li li {
	display: list-item;
	float: none;
	margin: 0;
	padding: 5px 0;
	background: url(images/img10.gif) repeat-x left bottom;
}

#footer li li a {
	padding-left: 21px;
	background: url(images/img09.gif) no-repeat 6px 50%;
}

#footer h2 {
	margin-top: 0;
	padding: 0 0 3px 20px;
	background: url(images/img08.gif) no-repeat left center;
	color: #fff;
}

#legal {
	clear: both;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	color: #aaa;
	background: #000;
}

#legal a {
	color: #aaa;
}



/***** COMMENTS FORMATTING *****/
h3#comments, h3#respond {
	padding: 0;
	font-size: 1.35em;
	color: #84E003;
}
.commentlist {
	text-align: justify;
	padding: 20px;
}
.commentlist li {
	padding: 0 0 0 10px;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
}
.commentlist .commentuser, .commentlist .commentuser a {
	font-weight: normal;
	color: #5cbdea;
	text-align: right;
	font-style: italic;
	padding-bottom: 15px;
}
#commentform p {
	font-family: Arial, Helvetica, sans-serif;
}
.nocomments {
	text-align: center;
}




.search {
	width: 100%;
	border: 1px solid #eee;
	height: 25px;
}
.searchbar {
	width: 85%;
	margin: 3px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	border: none;
	background: #fff;
	float: right;
}
.searchbut {
	border: none;
	background: url(images/searchbut.gif) no-repeat top left;
	width: 15px;
	height: 14px;
	margin: 5px 5px;
	float: left;
	padding: 5px;
	cursor: pointer;
}



acronym, abbr, span.caps {
	cursor: help;
	font-size: 0.9em;
	letter-spacing: .07em;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

.center {
	text-align: center;
	}

code {
	font: 1.1em 'Courier New', Courier, monospace;
	}

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will align the image to
	the right. And using 'class="centered', will of course center
	the image. This is much better than using align="center", being
	much more futureproof and valid. */

img.centered {
	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;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}


.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 60px;
	}

#navigation {
	margin: 0;
	padding: 0;
	}
	


/*Everything below is added by me*/	
#flickrrss img {
margin: 0 5px 0 0;
}


/*Portfolio*/
div.portfolio {
margin: 10px 0 0 0px;
}

div.float {
float: left;
width: 150px;
height: 170px;
margin: 0 20px 15px 0;
}

div.last {
margin: 0 0 15px 0;
}

div.float p.caption {
font-size: 0.9em;
width: 150px;
margin: 5px 0 0 0;
padding: 0;
text-align: center;
}

div.spacer {
clear: both;
}


.contactform input, .contactform textarea {
width: 350px;
padding: 5px;
border: 1px solid #ddd;
font-size: 150%;
}

.contactform #contactsubmit {
width: 150px;
}