/*  
Theme Name: MINE!
Theme URI: http://wordpress.org/
Description: My theme.
Version: 1.6
Author: Nathaniel Gottlieb-Graham
Author URI: http://www.gazebotron.com/
*/
body {
	line-height: 20px;
	color: #262626;
	font-family: baskerville, Georgia, "Times New Roman", Times, serif;
	background-image: url(images/grid.png);
	background-color: #c2c2c2;
}

#main-text {
	padding-right: 15px;
	padding-left: 15px;
	top: 9px;
	position: relative;
	max-width: 800px;
	border-width: 1px;
	border-color: #a3a3a3;
	border-style: solid;
	background-color: white;
	margin-left: 170px;
}

#main-text h2 a {
	font-size: 110%;
	letter-spacing: 1px;
	font-family: calibri, "Lucida Grande", Verdana, Arial, sans-serif;
	color: black;
	text-transform: none;
	text-decoration: none;
}

#main-text h2 a:visited {
	font-style: normal;
	font-size: 110%;
	letter-spacing: 1px;
	font-family: calibri, "Lucida Grande", Verdana, Arial, sans-serif;
	color: black;
	text-transform: none;
	text-decoration: none;
}

#main-text h3 {
	margin-right: -4px;
	margin-left: -4px;
	padding-left: 4px;
	margin-top: 40px;
	margin-bottom: -10px;
	border-width: 1px;
	border-style: solid;
	border-color: #dfdfdf;
	background-color: #f7f7f7;
	font-size: 130%;
	letter-spacing: 1px;
	font-family: calibri, "Lucida Grande", Verdana, Arial, sans-serif;
	color: #6b6b6b;
	text-transform: none;
	text-decoration: none;
}

#main-text a {
	color: #7f7f7f;
}

#main-text a:visited {
	font-style: italic;
}

#header {
	margin-left: 161px;
	line-height: 65%;
	z-index: 1;
	position: relative;
	padding: 20px;
	text-align: center;
	max-width: 800px;
	border-color: #a3a3a3;
	border-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	background-color: white;
}

#header h1 a {
	font-family: calibri, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #7e7e7e;
	letter-spacing: 6px;
	font-size: 2em;
	text-align: center;
}

#header h1 a:visited {
	text-decoration: none;
	letter-spacing: 6px;
	text-align: center;
}

#gazebo {
	border-right-style: solid;
	width: 160px;
	left: 8px;
	top: 8px;
	border-color: #a3a3a3;
	border-width: 1px;
	z-index: 0;
	border-left-style: solid;
	border-top-style: solid;
	background-color: white;
	position: absolute;
}

#gazebo a img {
	border-width: 0px;
}

#navbar {
	font-size: 120%;
	margin-top: 20px;
	font-family: calibri, sans-serif;
	z-index: 0;
	top: 112px;
	position: absolute;
	height: 170px;
	width: 160px;
	border-color: #a3a3a3;
	border-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	background-color: white;
}

#navbar ul li {
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin-left: -25px;
	list-style-position: inside;
	list-style-type: none;
}

#navbar ul li a {
}

#navbar ul li a:hover {
	margin-left: -1px;
	border-width: 1px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background-color: white;
	border-style: outset;
}

#navbar ul li a:active {
	border-style: inset;
}

#navbar ul li a:link {
	color: #7e7e7e;
	text-decoration: none;
	font-weight: bold;
}

#navbar ul li a:visited {
	color: #7e7e7e;
	font-weight: bold;
	text-decoration: none;
}

div#navbar h2 {
    font-size: 110%;
	letter-spacing: 1px;
	font-family: calibri, "Lucida Grande", Verdana, Arial, sans-serif;
	color: black;
	text-transform: none;
	text-decoration: none;
}

div#adbar {
    position: absolute;
    font-size: 18pt;
    font-family: calibri, "Lucida Grande", Verdana, Arial, sans-serif;
	margin-top: 20px;
	z-index: 0;
	top: 290px;
	width: 160px;
	height: 260px;
	border-color: #a3a3a3;
	border-width: 1px;
	border-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	background-color: white;
}

div#ads {
    position: relative;
    left: 14px;
    top: 5px;
}

div#movieGallery {
	padding-bottom: 700px;
	margin-left: -40px;
}

div#movieGallery ul li {
	float: left;
	list-style-type: none;
}

.movieThumbnailImage {
    position: static;
    min-height: 206px;
    border-color: #939393;
	border-width: 1px;
	border-style: solid;
	background: #dddddd;	
	vertical-align: top;
	text-align: center;
	padding: .6em;
	margin: .5em;
}

.thumbnail {
	border-color: #a3a3a3;
	border-width: 1px;
	margin-right: 10px;
	margin-left: 10px;
	border-style: solid;
}

.image {
	min-height: 200px;
}

.imageBorder {
	border-color: #a3a3a3;
	border-width: 1px;
	border-style: solid;
	min-height: 200px;
}

textarea {
	min-width: 100px;
	max-width: 500px;
}

.caption {
	text-align: center;
	font-style: italic;
}

div#post h3 {
}

