/*
Theme Name: Mt Pleasant Window and Remodeling
Theme URI: 
Author: Tim C
Author URI: www.higherimages.com
Description: 
Version: 1.0
License: 
License URI:
Tags:
*/

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */

body {
	background:#52a774;
    margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a {
	color: #1c3664;
}
a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
	text-decoration: none;
    outline: 0;
}


/* ==========================================================================
   Typography
   ========================================================================== */
/* Addresses `h1` font sizes within `section` and `article` in Firefox 4+, Safari 5, and Chrome. */
h1 {
    font-size: 2em;
}
#inside-content h1, #inside-content h2, #inside-content h3, #inside-content h4, #inside-content h5, #inside-content h6 {
	margin: 0 0 .5em;
	color: #1c3664;
	clear: both;
}
#inside-content h1 {
	font-size: 28px;
}
#inside-content h2 {
	margin-top: 1em;
	font-size: 24px;
}
#inside-content h3 {
	margin-top: 1em;
	font-size: 20px;
}
#inside-content h4 {
	margin-top: 1em;
	font-size: 18px;
}
#inside-content h6 {
	font-size: .85em;
	font-style: italic;
}
#inside-content p {
	margin:0 0 10px 0;
	/* font-family:Arial, Helvetica, sans-serif; */
}
#inside-content p, #inside-content li {
	font-size: .85em;
	line-height: 1.5em;
}
#inside-content ul, #inside-content ol {
	margin: 0 0 10px 0;
}
#inside-content ul {
	list-style: disc;
}
#inside-content ol {
	list-style: decimal;
}

/* Addresses styling not present in IE 8/9, Safari 5, and Chrome. */
abbr[title] {
    border-bottom: 1px dotted;
}

/* Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b,
strong {
    font-weight: bold;
}

/* Addresses styling not present in Safari 5 and Chrome. */
dfn {
    font-style: italic;
}

/* Addresses styling not present in IE 8/9. */
mark {
    background: #ff0;
    color: #000;
}

/* Corrects font family set oddly in Safari 5 and Chrome. */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/* Improves readability of pre-formatted text in all browsers. */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* Sets consistent quote types.*/

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Addresses inconsistent and variable font size in all browsers. */

small {
    font-size: 80%;
}

/* Prevents `sub` and `sup` affecting `line-height` in all browsers. */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* ==========================================================================
   Embedded content
   ========================================================================== */
/* Removes border when inside `a` element in IE 8/9. */
img {
    border: 0;
}

/* Corrects overflow displayed oddly in IE 9. */
svg:not(:root) {
    overflow: hidden;
}


/* ==========================================================================
   Figures
   ========================================================================== */
/* Addresses margin not present in IE 8/9 and Safari 5. */

figure {
    margin: 0;
}


/* ==========================================================================
   Forms
   ========================================================================== */
/* Define consistent border, margin, and padding. */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* ==========================================================================
   Tables
   ========================================================================== */
/* Remove most spacing between table cells.
 */
 
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* ==========================================================================
   Body Styles
   ========================================================================== */	
.section-title {
	border-bottom: 3px dashed white;
    	border-top: 3px dashed white;
    	color: #193864;
    	font-size: 36px;
    	height: 45px;
    	margin: 0 auto;
	margin-top:20px;
	margin-bottom:40px;
    	padding-top: 20px;
    	text-align: center;
    	width: 640px;
	line-height:30px;
	font-family: 'Lobster13Regular';
}
	
.more {
	width:1000px;
	float:left;
	text-align:center;}
	
.more a {
	text-decoration:none;
	font-family: 'Lobster13Regular';
	color:#193864;
	font-size:35px;
	font-weight:normal;
	-webkit-transition-property:color, background; 
	-webkit-transition-duration: .3s, .3s; 
	-webkit-transition-timing-function: linear, ease-in-out;
	-moz-transition-property:color, background; 
	-moz-transition-duration: .3s, .3s; 
	-moz-transition-timing-function: linear, ease-in-out;
	-o-transition-property:color, background; 
	-o-transition-duration: .3s, .3s; 
	-o-transition-timing-function: linear, ease-in-out;
	transition-property:color, background; 
	transition-duration: .3s, .3s; 
	transition-timing-function: linear, ease-in-out;}
	
