/*
Theme Name: DustinMilligan
Theme URI: http://dustinmilligan.com
Description:  The Custom Theme for Dustin Milligan
*/

html, body { height: 100%; }

body {
	background: #A8ABB0 url(images/back.jpg) 0 0 repeat-x;
	background-position: top center;
	color: #444444;
	text-align: center;
	font-family: "Trebuchet MS", helvetica, verdana, serif;
	font-size: 13px;
	padding:0px;
}

* {
	padding:0;
	margin:0;
}

#container {
	min-height: 100%;
	_height: 100%;
	width:1044px;
	margin: 0 auto;
	text-align: left;
	position: relative;

}

/* Header */
h1#header {
	margin: 0;
	height: 154px;
	background: url(images/header.jpg) 0 no-repeat;
	text-indent: -1234em;
	position: relative;
	z-index: 1001;
}

#header a {
	position: absolute;
	left: 25px;
	top: 40px;
	height: 100px;
	width: 360px;
	text-decoration: none;
}

#header em {
	display: none;
}

#mid_bar {
	width: 1044px;
	height: 62px;
	position: relative;
	background: url(images/mid.jpg) 0 no-repeat;
}

#mid_single {
	width: 1044px;
	height: 62px;
	position: relative;
	background: url(images/mid_single.jpg) 0 no-repeat;
}

#mid_single img {
       margin-left: 47px;
       margin-top: 15px;
}

/* Content */
#wrapper {
	width: 715px;
	position: relative;
	float: right;
	z-index: 12001;
	background: #fff url(images/content_back.jpg) 0 repeat-y;
	margin: 0 34px 0 0;
}

#content {
	margin: 0 10px 0 15px;
	_margin: 0 5px 0 7px;
}

#content_single {
	margin: -40px 10px 0 15px;
	_margin: -40px 5px 0 7px;
}

#home_blurb {
	width: 400px;
	margin: 0 0 33px 0;
}

.side_bottom {
	position: relative;
}

/* Sidebar Positioning */

#sidebar {
	position: relative;
	float: left;
	margin: 0 0 0 45px;
	_margin: 0 0 0 22px;
	width: 250px;
	z-index: 1002;
    }

	#sidebar ul li h2 {
	color: #BACDD8;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	padding: 10px 0 0 0;
	margin: 15px 0 9px 15px;
    position: relative;
	border-bottom: 1px dotted #B6C8D3;
}

	#sidebar ul li h3 {
	color: #BACDD8;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	padding: 10px 0 0 0;
	margin: 15px 0 0 15px;
    position: relative;
	border-bottom: 1px dotted #B6C8D3;
}

/*  All of the sidebar lists */

#sidebar ul li ul li {
	margin: 0px 0 0 20px;
	padding: 4px 15px 5px 10px;
	line-height: 99%;
	font-weight: bold;
	background:   url(images/bullet.jpg)   left  no-repeat;
	font-size: .9em;
}

#sidebar ul li ul li ul li{
	margin: 0px;
	padding: 0 0 4px 4px;
	font-weight: normal;
}

#sidebar ul li ul li ul{
	margin: 0px;
	padding: 0px;
}

/*  All of the sidebar H2's no margins */

#sidebar li {
	margin: 0;
}

#sidebar li ul{
	margin: 0;
}

#sidebar ul{
	margin: 0;
		background: #fff url(images/side_back.jpg) 0 repeat-y;

}

#sidebar a {
	color: #09131D;
	font-size: 12px;
 	text-decoration: none;
}

#sidebar a:visited {
	color: #09131D;
	 font-size: 12px;
 	text-decoration: none;
}

#sidebar a:hover {
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}

li.imdb {
	padding: 20px 0 0 20px;
}

li.dustin_milligan {
	font-size: 1em;
	padding: -0 0 0 50px;
	color: #fefefe;
}

li.photo_gallery {
	padding: 10px 0 0 18px;
}

#blog_name {
	position: absolute;
	top: 76px;
	right: 60px;
    z-index: 12004;
}

#blog_slogan {
	position: absolute;
	top: 160px;
	left: 315px;
	color: #003D53;
	font-weight: bold;
	font-size: 24px;
    z-index: 12004;
}

#subscribe_headline {
	position: absolute;
	top: 100px;
	left: 566px;
    z-index: 12004;
}

#subscribe_headline_single {
	position: absolute;
	top: 100px;
	left: 840px;
    z-index: 12004;
}

#subscribe_box {
	position: absolute;
	top: 50px;
	right: 4px;
	padding: 5px 5px 5px 5px;
	height: 90px;
	width: 245px;
	color: #fefefe;
	font-weight: bold;
	font-size: 16px;
    z-index: 12005;
}

