/* @override http://danielkraus.com/style.css */

* {
	margin: 0;
	padding: 0;
}

body
{
	color: #ccc;
	background-color: #000;
	background-image: url(images/Background.jpg);
	background-repeat: repeat-x;
	background-position: left 20px;
	font-family: "Century Gothic", CenturyGothic, helvetica, arial, sans-serif;
	font-size: 76%;
	line-height: 1.4;
}

h1 {
	font: 1.5em Georgia, "Times New Roman", Times, serif;
}

h2 {
	font: 1.3em Georgia, "Times New Roman", Times, serif;

}

h3 {
	font-variant: inherit;
	font-weight: bold;
	font-size: 1.1em;
}

li {
	
}

p {
	font-size: 1em;
	line-height: 1.5;
	
	text-align: left;
	
	margin-bottom: 0.5em;
	color: white;
}

blockquote {
	margin: 1em;
	color: #E3B9D0;
	
	font: oblique 1.1em/1.5 Georgia, "Times New Roman", Times, serif;
	
}

blockquote .attribution {
	color: #ccc;
	font-size: 1em;
	font-style: normal;
}

a, a:link {
	text-decoration: underline;
	color: #EBE67A;
	border-width: 0;
}

img {
	border-width: 0;
}

a:visited {
	
}

a:hover {
	color: #fff;
	text-decoration: none;
}

a:active {
	
}


#container {
	width: 700px;
	margin: 20px auto 20px auto;
	
	
	background-color: #000;
	background-image: url(images/InsideBackgroundDark.jpg);
	background-repeat: repeat-x;
	background-position: left -10px;
	border: 1px solid #323;
}

/* @group Header */

#header {
	position: relative;
	top: 0;
	left: 0;
	
	width: 100%;
	height: 83px;
	
	border-bottom: 1px solid #323;
}

#header h1 {
	
	width: 178px;
	height: 66px;
	
	position: relative;
	top: 10px;
	left: 12px;
}

#header h1 a {
	display: block;
	width: 178px;
	height: 66px;
	background: url(images/DanielKraus.png);
	text-indent: -999em;
	overflow: hidden;
}

#follow-daniel {
	position: absolute;
	top: 15px;
	left: 470px;
	width: 220px;
	
	background: url(images/FollowDaniel.png) no-repeat 0 -4px;
	
}

#follow-daniel a {
	float: right;
	
	display: block;
	width: 22px;
	height: 22px;
	margin-left: 5px;
	
	overflow: hidden;
	text-indent: -999em;
	background: url(images/follow_icons.png) 0 0;
}

#follow-daniel #link-fb {
	background-position: 22px 0px;
}
#follow-daniel #link-fb:hover {
	background-position: 22px 22px;
}

#follow-daniel #link-my {
	background-position: 0 0px;
}
#follow-daniel #link-my:hover {
	background-position: 0 22px;
}

#follow-daniel #link-yt {
	background: url(images/youtube.gif) 0 0px;
}
#follow-daniel #link-yt:hover {
	background-position: 0 22px;
}

/* @end */

/* @group Navigation */

#nav {
	position: absolute;
	top: 54px;
	left: 234px;
	list-style: none;
}

#nav li {
	display: block;
	float: left;
	height: 29px;
}

#nav li a {
	display: block;
	width: 100%;
	height: 29px;
	
	background-image: url(images/nav.png);
	text-indent: -999em;
	overflow: hidden;
}

#nav-home {
	width: 54px;
}
#nav-home a {
	background-position: 0 0;
}
#nav-home a:hover,
#nav-home a.active {
	background-position: 0 29px;
}

#nav-tmv {
	width: 178px;
}
#nav-tmv a {
	background-position: -54px 0;
}
#nav-tmv a:hover,
#nav-tmv a.active {
	background-position: -54px 29px;
}

#nav-rotters {
	width: 70px;
}
#nav-rotters a {
	background-position: -232px 0;
}
#nav-rotters a:hover,
#nav-rotters a.active {
	background-position: -232px 29px;
}

#nav-films {
	width: 54px;
}
#nav-films a {
	background-position: -302px 0;
}
#nav-films a:hover,
#nav-films a.active {
	background-position: -302px 29px;
}

#nav-bio {
	width: 108px;
}
#nav-bio a {
	background-position: -356px 0;
}
#nav-bio a:hover,
#nav-bio a.active {
	background-position: -356px 29px;
}

/* @end */

/* @group Main */

#main {
	width: 100%;
	overflow: auto;
}

#main .col {
	display: inline;
	float: left;
	margin-top: 20px;
}

#main ol, #main ul {
	margin-left: 1em;
}

#col-left {
	width: 458px;
	margin-left: 20px;
}

#col-right {
	width: 180px;
	margin-left: 30px;
}

.box.stretch {
	background: url(images/box-top.jpg);
	width: 462px;
}

.box-bottom {
	background: url(images/box-bottom.jpg);
	height: 15px;
	width: 462px;
}

/* @end */

/* @group Footer */

#footer {
	border-top: 1px solid #323;
	text-align: center;
	padding: 5px;
	font-size: 0.8em;
	color: #65595f;
}

#footer a {
	color: #6c515e;
}

#footer a:hover {
	color: #8a6877;
}

/* @end */

/* @group Home */

body.home #col-right h2 {
	margin-bottom: 0em;
	text-transform: uppercase;
}

body.home #col-right h3 {
	margin-top: 1em;
	margin-bottom: 0.3em;
}

body.home #main .box {
	margin-bottom: 20px;
}

#trailer-box {
	
}

#trailer-box .inner {
	padding: 10px 16px 0px 16px;
}

#trailer-box h2 {
	color: #B3C6D4;
	font-size: 1.1em;
	margin-bottom: 8px;
}


/* @end */

/* @group Interior */

body.interior #main {
	background-image: url(images/inner-sidebar-bg.jpg);
	background-position: right top;
	background-repeat: repeat-y;
	padding-bottom: 2em;
}

body.interior.single #main {
	background-image: none;
	background-position: right top;
	background-repeat: repeat-y;
	padding-bottom: 2em;
}

body.interior #col-left {
	width: 400px;
}

body.interior.single #col-left {
	width: 90%
}

body.interior #col-right {
	margin-left: 45px;
	width: 221px;
}

body.interior h2 {
	color: #c79fb3;
	margin-bottom: 0.5em;
	font-style: oblique;
}


body.interior #col-right h2.small {
	font: oblique 1.1em Georgia, "Times New Roman", Times, serif;
	
}

body.interior #col-right ul {
	margin-bottom: 1em;
}

body.interior .box {
	margin-top: 1.5em;
}

strong.available,
body.interior #col-right h2 {
	font-size: 1.5em;
	color: #E3B9D0;
	font-family: "Century Gothic", CenturyGothic, helvetica, arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	margin: 1em 0 0.2em;
}

#col-right blockquote {
	margin: 0 0 1em 0;
	color: white;
	font-size: 1em;
}

#col-right blockquote .attribution {
	display:block;
	margin: 0;
	text-align: right;
}

#col-right ul.none {
	margin: 0;
	padding: 0;
	list-style: none;
}

#col-right ul.purchase li {
	display: inline;
	padding-right: 1em;
}

.cover {
	margin-bottom: 1em;
}

.small-photo {
	padding: 5px;
	border: 1px solid #545;
	text-align: center;
	margin-bottom: 10px
}

.movie {
	clear: both;
	overflow: auto;
	margin-bottom: 20px;
}

.movie img {
	float: left;
	margin-right: 10px;
	border: 1px solid #545;
}

.go-work {
	text-align: center;
}

/* @end */