/**
 * Theme Name: Photr
 * Theme URI: http://austinpassy.com/wordpress-themes/photr
 * Description: Get your flickr photo images and show them off in your background.
 * Version: 0.2.2
 * Author: Austin Passy
 * Author URI: http://frostywebdesigns.com/
 * Tags:
 *
 */

/* Get plugins CSS */
@import url('library/css/plugins.css');

html, body {
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Links */
a, a:hover, a:active {
	text-decoration: none;
}

/**
 * Background
 */
#flickr {
	bottom: 0;
	left :0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
#imageList {
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-khtml-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	bottom: 0;
	height: 20px;
	left: 0;
	margin: 0 50px;
	overflow: visible;
	padding: 10px 50px;
	position: fixed;
	text-align: center;
	z-index: 69;
}
#imageList ul {
	display: inline-block;
	height: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
}
#imageList ul li {
	list-style: none;
	display: inline;
	margin: 0 5px;
	page-break-inside: avoid;
}
/** jQuery flickr elements */
#flickr ,#flickr table, #flickr td, #flick #wordcampla {
	height: 100%;
	overflow: hidden;
	width: 100%;
}
#flickr div {
	height: 200%;
	left: -50%;
	position: absolute;
	top: -50%;
	width: 200%;
}
#flickr td {
	text-align: center;
	vertical-align: middle;
}
#flickr img {
	display: block;
	margin: 0 auto;
	min-height: 50%;
	min-width: 50%;
}
#flickr img.init {
	min-height: 0;
	min-width: 0;
}
#flickr span {
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
}
#flickr span.right {
	left: 50%;
}
ul.fgallery li {
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	line-height: 20px;
	text-align: center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha('opacity=10');
	opacity: 0.1;
	-moz-opacity: 0.1;
}
ul.fgallery li.loaded {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha('opacity=60');
	opacity: 0.6;
	-moz-opacity: 0.6;
}
ul.fgallery li.active {
	background-image: none!important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha('opacity=100');
	opacity: 1.0;
	-moz-opacity: 1.0;
	cursor: default;
}
ul.fgallery li.hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha('opacity=100');
	opacity: 1.0;
	-moz-opacity: 1.0;
}
ul.fgallery li a img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	display: block;
	margin-bottom: 14px;
	position: relative;
	top: 18px;
}
ul.fgallery li a {
	display: block;
	display: none;
	position: absolute;
}

/**
 * Structure
 */
.column {
	float: left;
	padding: 20px;
}

#body-container {
	height: 100%;
	left: 0;
	overflow: auto;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
#page {
	height: 100%;
	min-width: 1010px;
	overflow: auto;
}
#header-container {
	padding: 0;
}
#header {
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-khtml-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	margin: 0 20px;
	padding: 20px 20px 10px;
	width: 160px;
}
#header address {
	display: none;
	font-size: 14px;
}

/* Blog title */
/** If Cufon is active **/
.cufon-active #site-title {
	font-size: 2em;
	text-indent: 0;
}
.cufon-active #site-title a {
	background: none;
	height: 30px;
	overflow: hidden;
	width: 160px;
}
.cufon-active #site-title a:hover {
	background: none;
}
/** If Cufon is not active **/
#site-title {
	margin: 0 0 18px;
	text-indent: -999em;
}
#site-title a {
	background: url(./images/logo.png) no-repeat 0 -80px;
	display: block;
	height: 80px;
	width: 160px;
}
#site-title a:hover {
	background: url(./images/logo.png) no-repeat 0 0;
	border-bottom: 0;
}
/* Blog description */
#site-description {
	display: none;
}

/* Navigation wp_list_pages() */
#page-nav .menu {
	list-style: none;
	margin-left: 0;
}
#page-nav .menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
#page-nav .menu li a {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	padding: 8px;
}
	
/* Sub Navigation */
#page-nav ul ul {
	height: 100%;
	left: 159px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#page-nav .menu ul li {
	border-bottom: 0 !important;
}
#page-nav .menu li li a {
}

/* Menu Navigation wp_nav_menu() */
#page-nav .menu ul {
	list-style: none;
	margin-left: 0;
}
#page-nav div ul ul {
	height: 100%;
	left: 159px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#page-nav .menu li li a {
	display: block;
}

/* Container (wraps content and primary) */
#container {
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-khtml-border-radius: 0 0 8px 8px;
	border-top: none !important;
	border-radius: 0 0 8px 8px;
	margin: 0 10px 18px 0;
	padding: 0;
}

