
/*  
Theme Name: Alan Tudyk
Theme URI: http://alantudyk.org/
Description: Based on actor Alan Tudyk
Version: 1
Author: Anchor Web Design
Author URI: http://anchorweb.com.au/

*/

html {
	min-height: 101%;
}
body {
	font-family: verdana;
	margin: 0px;
	background-color: #212530;
	color: #FFFFFF;
	background-image: url(images/alan_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
}

/*  PAGE LAYOUT POSITIONING  */ 

#container {
	width: 990px;
	margin: 0 auto;
	clear: both;
}
#mainwrap {
	margin-bottom: 0px;
	padding-bottom: 0px;
	min-height:800px;
}
#logo {
	width: 480px;
	height: 70px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	float: right;
}
#navbar {
	width: 680px;
	height: 32px;
	float: right;
	text-align: right;
	border-bottom: 1px solid #65697C;
	margin-right: 10px;
}
#navbar ul {
	list-style-type: none;
	font-size: 14px;
	font-family: "verdana";
	margin: 0px;
	padding: 0px;
}
#navbar li { 
	display: inline; 
	margin-left: 8px; 
	margin-right: 0px;
}
#navbar li a { 
	text-decoration: none; 
	color: #65697C; 
}

#sidebar {
	float: left;
	margin-top: 100px;
	margin-left: 50px;
	width: 180px;
	padding-left: 0px;
}
#contentwrap {
	width: 650px;
	float: right;
	margin-top: 20px;
}
#content {
	width: 625px;
	float: right;
}
.post {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
}
p {
	padding-top: 5px;
	padding-bottom: 5px;
}
.post h2 {
	font-size: 14px;
	color: #65697C;
	line-height: 16px;
}
.title a {
	font-size: 14px;
	color: #65697C;
	line-height: 16px;
	text-decoration: none;
}
.post  blockquote {
	font-size: 12px;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 15px;
	text-align: justify;
	font-style: italic;
}
.post a {
	font-size: 12px;
	color: #65697C;
	text-decoration: none;
	font-weight: bold;
}
.post ul {
	margin-left: 20px;
	padding-left: 20px;
}
.contenttitle {	
	font-size: 16px;
	color: #65697C;
}

.contenttitle h2 {
   font-weight: bold;
   color: #65697C;
   font-size: 14px;
}

.contenttitle a {	
  font-size: 16px;
  color: #65697C;
  text-decoration: none;
}

.meta {
  margin-top: 20px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-size: 12px;
  color: #65697C;
  border-top: dashed 1px;

}
.meta a {

  color: #65697C;
  text-decoration: none;
}

#comment {
  border: dotted 1px #FFFFFF;
  width: 400px;
}

#author {
  border: dotted 2px #FFFFFF;
}

#email {
  border: dotted 2px #FFFFFF;
}

#url {
  border: dotted 2px #FFFFFF;
}


.commentlist { list-style-type: none; }
.commentlist li {  font-size: 12px;   border-bottom: dashed 1px #65697C;       }
.search {
  text-align: center;
  width:120px;
  border: none;
  height: 25px;
  margin-bottom: 10px;
 }
h1 {	
  font-size: 16px;
  color: #65697C;
}
.post a:hover {
	font-size: 12px;
	color: #65697C;
	text-decoration: underline;
	font-weight: bold;
}



.photos img {
	paddig: 5px;
	border: 1px solid;
	margin: 5px;
} 



#sidebar ul { 
	list-style-type: NONE; 
	margin:0px; 
	padding-bottom: 20px; 
	padding-left: 6px; 
	padding-right:0px; 
	}
#sidebar li {
	font-size: 14px;
	color: #ffffff;
}
#sidebar li a {
	text-decoration: none; 
	color:  #FFFFFF; 
}
#sidebar li a:hover { 
	color: #65697C;
}
.title {
	font-weight: bold;
	color: #65697C;
	text-indent: -10px;
	font-size: 14px;
}


/*  REMOVE THESE STYLES ?  */


#footer {
	font-size: 10px;
	color: #65697C;
	text-align: left;
	width: 990px;
	height: 70px;
	background-image: url(images/im-a-leaf-on-the-wind.jpg);
	background-repeat: no-repeat;
	margin: auto;
}

#footer a {
	font-size: 10px;
	color: #65697C;
	margin-top: 0px;
	text-transform: uppercase;
}
#footer li {
 	display: inline;
}
.quote {
	color: #585B63;
}
.editlink {
	margin-top: 20px;
	margin-bottom: 10px;
}
hr{
	clear:both;
	width: 990px;
	padding: 0px;
	border-top: 1px solid #65697C;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#styleswitcher {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#styleswitcher ul li  {
	display: inline;
	font-family: verdana, arial;
	font-size: 10px;
	color: #65697C;
}
#styleswitcher a {
	font-family: verdana, arial;
	font-size: 10px;
	color: #65697C;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}
#postlinks {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 20px;	
}
