/* Body, Typography, etc. */

body {
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	color: #333;
	background: #E8E8E8 url("../images/subtle_stripes.png") repeat;
	font-size: 14px;
	line-height: 18px;
}

h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: inherit;
    font-weight: bold;
    margin: 0;
    text-rendering: optimizelegibility;
}

.navbar .brand {
	font-family: 'Limelight', cursive;
	color: #C46D3B;
	font-size: 32px;
	padding: 8px 20px 12px;
	line-height: 1;
}

a.brand {
	font-family: 'Limelight', cursive;
	color: #C46D3B;
	font-size: 32px;
	text-decoration: none;
}

a {
	color: #333;
}

a:hover {
	color: #C46D4B;
	cursor: pointer;
}

h1 {
	font-size: 42px;
	padding-bottom: 20px;
}

h2 {
    font-size: 24px;
    line-height: 36px;
}

h3 {
    font-size: 18px;
    line-height: 27px;
}

h4 {
    font-size: 14px;
}

h4, h5, h6 {
    line-height: 18px;
}

p {
    margin: 0 0 9px;
}

.subtitle {
	font-size: 18px;
	font-weight: 200;
}

blockquote {
    border-left: 5px solid #EEEEEE;
    margin: 0 0 18px;
    padding: 0 0 0 15px;
}

blockquote p {
    font-size: 16px;
    font-weight: 300;
    line-height: 22.5px;
    margin-bottom: 0;
}

blockquote small {
    color: #999999;
    display: block;
    line-height: 18px;
}

small {
    font-size: 100%;
}

/* Top Navigation Bar */

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
}

.navbar-inner {
	background: none repeat 0 0 #fafafa;
	background-image: none;
	filter: none;
}

.navbar-inner .container-fluid {
	padding: 20px 60px;
}

.navigation-top {
	color: #333;
}

.navbar .nav > li > a {
	padding: 20px;
	color: #333;
	font-size: 14px;
	text-shadow: none;
	line-height: 19px;
}

.navbar .nav > li > a:hover {
	color: #C46D3B;
}

body.index .navbar li.index > a, body.services .navbar li.services > a, body.portfolio .navbar li.portfolio > a, body.about .navbar li.about > a, body.contact .navbar li.contact > a  {
	background-color: #333;
    color: #FFFFFF;
    text-decoration: none;
}

.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
	border-radius: 0;
	font-weight: normal;
}

.nav-collapse .nav > li > a:hover, .nav-collapse .dropdown-menu a:hover {
	background-color: transparent;
}

/* Header */

.header-padding {
	padding-top: 10%;
}

.page-header {
    border-bottom: 1px solid #EEEEEE;
    margin: 18px 0;
    padding-bottom: 17px;
}

.page-header h1 {
    line-height: 1;
}

/* Main Content */

.text-background {
	background: none repeat scroll 0 0 #fafafa;
	background-color: #fff !important;
}

.content-main {
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	margin-bottom: 18px;
}

.theme-icon {
	width: 62px;
	padding: 0 10px 10px 0;
}

.page-header {
	text-align: center;
}

.about-people {
	background-color: #aeaeae;
}

#map_canvas {
       margin: 0;
       padding: 0;
       height: 300px;
}

#map_canvas  img {
  max-width: none;
}

#map_canvas label { 
  width: auto; display:inline; 
}

.btn-services {
	font-size: 18px;
	font-weight: bold;
}

dd {
    line-height: 18px;
    margin-left: 9px;
}

dt {
    font-weight: bold;
    line-height: 17px;
}

dl {
    margin-bottom: 18px;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #EEEEEE -moz-use-text-color #FFFFFF;
    border-image: none;
    border-left: 0 none;
    border-right: 0 none;
    border-style: solid none;
    border-width: 1px 0;
    margin: 18px 0;
}

.thumbnail {
    line-height: 1;
}

ul, ol {
    margin: 0 0 9px 25px;
    padding: 0;
}

li {
    line-height: 18px;
}

/* Wrapper & Footer */

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

footer {
	color: #fafafa;
	background-color: #333;
	font-size: 14px;
}

footer a {
	color: #fafafa;
	text-decoration: underline;
}

footer a:hover {
	color: #C46D3B;
}

.footer-heading {
	padding-bottom: 10px;
}

.social-icon i {
	overflow: hidden;
	height: 62px;
	width: 62px;
	display: inline-block;
}

.social-icon.twitter i {
	background-image: url("../images/twitter.png")
}

.social-icon.facebook i {
	background-image: url("../images/facebook.png")
}

.social-icon.linkedin i {
	background-image: url("../images/linkedin.png")
}

.social-icon.pinterest i {
	background-image: url("../images/pinterest.png")
}

.social-icon.rss i {
	background-image: url("../images/rss.png")
}

.social-icon i:hover {
	background-position: 0 62px;
}

.footer-contact div.contact {
	padding-bottom: 20px;
}

.footer-contact div.contact p {
	display: inline;
	padding-left: 20px;
}

.footer-contact div.address img {
	padding-bottom: 25px;
}

.footer-contact div.contact div.address {
	padding-left: 20px;
	display: inline-block;
}

hr.footer {
	height: 1px;
	border: none;
	background-color: #777;
	margin: 18px 0;
}

div.square-turtle {
	font-size: 12px;
}

/* Miscellaneous */

.padding-wrapper {
	padding: 20px 80px 20px 60px;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

div.row-fluid.spacer {
	padding: 10px 0;
}

div.row-fluid.spacer-footer {
	padding: 15px 0 20px 0;
}

/* IE 7 */

.camera_pag_ul {
	*display: none;
}

.content-main {
	*margin-top: 40px
}

.footer-contact div.contact div.address {
	*position: relative;
	*left: 35px;
	*top: -50px
}
