/*
Theme Name: Moving the Image
Theme URI: http://movingtheimage.com
Description: The default MTI theme.
Author: Andy Fraley
Author URI: http://andyfraley.com/
Version: 1.0

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:link { color:#741414; text-decoration:none; }
a:visited { color:#777; text-decoration:underline; }
a:hover { color:#741414; text-decoration:underline; }

body {
	background:#15314d url(images/body-bg.gif) 50% 0 no-repeat;
	font-family:Helvetica, Arial, sans-serif;
	font-size:62.5%;
	margin:0;
	padding:0 0 20px 0;
	text-align:center;
}

#header {
	margin:0 auto;
	text-align:center;
	width:980px;
}

#logo {
	position:relative;
	height:70px;
	width:980px;
}
#logo span {
	color:#a08a2b;
	font-size:1.1em;
	font-weight:bold;
	position:absolute;
	text-transform:uppercase;
	top:33px;
}
#logo span.one {
	left:auto;
	right:715px;
}
#logo span.two {
	left:715px;
}
#logo a {
	background:url(images/logo.gif);
	display:block;
	float:left;
	left:280px;
	height:50px;
	position:absolute;
	text-indent:-9000em;
	top:10px;
	width:415px;
}
ul#menu {
	background:#ccc;
	display:block;
	height:38px;
	list-style:none;
	margin:0 auto 0 auto;
	padding:0;
	text-align:center;
	width:857px;
}
	ul#menu li {
		background:url(images/nav-li-bg.gif) 0 0 repeat-x;
		display:block;
		float:left;
		height:38px;
	}
		ul#menu li a {
			background:#530e0e;
			color:#fff;
			display:block;
			font-size:1.4em;
			font-weight:bold;
			line-height:22px;
			margin:9px 0 5px 2px;
			text-decoration:none;
			text-transform:uppercase;
		}
		ul#menu li a:hover {
			background:#15314d;
		}
		li#home a {
			width:57px;
		}
		li#getting-started a {
			width:148px;
		}
		li#pre-production a {
			width:143px;
		}
		li#production a {
			width:113px;
		}
		li#post-production a {
			width:153px;
		}
		li#final-projects a {
			width:138px;
		}
		li#about a {
			width:68px
		}
		ul#menu li#about {
			background:url(images/nav-li-bg-right.gif) 100% 0 no-repeat;
			padding-right:12px;
			width:70px;
		}
		ul#menu li#home {
			background:url(images/nav-li-bg-left.gif) 0 0 no-repeat;
			padding-left:11px;
			width:59px;
		}
		.home ul#menu li#home a, .pre-production ul#menu li#pre-production a, .production ul#menu li#production a, 
		.getting-started ul#menu li#getting-started a, .post-production ul#menu li#post-production a, 
		.final-projects ul#menu li#final-projects a, .about ul#menu li#about a {
			background:#15314d;
		}
		ul#menu li ul {
			background:#a61c1c;
			border:1px #fff solid;
			border-top:0 none;
			left:-999em;
			margin-top:-3px;
			position:absolute;
			text-align:left;
			width:150px;
		}
			ul#menu li#pre-production ul {
				width:146px;
			}
			ul#menu li#post-production ul {
				width:156px;
			}
		ul#menu li:hover ul, ul#menu li.sfhover ul {
			left:auto;
		}
			ul#menu li:hover ul li, ul#menu li.sfhover ul li {
				background:0 none;
				display:block;
				float:none;
				height:auto;
				position:static;
			}
				ul#menu li:hover ul li a, ul#menu li.sfhover ul li a {
					background:#530e0e !important;
					border:2px #a61c1c solid;
					border-top:0 none;
					color:#fff;
					cursor:pointer;
					display:block;
					font-size:1.1em;
					font-weight:bold;
					line-height:2em;
					margin:0;
					padding:0 10px;
					text-decoration:none;
					text-transform:none;
					width:auto;
				}
					ul#menu li:hover ul li a:hover, ul#menu li.sfhover ul li a:hover {
						background:#15314d !important;
					}

#page {
	background:#fff url(images/page-bg.gif) 0 0 repeat-y;
	border-top:2px #8a98a6 solid;
	margin:0 auto;
	overflow:auto;
	text-align:left;
	width:980px;
}

#main {
	background:#fff url(images/main-bg.gif) 0 0 repeat-x;
	border:1px #fff solid;
	display:block;
	float:left;
	padding:20px 9px 20px 19px;
	width:620px;
}
	#main h1 {
		color:#15314d;
		font-size:3em;
		font-weight:bold;
		text-transform:uppercase;
		margin:0 0 20px 0;
	}
		#main h1 span {
			font-size:0.6em;
			font-weight:normal;
		}
	
	.entry {
		border-top:1px #d3b025 solid;
		margin:0 0 20px 0;
		padding:15px 10px 0 0;
	}
	.entry a.feature-img {
		display:block;
		float:right;
		margin:0 0 10px 15px;
	}
		.entry a.feature-img img {
			border:1px #a61c1c solid;
			padding:1px;
		}

	.entry h2 {
		color:#000;
		font-size:1.8em;
		font-weight:bold;
		letter-spacing:-0.02em;
		margin:0 0 7px 0;
	}
		.entry h2 a {
			color:#a61c1c;
		}
	.entry h4 {
		color:#666;
		font-size:1.1em;
		font-weight:normal;
		line-height:18px;
		margin:0 0 10px 0;
	}
		.entry h4 img {
			display:block;
			float:left;
			margin:0 3px 0 0;
		}

	.entry p {
		color:#000;
		font-size:1.2em;
		line-height:1.4em;
		margin:0 0 1em 0;
	}
	.entry p.postmetadata {
		color:#718293;
		font-size:1.1em;
	}
		.entry p.postmetadata strong {
			clear:left;
		}

	.single .entry /* on permalink */ {
		border-top:0 none;
		padding-top:0;
	}
	.single .entry h2 {
		font-size:2.8em;
		margin:7px 0 7px 0;
	}
	img.centered {
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	img.alignright {
		border:1px #bdc5cd solid;
		margin:0 0 10px 15px;
		padding:1px;
		display:inline;
	}
	img.alignleft {
		border:1px #bdc5cd solid;
		margin:0 15px 10px 0;
		padding:1px;
		display:inline;
	}
		a img.alignleft, a img.alignright {
			border:1px #a61c1c solid;
		}
	.alignright {
		float:right;
	}
	.alignleft {
		float:left
	}

	div.navigation {
		border-top:1px #d3b025 solid;
		color:#666;
		font-size:1.2em;
		margin:0 0 30px 0;
		padding:15px 0 0 0;
		text-align:right;
	}
		div.navigation a, div.navigation strong {
			background:#a61c1c;
			color:#fff;
			font-weight:bold;
			margin:0 1px;
			padding:3px 5px 2px 5px;
		}
		div.navigation strong, div.navigation a:hover {
			background:#15314d;
			text-decoration:none;
		}

/*
div.homepage div.entry p object embed {
    float:right;
    width:150px;
    height:121px;
    display:inline;
	clear:both;
}
*/

div.homepage div.entry p img.alignright {
    width:150px;
	height:150px;
}

.single h3 {
	border-top:1px #d3b025 solid;
	color:#15314d;
	font-size:18px;
	margin:0;
	padding:15px 10px 0 0;
}
.single p.help {
	font-size:12px;
	line-height:16px;
	margin:10px 0 20px 0;
}
ol.commentlist {
	margin:10px 0 30px 0;
}
	li.comment {
		border-top:2px #bdc5cd dotted;
		color:#333;
		font-size:12px;
		line-height:16px;
		margin-bottom:10px;
		padding-top:10px;
	}
	.comment-author img {
		border:1px #741414 solid;
		display:block;
		float:left;
		margin:0 10px 0 0;
		padding:1px;
	}
	.comment-author cite {
		font-style:normal;
		font-weight:bold;
	}
	span.says {
		color:#666;
		font-size:11px;
	}
	.comment-meta {
		font-size:11px;
		margin-bottom:5px;
	}
	li.comment p {
		line-height:16px;
		margin:0 0 5px 46px;
	}
	li.comment div.reply {
		margin:0 0 10px 46px;
	}
		li.comment div.reply a {
			background:url(images/reply.gif) center right no-repeat;
			padding-right:13px;
		}
	#commentform textarea {
		margin:0 0 5px 0;
		width:90%;
	}

	#commentform p {
		color:#666;
		font-size:11px;
		margin:0 0 5px 0;
	}
	#commentform p label {
		font-weight:bold;
	}
	#commentform input#author {
		margin-top:20px;
	}
	#commentform input#author, #commentform input#email, #commentform input#url {
		margin-right:5px;
		width:200px;
	}
	ol div#respond {
		margin:30px 0 30px 46px;
	}

