/*   
  Theme Name: exit elysium
  Theme URI: http://exitelysium.com
  Description: An simple WordPress theme built to work with the Yet Another Photoblog WordPress plugin.
  Author: Solomon Wolfson
  Author URI: http://solomonwolfson.com
*/
body {
  margin:0;
  padding:0;
  background:#ebebe6;
  background:White;
  color:Gray;
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  line-height:1.6em;
  border-top:4px solid #000;
}
h1,h2,h3,h4,h5,h6 {
  font-family:"Times New Roman",Times,sans-serif;
}
h1,h2,h3,h4,h5,h6
,form,ul,ol,li,dl,dt,dd,p {
  margin:0;
  padding:0;
}
a:link
,a:visited {
  text-decoration:none;
  color:#666;
}
a:hover
,a:active {
  color:#999;
  text-decoration:none;
}
h1 a:link,h1 a:visited
,h2 a:link,h2 a:visited
,h3 a:link,h3 a:visited
,h4 a:link,h4 a:visited {
  color:#ddd;
}
h1 a:hover,h1 a:active
,h2 a:hover,h2 a:active
,h3 a:hover,h3 a:active
,h4 a:hover,h4 a:active {
  color:#fff;
}
#head-wrap
,#body-wrap {
  background:#292929;
}
#head-wrap {
  height:70px;
}
#body-wrap {
}
#foot-wrap {
  background:#ebebe6;
  padding:20px 0 30px;
}
#head 
,#body
,#foot {
  width:975px;
  margin:0 auto;
}

#head {
  padding:5px 0 0; 
/*  border-bottom:1px #444 solid;*/
}
#body {
  padding:0 0 70px;
}
#foot {
  border-top:1px #ccc solid;
  padding:7px 0 0;
}

#tags { display:none; } /* temp */

h1
,h2
,#nav
,#search {
  line-height:35px;
}

#search {
  float:right;
  margin:0 275px 0 0;
}
#search fieldset {
  padding:0;
  margin:0;
  border:none;
}
#search input {
  border:1px #333 solid;
  background:#333;
  font-family:Arial;
  font-size:11px;
  color:#555;
  padding-left:7px;
}

#nav {
  float:right;
  margin:0 10px 0 0;
}
#nav li {
  list-style:none;
  display:inline;
  padding:0 0 0 5px;
  margin:0 0 0 5px;
}
#nav li a:link
,#nav li a:visited {
  border-bottom:#444 1px solid;
}
#nav li a:hover
,#nav li a:active {
}
h1 a:link 
,h1 a:visited {
  font-size:17px;
  letter-spacing:0px;
  float:left;
}
h2 {
  font-size:13px;
  font-weight:normal;
  float:left;
  font-style:italic;
  margin:0 0 0 15px;
  padding:0 0 0 15px;
  border-left:1px #444 solid;
}

#frame {
}
#image {
  float:left;
  display:inline;
  width:700px;
}
#description {
  float:right;
  display:inline;
  width:250px;
}
#image img {
  display:block;
  margin:0 auto;
  border:1px solid #444;
}
h3 {
  font-size:20px;
  margin:0 0 35px;
}
p.content {
  color:#aaa;
  font-size:13px;
  font-style:italic;
  font-family:"Times New Roman",Times,sans-serif;
  margin:0 0 5px;
}
p.content a:link
,p.content a:visited {
  color:#ccc;
}
p.content a:hover 
,p.content a:active {
  color:#fff;
}
ul.content-footer {
  padding:0 0 3px;
  margin:0 0 5px;
  border-bottom:1px #444 solid;
  text-align:left;
  color:#666;
}
ul.content-footer li {
  display:inline;
  margin-right:7px;
}
ul.content-footer li
,ul.content-footer li a {
  list-style:none;
  font-family:Arial,Helvetica,sans-serif;
  font-style:normal;
  font-size:9px;
}
h4 {
  font-size:11px;
  color:#888;
}
ul.exif li {
  list-style:none;
  line-height:1.5em;
  font-size:9px;
  color:#666;
}
p.tags {
  padding:0 0 5px;
  font-size:9px;
}

/* Search */
#poptags {
  width: 575px !important;
  float: left;
}
#poptags a {
  padding-left: 10px;
}

/* Content */
#prevlink a, #nextlink a {
  padding: 6px;
  color: #5B5B5B;
}
#prevlink {
  width: 115px;
  float: left;
  text-align: center;
  margin: 0px 7px 0px 15px;
  padding: 0px !important;
  height: 42px;
}
#nextlink {
  float: left;
  width: 96px;
  text-align: center;
  margin: 0px 0px 0px 8px;
  height: 42px;
}


/* foot */
#foot a {
	color:#999;
}
#foot a:hover {
	color:#666;
}
#foot dl
,#foot ul {
	float:left;
	margin:0px 20px 0px 0px;
  line-height:1.5em;
}
#foot dd
,#foot li {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	list-style:none;
	color:#999;
}
#foot dd a:hover 
,#foot dd a:active 
,#foot li a:hover 
,#foot li a:active {
  text-decoration:underline;
}
a.cc-image {
  display:block;
}
#foot dt,#foot dd {
  display:block;
  float:left;
}
#foot dt {
  margin:0 10px 0 0;
}
#foot dd {
  width:375px;
}


/* extras */
.hide { 
  display:none;
}
.show {
  display:inline;
}
a img {
  border:none;
}
hr {
  display:none;
}
.nofloat {
  float:none;
}
.nowrap {
  white-space:nowrap;
}
abbr
,acronym
,.help
,.definition {
  cursor:help;
  border:none;
}
.split {
  width:48%;
}
.left {
  float:left;
  display:inline;
}
.right {
  float:right;
  display:inline;
}
.center {
  margin-left:auto;
  margin-right:auto;
}
.clear {
  clear:both;
}
.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {
  display:inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
*+html .clearfix { height:1%; }
.clearfix { display:block; }
/* End hide from IE-mac */


/* Default WordPress */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.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;
   text-align: center;
}