/*---------- RESET ----------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}

div.break {
	display:block;
	clear:both;
	height:1px;
}

/*---------- END RESET ----------*/

body {
	background:#FFF;
	text-align: center;
	font:13px Georgia, Times, serif;
	line-height:21px;
	color:#252525;
}

a, img {
	text-decoration: none;
	border:none;
	outline:#FFF;
}
b, strong {
	font-weight:bold;
}
i, em {
	font-style:italic;
}
blockquote {
	font-style:italic;
	color:#3d3d3d;
}
/*---------- STRUCTURE ----------*/

#header {
	margin:30px auto;
	width:600px;
}

#content {
	position:relative;
	margin:0 auto;
	width:400px;
	text-align:left;
}
#footer {
	margin:30px auto;
	padding:5px 0;
	width:400px;
	background:#F1F1F1;
	font:11px/22px Courier, "Courier New", monospace;
}

/*---------- HEADER ----------*/

#header h1 {
	margin:0 auto 16px auto;
	width:400px;
	height:30px;
	background:#FFF url('../img/ot-logo.gif') no-repeat;
	overflow:hidden;
	text-indent:-1000px;
}
#header h1 a {
	display:block;
	width:100%;
	height:100%;
}	
#header p {
	margin:0 0 16px 0;
	font-size:17px;
	font-style: italic;
	letter-spacing: -1px;
}	
#header span a {
	padding:5px;
	text-transform: uppercase;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
	#header span a:hover {
		border-top:1px solid #959595;
		border-bottom:1px solid #959595;
	}



/*---------- ENTRY STYLES ----------*/

div.polygraphs {
	margin-bottom:40px;
	width:400px;
	overflow:hidden;
	text-align: center;
}
div.polygraphs h3 {
	margin:4px 0;
	font-size:16px;
	font-style:italic;
}
div.polygraphs h3 img {
	vertical-align: middle;
}
div.polygraphs h3 span {
	font-size:10px;
	font-style:normal;
}
div.entry {
	position:relative;
	margin-bottom:60px;
}
div.entry h2 {
	margin-bottom:7px;
	font-size:24px;
	font-style:italic;
	letter-spacing: -1px;
}
div.entry p {
	margin-bottom:12px;
}
div.meta {
	margin-top:5px;
	padding-top:3px;
	border-top:1px solid #CCC;
	font-style:italic;
	font-size:11px;
}
div.meta h3, div.meta p {
	display:inline;
}
div.meta h3 {
	margin-right:12px;
}
div.meta p img {
	margin-top:-2px;
	vertical-align: middle;
}
div.meta span {
	float:right;
}

#paginate {
	margin:20px 0;
	height:10px;
	font-style:italic;
}
#paginate p#old {
	float:left;
}
#paginate p#newer {
	float:right;
}

#archive-title {
	margin-bottom:18px;
}

/*---------- COMMENTS ----------*/

#com-form input {
	margin:5px 0 10px 0;
	width:200px;
}
#com-form input#submit {
	margin:5px 0 10px 0;
	width:60px;
}
#com-form textarea {
	margin:10px 0;
	width:400px;
}
#comments h2, #com-form h2 {
	margin:15px 0;
	font-size:18px;
	font-style:italic;
	letter-spacing: -1px;
}
#comments div.comment {
	margin:0 0 20px 0;
	font-size:11px;
}
#comments div.comment p.comment-meta {
	text-transform:uppercase;
	font-family: Courier, "Courier New", monospace;
}
#com-form {
	margin-top:50px;
}

#com-form p {
	margin-bottom:10px;
}

/*---------- LINK STYLES ----------*/

a:link, a:visited {
	color:#000;
}
a:hover {
	color:#555;
}





