/*  
Theme Name: Ted's Theme
Theme URI: http://wordpress.org/
Description: My theme hacked from the blogger version
Version: 1.0
Author: Ted Su
Author URI: http://tedsu.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body
{
margin:0px;
padding:0px;
font-family:arial;
text-align:center;
background-color: #e1ddd9;
}

#container
{
width:750px;
height:auto;
margin: 10px auto;
padding:0px;
text-align:left;
border: 6px solid #FFFFFF;
background-color:#FFFFFF;
}

#banner
{
width:740px;
height:84px;
padding:5px;
border-width: 0px 0px 0px 0px;
border-style: solid;
border-color: #FFFFFF;
background-image: url('images/banner.png')
}


#menu
{
width:730px;
height:35px;
padding-top:10px;
padding-left:20px;
background-image: url('images/menu.png')
}

#left
{
width:510px;
min-height:900px;
padding:10px 40px 10px 10px;
}

#right
{
width:180px;
padding:10px 0px 10px 0px;
text-align:center;
float:right;
background-color:#FFFFFF;
}

#bottom
{
width:730px;
padding:0px 0px 3px 20px;
color:#FFFFFF;
font-size:16pt;
font-weight:900;
font-family:tahoma;
letter-spacing:1pt;
background-image: url('images/bottom.png');
}

#headshot
{
margin-right:10px;
float:left;
}

#result
{
margin-bottom:20px;
}

div.archivelinks
{
margin: 0px 0px 10px 0px;
text-align:center;
}

div.archivelinks a
{
text-decoration:none;
}

div.links
{
margin: 0px 0px 20px 0px;
text-align:center;
}

div.links li
{
margin-bottom: 0px;
}

div.links a
{
text-decoration:none;
}

div.links ul
{
list-style-type:none;
margin:0px;
padding:0px;
}

#menu ul
{
list-style-type:none;
margin:0px;
padding:0px;
}

li.menu
{
margin:0px;
border:0px;
display:inline;
}

li
{
margin-bottom: 10px;
}

a.sites
{
text-decoration:none;
color:#3333cc;
}

a.menu
{
text-decoration:none;
color:white;
margin:10px;
font-weight:600;
}

a.currentpage
{
text-decoration:none;
color:black;
margin:10px;
font-weight:600;
}

a.rss
{
text-decoration:none;
padding:0px;
margin:0px 0px 0px 0px;
color:#F99B39;
font-weight: 900;
}

a:hover
{
color:#000000;
}

h1
{
font-size:28pt;
letter-spacing:1pt;
color:#FFFFFF;
margin:15px 0px 0px 0px;
}

h2
{
margin:0px;
text-indent:20px;
font-size:12pt;
}

h3
{
color:#666666;
font-size:10pt;
color:#8467D7;
letter-spacing:2pt;
text-align:left;
margin-top: 0px;
margin-bottom: 0px;
padding-top:0px;
}

h4
{
color:#3333cc;
font-size:16pt;
letter-spacing:1pt;
text-align:left;
margin-top: 0px;
margin-bottom: 0px;
padding:0px;
}

h5
{
font-size:16pt;
letter-spacing:1pt;
text-align:left;
margin-top: 0px;
margin-bottom: 10px;
padding:0px;
}

p.archives
{
font-size:9pt;
margin-top:0px;
margin-bottom:10px;
}

p.listheader
{
margin:0px;
color:#E8A317;
font-size:12pt;
letter-spacing:1pt;
text-align:center;
font-weight: bold
}

p.blurb
{
margin:0px 0px 20px 0px;
padding:0px
font-size:11pt;
text-align:left;
}

.blogpost
{
margin: 0px 0px 20px 0px;
padding: 0px 0px 20px 0px;
font-size:11pt;
text-align:left;
border-bottom:1px dotted #666666;
}

.blogpost ul
{
border: 10px red;
}

img
{
border:0px;
}

img.rss
{
padding-bottom: 0px;
margin:0px 4px 0px 0px;
vertical-align:middle;
}

img.centered
{
display: block;
border: 0pt;
margin-left:auto;
margin-right:auto;
margin-top:15px;
margin-bottom:15px;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
