/*
Theme Name:Wynne
Theme URI: http://golimo.com/
Description: Custom Design by CJRW Interactive
Version: 1
Author: Nick Brewer
Author URI: http://cjrw.com/
Tags: 

*/
h1,h2,h3 { font-family: georgia, times; }
h1 { text-indent: -9999px; }
h2 { font-size: 24px; }
h3 { font-size: 14px; }

#page a { color: #1f4b72; }

body {
	background: url("images/bg.jpg") repeat-x #fff;	
	color: #212121;
}

#wrapper {
	background: url("images/bg_glow.jpg") no-repeat;
}

#navigation { margin-top: 19px; display: block; text-align: right; }

	#navigation li {
		list-style: none;
		width: 109px;
		background: url("images/bg_navigation.jpg") no-repeat;
		display: block;
		float: right;
		margin: 0px 2px 0px 0px;
		padding: 5px 0px 5px 0px;
		text-align: center;
	}
	
	#navigation #menu_item_7 { background: url("images/bg_navigation_green.jpg") no-repeat; }
	
		#navigation li a {
			color: #fff;
			text-decoration: none;
			font-weight: bold;
		}

#logo, #info { margin-top: 25px; }
#logo { position: relative; }
	
	#logo h1 {
		background: url("images/img_logo.png") no-repeat;
	}
	
	#logo h1, #logo .logo-link img { width: 340px; height: 129px; }
	
	#logo .logo-link {
		position: absolute;
		top: 0px;
		left: 0px;
	}

	#info li {
		list-style: none;
		display: block;
		float: right;
		color: #fff;
		padding-top: 60px;
		font-weight: bold;
		font-size: 16px;
	}
	
		#info li > a { color: #212121; text-decoration: none; font-size: 12px; }

.img_box {
	
}
	.img_box img { border: 5px solid #fff; }
	.img_box ul { margin-bottom: 0px; }
		.img_box li { margin: 0px; list-style: none; }

.testimonial .button { width: 130px; float: right; }

#sidebar {
	background-color: #fff;
	min-height: 500px;
}

#footer {
	background-color: #ccc;
	border-top: 1px solid #fff;
	padding: 20px;
	height: 100px;
}
/* QUICK QUOTE ######################################################## */

#quick_quote {
	background-color: #eee;
	/* border: 1px solid #ddd; */
	margin-bottom: 20px;
	margin-top: 20px;
}

#quick_quote ul { margin: 0px; }
#quick_quote li {
	list-style: none;
	text-align: right;
	margin: 0px;
	margin-top: 10px;
}

#quick_quote label {
	display: block;
	font-weight: bold;
	text-align: left;
}
/* alter 960 */

#quick_quote .grid_4 { margin: 0px; }

/* PODS ######################################################## */

#pod li {
	list-style: none;
}

/* SIDEBAR ######################################################## */

#sidebar { border-top: 1px solid #b6b8a4; }

#sidebar a { color: #212121; font-weight: bold; text-decoration: none; }

	/* write separate widget styles */
		#sidebar .widget { padding-left: 10px; }
		#sidebar .widget h2 { margin: 0px; font-family: arial; }
		#sidebar .widget_SubPages {
			padding-left: 0px;
		}

#sidebar .widget_SubPages .ribbon {
	background: url("images/bg_sidebar_header.png") no-repeat;
	width: 320px;
	height: 71px;
	position: relative;
	left: -31px;
	margin-top: 10px;
}

#sidebar .widget_SubPages .ribbon h2 {
	padding: 6px 0px 0px 40px;
	color: #eee;
}

#sidebar li { list-style: none; margin: 0px; position: relative; }

#sidebar .widget_SubPages ul {
	position: relative;
	top: -15px;
}
#sidebar .widget li {
	background-color: #eee;
	border-bottom: 1px solid #ddd;
	padding: 5px 0px 5px 20px;
}

	/* SEARCH WIDGET */
	.widget_search label {
		display: none;
	}
	
	.widget_search input {
		padding: 5px;
		border: 1px solid #ddd;
	}
	
#sidebar .pdf-download { display: block; padding: 10px 0px 0px 60px; margin-top: 20px; }
#sidebar .pdf-download img {
	position: absolute;
	left: 5px;
	top: 0;
}

/* INNERFADE ######################################################## */

.innerfade li {
	list-style: none;
	margin: 0px;
}

/* BUTTON ELEMENTS ######################################################## */
/* CUSTOM */

.button {
	background: url("images/bg_button.jpg") repeat-x;
	display: block;
	font-size: 12px;
	padding: 4px 10px 4px 10px;
	border: 1px solid #aaa;
	z-index: 1;
}

	.button a {
		color: #212121;
		text-decoration: none;
		font-weight: bold;
	}

/* PARTICLETREE METHOD */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
}
.buttons button{
    width:auto;
    overflow:visible;
}
.buttons a,
.buttons button,
.buttons button[type] {
    padding:5px 10px 5px 7px; /* Firefox and Links */
}

.buttons button[type] {
    line-height:17px; /* Safari */
}

.buttons button,
*:first-child+html button[type] {
    padding:4px 10px 3px 7px; /* IE7 for * or IE6 for button */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* TESTIMONIALS ######################################################## */	
	
blockquote {
	background: url("images/quote.png") no-repeat;
	font-size: 18px;
	text-indent: 40px;
	color: #9da087;
	padding-top: 15px;
}
blockquote .ref { text-align: right; }
blockquote { font-size: 13px; }	

#testimonials blockquote {
	color: #222;
}

#testimonials blockquote .ref {
	color: #9da087;
}

#testimonials li {
	border-bottom: 1px dashed #9da087;
	margin-top: 10px;
}

/* PODS SPECIFIC ######################################################## */	

#pod {
	padding-bottom: 10px;
}

.pager {
	display: block;
	font-size: 12px;
	font-weight: bold;
	background-color: #EFF0EB;
	padding: 3px;
}

.pageNum {
	padding: 3px;
}

.currentpage {
	
}

.pager a { text-decoration: none; border-bottom: 2px solid #B6B8A4; color: #B6B8A4; }

/* FORMS ############################################## */

.contactform li {
	list-style: none;
	background-color: #ddd;
	margin-bottom: 10px;
	padding: 10px;
}

.contactform legend {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

.contactform .float { float: left; margin-right: 10px; }
.contactform .short { width: 75px; }
.contactform label { font-size: 12px; display: block; margin-bottom: 5px; }
.contactform label span { color: #CF3333;}
.contactform input, .form textarea { padding: 5px; }
.contactform .wpcf7-list-item { display: block; }

table.survey th,
table.survey td { padding: 3px; }
table.survey th { background-color: #ddd; font-weight: bold; }
table.survey td.head { background-color: #eee; font-weight: bold; font-size: 14px; }
table.survey td { font-size: 12px; }
table.survey td.float-elements { text-align: right; }
table.survey td.float-elements input { margin-left: 20px; }
table.survey .wpcf7-form-control-wrap { display: block; width: 300px; text-align: right; }
/* FOOTER ######################################################## */

.slideshow { position: relative; }
.slideshow-caption {
	position: absolute;
	left: 5px;
	bottom: 0px;
	height: 50px;
	width: 565px;
	background-color: rgba(0,0,0,0.7);
	z-index: 100;
}
.slideshow-caption p {
	color: #fff;
	font-size: 21px;
	font-family: georgia, times;
	padding: 10px;
}

/* FOOTER ######################################################## */

#footer {
	color: #777;
}

		
		