.more a:hover {
	color:#fff;
	-webkit-transition-property:color, background; 
	-webkit-transition-duration: .3s, .3s; 
	-webkit-transition-timing-function: linear, ease-in-out;
	-moz-transition-property:color, background; 
	-moz-transition-duration: .3s, .3s; 
	-moz-transition-timing-function: linear, ease-in-out;
	-o-transition-property:color, background; 
	-o-transition-duration: .3s, .3s; 
	-o-transition-timing-function: linear, ease-in-out;
	transition-property:color, background; 
	transition-duration: .3s, .3s; 
	transition-timing-function: linear, ease-in-out;}

table {
	text-align:center;
	background;rgba(0,0,0,0.1);
}

/* ==========================================================================
   Header Styles
   ========================================================================== */

#header {
	background:#fff;
	height:180px;}
	
#header-wrapper {
	height:180px;
	width:1000px;
	margin:0 auto;}
	
#logo {
	float:left;
	padding-top:15px;}
	
#header-right {
	float:right;}
	
#header-right > p {
	text-align:center;
	color:#102c40;
	font-size:20px;
	margin-left:105px;
	margin-top:6px;}
	
#header-right > h2 a {
	text-decoration:none;
	color:#fff;
	font-family:"Arial Black", Gadget, sans-serif;
	background:#102c40;
	padding:10px;}
	
#header-right > h2 a:hover {
	color:#fff;}
	
#header-right > h2 img {
	position:relative;
	right:10px;}

/* ==========================================================================
   Nav Styles
   ========================================================================== */

#nav {
	height:47px;
	background:#102c40;}

/* ==========================================================================
   Slider Styles
   ========================================================================== */

#slider {
	min-height:600px;}

#slider-wrapper {
	min-height:580px;
	width:1000px;
	margin:0 auto;
	padding-top:20px;}

#slider-wrapper p {
	width:640px;
	height:170px;
	margin:0 auto;
	border-top:3px dashed white;
	border-bottom:3px dashed white;
	text-align:center;
	font-size:14px;
	color:#102c40;
	padding-top:20px;
	line-height:20px;
	margin-bottom:20px;}
	
#slider-wrapper p span {
	font-size:36px;
	font-family: 'Lobster13Regular';
	line-height: 37px;}
	
/* ==========================================================================
   Products Styles
   ========================================================================== */

#products {
	background:rgba(255,255,255,0.5);
	min-height:500px;
	border-top:5px solid #102c40;
	border-bottom:5px solid #102c40;}
	
#products-wrapper {
	width:1000px;
	min-height:470px;
	margin:0 auto;
	padding-top:30px;}
	
.p-box {
	width:240px;
	float:left;}
	
#p-one {
	margin-right:13px;}

#p-two {
	margin-right:13px;}

#p-three {
	margin-right:13px;}

#p-four {}	
	
.p-box h1 {
	font-family:"Arial Black", Gadget, sans-serif;
	color:#102c40;
	font-size:14px;}
	
.p-box p a {
	text-decoration:none;
	color:#102c40;
	font-size:14px;
	font-weight:bold;
	-webkit-transition-property:color, background; 
	-webkit-transition-duration: .3s, .3s; 
	-webkit-transition-timing-function: linear, ease-in-out;
	-moz-transition-property:color, background; 
	-moz-transition-duration: .3s, .3s; 
	-moz-transition-timing-function: linear, ease-in-out;
	-o-transition-property:color, background; 
	-o-transition-duration: .3s, .3s; 
	-o-transition-timing-function: linear, ease-in-out;
	transition-property:color, background; 
	transition-duration: .3s, .3s; 
	transition-timing-function: linear, ease-in-out;}
	
.p-box p a:hover {
	color:#fff;
	-webkit-transition-property:color, background; 
	-webkit-transition-duration: .3s, .3s; 
	-webkit-transition-timing-function: linear, ease-in-out;
	-moz-transition-property:color, background; 
	-moz-transition-duration: .3s, .3s; 
	-moz-transition-timing-function: linear, ease-in-out;
	-o-transition-property:color, background; 
	-o-transition-duration: .3s, .3s; 
	-o-transition-timing-function: linear, ease-in-out;
	transition-property:color, background; 
	transition-duration: .3s, .3s; 
	transition-timing-function: linear, ease-in-out;}
	
