/* @override http://thingstomakeyousmile.com/wp-content/themes/ttmys/style.css */



/*	
Theme Name: ttmys
Theme URI: http://warpedvisions.org/dl/ttmys
Description: A simple photoblog theme
Version: .1
Author: Bruce Alderson
Author URI: http://warpedvisions.org

*/

/* CSS reset reloaded 
	By: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	color: #353535;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* SWATCHES */

.blue {
	color: #2d7fcf;
}


/* STYLES */
* {
	margin:  0;	
}
body {
	min-width: 850px;		
	background-color: #ffa91c;
}
html, body {
	height: 100%;
}
#wrapper {
	overflow: auto;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    width: 100%;
    margin: 0 auto -323px;
}
#footer, #spacer {
	clear: both;
}
#content .post .post-edit-link {
	position: absolute;
	left: 510px;
	background-color: #999; color: whitesmoke;
	padding: 3px 5px;
	-webkit-border-radius: 4px; -moz-border-radius: 4px;
	font: 10px "Lucida Console", "Andale Mono", mono;
	-webkit-box-shadow: 0 0 4px #353535;
	font-weight: normal;
	border: 0;
}
#content .post .post-edit-link:hover {
	background-color: whitesmoke; color: #333;
}
a {
	text-decoration: none;
}
#header {
	width: 200px;
	margin: 50px;
	float: left;

}
#header h1 {
	text-align: center;
	font: bold 38pt/80% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 1em;
}
#header h1 em {
	clear: both;
	display: block;
	font-size: 100pt;
	line-height: 100pt;
	font-style: normal;
}
#header p {
	font-size: 8pt;
	text-align: center;
	margin: 2em;
	color: #444;
}
#header ul {
	margin: 0 auto; margin-top: 75px;
	font-size: 8pt; font-weight: bold;
	line-height: 16px;
	overflow: auto;
}
#header ul li {
	float: left;
	width: 66px; 
	text-align: center;
	display: block;
}
#header ul li a {
	width: 100%;
	padding-top: 40px;
	display: block;
	border-bottom: 4px solid transparent;
	color: #916418;
}
#header ul li a:hover {
	opacity: .5;
	background-color: #353535;
	color: whitesmoke;
	border-bottom: 4px solid #555;
}
#header ul li a:hover#rss {
	background-color: transparent;
	border-bottom: 4px solid transparent;
}


#content {
	position: absolute; 
	left:  325px; top: 50px;
	width: 500px; height: 500px;;
	float: left;
	-webkit-border-radius: 10px; -moz-border-radius: 10px;
	overflow: none;
	background-color: #fff;
	-webkit-box-shadow: 0 0 8px #353535;	
}
#content div.image,
#content h2 a,
#content p,
#content blockquote,
#content p cite {
	color: white;
	font-weight: bold;
	position: absolute;
}
#content h2 a {
	float: left;
	display: block; 
	width: 450px;
	top: 15px;
	z-index: 100;
	padding: 0 25px;
	font-weight: bold;
	text-shadow: #000 0px 0px 8px;
}
#content .post p cite a {
	color: #ddd;
}
#content p.meta {
	top: 0px;
	text-align: right;
	font-size: 9px; font-weight: bold;
	color: #999;
	margin-right: 1em;
	float: right;
	font-weight: normal;
}
#content div.image {
	clear: both;
	width: 480px; height: 480px;
	left: 0px;
	margin: 10px;
	overflow: hidden;
	-webkit-border-radius: 10px; -moz-border-radius: 10px;
}
#content blockquote p {
	margin: 0 2em;
	top: 150px; width:  400px;
	font-size: 18pt;
	font-style: italic;
	text-align: right;
	text-shadow: #000 0px 0px 8px;
}
#content p {
	top: 470px;
	width: 475px;
	margin: 0 13px;
	text-align: center;
}
#content p cite {
	display: block;
	width: 475px;
	top: 40px;
	text-align: right;
	font-weight: normal;
	font-size: 10pt;
}
#content p cite a {
	background-color: #353535;
	-webkit-border-radius: 4px; -moz-border-radius: 4px;
	padding: 3px 4px 2px;
}
#content #scroll {
	position: absolute;
	top: 510px;
	width: 500px;
	font-size: 10.5pt; font-weight: bold;
}
.l {
	float:  left;
}
.r {
	float: right;
}


#content.page h2 {
	font-size: 14pt; font-weight: bold;
	color: whitesmoke;
	background-color: #444;
	-webkit-border-top-left-radius: 10px; 
	-webkit-border-top-right-radius: 10px; 
	-moz-border-radius-topleft: 10px; 	
	-moz-border-radius-topright: 10px;
	padding: 5px 15px 4px;
	margin-bottom: 25px;	
	width: 470px;
}
#content.page div.post h3 {
	font-size: 13pt;
	font-weight: bold;
	margin-top: 1.25em;
}
#content.page h3,
#content.page ul,
#content.page p,
#content.page form {
	position: static;
	color: #444;
	clear: both;
	font-size: 10.5pt;
	margin: 10px 15px;
	line-height: 145%;
	font-weight: normal;
	text-align: left;
}

#content.page p em {
	font-style: italic;
}

#content.page li {
	color: #444;
	list-style-type: square;
}
#content.page a {
	font-weight: bold;
	border-bottom: 2px solid #ddd;
}
#content.page a:hover {
	border-color: #777;
}
#content.page form {
	margin: 2em 0 0 .5em;
	
}
#content.page form p label {
	width: 70px;
	display: block; float: left;
	font-weight: bold;
	color: #666;
	text-align: right;
	line-height: 27px;
}
#content.page form textarea,
#content.page form input {
	width: 70%;
	font-size: 12pt;
	padding: 4px 6px;
	margin-left: 20px;
	-webkit-border-radius: 5px; -moz-border-radius: 5px;
	border: 1px solid #999;
	color: #444;
}
#content.page form textarea {
	width: 400px;
	height: 200px;
}
#content.page form input#submit {
	width: auto;
	float: right;
	margin-right: 35px;
}

#footer {
	margin: 200px 0 0;
	padding: 100px 0 1em 0;
	width: 100%;
	font-size: 8pt; font-weight: bold;
	background-color: #7e540d; 
	overflow: auto;
}
#footer p {
	float: left;
	padding-left: 1em;
	color: #5e3f09;
}
#content cite a,
#footer p a {
	color: #303030;
	padding: 2px 4px 4px;
}
#content cite a:hover,
#footer p a:hover {
	opacity: .5;
	background-color: #353535;
	color: whitesmoke;
	-webkit-border-radius: 4px; -moz-border-radius: 10px;
}

/**/
