/*
Theme Name: Pauper Gallery
Theme URI: http://www.most-wonderful.com/
Description: Another simple, clean portfolio website.
Version: 1.0
Author: Mark Searcy
Author URI: http://www.thisdotcomtaken.com/
Tags: portfolio, simple, art, design, photography

	Pauper Gallery v1.0
	 http://www.most-wonderful.com/

	This theme was designed and built by Mark Searcy,
	whose website you will find at http://www.thisdotcomtaken.com/

*/

/* MAIN */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #333;
	margin-top: 30px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
	background-color: #FFF;
}
table {
	width:100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td, th {
	vertical-align: top;
}
#table-nav {
}
#table-content {
}
#content-wrapper {
	/*margin:0 auto;*/
}

/* NAV */
#nav-wrapper {
	text-align: center;
}

/* HEADER */
#header-wrapper {
	margin-bottom: 5px;
}
#header-wrapper h1 {
	margin: 0px;
}

/* SIDEBAR */
#sidebar-wrapper {
	margin-bottom: 15px;
	margin-top: 0px;
	width:100%;
	overflow:hidden;
	position:relative;
	float:left;
}
#sidebar-wrapper hr {
	border-style: none;
	background-repeat: no-repeat;
	margin: 0px;
}
#sidebar-wrapper ul {
	list-style-type: none;
	/*margin: 0 auto;*/
	margin-bottom: 15px;
	margin-top: 5px;
	padding: 0px;
	position: relative;
	left:50%;
	/*clear:left;*/
	float:left;

}
#sidebar-wrapper li {
	display:block;
	list-style-type: none;
	margin-bottom: 4px;
	margin-top: 4px;
	margin-left: 8px;
	float:left; 
	position:relative; 
	right:50%;

}
#sidebar-wrapper h2 {
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	float: left;
}

/* POSTS */
#post-wrapper {
	width: 750px;
	margin:0 auto;
	text-align: center;
	margin-bottom: 25px;
}
#post-wrapper h1 {
	margin: 0px;
}

#post-wrapper hr {
	margin-top: 5px;
	margin-bottom: 20px;
	border-style: dotted;
	border-color: #999;
}
#post-wrapper .postmetadata {
	font-size: 10px;
	padding-left: 2px;
	margin-top: 20px;
}

#post-wrapper .post-navigation {
	font-size: 12px;
	padding-bottom: 15px;
}

#post-wrapper img, #post-wrapper object, #post-wrapper embed {
	font-size: 12px;
	padding-bottom: 15px;
}

/* CONTROLS */
#controls {
	color: #E9E9E9;
	position: absolute;
	z-index: 50;
	left: 20px;
	top: 10px;
	right: 20px;
	text-align: right;
}
#controls a {
	color: #E9E9E9;
}
#controls a:hover {
	color: #DCDCDC;
}

/* LINKS */
a:link {
	color: #C00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
}

/* Begin Images */
a img {
	border: none;
}
p img {
	padding: 0;
	max-width: 100%;
}

/* IMG ALIGNMENT */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

/* NAV LIST */
#sidebar-wrapper a {
	text-decoration:none;
	color:#999999;
	font-size:12px;
	padding:2px 3px 3px 3px;
}
#sidebar-wrapper a:hover {
	color:#000;
	background:#CCC;
}

#sidebar-wrapper .nav_active a, #sidebar-wrapper .current_page_item a, #sidebar-wrapper .current-cat a {
	text-decoration:none;
	color:#f2f2f2;
	background:#000;
}
#sidebar-wrapper .nav_active a:hover, #sidebar-wrapper .current_page_item a:hover, #sidebar-wrapper .current-cat a:hover{
	color:#f2f2f2;
	background:#000;
}


/* THUMBNAIL STYLES */
#post-tile-wrapper {
	margin:0 auto;
	width:940px;
	color:#999;
	font-size:12px;
	text-align: center;
}
#post-thumb {
	width:200px;
	height:205px;
	position:relative;
	margin-right:35px;
	float:left;
}
#post-thumb .hover {
	cursor: pointer;
	text-decoration:none;
}
#post-thumb .hover .thumb_title .text {
	background:none;
	text-decoration:underline;
}
#post-thumb .hover .thumb_type .text {
}
#post-thumb .nohover {
	text-decoration:none;
}
#post-thumb .imgcontainer {
	border:3px solid transparent;
	margin:-3px 0 0 -3px;
}
#post-thumb .hover .imgcontainer {
	border:3px solid #ccc;
}
#post-thumb.active .imgcontainer {
	border:3px solid #333;
}
#post-caption {
	margin-top: 5px;
}
#post-caption a {
	text-decoration:none;
}
#post-caption a:hover {
	text-decoration:underline;
}
.imgcontainer {
	width:200px;
	height:134px;
	overflow:hidden;
	position:relative;
	text-align:center;
}

/* LINK PAGE */
.linkcat ul {
	list-style-type: none;
	margin-bottom: 15px;
	padding: 0px;
	margin-top: 5px;
}
.linkcat .blogroll {
	font-size: 12px;
}
.linkcat, .linkcat li {
	list-style-type: none;
	margin-bottom: 4px;
	margin-top: 4px;
}
.linkcat h2 {
	font-size: 16px;
	font-weight: normal;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 5px;
}