/* ==========================================================================
   Services Styles
   ========================================================================== */

#services {
	height:310px;
	margin-top:50px;}
	
#services-wrapper {
	width:1000px;
	height:620px;
	margin:0 auto;}
	
.services-title{
	text-align: center;
	color: #fff;
}

.s-box {
	width:454px;
	height:181px;
	float:left;}

.s-left {
	width:160px;
	height:175px;
	float:left;
	padding:6px 0 0 0;}

.s-right {
	width:294px;
	height:181px;
	float:left;}
	
.s-right h1 {
	color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:22px;
	font-weight:normal;
	margin-top:0;}
	
.s-right p {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	color:#fff;
	line-height:24px;
	font-size:12px;}
	
.s-right p a {
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	color:#102c40;
	font-weight:bold;}

.s-right a:hover {
	color:#fff;}

#services-home-one {
	margin:0 90px 70px 0;}

#services-home-two {
	margin-bottom:70px;}

#services-home-three {
	margin:0 90px 0 0;}

#services-home-four {
	margin-bottom:0px;}

/* ==========================================================================
   Testimonial Styles
   ========================================================================== */
   
#testimonials {
	min-height:700px;
	background:rgba(255,255,255,0.5);
	border-top:5px solid #102c40;
	border-bottom:5px solid #102c40;}

#testimonials-wrapper {
	width:1000px;
	min-height:590px;
	margin:0 auto;
	padding-top:30px;}
	
.t-box {
	width:698px;
	height:176px;
	padding:20px;
	margin:0 auto;}

.t-box p span {
	font-weight:bold;}

#t-one {
	background:url(images/testimonial-1a.png) no-repeat;
	margin-bottom:30px;}

#t-one:hover {
	background:url(images/testimonial-1b.png) no-repeat;
	cursor:pointer;}

#t-two {
	background:url(images/testimonial-2a.png) no-repeat;}

#t-two:hover {
	background:url(images/testimonial-2b.png) no-repeat;
	cursor:pointer;}
	
/* ==========================================================================
   Gallery Styles
   ========================================================================== */
	
#gallery {
	min-height:580px;
	margin-top:50px;}

#gallery-wrapper {
	min-height:580px;
	width:1000px;
	margin:0 auto;}

#mini-gallery {
	width:922px;
	height:367px;
	margin:0 auto;
	margin-bottom:20px;}

.p1 {
	margin:0 13px 20px 0;
	border:2px solid white;}

.p2 {
	margin:0 0 20px 0;
	border:2px solid white;}

.p3 {
	margin:0 13px 0 0;
	border:2px solid white;}

.p4 {
	border:2px solid white;}	
	
/* ==========================================================================
   About Styles
   ========================================================================== */	
	
#about {
	min-height:600px;
	background:rgba(255,255,255,0.5);
	border-top:5px solid #102c40;
	border-bottom:5px solid #102c40;}

#about-wrapper {
	min-height:600px;
	width:1000px;
	margin:0 auto;
	padding-top:30px;}

#about-copy {
	width:900px;
	margin:0 auto;
	margin-bottom:40px;
	color:#102c40;}	

/* ==========================================================================
   Contact Styles
   ========================================================================== */	
	
#contact {
	min-height:820px;}

#contact-wrapper {
	min-height:640px;
	width:1000px;
	margin:0 auto;}
	
#home-form {
	width:900px;
	height:470px;
	margin:0 auto;}
	
/* ==========================================================================
   Fonts
   ========================================================================== */
   	
#footer {
	height:130px;
	background:#102c40;
	clear:both;}
	
#footer-wrapper {
	width:1000px;
	height:130px;
	margin:0 auto;}

#foot-left {
	width:400px;
	color:#fff;
	padding:10px 0px;
	float:left;}

#foot-left p {}

#foot-right {
	width:600px;
	color:#fff;
	float:right;
	padding-top:15px;}

#foot-right ul {
	list-style:none;}

#foot-right ul li {
	display:inline;
	float:right;
	margin-left:10px;}

#foot-right ul li a {
	text-decoration:none;}

#foot-right ul li a img {
	opacity:.8;}

