/*
Author Name: Daniel Steinbock
Author Site: http://aylanereo.com
Style Name: AylaHome
Style URI: http://steinbock.org/blog
Version: 1.0
Comments: Page template stylesheet for Ayla's front page only
*/

body {
    margin: 0px;
    padding: 0px;
    background: #000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 62.5%; /* Resets 1em to 10px */
}


a:link, a:visited {
    background: #9d4d21;
	color: #fff;
	text-decoration: none;
}

a:hover, a:active{
 	background: #9d4d21;
    color: #fff;
	text-decoration: none;
}

.thumb img, .thumb p {
  -moz-box-shadow: 2px 2px 2px #300;
  -webkit-box-shadow: 2px 2px 2px #300;
  box-shadow: 2px 2px 2px #300;
}

.thumb p {
	
  border-radius: 4px;
}

.content2 {
	text-align: left;
    background-image: url('http://aylanereo.com/wp-content/themes/k2/front-bg2.jpg');
	background-repeat: no-repeat;
	overflow: auto;
	height:741;
	width:1000px;
	margin: 5px auto 0 auto;
	border-left: 5px solid black;
	display:block;
}

h1 {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 40px;
    font-weight: normal;
    margin: 40px 0 10px 60px;    
	font-weight: bold;
	letter-spacing: -1px;
}

#thumbnails {
/*    	width: 600px; 
    position: relative;
        right: 100px;
    top: 100px; */
    padding: 0px 50px 50px 50px;
}

.thumb  {
  float: left;
  padding: 10px 10px 0px 10px;
}
  
.thumb p {
   font-family: "lucida grande", arial, sans-serif;
   font-size: 12px;
   font-weight: normal;
   text-align: left;
   color: #fff;
   padding-left: 4px;
   background: #2d4d51;
   letter-spacing: 1px;
}

.thumb:hover {
    border-color: #9d4d21;
}

.thumb p:hover {
 	background: #9d4d21;
    color: #fff;
	text-decoration: none;
}

#thumbnails spacer {
  clear: both;
  padding: 100px;
}


.thumb img {
	margin: 0px;
	padding: 1px;
/*	padding: 1px 1px 2px 1px; */
	background-color: #444;
}

.thumb a img {
	border: 0px;
}

#front_banner {
	clear:both;
	margin-top:130px;
	margin-right:250px;
	/* Fallback for web browsers that don't support RGBa */
	background-color: inherit;
	/* RGBa with 0.6 opacity */
/* 	background-color: rgba(32, 128, 208, 0.5); */
	background-color: rgba(84, 148, 162, 0.5);
	text-align: center;
	font-family:georgia,serif;
	font-size: 24px;
	padding-left: 60px;
}

#front_banner h1 {
	font-family:georgia,serif;
	font-size: 36px;
	margin:0px;
}


#front_banner a:link, #front_banner a:visited {
	background: none;
	color: #fff;
	text-decoration: none;
}

#front_banner a:hover, #front_banner a:active{
 	background: #28d;
    color: #fff;
	text-decoration: none;
}