/* Main content */
.hfeed {
	float: left;
	padding: 20px;
	width: 460px;
}

/* Posts */
.post {
	overflow: hidden;
	margin: 0 0 40px 0;
}
.single .post, .attachment .post, .page .post {
	margin: 0;
}

/* Primary sidebar (right of content) */
#primary {
	float: right;
	margin: 0 0 0 10px;
	width: 160px;
}
#primary h3.widget-title {
	font-size: 1em;
	margin-bottom: 9px;
}

/* Dock sidebar (left of content, under header/nav) */
#dock-container {
	position: relative;
}
#dock {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	margin: 20px 20px 10px;
	padding: 10px;
	position: absolute;
	width: 180px;
}
#dock.fixed {
	position: fixed;
	top: 10px;
}

/* Widgets */
.widget {
	overflow: hidden;
	padding: 10px 10px 0;
}
.widget-title {
	margin-bottom: 9px;
}

/* Comments template */
#comments-template {
	clear: both;
	width: 460px
}
	
/* Comment headers */
h3.comments-header {
	font-size: 1.2em;
}
/* Comments are closed */
.comments-closed {
	font-style: italic;
}
#comments-template .children {
	margin: 15px 0 0 0;
}
#comments-template ol {
	list-style: none;
	margin: 0 0 21px 0;
}
#comments li, #comments li li li, #comments li li li li li {
	margin: 0 0 5px 0;
	overflow: hidden;
	padding: 0;
}
#comments li li, #comments li li li, #comments li li li li, #comments li li li li li {
	background: transparent url('./images/reply.png') no-repeat left top;
	padding: 0 0 0 40px;
}

/* Avatar */
#comments-template .avatar {
	float: left;
	height: 50px;
	margin-right: 0;
	padding: 5px;
	width: 50px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}
#comments-template .user-frosty .avatar {
	padding: 4px;
}

/* Comment meta data */
.comment-meta-data {
	font-size: 13px;
	margin: 0 0 0 70px;
	padding-left: 15px;
}
.comment-author {
	float: none;
	color: #000;
	margin: 0 10px 0 0;
}
.comment-author cite a {
	font-style: normal;
}
.comment-meta-data .comment-time {
	font-size: 12px;
}
.comment-meta-data a {
	border-bottom: none;
	font-size: 13px;
	text-decoration: none !important;
}
.comment-meta-data a:hover {
	text-decoration: none; 
}
.comment-meta-data .permalink {
	display: none;
	visibility: hidden;
}
span.hover-url {
	padding-left: 15px;
}

/* Comment text */
.comment-text {
	clear: none;
	font-size: 12px;
	margin: 0 0 0 70px;
	padding: 15px;
}
.comment-text p i {
	margin-left: 15px;
	padding-left: 5px;
}
.comment-text .admin-only {display:block; font-style:italic; padding:5px 10px;}
.comment-text .removed {color:#CC66CC; display:block; font-style:italic; padding:10px;}

/* Comment form */
#commentform input {
	border: none;
	width: 99%;
}
#commentform textarea {
	border: none;
	width: 99%;
}
#commentform input:focus, #commentform textarea:focus {
	margin-bottom: -1px;
}
	/* #author, #email, #url */
	#commentform input#author, #commentform input#email, #commentform input#url {
		display: inline-block;
		page-break-before: always;
		width: 200px;
	}
	/* Submit buttons */
	#commentform input#submit, #commentform input#reset {
		margin: 0 10px 0 0;
		width: 65px;
	}

/**
 * Hide
 */
#hide {
	margin: -3px 0 0 10px;
	padding: 0;
}
#hide a {
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	display: block;
	font-size: 25px;
	height: 25px;
	padding: 0 10px 5px;
	width: 35px;
}
#hide a#fade-out {
	padding-left: 13px;
	width: 32px;
}
#hide .hide {
	display: none;
}
#hide a:hover {
	border-bottom: 0;
	text-decoration: none;
}

/**
 * Footer container
 */
#footer-container {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	clear: both;
	margin: 0 10px 48px 240px;
	width: 671px;
}
#footer {
	font-size: 11.5px;
	padding: 10px 20px;
}
#footer p {
	display: inline;
	margin-right: 5px;
}
#footer p.top {
	float: right;
}

/**
 * Miscellaneous
 */
.clear {
	clear: both;
}
.fix:after {
	clear: both;
	display: block;
	height: 1px;
}