#subscribe_input_box {
		background: url(images/subscribe_input.jpg) 0 no-repeat;
		border: none;
		height: 25px;
		width: 212px;
		padding: 5px 0 0 3px;

}

#search_input_box {
		background: url(images/side_search_input.jpg) 0 no-repeat;
		border: none;
		height: 25px;
		width: 170px;
		padding: 5px 0 0 3px;
}


#menu_too {
	position: absolute;
	top: 0px;
	right: 40px;
	margin: 0;
	padding: 0;
	z-index: 12002;
}




hr#clear {
	clear: both;
	height: 150px;
	visibility: hidden;
}

h1,
h2,
h3,
h4,
h5 {
	color: #D00000;
	font-weight: bold;
}

h6 {
	color: #3A474F;
	font-size: 13px;
	font-weight: bold;
}

hr.clearing {
	height: 1px;
	visibility: hidden;
	clear:both;
	width: 500px;
	margin: 0;
}

p,
pre,
blockquote,
form,
label,
dl,
fieldset,
address {
	margin: 10px 0;
}

fieldset {
	padding:10px;
}
h1 {
	font-size: 26px
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}


/* Word Press Stuff */

small {
	color: #42372F;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 0 2px;
}

.taggit {
	color: #42372F;
}

.more-link {
	font-weight: bold;
	font-size: 12px;
}

.postmetadata {
	position: relative;
	color: #42372F;
	padding: 0 0 6px 2px;
	margin: 0 0 30px 0;
	background: url(images/line1.jpg) 0 no-repeat;
	background-position: bottom left;
	font-size: 12px;
	font-weight: bold;
}

.pre_post {
	position: relative;
	padding: 0 0 3px 2px;
	background: url(images/pre_post.jpg) bottom center no-repeat;
	z-index: 1001;
}

.button {
	margin-top: 7px;
	margin-left: 97px;
}

.entry {

}

.entry img{
	margin-right: 9px;
}

ul,
ol {
	margin: 6px 0 21px 0px;
	list-style-type: none;
}

li,
dd{
	margin-left: 6px;
	list-style-type: none;
}

#content ul {
	list-style-type: disc;
	margin-left: 21px;
}

blockquote {
	background: #D6DADB;
	padding: 3px 12px 3px 6px;
	margin: 9px 0 6px 9px;
}

.non_graybox {
	background: #D6DADB;
	padding: 3px 9px 3px 6px;
	margin: 9px 0 6px 9px;
}

.graybox {
	background: #D6DADB;
	padding: 3px 9px 3px 6px;
	margin: 9px 0 6px 9px;
}

/*  All of the sidebar H2s */



.post h2 {
	color: #003D53;
	font-size: 22px;
	margin: 0 0 -3px 0;
    font-weight: normal;
	z-index: 1002;
	position: releative;
}

.post h2 a {
	color: #003D53;
	text-decoration: none;
}

.post h2 a:visited {
	color: #003D53;
	text-decoration: none;
}

.post h2 a:hover {
	color: #000000;
	text-decoration: underline;
}



ul#recentcomments li {
	margin: 0 0 7px 0;
}

li#recent-posts  ul li{
	margin: 0 0 7px 0;
}

form {

}

#searchform .buttons {
	 background-color: none;
	 border: 0px;
	 margin: 0 0 15px 0;
}

#searchform {
	margin: 0 0 0 8px;
	padding: 0;
	font-size: 11px;
	color: #AB324C;
}

input {
	color: #333333;
	background-color: #ffffff;
	vertical-align: middle;
    padding: 2px 0 0 2px;
    height: 20px;
    width: 180px;
    border: 1px solid #939494;
	background: url(images/input_repeat.jpg) 0 repeat-x;
	font-family: "Trebuchet MS", helvetica, verdana, serif;
	font-size: 12px;
}

textarea {
	background-color: #ffffff;
	color: #333333;
	font-family: "Trebuchet MS", helvetica, verdana, serif;
	font-size: 12px;
    border: 1px solid #939494;
    padding: 2px 0 1px 2px;
    	background: #ffffff url(images/input_repeat.jpg) bottom center repeat-x;
}

.commentnumber {
	font-size: 11px;
	font-weight: bold;
	color: #888686;
}

#commentform {
	padding: 4px 0 12px 18px;
}

/* Link Stuff */



a:link {
	color: #2F422F;
	text-decoration: underline;
}

a:visited {
	color: #2F422F;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}

#comments  {
	padding-left: 15px;
}