li.depth-2, li.depth-3, li.depth-4, li.depth-5, li.depth-6 {
	margin-left:46px;
}


#sidebar {
	border-top:1px #fff solid;
	display:block;
	float:left;
	padding:20px 20px 20px 10px;
	width:300px;
}
	.widget {
		background:#fff;
		border:1px #bdc5cd solid;
		margin:0 0 20px 0;
		padding:9px;
		list-style-type: none;
	}
		.widget h2.widgettitle, #searchform label {
			color:#15314d;
			display:block;
			font-size:1.6em;
			font-weight:bold;
			margin:0 0 10px 0;
			text-transform:uppercase;
		}
			.widget h2.widgettitle span {
				font-size:0.75em;
				font-weight:normal;
			}

		.widget ul {
			font-size:1.1em;
			margin:0;
			padding:0;
		}
			.widget li {
				background:url(images/list-bullet.gif) 0 4px no-repeat;
				line-height:1.2em;
				margin:0 0 0.5em 0;
				padding-left:12px;
			}
			.widget li span {
				color:#666;
				font-size:0.9em;
			}

	.widget_recent_entries li, .widget_archive li, .widget_recent_comments li {
		color:#666;
	}
	.widget_recent_entries li a, .widget_archive li a, .widget_recent_comments li a, .widget_meta li a {
		font-size:1.1em;
	}
/*
	.posts li span {
		display:block;
	}
		.posts li span a {
			color:#741414;
		}
*/
	.authors ul {
		font-size:1.2em;
		margin-bottom:-10px;
		overflow:auto;
	}
	.authors li {
		background:0 none;
		display:block;
		float:left;
		margin:0 0 10px 0;
		padding:0 0 0 10px;
		width:60px;
	}
		.authors li a img {
			border:1px #741414 solid;
			display:block;
			margin:0 0 5px 0;
			padding:1px;
		}
	
	#tag_cloud {
		overflow:auto;
	}
	.widget_tag_cloud a {
		background:url(images/list-bullet.gif) 0 4px no-repeat;
		font-size:1.2em !important;
		display:block;
		float:left;
		line-height:1.3;
		padding-left:12px;
		width:113px;
	}
	.widget_search, .widget_recent_comments, .authors {
		background:#fbf7e9;
		border:1px #dfd39d solid;
	}

#footer {
	background:url(images/footer-bg.gif);
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
	line-height:30px;
	margin:0 auto;
	text-align:center;
	width:980px;
}






/*
body {
	font-size: 62.5%; 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/kubrickbgcolor.jpg');
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

p img {
	padding: 0;
	max-width: 100%;
	}


html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { 
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { 
	background-color: #fff; }

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/*

