/*  
Theme Name: 
Theme URI: http://a.trendyname.org/
Description: Minimal graphics please.
Version: 1.00
Author: Chris Lin
Author URI: http://a.trendyname.org/
*/



 
/*
==============================================
GLOBAL ELEMENTS
============================================== */
body
{
	background:#e1e1e1 url("images/bg.gif") repeat-y 50% 0;
	color:#666;
	margin:0;
	padding:0;
}

a
{
	background:url(images/link.gif) repeat-x 100% 100%;
	color:#9cf;
	padding-bottom:2px;
	text-decoration:none;
}

a:hover
{
	background:url(images/link-hover.gif) repeat-x 100% 100%;
	color:#B28A47;
}

h4
{
	border-bottom:1px solid #ccc;
	font-weight:500;
	margin-right:100px;
}

/* 

==============================================

HEADER

============================================== */
#header
{
	background:#fff url("images/header_bg.png") repeat-x 0 0;
	height:80px;
	text-align:left;
}

#header h1
{
	background:#fff url("images/header.png") no-repeat 0 0;
	display:block;
	height:60px;
	overflow:hidden;
	text-indent:-2000px;
	width:359px;
}

#header h1 a
{
	display:block;
	height:60px;
	width:359px;
}

/* 

==============================================
MENU
============================================== */
#menu
{
	padding-bottom:20px;
}

.menulinks
{
	font-family:Georgia, "Times New Roman", serif;
	font-size:1.25em;
	height:60px;
	position:absolute;
	right:0;
	top:13px;
}

.menulinks a
{
	background:none;
	color:#999;
	font-size:1em;
	padding:20px 15px 11px;
}

.menulinks ol
{
	list-style:none;
	margin:0;
	padding:0;
}

.menulinks li
{
	display:inline;
	position:relative;
}

.menulinks .link-home,.menulinks .link-flickr,.menulinks .link-about,.menulinks .link-contact
{
	background:url("images/menu_bg.png") no-repeat 50% -20px;
	padding:20px 0 0;
}

.searchbox
{
	padding:0 25px 0 5px;
}

#searchresults
{
	color:#000;
	font-family:Georgia, "Times New Roman", serif;
	font-size:2.2em;
	font-weight:700;
	text-align:center;
}

#searchresults span
{
	border-bottom:1px solid #111;
	display:block;
	padding-bottom:5px;
	width:450px;
	margin:0 auto 30px;
}

.idleField
{
	background:#EFEFEF;
	border:1px solid #666;
	font-size:.9em;
	margin:0;
	padding:3px;
}

.focusField
{
	background:#fff;
	border-bottom:1px solid #ccc;
	border-left:1px solid #000;
	border-right:1px solid #ccc;
	border-top:1px solid #000;
	font-size:.9em;
	margin:0;
	padding:3px;
}

.stopped
{
	background:url('images/reset.png') center center no-repeat;
	height:13px;
	position:absolute;
	right:10px;
	top:3px;
	width:13px;
}

.ajax-loading
{
	background:url('images/loading.gif') center center no-repeat;
	height:13px;
	position:absolute;
	right:10px;
	top:3px;
	width:13px;
}

.noresults
{
	border-bottom:1px solid #000;
	font-family:Georgia, "Times New Roman", serif;
	font-size:2.2em;
}

.retry
{
	cursor:pointer;
}

/* 

==============================================

FLICKR

============================================== */
.flickr
{
	position:relative;
	margin:auto auto 15px;
}

.flickr img
{
	background:#5986B2;
	z-index:2;
	padding:5px;
}

.flickrinfo
{
	background:url('images/flickr_bg.png') repeat center top;
	border:1px solid #000;
	font-size:.8em;
}

.flickrinfo ul
{
	list-style:none;
	margin:0;
	padding:3px;
}

.flickrinfo li
{
	line-height:1.5;
}

.flickr img:hover
{
	background:#FFD999;
}

