/*
Theme Name: Gladwin Consulting
Theme URI: http://gladwinglobal.com/
Author: Gregory Cowley
Version: 0.1
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #E6E6E6;
	font-family: "Trebuchet MS", sans-serif;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

a {
	color: #0066cc;
}
		a:link {
			color: #0066cc;
		}
		a:visited {
			color: #743399;
		}
		a:active,
		a:hover {
			color: #ff4b33;
		}


.clearfix {
	position: absolute;
	left: -9000px;
}





/* ---- Wrappers ---- */

	#wrapper {
		width: 925px;
		margin: 0 auto;
	}



/* ---- Header ---- */
/* -------------------------------------------------------------- */


	#header {
			width: 925px;
			height: 175px;
			border: thin solid #E6E6E6;
	}
			#masthead {
				
			}
					#branding {
							margin: 65px auto 0 auto;
							text-align: center;
					}
							#branding img {
								display: inline;
							}
	


/* ---- Main Layout ---- */
	
	
	#main {
		width: 925px;
		height: 549px;
		/* min-height: 500px; */
		background-color: #fff;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;

	}
	
	#tagline {
			height: 53px;
			width: 925px;
			display: table-cell;
			text-align: center;
			vertical-align: middle;
			color: #DD852C;
			font-family: "Georgia", serif;
			font-style: italic;
			font-size: 12px;
			letter-spacing: 1px;
	}
	
	
	#container {
			float: left;
			margin: 0 0 0 100px;
			width: 100%;
			width: 740px;
	}
			#content {
				padding: 0 30px 0 30px;
			}
			
				#content hr{
					width: 715px;
					height: 1px;
					display: block;
					margin: 0 0 12px -30px;
					background: url('../images/dash.png') repeat-x;
					/*background-color: #fff;
					border-bottom: 1px dashed #666;*/
				}
			
			
					.page{
					
					}
					
					.hentry{
					
					}
					
					.entry-title{
					
					}
					
					.entry-meta{
					
					}
		
					.entry-content{
							font-size: 15px;
							line-height: 21px;
							letter-spacing: 1px;
					}
							.entry-content h3{
								margin: 0px 0px 8px 0px;
								font-size: 13px;
								letter-spacing: 1px;
							}
							.entry-content ul{
								margin: -3px 0 26px 30px;
								
							}
								.entry-content ul li{
										margin: 0 0 1px 0;
								}
							
							.entry-content address{
								color: #DD852C;
								margin: 32px 0px 0px 0px;
								font-style: normal;
								font-size: 11px;
								text-transform: uppercase;
							}
								.entry-content address a{
									color: #DD852C;
									text-decoration: none;
								}
									.entry-content address a:hover{
										text-decoration: underline;
									}
							
					.entry-utility{
					
					}
					
			
			
			
			
			
			
			
			
			
			
			
			
			



/* ---- Footer ---- */

	#footer {
		clear: both;
		width: 100%;
	}
		
	#copyright {
		font-size: 11px;
		letter-spacing: 0px;
		width: 895px;
		height: 30px;
		padding: 8px 0px 0 0;
		text-align: right;
		margin: 0 auto;
	}
		#copyright strong{
				font-weight: normal;
		}
		#copyright a{
				color: #666;
				text-decoration: none;
				font-weight: normal;
		}
				#copyright a:hover{
						color: #666;
						text-decoration: underline;
				}
	


/*This file was exported by "Export WP Page to Static HTML" plugin which created by ReCorp (https://myrecorp.com) */