/*
Theme Name: DamienBurke.com
Theme URI: http://damienburke.com/
Description: Custom theme for http://damienburke.com/
Author: Damien Burke
Author URI: http://damienburke.com/
Tags: 

	 Custom built for DamienBurke.com, website of actor Damien Burke

*/


/*
  Color reference:
  
   eyes: #5E3722 rgb(94, 55, 34)
   light skin: #E7C1AA rgb(231, 193, 170)
   dark skin: #9A694B
   lip (brightest part): #E8ADA5
   orange shirt: #FB524E rgb(251,82,78)
 */


html {
  color: #381300;
  background-color: #E7C1AA;
  font-family: Georgia, serif;
  height: 100%;
}

body{
  height: 100%;
}

h1 {
  text-align: center;
  font-family: Verdana, "Trebuchet MS", "Arial Black", Arial, san-serif;
  font-size: xx-large;
  font-weight: 900;
}

img.header.left{
  float: left;		
}

img.header.right{
  float: right;		
}

.menu ul{
	color: #E7C1AA;
  background-color: #381300;
  text-align: left;
  font-family: Verdana, "Trebuchet MS", Arial, san-serif;;
  font-variant: small-caps;
  font-weight: bold;
	border-top: solid;
	padding-left: 0;
  margin: 0;
	clear: both;
}

.menu li {
  display: inline;
	list-style-type: none;
  padding-right: 0.5em;
}

.menu li a {
  color: #E7C1AA;
  text-decoration: none;
  padding-left: .4em;
  border-left: solid;
}

.menu li a:link {
    color: #E7C1AA;
}

.menu li a:visited {
    color: #E7C1AA;
}

.menu li a:hover {
    color: #FFFF33;
}

.menu li a:active {
    color: #E7C1AA;
}
	 
.menu li.current_page_item a {
  color: #FFFF33;
}

.menu li.current_page_ancestor a{
  color: #FFFF33;
}


h2 {
  color: #E7C1AA;
  background-color: #381300;
  text-align: left;
  padding-left: 0.5em;
}

h2 a {
  color: #E7C1AA;
  text-decoration: none;
}

h2 a:link {
    color: #E7C1AA;
}
h2 a:visited {
    color: #E7C1AA;
}
h2 a:hover {
    color: #FFFF33;
}
h2 a:active {
    color: #E7C1AA;
}


#main{
	min-height: 100%;
  background-image: url('images/AegeanBrownMarble-tile2.jpg');
	background-repeat: repeat;
  margin-top: 10px;
}

#content {
  max-width: 68ex;
	margin-left: auto;
  margin-right: auto;
}

/* splash page specific styles */

.splash #home-splash {
  /*height: 388px;*/
  /*width: 730px;*/
	padding: 20px;
  border: solid;
	background-color: #E7C1AA;
  text-align: center;
  position: absolute;
  right: 30px;
  top: 230px;
}

.splash #home-splash img {
  margin: 10px;
}

.splash .post {
  width: 200px;
  position: absolute;
  left: 30px;
  top: 275px;
  z-index: 100;
}

/* post specific styles */

.post {
  max-width: 68ex;
	padding: 0.5em;
  border: solid;
  margin-top: 0.5em;
	background-color: #E7C1AA;
}

.post .dateline{
  font-size: small;
	text-align: right;
}

.post .storytitle a {
  color: #381300;
  text-decoration: none;
}

.post .storytitle a:link {
    color: #381300;
}
.post .storytitle a:visited {
    color: #381300;
}
.post .storytitle a:hover {
    color: #FFFF33;
    background-color: #381300;
}
.post .storytitle a:active {
    color: #E7C1AA;
    background-color: #381300;   
}

.post .commentlink {
  font-size: smaller;
}

.post .commentlink a {
  text-decoration: none;		
}

.post .commentlink a:hover {
  text-decoration: underline;		
}

.post .tags {
  font-size: smaller;
}

.commentlist .comment {
	border: solid;
  padding: 0.5em;
	margin: 0.5em;
}

.comment .commentmetadata {
		font-size: small;
		text-align: right;
		margin: 0;
}

/* styles specific to .navigation */
.navigation .alignleft{
  text-align: left;
}

.navigation .alignright{
  text-align: right;
}

.navigation a{
  text-decoration: none;
}
.navigation a:link{
}
.navigation a:visited{
}
.navigation a:hover{
  text-decoration: underline;
}
/* end navigation specific styles */


/* resume specific styles */
#stats {
 text-align: center;
 font-size: smaller;
}

.show {   
}
.role{
}
.theater{
   text-align: right; 
}
.director{
   text-align: right; 
}
.class{
}
.school{
   text-align: right; 
}


/* styles specific to video page */
a.videolink{
	color: #381300;
	text-decoration: none;
}

a.videolink div{
	border: solid;
	padding: 5px;
	margin: 15px;
  text-align: center;
}

.videolink img {
	border: solid;
}

a.videolink:link {
}

a.videolink:visited {
}

a.videolink:hover div{
  border: solid #FFFF33;
}

a.videolink:active {
}
/* end video page specific styles */

/* styles specific to gallery page */

a.gallerylink{
	color: #381300;
  padding-right: 1em;
	text-decoration: none;
}

a.gallerylink div{
	border: solid;
	padding: 5px;
	margin: 15px;
  text-align: center;
}

.gallerylink img {
	border: solid;
}

a.gallerylink:link {
}

a.gallerylink:visited {
}

a.gallerylink:hover div{
  border: solid #FFFF33;
}

a.galllerylink:active {
}
	 

img.gallery-image {
	text-align: right;
	color:  #381300;
	border: solid;
	margin: 10px;
  
}

/* end gallery page specific styles */

.validator {
  clear: both;
  display: none;
}