/*

Theme Name: polaroid-perfect

Theme URI: http://www.sammyliu.com

Description: Two column, dynamic width simple full-background layout

Version: 1

Author: Sam Liu

Author URI: http://www.sammyliu.com

Tags: dynamic, width, two-column, simple, full-background, stretch


This theme was designed and built by Sam Liu (Sammyliu.com)
The CSS, XHTML and design is Sam's, lisence CC Attribution.
*/

/*FIRST: hide that stupid little smiley face.*/
img#wpstats{display:none}

html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	overflow:hidden
}
body {
	background-image:url(images/bg.jpg);
	background-position:center;
	position:relative;
	font-family: Georgia, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.6em;
}
#bg, #main {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#bg {width:auto; overflow:hidden;}
#main{
	width:100%;
	height:100%;
	overflow:auto;
}
#mainanchor a{
	border:none;
	text-decoration:none;
	color:#000;
}
#contentmain{
	background:url('images/transpWhite.png');
	padding:2em;
	width:45%;
	margin-left:2%;
	float:left;
}
#nav{
	background:url('images/transpBlack.png');
	padding:2em;
	width:25%;
	margin-left:55%;
	color:#fff;
}

/*Text formatting time*/
a 
{
	color: #000;
	text-decoration:underline;
}
#nav a{
    color:#ccc;
	text-decoration:underline;
}
#nav a:hover{
	color:#333;
}
.aktt_tweets, .aktt_tweets li, .aktt_tweets ul {
	list-style:none;
	display:inline;
}
.aktt_tweets a {
	color:#f9f9f9;
	border-bottom:1px solid #000;
}
.aktt_more_updates a {
	color:#ccc;
	border-bottom:1px dotted #ccc;
}
.postmetadata 
{
	font-size: small;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 44px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 1.2em;
}
h2{
	line-height: 100%;
	margin-top:3px;
	margin-bottom:3px;
}
h3{
	line-height: 100%;
	margin-top:3px;
	margin-bottom:3px;
	font-size:85%;
}
p {
	font-family: Georgia, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.6em;
}
.post {
	width:100%;
	color:#000;
}
.widget{
	color:#fff;
}
.widget p{
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
}
.widget h1{
	font-family: Georgia, serif;
	font-size: 44px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: -3px;
	line-height: 1em;
	margin-bottom:0px;
}
.widget h2{
	font-family: Georgia, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1em;
}
.post-title
{
	line-height:105%;
	/*In case I want to do anything about this...haha*/ 
}
.timestamper
{
	color:#666;
	line-height:100%;
	font-size:1.2em;
	margin-left:30px;
	/*In case I want to do anything about this...haha*/ 
}


.aktt_more_updates 
{
	display:inline;
}

.floatimgleft {
	float:left;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}

#topright {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 125px;
	width: 125px;
	background: url('images/TRbanner.gif') no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

.post {
	text-align: justify;
	padding:10px;
}
.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {
	clear: left;
}
.clear {
	clear: both;
}

/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've

thought?!) 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
}

/* End Images */
/* Begin Lists
Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}



#sidebar ul ul, #sidebar ul ol {

	margin: 5px 0 0 10px;

}



#sidebar ul ul ul, #sidebar ul ol {

	margin: 0 0 0 10px;

}



ol li, #sidebar ul ol li {

	list-style: decimal outside;



}



#sidebar ul ul li, #sidebar ul ol li {

	margin: 3px 0 0;

	padding: 0;

}

/* End Entry Lists */







/* Begin Form Elements */

#searchform {

	margin: 10px;

	padding: 5px 3px;

}



#sidebar #searchform #s {

	width: 108px;

	padding: 2px;

}



#sidebar #searchsubmit {

	padding: 1px;





}



.entry form { /* This is mainly for password protected posts, makes them look better. */

	text-align:center;

}



select {

	width: 130px;











}



#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {

	width: 100%;
	padding: 2px;

}



#commentform #submit {

	margin: 0;

	float: right;

}

/* End Form Elements */







/* Begin Comments*/

.alt {

	margin: 0;

	padding: 10px;

}



.commentlist {

	padding: 0;

	text-align: justify;

}



.commentlist li {

	margin: 15px 0 3px;

	padding: 5px 10px 3px;

	list-style: none;

}



.commentlist p {

	margin: 10px 5px 10px 0;

}



#commentform p {

	margin: 5px 0;

}



.nocomments {

	text-align: center;

	margin: 0;

	padding: 0;

}



.commentmetadata {

	margin: 0;

	display: block;

}

/* End Comments */







/* Begin Sidebar */
#sidebar
{

}

#sidebar form 
{
	margin: 0;
}
/* End Sidebar */







/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
background-color: #fff; }
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}



blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
hr {
	display: none;
}
a img {
	border: none;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #444;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	border-left:5px #cfcfcf solid;
	margin-left:5px;
	padding-left:10px;
	display:block;
	height:100%;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

/* End Various Tags & Classes*/
