/*
Theme Name: Rotter Theme
Theme URI: http://jessrotter.com
Description: 
Version: 1.0
Author: das
Author URI: http://danschechter.com/
Tags: awesome

*/

html, body {
	height: 100%;
}

body {
	/*font-size: 62.5%;  Resets 1em to 10px */
	font-size: 10px;
	line-height: 18px;
	font-family: Helvetica, Arial, Sans-Serif;
	background: #ffffff;
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;
	}

hr {
	border: 0;
	color: #d9d9d9;
	background-color: #d9d9d9;
	height: 1px;
	margin: 0;
}

img {
	border: 0;
}

a:link {
	color:#000000;
	text-decoration: none;
}

a:visited {
	color:#000000;
	text-decoration: none;
}

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

p {
	margin: 0 0 18px 0;
}


/* Begin Typography & Colors */

#container {
	font-size: 1em;
}

h2 {
	font-size: 1em;
	font-weight: normal;
	display:inline;
	border-bottom: solid #767676 1px;
}

ul {
	margin:0;
	padding: 0;
	border: 0;
}

li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	display:block;
}

.selected {
	opacity: 0.6;
	filter:alpha(opacity=60)
}

/* End Typography & Colors */



/* Begin Structure */
	
#container {
	position: relative;
	min-width: 980px;
	max-width: 1200px;
	min-height: 100%;
	height: auto;
	text-align: left;
	margin: 0;
	padding: 25px 25px 30px 30px;
}

#header {
	position: fixed;
	top: 25px;
	left: 30px;
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
}

#content {
	position: relative;
	float: right;
	width: 845px;
}

#footer {
	position: fixed;
	left: 0px;
	bottom: 20px;
	width: 200px;
	margin: 0;
	padding: 0 0 0 30px;
}

/* End Structure */



/* Begin POST */

.post {
	
}

.entry {
	font-size: 12px;
	line-height: 18px;
}

.entry a:link {
	color:#000000;
	text-decoration: none;
	border-bottom: solid #7d7d7d 1px;
}

.entry a:visited {
	color:#000000;
	text-decoration: none;
	border-bottom: solid #7d7d7d 1px;
}

.entry a:hover {
	color:#767676;
	text-decoration: none;
	border-bottom: solid #7d7d7d 1px;
}

.postmetadata {
	position: relative;
	color: #767676;
}

.postmetadata a:link {
	color:#767676;
}

.postmetadata a:visited {
	color:#767676;
}

.postmetadata a:hover {
	color:#000000;
}

.post h2 {
	text-transform: uppercase;
	font-size: 1em;
	font-weight: normal;
	border: none;
}

.post .caption {
	font-size: .8em;
}

.gallery .nav {
	padding: 2px 2px 2px 4px;
}

/* End POST */



/* Begin HEADER */

#header {
	font-weight: bold;
	font-size: .9em;
}

#header .menu {
	margin: 10px 0 0 10px;
	padding: 0;
}

#header a:link {
	color:#767676;
	border: none;
}

#header a:visited {
	color:#767676;
	border: none;
}

#header a:hover {
	color:#000000;
	border: none;
}

/* End HEADER */


/* Begin FOOTER */

#footer {
	font-size: .9em;
}

#footer a:link {
	color:#767676;
	border: none;
}

#footer a:visited {
	color:#767676;
	border: none;
}

#footer a:hover {
	color:#000000;
	border: none;
}

/* End FOOTER */



/* Begin IMAGE CONTAINER */

.image-container {
	position: relative;
}

.image-container .images {
	position: relative;
	z-index: 0;
}

.image-container .images .image {
	display:inline;
	position: relative;
	float: left;
	margin: 0 4px 4px 0;
	padding: 0;
	/*background-color: #63493f;*/
	background-color: #eeeeee;
}

.image-container .images .image img {
}

.image-container .images .image1 {
}

.image-container .images .image2 {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	opacity: 0;
	filter:alpha(opacity=0)
}

.image-container .tl {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.image-container .tr {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
}

.image-container .bl {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 3;
}

.image-container .br {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 4;
}

/* End IMAGE CONTAINER */



/* Begin HOME */

#home {
	
}

#home #content {
	width: auto;
}

#home #content .image-container {
	width: 845px;
	height: auto;
	overflow: hidden;
}

#home #content .image-container .images .image img {
	opacity: 1;
}

/* End HOME */



/* Begin GALLERY */

#gallery {
	
}

#content {
	width: 845px;
	padding-bottom: 20px;
}

#content #sub-menu {
	padding: 8px 0px 6px 4px;
}

#content #full-image-container {
	float:left;
	width: 530px;
	margin:0 7px 7px 0;
	height: auto;
	padding: 0;
}

#content #full-image {
	float:left;
	width: 530px;
	height: auto;
	margin:0 7px 7px 0;
	padding: 0;
	overflow: hidden;
	background-color: #eeeeee;
}

#content #full-image .image {
	padding: 0;
	margin: 0;
	background: transparent;
}

#content #thumbnails-container {
	position:relative;
	float:left;
	width: 308px;
}

#content #copy {
	position:relative;
	float:left;
	width: 288px;
	margin: 7px;
}

#content #thumbnails {
	position:relative;
	width: 308px;
	height: auto;
	overflow: hidden;
	background-image: url( images/thumbnails_bkgd.gif );
}

#content #thumbnails .images {
	width: 312px;
	height: auto;
	top: -4px;
}

#content #thumbnails .image {
	position:relative;
	float:left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin:0;
	border-top: solid #ffffff 4px;
	border-right: solid #ffffff 4px;
	background: transparent;
}

#content #thumbnails .bl, #content #thumbnails .br {
	bottom: 4px;
}

#content #captions {
	padding-bottom: 10px;
}

/* End GALLERY */