#foot-right ul li a img:hover {
	opacity:1;}	
		
	
/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
    font-family: 'Lobster13Regular';
    src: url('fonts/Lobster_1.3-webfont.eot');
    src: url('fonts/Lobster_1.3-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lobster_1.3-webfont.woff') format('woff'),
         url('fonts/Lobster_1.3-webfont.ttf') format('truetype'),
         url('fonts/Lobster_1.3-webfont.svg#Lobster13Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ==========================================================================
   Page Styles
   ========================================================================== */
   

.alignleft,
a img.alignleft {
    margin: 0 20px 20px 0;
    float: left;
}
.alignright,
a img.alignright  {
    margin: 0 0 20px 20px;
    float:right;
}
.aligncenter,
a img.aligncenter {
    margin: 5px auto;
    display: block;
}
.alignnone,
a img.alignnone {
    margin: 0 20px;
    clear: both;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* ==========================================================================
   Dropdown Nav Styles
   ========================================================================== */
#access {
	width:1000px;
	margin:0 auto;
	font-size: 14px;
	font-weight:bold;
	position:relative;
	z-index:6000;}

#access ul {
	font-size: 14px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;}
	
#access li {
	float: left;
	position: relative;}
	
#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.1125em;
	text-decoration: none;
	cursor:pointer;}
	
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;}
	
#access ul ul ul {
	left: 100%;
	top: 0;}
	
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;}
	
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;}
	
#access li:hover > a,
#access a:focus,
#access li.current_page_item> a,
#access li.current_page_ancestor > a {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
	text-shadow:none !important;}
	
#access ul li:hover > ul {
	display: block;}
	
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;}


/* ==========================================================================
   Inside Pages Stuff
   ========================================================================== */	

#page-title {
	height:30px;
	background:rgba(255,255,255,0.5);
	margin-bottom:20px;}
	
#title-wrapper {
	width:1000px;
	height:30px;
	margin:0 auto;
	line-height:30px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#1c3664;}

#title-wrapper h3 {
	margin-top:0px;}  
  
#inside-wrapper {
	width:1000px;
	min-height:600px;
	margin:0 auto;}   
   
#inside-left {
	width:245px;
	min-height:600px;;
	float:left;
	margin-right:15px;}
	
#inside-right {
	width:740px;
	min-height:600px;
	float:left;}
	
#inside-slider {
	width:740px;
	height:250px;}
	
#inside-content {
	width:700px;
	padding:20px;
	background:#fff;
	overflow:hidden;
	min-height:725px;
}


/* ==========================================================================
   Form Styles
   ========================================================================== */

body.home .wpcf7-form {
	padding: 20px;
}
body.home .wpcf7-form input {
	width: 100%; height: 23px;
}
body.home .wpcf7-form .full-field, body.home .wpcf7-form .comments {
	width: 99%;
}
body.home .wpcf7-form .field1, body.home .wpcf7-form .field2 {
	margin-bottom: 15px;
}
body.home .wpcf7-form .comments {
	height: 110px;
	width: 100%;
	margin-bottom:10px;
}


/*
.row {
	height:30px;
} 
*/  

/*
.field1,
.field2,
.field3,
.field4,
.field5,
.field6,
.field7 {
	height: 30px;
	line-height: 30px;
}
*/

.wpcf7-captchac {
	margin-bottom:10px;}

.wpcf7-captchar {
	margin-bottom:10px;}

#submit_btn {
	width:100px;
	float:left;
	padding-bottom:20px;
	background:#102c40;
	color:#FFF;
	font-family: 'Lobster13Regular';
	border:none;
	padding:5px;
	font-size:24px;
	-webkit-transition-property:color, background; 
	-webkit-transition-duration: .3s, .3s; 
	-webkit-transition-timing-function: linear, ease-in-out;
	-moz-transition-property:color, background; 
	-moz-transition-duration: .3s, .3s; 
	-moz-transition-timing-function: linear, ease-in-out;
	-o-transition-property:color, background; 
	-o-transition-duration: .3s, .3s; 
	-o-transition-timing-function: linear, ease-in-out;
	transition-property:color, background; 
	transition-duration: .3s, .3s; 
	transition-timing-function: linear, ease-in-out;}
	
