/*  
 *  Theme Name: Decathexis
 *  Theme URI:
 *  Description: A Child Theme of Thematic
 *  Template: thematic
 *  
 */

/* Globals ********************************************/
a:link, a:visited {
  text-decoration: none;
  color: #22caeb
}
a:active {
  text-decoration: none
}
a:hover {
  text-decoration: underline;
  color: #ff9933;
}
.skip-link {
  display:none;
}
body {
  font-family: Georgia;
  font-size: 0.8em;
  background-color: #fff;
  color:#777;
  #overflow: hidden;
  zoom: 1;
  height: 100%;
}
#footer {
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* Header ********************************************/
#logo {
  z-index: 0;
  margin-top: 5px;
  margin-left: -65px;
}
#header {
	line-height: 1.2em;
}
#branding {
  margin-top: -49px;
  margin-left: 37px;
}
.menu {
  #margin-top: 2px;
  #margin-bottom:100px;
  margin-left: 37px;
}
.menu li {
  display: inline;
  #padding-right: 10px;
}

/* Main ********************************************/
#main {
  margin-top: 30px;
  line-height: 1.2em;
}
#content_home {
  margin-left: 37px;
  margin-right: 10px;
}
#content {
  margin-left: 37px;
  margin-right: 285px;
}
#primary {
  float: right;
  width: 285px;
}
.hentry {
  padding:0 0 22px 0;
}
.entry-title {

}
.entry-meta {
  display: none;
}
.entry-content {

}
.entry-content p {
	margin-bottom: 10px;
}

/* Entry Page **************/
#nav-above {
	display: none;
}
#nav-below {
	display: none;
}
#comments {
	display: none;
}
.entry-title {
	margin-bottom: 10px;
}

/* Home ********************/
#project {
	float: left;
	margin-right: 15px;
}
#project-title {
	margin-top: -8px;
	#font-weight: bold;
}
#project-date {
  font-size: 0.8em;
  margin-top: 1px;
}
#project-tags {
  font-size: 0.8em;
  margin-top: 1px;
}

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

.attachment-post-thumbnail {
	margin-left: -10px;
}


/* Gallery ********************************************/
.gallery {
	margin: auto;
}
.gallery-item {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	text-align: center;
	#width: 33%;
}
.gallery img {
	#border: 2px solid #cfcfcf;
}
.gallery-caption {
	margin-left: 0;
}

/* Manual Gallery ***/
.size-thumbnail {
	#float: left; 
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
}
.entry-utility {
	clear: both;
}


/* About *****************************************/
#signature {
	float: left;
	margin-right: 0.4em;
}
#aka {
	color: #DDD;
}

/* Vs ********************************************/
#vs_menu {
  font-family: "Helvetica";
  font-size: 0.9em;
  color: #777;
  margin-top: 5px;
  margin-bottom: 15px;
}
#vs_menu p {
	margin-bottom: 2px;
}
#vs_menu_category {
	font-weight: bold;
}