.move_the_comments {
	padding: 9px 6px 3px 6px;
	margin: 6px 0 6px 3px;
}

#commentlist li {
	padding-left: 18px;
}

 .commentlist{
      position: relative;
 }

.buttons_no_b {
	border: none;
	background: none;
	height: 21px;
	width: 50px;
	margin: 5px 25px 0 0;
}

.search_no_b {
	border: none;
	background: none;
	height: 25px;
	width: 50px;
}

#postcomment {
	padding-left: 20px;
}

.comments_links {
	padding-left: 20px;
}

h3#respond {
	margin-left: 13px;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 9px;
	padding: 0 0 3px 2px;
	margin: 0 0 0 10px;
	background: url(images/line3.jpg) 0 no-repeat;
	background-position: bottom left;
}

.read_more {
	margin: 0 40px 10px 0px;
	text-align: right;
}

.post_image {
	margin-right: 6px;
}

.post ul li{
	list-style-type: disc;
	margin-left: 25px;
	padding: 5px 0 3px 0;
}

.post ol li{
	list-style-type: decimal;
	margin-left: 25px;
	padding: 5px 0 3px 0;
}

  /* Footer
-----------------------------------------*/
#footer {
	  font-weight: normal;
	  background: url(images/footer.jpg) 0 0 no-repeat;
	  color: #3B5A6C;
	  min-height: 87px;
	  _height: 87px;
	  width:1044px;
	  position: relative;
	  padding: 0px 0px 0px 0px;
	  margin: -87px auto 0 auto;
	  text-align: left;
  }

 #footer_text {
    padding: 25px 75px 0 75px;
  }

.image_buttons {
	margin-top: 10px;
	margin-bottom: 10px;
  }

.small_comments {
	margin: 0 0 0 6px;
	color: #42372F;
	font-weight: bold;
	font-size: 11px;
}

  #about_blog {
	padding: 0 0 5px 3px;
	color: #555555;
	font-size: 11px;
  }

  .move_it_on_over {
	margin-left: 20px;
	font-weight:bold;
  }


#side_header {
	line-height: 97%;
	padding: 0 15px 10px 10px;
	font-weight: bold;
	color: #B1370E;
	letter-spacing: -0.4px;
}

.side_header_blue {
	color: #293A6F;
}




#dustin_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#dustin_nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#dustin_nav a {
	float: left;
	padding: 43px 0 0 0 ;
	overflow: hidden;
	height: 0px !important;
	height /**/:86px; /* for ie5/Win only */
}

#dustin_nav a:hover, a:active {

background-position: 0 -43px;
}

#dustin_nav  #nav a.selected {

background-position: 0 -86px;

}

#interact a {
width: 82px;
background: url(images/menu/interact.jpg) top left no-repeat;
}

#bio a {
width: 47px;
background: url(images/menu/bio.jpg) top left no-repeat;
}

#downloads a {
width: 91px;
background: url(images/menu/downloads.jpg) top left no-repeat;
}

#blog a {
width: 64px;
background: url(images/menu/blog.jpg) top left no-repeat;
}

#gallery a {
width: 81px;
background: url(images/menu/gallery.jpg) top left no-repeat;
}





#media a {
width: 67px;
background: url(images/menu/media.jpg) top left no-repeat;
}

#work a {
width: 72px;
background: url(images/menu/work.jpg) top left no-repeat;
}

#scholarship a {
width: 112px;
background: url(images/menu/scholarship.jpg) top left no-repeat;
}

#contact a {
width: 88px;
background: url(images/menu/contact.jpg) top left no-repeat;
}


#rss_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#rss_nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#rss_nav a {
	float: left;
	padding: 38px 0 0 0 ;
	overflow: hidden;
	height: 0px !important;
	height /**/:76px; /* for ie5/Win only */
}

#rss_nav a:hover, a:active {

background-position: 0 -38px;
}

#rss_nav  #nav a.selected {

background-position: 0 -86px;

}

#rss_feed a {
width: 158px;
background: url(images/rss.jpg) top left no-repeat;
}

#imdb_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	overflow: hidden;
}


#imdb_nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#imdb_nav a {
	float: left;
	padding: 46px 0 0 0 ;
	overflow: hidden;
	height: 0px !important;
	height /**/:92px; /* for ie5/Win only */
}

#imdb_nav a:hover, a:active {

background-position: 0 -46px;
}

#imdb_nav  #nav a.selected {

background-position: 0 -92px;

}

#imdb_roll a {
width: 204px;
background: url(images/imdb_rollin.jpg) top left no-repeat;
}