#submit_btn:hover {
	background:#ec8723;
	-webkit-transition-property:color, background; 
	-webkit-transition-duration: .3s, .3s; 
	-webkit-transition-timing-function: linear, ease-in-out;
	-moz-transition-property:color, background; 
	-moz-transition-duration: .3s, .3s; 
	-moz-transition-timing-function: linear, ease-in-out;
	-o-transition-property:color, background; 
	-o-transition-duration: .3s, .3s; 
	-o-transition-timing-function: linear, ease-in-out;
	transition-property:color, background; 
	transition-duration: .3s, .3s; 
	transition-timing-function: linear, ease-in-out;}

/* ==========================================================================
   Inside Form Styles
   ========================================================================== */   
   
.field {
	width:225px;
	background:rgba(255,255,255,0.2);
	color:#000 !important;
	font-family:"Arial Black";
	border:none;
	padding:5px;
	margin-bottom:10px;}
	
#inside-submit {
	background:#102c40;
	color:#FFF;
	font-family: 'Lobster13Regular';
	border:none;
	padding:20px;
	font-size:24px;
	-webkit-transition-property:color, background; 
	-webkit-transition-duration: .3s, .3s; 
	-webkit-transition-timing-function: linear, ease-in-out;
	-moz-transition-property:color, background; 
	-moz-transition-duration: .3s, .3s; 
	-moz-transition-timing-function: linear, ease-in-out;
	-o-transition-property:color, background; 
	-o-transition-duration: .3s, .3s; 
	-o-transition-timing-function: linear, ease-in-out;
	transition-property:color, background; 
	transition-duration: .3s, .3s; 
	transition-timing-function: linear, ease-in-out;}
	
#inside-submit:hover {
	background:#ec8723;
	-webkit-transition-property:color, background; 
	-webkit-transition-duration: .3s, .3s; 
	-webkit-transition-timing-function: linear, ease-in-out;
	-moz-transition-property:color, background; 
	-moz-transition-duration: .3s, .3s; 
	-moz-transition-timing-function: linear, ease-in-out;
	-o-transition-property:color, background; 
	-o-transition-duration: .3s, .3s; 
	-o-transition-timing-function: linear, ease-in-out;
	transition-property:color, background; 
	transition-duration: .3s, .3s; 
	transition-timing-function: linear, ease-in-out;}
	
.form-title {
	border-bottom: 3px dashed white;
    	border-top: 3px dashed white;
    	color: #193864;
    	font-size: 36px;
    	height: 45px;
    	margin: 0 auto;
	margin-bottom:10px;
	padding-top: 20px;
    	text-align: center;
    	width: 230px;
	line-height:30px;
	font-family: 'Lobster13Regular';}


/* ==========================================================================
   Inside Menu Styles
   ========================================================================== */ 
.text-4 {
	background:#102c40;
	}
.text-4 .textwidget ul {
	padding: 0 20px;
}
.text-4 .textwidget ul li {
	margin: 0;
	padding:10px 0px;
	list-style:none;
	text-align:center;
	color:#FFF;
	font-family: "Arial Black";
	border-bottom:1px solid #fff;
	/* margin-left:-20px; */
	/* padding-right:20px; */
}
.text-4 .textwidget ul li a {
	color: #fff;
	text-decoration: none;
}
.text-4 .textwidget ul li a:hover {
	color: #EC8723;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: .3s, .3s;
	-webkit-transition-timing-function: linear, ease-in-out;
	-moz-transition-property: color, background;
	-moz-transition-duration: .3s, .3s;
	-moz-transition-timing-function: linear, ease-in-out;
	-o-transition-property: color, background;
	-o-transition-duration: .3s, .3s;
	-o-transition-timing-function: linear, ease-in-out;
	transition-property: color, background;
	transition-duration: .3s, .3s;
	transition-timing-function: linear, ease-in-out;
}

.bottom {
	border-bottom:none !important;}

/* ==========================================================================
   Door Page Styles
   ========================================================================== */

#attachment_325, #attachment_327 {
	margin-top:20px;
}

#attachment_326 {
	margin-top:30px;
}

#attachment_325 {
	margin-right:100px;
}

#attachment_326 {
	margin-right:120px;
}

.wp-caption-text {
	font-size:.75em !important;}

#clear{
	clear:both;
	}