/*
THEME NAME: Julie Shiels - Gallery
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6.1
AUTHOR: Marcia Jane (based on Scott Allan Wallick)
AUTHOR URI:
TAGS: white, microformats, fixed-width, flexible-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar
*/

/* Two-column with sidebar on left from the /examples/ folder  */
@import url('examples/1c-b.css');

/* Just some example content */
div.skip-link {
position:absolute;
right:1em;
top:1em;
display:none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

img {
	border: 0;
	margin:0;
	padding:0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content-wrapper {
	margin:0;
	padding: 0;
	padding-top: 45px;
}

div.thePost {
	width: 213px;
	height: 200px;
	float:left;
	margin:0;
	padding:0;
	margin-right: 15px;
	background:#FFFFFF;
}

div.thePost img {
	margin: 0;
	padding:0;
	margin-bottom: 4px;
}

div.thePost p {
	padding: 0;
	margin: 0;
	font-weight: normal;
	text-align:center;
	text-transform:lowercase;
}

a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	color: #000;
	text-decoration: underline;
}


.entry-title,.entry-meta {
clear:both;
}

div#wrapper {
	width: 684px; /* 669 + 15 image margin */
	margin: 0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}

.topCrumbs {
	padding-top: 3em;
}
.topCrumbsRight {
	padding-top: 3em;
	margin-right: 15px;
}
.bottomCrumbs {
	padding-top: 1em;
	padding-bottom: 3em;
}

div#container {
	clear:both;
	height:448px;
}

.nav-next {
	padding-top: 3em;
	float:right;
	margin-right: 15px;
	text-transform:lowercase;
}

.nav-previous-single {
	margin:0;
	padding:0;
	padding-top: 1em;
	padding-bottom: 3em;
	float:left;
	text-transform:lowercase;
}

.nav-next-single {
	margin:0;
	padding:0;
	padding-top: 1em;
	padding-bottom: 3em;
	float:right;
	margin-right: 15px;
	text-transform:lowercase;
}

.nav-previous {
	padding-top: 3em;
	float:left;
	text-transform:lowercase;
}

h2.entry-title {
	color: #990033;
	font-weight:bold;
	font-size:12px;
	margin:0px;
	padding:0;
	padding-top: 3em;
	padding-bottom: 1em;
}

.smallBody {
	font-size: 11px;
	line-height: 14px;
	color: #666666;
}
.smallBody a:link {
	text-decoration: none;
	color: #333;
}
.smallBody a:visited {
	text-decoration: none;
	color: #333;
}
.smallBody a:hover {
	text-decoration: underline;
	color: #000;
}
.smallBody a:active {
	color: #000;
	text-decoration: underline;
}