/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #000000 url(images/img01.gif) repeat-x;
	font-size: 13px;
	color: #FFFFFF;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	/*text-transform: lowercase;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.5em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #FFEA6F;
}

a:hover {
	text-decoration: none;
}

img { border: none; }

/* Header */

#header {
	/*width: 830px;*/
	width: 100%;
	height: 250px;
	/*was 280*/
	/*margin: 0 auto;*/
	margin: auto;
	background: url(images/hdr1.gif) no-repeat top center;
}

#search {
	float: right;
	height: 250px;
	/* background: url(images/img07.gif) no-repeat left 65%; */
}

#SearchBox {
	position:relative;
	top: 170px;
	/* background: url(images/img07.gif) no-repeat left 65%; */
}

/* Logo */

#logo {
	height: 170px;
	/* background: url(images/img07.gif) no-repeat left 65%; */
}

#logo h1 {
	float: right;
	padding: 40px 40px 0 50px;
	letter-spacing: -2px;
	font-size: 48px;
}

#logo h2 {
	float: right;
	padding: 68px 0 0 0;
	font-size: 24px;
	
}

#logo p {
	width: 100%;
	float: left;
	padding-top: 140px;
	color: #000000;
}

#logo a {
	text-decoration: none;
	color: #372412;
}

/* Form elements */
#logo input,textarea, select {
	color : #000000;
	/*font: normal 11px Verdana, Arial, Helvetica, sans-serif;*/
}

/* Gallery */

#gallery {
	clear: both;
	width: 800px;
	height: 650px;
	margin: 0 auto;
	
}

#top-photo h2 {
	height: 1.4em;
	font-size: 1em;
}

#top-photo p {
	margin: 0;
	padding: 0 0 10px 0;
}

/* Menu */

#menu {
	/*width: 830px;*/
	width: 90%;
	height: 70px;
	margin: auto;
	text-align: center;
	/*background: url(images/img03.jpg) no-repeat;*/
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	/*width: 166px;*/
	height: 53px;
	/*height: 73px;*/
	padding-top: 35px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	/*font-size: 24px;*/
	font-size:1.7em;
	color: #FFFFFF;
}

#menu a:hover {
	background: url(images/img09a.jpg) no-repeat;
	color: #FFFFFF;
}

#menu .active a {
	background: url(images/img09a.jpg) no-repeat;
	color: #372412;
}

/* Page */

#page {
	width: 830px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 532px;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	border-bottom: 2px solid #4A3903;
}

.byline {
	margin: 0;
}

.meta {
	border-top: 1px solid #4A3903;
	text-align: right;
	color: #646464;
}

.meta a {
	padding-left: 15px;
	background: url(images/img06.gif) no-repeat left center;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 30px;
	border-bottom: 1px dotted #4A3903;
	background: url(images/img06.gif) no-repeat 15px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 2px 30px;
	/*background: url(images/img05.gif) no-repeat left bottom;*/
	background: url(images/ink_blob.gif) no-repeat left bottom;
	border-bottom: 2px solid #4A3903;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}


/* google info */

	  #google_info {
	  	float: left;
		
	  }
 
 	  #searchForm {
	  	width: 20px;
	  }
	  
      table.search-control {
        width : 100%;
      }
 
      table.search-control .gsc-control {
        width : 100%;
      }
 
      td.left {
        width : 300px;
        padding-right : 20px;
      }
	  
	  td.right {
	  	width : 30%;
	  }
 
      td {
        vertical-align : top;
      }
 
      /* Disable built in search forms */
      .gsc-control form.gsc-search-box {
        /*display : none;*/
      }
	  
	  .gso_branding-text
	  {
	  	padding-left: 800px;
	  }
 
      /* restrict global search form width */
      #searchForm {
        width : 300px;
      }
 
      #leftSearchControl .gsc-resultsRoot {
        padding-top : 6px;
      }
	  
	  #leftSearchControl .gsc-cursor-page {
	  	color: white;  	
	  }
	  
	  #leftSearchControl .gsc-cursor-current-page {
	  	color: blue;
	  }
	  

	  
 
      /* for demonstration purposes ONLY. This is not ok by the terms */
      #rightSearchControl .gsc-ad-box {
        
      }
 
      /* long form visible urls should be on */
      .gsc-webResult div.gs-visibleUrl-long {
        display : none;
      }
 
      .gsc-webResult div.gs-visibleUrl-short {
        display : block;
      }
	  

/* Footer */

#footer {
	width: 100%;
	height: 122px;
	margin: auto;
	background: url(images/footer2.gif) no-repeat #FFEA6F center;
}

#footer a {
	color: #C28C21;
}

#footer p {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #ffffff;
	background-color: #000000;
}
