/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	
margin: 0;
	
padding: 0;

}



img, fieldset {
	
border: 0;

}



/* set image max width to 100% */

img {
	
max-width: 100%;
	
height: auto;
	
width: auto\9; /* ie8 */

}



/* set html5 elements to block */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    
display: block;

}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	background: #ccc;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.81em;
	line-height: 150%;
}


a {
	
color: #fff;
	
text-decoration: none;
	
outline: none;

padding: 2px 5px;

}


a:hover {
color: #333;
background-color: #fff;
padding: 2px 5px;
outline: none;
}


.l a {
	
color: #0066FF;
	
text-decoration: none;
	
outline: none;

padding: 0;

}


.l a:hover {
	

text-decoration: underline;
}




p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
	font-size: 1em;
}



/* list */

ul, ol {
	
margin: 1em 30px 1.4em 24px;
	
padding: 0;
	
line-height: 140%;

}


li {
	
margin: 0 0 .5em 0;
	
padding: 0;

}



/* headings */

h1, h2, h3, h4, h5, h6 {
	
line-height: 1.4em;
	
margin: 20px 0 .4em;
	
color: #000;

}


h1 {
	
font-size: 2em;

}

h2 {
	
font-size: 1.6em;

}

h3 {
	
font-size: 1.4em;

}

h4 {
	
font-size: 1.2em;

}

h5 {
	
font-size: 1.1em;

}

h6 {
	
font-size: 1em;

}



/* reset webkit search input styles */

input[type=search] {
	
-webkit-appearance: none;
	
outline: none;

}

input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}



/************************************************************************************
STRUCTURE
*************************************************************************************/



#pagewrap {
	
width: 800px;

border-top-right-radius: 10px 10px;

border-top-left-radius: 10px 10px;

border-bottom-right-radius: 10px 10px;

border-bottom-left-radius: 10px 10px;
	
margin: 0 auto;

background-color: #fff;

box-shadow: 1px 1px 1px #888888;

}

.space_top {
	width: 100%;
	height: 70px;
	}

.head_menu {
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 20px;
	height: 45px;
    	text-align: left;
	}
.foot_menu {
	position: relative;
	top: 0;
    text-align: center;
	height: 34px;
	}
.last_column {
	position: relative;
	top: 0;
	text-align: center;
	}

#g_map {
	text-align: center;
	margin: 0 auto;
	}
.neg_img {
	position: relative;
	top: '10px0;
	text-align: center;
	}
#map-canvas { 
	widtht: 600px; 
	height: 400px;
	position: relative;
	top: 0;
	text-align: center;
	margin-bottom: 50px; 
	padding: 0;
	}
/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/

.menu_container {
	position: relative;
	background-color: #fff;
	top: 0;
	padding-right:0;
	background-image: url("../images/menu-bg.jpg");
	height: 40px;
    	text-align: right;
	z-index: 200;
	}
.fixed_menu {
	display: inline-block;
	}
.fixed_menu ul{
    	list-style:none;
	float:left;
}
.fixed_menu ul li{
    	font-family: Verdana, Geneva, sans-serif;
		font-size: 1em;
		font-weight:bold;
		float:left;
    	padding:0;
    	margin: 0;
	background-color: #333;
}



.alternative_menu
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
        display:none;
}

.alternative_menu a
{

color: #0066FF;
text-decoration: underline;

}


.alternative_menu a:hover {
text-decoration: none;
}




/************************************************************************************
CONTENT
*************************************************************************************/

.contentbox{
    width:auto;
}

#content {
	
background: #fff;
	
margin: 0;
	
padding: 10px 0 0 10px;
	
width: 590px;
	
float: left;
	z-index: 500;

}


#content-onecolumn {
	
background: #fff;
	
margin: 0;
	
padding: 10px 0 0 10px;
	
width: 95%;
	


}

#hl {
	
background: #FFFF99;
	
margin: 0;
	
padding: 2px;

}



/* post */

.post {
	
margin-bottom: 40px;

}

.post-title 
{
	
margin: 0 0 5px;
	
padding: 0;
	
font: bold 26px/120% Arial, Helvetica, sans-serif;

}

.post-title a 
{
	
text-decoration: none;
	
color: #000;

}

.post-meta 
{
	
margin: 0 0 10px;
	
font-size: 90%;
}



/* post image */

.post-image 
{
	margin: 0 0 15px;

}



/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	width: 200px;
	float: right;
	padding-top: 30px;
	margin: 0 auto;
}


.widget {
	background: #fff;
}


.widgettitle {
	
margin: 0;
	
padding: 0;	

}


.widget ul {
	
margin: 0;
	
padding: 0;

}


