/*
Theme Name: Shutter'd
Theme URI: http://will.ph/projects/shutterd/
Description: A theme for a photo gallery.
Version: RC2
Tags: photo blog gallery
Author: Will Garcia
Author URI: http://will.ph/
*/

/* General Tags */

* {
	padding: 0;
	margin: 0;
	}

body {
	font: 62.5% Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #000;
	background: #000;
	text-align: center;
	}

img {
	border: 0;
	}

a:link, a:visited {
	text-decoration: none;
	color: #5AA6FF;
	}

a:hover {
	text-decoration: none;
	color: #5AC5FF;
	}

/* Structure */
#page {
	text-align: left;
	margin: 0;
	padding: 0;
	position: relative;
	border-top: none;
	clear: both;
	width: 100%;
	}

#katawan {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	clear: both;
	width: 880px;
	background: #000;
	}

#katawansearch {
	margin: 0 auto;
	padding: 0;
	clear: both;
	width: 790px;
	}

/* Tooltitles */
.tooltitle {
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #333333;
	font-size: 1.5em;
	color: #333;
	}

/* Header */
#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 80px;
	background: #000;
	width: 100%;
	border: 0;
	}

#headeritems {
	margin: 0 auto;
	width: 880px;
	border: 0;
	background: transparent;
	}

#headerimg {
	padding: 0;
	margin: 0 auto;
	border: 0;
	background: transparent;
	}

#headersearch {
	margin: 0 20px 0 0;
	padding: 10px;
	float: right;
	width: 250px;
	border-top: 0;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-khtml-border-bottom-left-radius: 8px;
	-khtml-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	background: #5AA6FF;
	}

/* Headers */

h1, h2, h3, h4 {
	font-family: Verdana, Arial, Sans-Serif;
	}

h1 { /* H1 is the title in the header */
	font-size: 3em;
	/* font-weight: bold; */
	letter-spacing: 1px;
	margin: 0;
	padding: 10px 0 0 40px;
	}

h1, h1 a, h1 a:link, h1 a:visited {
	text-decoration: none;
	color: #5AA6FF;
	}

h1 a:hover {
	text-decoration: none;
	color: #5AC5FF;
	}

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	font-size: 2.4em;
	font-weight: bold;
	letter-spacing: normal;
	}


h2, h2 a, h2 a:link, h2 a:visited {
	text-decoration: none;
	color: #666;
	}

h2 a:hover {
	text-decoration: none;
	color: #ccc;
	}

h3  { /* H3 is entry headlines. */
	font-size: 2.4em;
	font-weight: normal;
	letter-spacing: -1px;
	}

h4  { /* H4 is comments and replyform headlines. */
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
	}

/* Posts */
.postcontent {
	padding: 5px;
	font: normal 1.2em Verdana, Arial, sans-serif;
	color: #333;
	text-align: left;
	padding: 0;
	/* padding-bottom: 20px; */
	}

.postcontent a:link, .postcontent a:visited {
	text-decoration: none;
	color: #5AA6FF;
	font-weight: normal;
	}

.postcontent a:hover {
	color: #5AC5FF;
	}

.postcontent p {
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	}

.postcontent ul {
	width: 80%;
	margin: 10px auto;
	}

.postcontent ul li {
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.postcontent img, .postcontent img a {
	padding: 10px;
	margin: 10px auto;
	background: #fff;
	}

/* Footer */
#footer {
	background: transparent;
	width: 100%;
	padding: 0;
	margin: 0;
	}

#footer p {
	font: normal 1.1em Verdana, Arial, sans-serif;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	margin: 0;
	}

#footer a:link, #footer a:visited {
	color: #5AA6FF;
	text-decoration: none;
	}

#footer a:hover {
	color: #5AC5FF;
	text-decoration: none;
	}

/* Sidebar */
#misc {
	background: #000;
	width: 100%;
	color: #fff;
	}

#sidebar {
	width: 880px;
	color: #fff;
	margin: 20px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333;
	padding: 0;
	}

#sidebar ul {
	list-style-type: none;
	}

#sidebar ul li {
	display: block;
	list-style-type: none;
	}

.dash {
	margin: 0;
	padding: 0;
	width: 25%;
	float: left;
}

.dash-content {
        background: #fff;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 5px;
	padding: 5px;
	}

.dash-content ul {
	margin: 0;
	padding: 0;
	width: 95%;
	}

.dash-content ul li {
	margin: 0;
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	}

.dash-content ul li a:link, .dash-content ul li a:visited {
	text-decoration: none;
	color: #5AA6FF;
	}

.dash-content ul li a:hover {
	text-decoration: none;
	color: #5AC5FF;
	}

.navigation {
	color: #fff;
	}

/* Alignment */
.aligncenter {
	text-align:center;
	border:0;
	margin-left:auto;
	margin-right:auto;
	clear: both;
	display: block;
	}

.alignright {
        float: right;
}

.alignleft {
        float: left
}

/* Forms */
input[type=text], textarea {
	color: #333;
	padding: 1px;
	margin: 0;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 95%;
	}

input[type=text]:focus, textarea:focus {
	background: #fff;
	color: #333;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 95%;
	}

.submit {
	padding: 1.5em 0 0 0;
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-khtml-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.submit input {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	padding: 3px 5px;
	font-size: 12px;
	line-height: 1.5em;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	text-decoration: none;
}

.submit input {
	background-color: #e5e5e5;
	color: #5AA6FF;
	border-color: #5AA6FF;
}

.submit input:hover {
	border-color: #5AC5FF;
	z-index: 3;
}

.submit input:hover {
	color: #5AC5FF;
}

/* author */
.author {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #333;
        border: 0;
	}

#photodata {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	text-align: center;
 	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #ccc;
	}

/* clear */
.clear {
	clear: both;
	}

/* lastgall */
#lastgall {
	margin: 0;
	padding: 10px 0;
	width: 100%;
	color: #333;
	}

#lastgall img {
	margin: 5px;
	padding: 5px;
	}

#wpstats {
	display: none;
	}