﻿/*
Theme Name: LacyG.info
Theme URI: http://lacyg.info
Description: LacyG's theme.
Version: 1.0
Author: LacyG
Author URI: http://lacyg.info
*/


* { margin: 0; padding: 0; border: 0px; }

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.75em;
	background-color: #570603;
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#container {
	width: 762px;
	margin: auto;
}

#header {
}

#title {
	color: #878787;
	font-size: 1.1em;
	background-image:url('images/header.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	border: 1px solid #000000;
}

#title span {
	color: #f97a00;
}

#topmenu {
	overflow: hidden;
	border: 1px solid #000000;
	border-top: 0px;
	border-bottom: 0px;
}

#topmenu ul {
	list-style: none;
}

#navigation .last {
	padding: 0px;
}

#navigation li {
	float: left;
	width: 125px;
	text-align: center;
	//border: 1px solid black;
	padding-right: 2px;
	background-image:url('images/menu_separator.png');
	line-height: 35px;
}

#navigation li a {
	background-image: url('images/menu_a_hover.png');
	text-decoration: none;
	color: #D5D5D5;
	display: block;
}

#footerNavigation {
	background-image: url('images/menu_a_hover.png');
}

#navigation li a:link, #navigation li a:visited {
	background-image: url('images/menu_a.png');
	text-decoration: none;
	color: #D5D5D5;
	display: block;
}

#navigation li a:hover {
	background-image: url('images/menu_a_hover.png');
	text-decoration: none;
	display: block;
}

#belownavigation {
	background-image: url('images/header2.png');
	background-repeat: no-repeat;
	overflow: hidden;
	height: 200px;
	border: 1px solid #000000;
}

#view {
	position: relative;
	top: 55px;
	left: 230px;
	color: #D5D5D5;
	width: 450px;
}

#view h2 {
	color: #f97a00;
	margin-bottom: 15px;
}

#socialLinks {
	position: relative;
	float: right;
	top: 60px;
	right: 105px;
}

#googleplus {
	float: right;
	width: 60px;
}

#facebook {
	float: right;
	width: 80px;
}

#content {
	border: 1px solid #000000;
	border-top: 0px;
	border-bottom: 0px;
	color: #242424;
	background-color: #F9F9F9;
	padding: 10px;
	padding-bottom: 15px;
	background-image: url('images/content_bg.png');
	background-repeat: repeat-x;
	background-position: bottom center;
	line-height: 1.6em;
	font-size: 110%;
}

a {
	color: #717171;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: justify;
}

ul {
}

blockquote {
	margin: 10px;
	margin-left: 0px;
	padding-left: 10px;
	border-left: 3px solid #6B8C01;
	font-family: serif ;
}

/* POSTS */

.post {
	padding: 25px;
	border-bottom: 1px solid #EEEEEE;
}

.post h2 a{
	color: #6B8C01;
	text-decoration: none;
	font-size: 100%;
}

.post h2 {
	color: #6B8C01;
	font-size: 110%;
}

.post h2 a:hover{
	color: #6B8C01;
	text-decoration: underline;
}

.entry {
	padding-top: 15px;
	text-align: justify;
}

.pageentry {
	
}

.pageentry h2 {
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 110%;
}

.FloatToLeft {
	float: left;
}

.gallery {
	background-image: url('images/gallery_bg.png');
	background-repeat:no-repeat;
	overflow: hidden;
	height: 130px;
	width: 620px;
	text-align: center;
	position: relative;
	left: 30px;
	padding-bottom: 30px;
}

.lastgallery {
	padding-bottom: 0px;
}

.gallery img {
	margin-top: 10px;
	padding: 5px;
}

/* WP-PAGENAVI */

.wp-pagenavi {
	padding: 30px;
	padding-top: 10px;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #717171;
	color: #717171;
}
	
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #717171;
}
.wp-pagenavi a:hover {	
	border: 1px solid #717171;
	color: #000000;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #717171;
	color: #0066cc;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #717171;
	border: 1px solid #717171;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #717171;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #717171;
	color: #717171;
}

#footer {
	color: #AAAAAA;
	padding: 15px;
	font-size: 0.9em;
	border: 1px solid #000000;
	border-top: 0px;
	background-color: #0e0e0e;
}

#footer a {
	color: #AAAAAA;
}

.fb_iframe_widget {
	margin-top: 15px;
}