.widget li {
	
margin: 0;
	
padding: 6px 0;
	
list-style: none;
	
clear: both;
	
border-top: solid 1px #eee;


}



/* flickr widget */

.widget .flickr_badge_image {
	
margin-top: 10px;

}


.widget .flickr_badge_image img {
	
width: 48px;
	
height: 48px;
	
margin-right: 12px;
	
margin-bottom: 12px;
	
float: left;
}

.widget_img {
	text-align: center;
}
/************************************************************************************
FOOTER
*************************************************************************************/

#footer {
color: #fff;	
clear: both;
background-color: #000;
margin: 0 auto;
}

#footer h4 {
color: #fff;
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;	
}

#footer p {
color: #fff;	
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
}

.footer-c {
    margin-left:auto;
    margin-right:auto;
    margin-top: 30px;
    max-width: 500px;
}

#footer a {
	
color: #fff;
	
text-decoration: none;
	
outline: none;

padding: 0;

}


#footer a:hover {
background-color: #000;
padding: 0;
outline: none;
text-decoration: underline;
}




.footer-menu
{
	display: inline-block;
	width: 100%;
    	margin-left:auto;
    	margin-right:auto;
}

.footer-menu ul{
    	list-style:none;
}
.footer-menu ul li{
    	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	float:left;
    	padding:0;
    	margin: 0;
}


.share-buttons{
	list-style: none;
}

.share-buttons li{
	display: inline;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { 
visibility: hidden; 
display: block; 
font-size: 0; 
content: " "; 
clear: both; 
height: 0; 
}


.clearfix { display: inline-block; 
}


.clearfix { display: block; zoom: 1; 
}

/************************************************************************************
ALT MENU*****************************************************************************/

.fleft {
	float: left;
	width: 49%;
	min-width: 300px;
}

.cd-dropdown,
.cd-select {
	
position: relative;
	
width: 300px;
	
margin: 20px auto;
	
display: block;
}



.cd-dropdown > span {
	
width: 100%;
	
height: 60px;
	
line-height: 60px;
	
color: #999;
	
font-weight: 700;
	
font-size: 16px;
	
background: #fff;
	
display: block;
	
padding: 0 50px 0 30px;
	
position: relative;
	
cursor: pointer;

}



.cd-dropdown > span:after {
	
content: '\25BC';
	
position: absolute;
	
right: 0px;
	
top: 15%;
	
width: 50px;
	
text-align: center;
	
font-size: 12px;
	
padding: 10px;
	
height: 70%;
	
line-height: 24px;
	
border-left: 1px solid #ddd;

}



.cd-dropdown.cd-active > span:after {
	
content: '\25B2';

}



.cd-dropdown ul {
	
list-style-type: none;
	
margin: 0;
	
padding: 0;
	
display: block;
	
position: relative;

}



.cd-dropdown ul li {
	
display: block;

}



.cd-dropdown ul li span {
	
width: 100%;
	
background: #fff;
	
line-height: 60px;
	
padding: 0 30px 0 75px;
	
display: block;
	
color: #bcbcbc;
	
cursor: pointer;
	
font-weight: 700;

}



.cd-dropdown > span,
.cd-dropdown ul li span {
	
-webkit-backface-visibility: hidden;
	
-webkit-touch-callout: none;
	
-webkit-user-select: none;
	
-khtml-user-select: none;
	
-moz-user-select: none;
	
-ms-user-select: none;
	
user-select: none;

}



.cd-dropdown > span span[class^="icon-"],
.cd-dropdown > span span[class*=" icon-"]{
	padding: 0 30px 0 45px;

}



/* Select fallback styling */

.cd-select {
	
border: 1px solid #ddd;

}


.cd-dropdown > span,
.cd-dropdown ul li:nth-last-child(-n+3) span {
	
box-shadow: 0 1px 1px rgba(0,0,0,0.1);

}



.cd-dropdown ul {
	
position: absolute;
	
top: 0px;
	
width: 100%;
}



.cd-dropdown ul li {
	
position: absolute;
	
width: 100%;
}



.cd-active.cd-dropdown > span {
	
color: #fc756f;

}



.cd-active.cd-dropdown > span,
.cd-active.cd-dropdown ul li span {
	
box-shadow: 0 1px 1px rgba(0,0,0,0.1);

}



.cd-active.cd-dropdown ul li span {
	
-webkit-transition: all 0.2s linear 0s;
	
-moz-transition: all 0.2s linear 0s;
	
-ms-transition: all 0.2s linear 0s;
	
-o-transition: all 0.2s linear 0s;
	
transition: all 0.2s linear 0s;

}



.cd-active.cd-dropdown ul li span:hover {
	
background: #fc756f;
	
color: #fff;

}