.popup
{
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 5px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.popup strong
{
	color:#aaa;
}

/* 

==============================================

ELSEWHERE

============================================== */
.elsewhere
{
	font-size:.7em;
	line-height:1.7em;
	margin-top:10px;
}

.elsewhere p
{
	border-left:3px solid #9cf;
	margin:0;
	padding:5px 0 5px 10px;
}

/* 

==============================================

QUOTE

============================================== */
.post .quote
{
	text-align:right;
	text-transform:uppercase;
}

.post .quote blockquote
{
	background:url('images/quote.png') no-repeat 0 0;
	font-size:2.5em;
	font-style:normal;
	line-height:1.1em;
	text-align:left;
	text-transform:none;
	margin:5px;
	padding:15px;
}

.post blockquote p
{
	color:#CC8A66;
	margin:0;
	padding:0;
}

.post .quote blockquote p:after
{
	color:#ccc;
	content:" \201D";
	font-family:Georgia, "Times New Roman", serif;
	font-size:1.2em;
}

.left
{
	text-align:left;
}

.center
{
	text-align:center;
}

.right
{
	text-align:right;
}

.alignright { 
	float:right;
}

.alignleft { 
	float:left;
}
/* 

==============================================

POST

============================================== */
.infowrapper,.post_info
{
	font-size:1.5em;
}

.datewrapper
{
	height:60px;
}

.date
{
	background:#5986B2;
	color:#fff;
	float:right;
	font-family:Georgia, "Times New Roman", serif;
	font-size:.8em;
	margin-right:13px;
	text-align:center;
	text-transform:uppercase;
	width:35px;
	padding:5px 10px;
}

.dateD
{
	font-size:1.6em;
	font-style:italic;
}

.post
{
	padding-bottom:30px;
	margin:10px 0;
}

.post-title
{
	font-size:1.4em;
}

.post-title a
{
	background:none;
	color:#000;
	font-family:Georgia, "Times New Roman", serif;
	font-weight:700;
	text-decoration:none;
}

.post-title a:hover
{
	color:#222;
}

.postmetadata
{
	color:#e9f0f0;
	font-family:Verdana, Arial, san-serif;
	font-size:.42em;
	line-height:1.5em;
}

.postmetadata a
{
	color:#e0e6e6;
	font-family:Verdana, Arial, san-serif;
	font-weight:400;
}

.pmdHover
{
	color:#8fb3b3;
}

.pmdHover a
{
	color:#668080;
}

.comment-links a,.comment-links a:hover
{
	background:url(images/comment-link.gif) no-repeat 0 45% !important;
	padding-left:15px;
}

.entry
{
	font-size:.95em;
	line-height:1.9em;
	text-align:justify;
}

.entry a
{
	font-weight:700;
}

.entry ol
{
	color:#9b9b9b;
	padding-left:20px;
}

.entry ul
{
	list-style:none;
}

.entry ul li
{
	background:url("images/li-1.gif") no-repeat 0 6px;
	color:#9b9b9b;
	padding-left:20px;
}

.entry ul li:hover
{
	background:url("images/li-2.gif") no-repeat 0 6px;
}

.entry blockquote
{
	background:url('images/quote.png') no-repeat 0 0;
	color:#999;
	font-style:normal;
}

.entry blockquote p:after
{
	color:#ccc;
	content:" \201D";
	font-family:Georgia, "Times New Roman", serif;
	font-size:1.5em;
}

.navigation
{
	text-align:center;
	width:600px;
	margin:0 auto;
}

.navigation a
{
	background:none;
	color:#5986B2;
	font-weight:700;
}

.navigation a:hover
{
	text-decoration:underline;
}

#wp_page_numbers li
{
	display:inline;
	font-size:1.2em;
}

.active_page
{
	border-bottom:3px solid #5986B2;
}

#category_wrapper
{
	color:#000;
	font-family:Georgia, "Times New Roman", serif;
	padding-bottom:5px;
	margin:0 0 30px;
}

#category_wrapper span
{
	border-bottom:1px solid #111;
	display:block;
	font-size:1.7em;
	padding-bottom:5px;
	text-align:left;
}

.category
{
	font-size:2em;
	font-weight:700;
	padding-top:5px;
	text-align:center;
}

.commentlist li
{
	border:1px solid #fff;
	border-top:1px solid #bfbfbf;
	line-height:2em;
	list-style:none;
	position:relative;
	margin:20px 0 0;
	padding:0;
}

.nocomments,.closedcomments
{
	border:1px solid #bfbfbf;
	background:#efefef;
	color:#333;
	text-align:center;
	margin:20px 0;
	padding:10px;
}

.commentlist cite
{
	background:#dfdfdf;
	display:block;
	font-style:normal;
	padding:3px;
}

.alt cite
{
	background:#cfcfcf;
}

.commenttext
{
	position:relative;
	z-index:1;
	padding:5px;
}

.commentlist .alt
{
	background:#EFEFEF;
	border-top:1px solid #afafaf;
}

.commentnumber
{
	bottom:0;
	color:#EFEFEF;
	font-family:Georgia, "Times New Roman", serif;
	font-size:5em;
	font-style:italic;
	line-height:1.2em;
	position:absolute;
	right:3px;
	width:35px;
}

.alt .commentnumber
{
	color:#dfdfdf;
}

#comment_form
{
	color:#333;
	overflow:hidden;
}

#comment_form fieldset
{
	background:#ccc;
}

#comment_form h3
{
	color:#111;
	height:35px;
	line-height:35px;
	margin:0 0 1em;
}

#comment_form_info
{
	float:left;
	margin-bottom:1.7em;
	width:200px;
	padding:16px 0 10px;
}

#comment_form_info input
{
	color:#333;
	font-size:1.2em;
	height:18px;
	width:150px;
	margin:0;
	padding:5px;
}

#comment_form_info label img
{
	position:relative;
	top:3px;
}

#comment_form_message
{
	float:right;
	width:250px;
	padding:16px 0 10px;
}

#comment_form_message label
{
	font-weight:400;
}

#comment_form_message textarea
{
	color:#333;
	font-family:Verdana, Arial, san-serif;
	font-size:1.2em;
	height:170px;
	width:230px;
	margin:0 0 5px 10px;
}

#respond,#total_comments
{
	color:#333;
	font-family:Georgia, "Times New Roman", serif;
	font-size:1.8em;
	font-weight:700;
}

#submit
{
	margin-top:30px;
	margin-left:40px;
}

/* 

==============================================

FOOTER

============================================== */
#footer
{
	background:#111;
	color:#ccc;
	padding-top:10px;
	width:600px;
}

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

#footer a:hover
{
	color:#fff;
}

#footer span
{
	font-family:Georgia, "Times New Roman", serif;
	font-size:1.75em;
}

#search
{
	font-family:Georgia, "Times New Roman", serif;
	text-align:justify;
}

#recentposts
{
	line-height:15px;
	padding-bottom:60px;
	padding-left:17px;
	padding-top:3px;
}

#recentposts .recentdate
{
	font-size:.91em;
}

.recentpost
{
	background:url("images/article.png") no-repeat 0 90%;
	padding-left:20px;
}

.recentdate
{
	padding-bottom:10px;
	padding-left:20px;
}

#recentcomments
{
	border-left:1px solid #444;
	padding:0 0 0 20px;
}

#recentcomments .commenter
{
	padding-bottom:10px;
}

#recentcomments ul,#recentposts ul
{
	list-style:none;
	margin:0;
	padding:10px 0 0;
}

.commenter
{
	background:url("images/author.png") no-repeat 170px 2px;
}

.snippet
{
	background:url("images/comment.png") no-repeat 0 3px;
	font-size:.9em;
	line-height:18px;
	padding-left:20px;
}

.menulinks li:hover a,.commentlist
{
	color:#000;
}

.flickr a,.comment-links:hover a
{
	background:none;
}

.entry blockquote p,#recentposts a,#recentcomments a
{
	font-size:1.1em;
}

.postmetadata:hover a:hover,.commentlist a
{
	background:none;
	color:#111;
}