
body{
	
	background-repeat:repeat-x;
	text-shadow:1px 1px 0px #fff;

}



#header {
	width: 100%;
	background-repeat: repeat;
	border-bottom: 1px solid #333;
	height: 215px;
	}


#headersecondary {
	width: 100%;
	background-repeat: repeat;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	height: auto;
	}

a {
	text-decoration:none;
	color:#313131;
	outline:0;
	font-style:italic;
	-webkit-transition:color 0.2s ease-in;
	-moz-transition:color 0.2s ease-in;
	-o-transition:color 0.2s ease-in;
	transition:color 0.2s ease-in;
}

a:hover{
	text-decoration:none;
	color:#0175BA;
	outline:0;
	font-style:italic;
}


img{
	border:none;
}

.img_left{
	float:left;
	display:block;
	margin:5px 10px 5px 0px;
	
}


.img_left_border{
	float:left;
	display:block;
	margin:5px 15px 5px 0px;
	border:3px solid;
	border-color: #C5C5C5;
	
	-webkit-transition:border-color 0.2s ease-in; 
	-moz-transition:border-color 0.2s ease-in; 
	-o-transition:border-color 0.2s ease-in; 
	transition:border-color 0.2s ease-in;

	
}




.img_left_border:hover{
	float:left;
	display:block;
	margin:5px 15px 5px 0px;
	border:3px solid;
	border-color: #999;
	
	
	
	
}



.img_left_flickr{
	float:left;
	display:block;
	margin:5px 15px 5px 0px;
	border:3px solid;
	border-color: #C5C5C5;
	
	-webkit-transition:border-color 0.2s ease-in; 
	-moz-transition:border-color 0.2s ease-in; 
	-o-transition:border-color 0.2s ease-in; 
	transition:border-color 0.2s ease-in;

	
}




.img_left_flickr:hover{
	float:left;
	display:block;
	margin:5px 15px 5px 0px;
	border:3px solid;
	border-color: #999;
	
	
	
	
}



.img_social{
	float:left;
	display:block;
	margin:8px 10px 0px 0px;
	
	-webkit-transition: 0.2s ease-in; 
	-moz-transition:0.2s ease-in; 
	-o-transition:0.2s ease-in; 
	transition:0.2s ease-in;

	
}




.img_social:hover{
	float:left;
	display:block;
	margin:8px 10px 0px 0px;
	
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	
	
	
}



.blog_img{
	float:left;
	display:block;
	margin:0px 0px 0px 0px;
	border: 1px solid #f8f8f8;
	
	-webkit-transition:color 0.3s ease-in; 
	-moz-transition:color 0.3s ease-in; 
	-o-transition:color 0.3s ease-in; 
	transition:color 0.3s ease-in;
	
}






.blog_img:hover{
	float:left;
	display:block;
	margin:0px 0px 0px 0px;
	border: 1px solid #f8f8f8;
	
}



.img_left_banner{
	float:left;
	display:block;
	margin:15px 10px 0px 0px;
	
}

.imgleft100{
	float:left;
	display:block;
	margin:0 10px 0px 0px;
	padding-top: 5px;
	padding-bottom: 20px;
	
}
	
	
.imgleft100border{
	float:left;
	display:block;
	margin:0 10px 0px 0px;
	padding-top: 5px;
	padding-bottom: 20px;
	border: 1px solid #595959;
	
}
	
/* Commons color value */

a.prev{
	color:#333;
}

a:hover.prev{
	color:#000;
}

a.next{
	color:#333;
}

a:hover.next{
	color:#000;
}

a.footerlink{
	color:#2D7982;
}

a:hover.footerlink{
	color:#6F0B53;
}

a.copyrightlink{
	color:#04384A;
}

a:hover.copyrightlink{
	color:#6F0B53;
}


/*CSS style buttons for shortcodes macro section*/




.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../images/endbttn.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: right;
    font: normal 12px georgia;
    height: 30px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	text-shadow:1px 1px 0px #fff;
}

a.button span {
    background: transparent url('../images/startbttn.png') no-repeat;
    display: block;
    line-height: 20px;
    padding: 5px 0 5px 18px;
	text-shadow:1px 1px 0px #fff;
	color: #444;
} 



a.button:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
	text-shadow:1px 1px 0px #fff;
}

a.button:hover span {
    background-position: bottom left;
    padding: 5px 0 5px 18px; /* push text down 1px */
	text-shadow:1px 1px 0px #fff;
	color: #000;
} 




a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
	text-shadow:1px 1px 0px #fff;
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
	text-shadow:1px 1px 0px #fff;
	color: #000;
} 

















/*large buttons*/




.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.largebutton {
    color: #444;
    display: block;
    float: right;
    font: normal 18px georgia;
    height: 48px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	text-shadow:1px 1px 0px #fff;
}

a.largebutton span {
    display: block;
    line-height: 38px;
    padding: 3px 0 5px 18px;
	text-shadow:1px 1px 0px #fff;
	color: #444;
} 



a.largebutton:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
	text-shadow:1px 1px 0px #fff;
}

a.largebutton:hover span {
    background-position: bottom left;
    padding: 5px 0 5px 18px; /* push text down 1px */
	text-shadow:1px 1px 0px #fff;
	color: #000;
} 




a.largebutton:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
	text-shadow:1px 1px 0px #fff;
}

a.largebutton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
	text-shadow:1px 1px 0px #fff;
	color: #000;
} 

