/*--------------------------------------------------
  :: General
--------------------------------------------------*/
body {
	background-color:#5C5858;
	font-family:'Open Sans Condensed', sans-serif;
	text-align:center;
	padding-top: 30px;
}

#mainContainer { 
max-width: 500px; 
margin:5% auto ;
font-family: 'Open Sans Condensed', sans-serif;
letter-spacing: 1px; 
}

h1, h2, h3, h4, h5, h6 { font-weight:normal; }

h6 { 
margin-top:0; 
font-weight:normal; 
}

p {
font-size: 0.875em;
  }

blockquote{
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 0.875em;
}

blockquote img{
padding: 0 10px 0 0;
}

/*--------------------------------------------------
  :: Links
--------------------------------------------------*/
a { 
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease; 
}

/*--------------------------------------------------
  :: Header
--------------------------------------------------*/
#panel-toggle-container{
position: fixed;
width: 41px;
height: 60px;
margin: -70px 0 0 0;
}


#panel-toggle { 
height:21px; 
width:21px; 
display:block; 
left: 10px; 
top: 10px; 
z-index: 10;
border:none; 
cursor:pointer; 
position:fixed;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#panel-toggle:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
} 

#panel-toggle:active { 
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}

header { 
font-family:'Open Sans Condensed', sans-serif; 
padding-top:40px; 
height:100px; 
}

nav.bottom{ 
margin: -20px 0 0 0;
}

nav { 
font-family:'Open Sans Condensed', sans-serif; 
text-transform:uppercase; 
position:relative; 
z-index:2;
}

nav ul { 
text-align: center;
list-style:none; 
margin: 19px 0 0 -15px;
}

nav ul li { 
display: inline;
font-size:0.875em;
}

nav ul li a { 
border-bottom:1px solid transparent; 
margin: 0 0 0 -5px;
}

nav ul li a:hover { 
border-bottom:1px solid; 
}

nav ul li a:active { 
border-bottom:1px solid; 
}

.logo { 
margin: 0 auto 0 auto; 
position: relative; 
width: 130px; 
}

.logo a {  }

.logo h1{
font-size: 1.750em;
margin: -10px 0 10px 0;
letter-spacing: 2px;
}

.logo h2{
font-size: 0.875em;
margin: -10px 0 12px 3px;
letter-spacing: 2px;
}

/*--------------------------------------------------
  :: Section
--------------------------------------------------*/

section {  }
section p a { 
border-bottom:1px dotted; 
}

section p a:hover { 
border-bottom:1px solid; 
}

section ul { 
padding-left: 40px; 
padding-right: 40px; 
text-align: left; 
}

section ul li { 
font-size:0.875em; 
margin-left:40px; 
}

section ul li a { 
border-bottom:1px dotted; 
}

section ul li a:hover { 
border-bottom:1px solid; 
}

/*--------------------------------------------------
  :: Extras
--------------------------------------------------*/

.line { 
display:block; 
height:1px; 
width:80%; 
margin:0 auto; 
}

.divider{
background: url('../images/divider.png') no-repeat 0 0;
width: 196px;
height: 17px;
margin:0 auto;
clear: left;
position: relative;
}

#map { 
    width:418px; 
    height:400px; 
	margin: -5px 0 30px 0;
border: 1px solid #888;
}

.about_me_first { 
}

.about_me_first h5{  
margin: 20px 0 -5px 0;
text-align: left; 
}


.about_me_first ul{
list-style-type: none;
width: 100%;
margin-top: -15px;
}

.about_me_first img{
    margin: 19px 30px 0 0;
	width:95px;
	height:95px;
	float: left;
}

.about_me{ 
font-size: 1em;
text-align: left; 
width: 100%;
}

.about_me p.contact_me{ 
font-size: 1em;
text-align: left;
}

.about_me p.contact_me a { 
font-size: 1em;
font-family:'Open Sans Condensed', sans-serif; 
text-transform: uppercase;
}

.about_me p{  
margin: 5px 0 25px 0; 
}

.about_me h5, h6{  
margin: 15px 0 0 0; 
}

h5.about_me{
text-align: left;
font-size: 1.13em; margin:1em 0 .30em 0;
}

.about_me ul.last_activities{
list-style-type: none;
width: 110%;
text-align: left;
margin: 0 0 0 -80px;
}

.about_me img{
    margin: 15px 30px 0 0;
	width:87px;
	height:87px;
	float: left;
}

ul.last_activities{
margin: 15px 0 15px 0;
}

#fourcol_container{
margin: 0 0 0 7px;
}

/*--------------------------------------------------
  :: Slide Out
--------------------------------------------------*/

.slide-out-div {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 0.675em;
padding: 20px;
width: 105px;
text-align: left;
background:url('../images/background.png') repeat 0 0;
border: 1px solid #222;
z-index: 100;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
-moz-box-shadow: 0 0 2px 2px #000, inset 0 0 1px 1px #000;
-webkit-box-shadow: 0 0 2px 2px #000, inset 0 0 1px 1px #000;
box-shadow: 0 0 2px 2px #000, inset 0 0 1px 1px #000;
}

.slide-out-div a {
border: none;
}

.slide-out-div p {
margin: 15px 0;
}

.handle{
margin: 4px 0 0 0;
background:url('../images/background.png') repeat 0 0;
}

.handle:hover {
cursor: pointer;
}

.slide_button{
margin: 5px 15px 0 0;
}

.slide_button img{
margin: 0 15px 0 0;
}


select#theme_switch{
width: 100px;
margin: 5px 0 0 0;
}

/*--------------------------------------------------
  :: Blog
--------------------------------------------------*/

.blog_post h5{
text-align: left;
}

p.blog_subheadline{
text-align: left;
font-size: 0.625em;
}

.blog_post img{
	float: left;
	padding: 0 16px 0 0;
	margin: 7px 0 0 0;
	width: 87px;
	height: 87px;
}

p.blog_text{
text-align: left;
margin: -18px 0 18px 0;
}

p.blog_tags{
float: left;
}

p.blog_reply{
float: right;
}

/*--------------------------------------------------
  :: Video media
--------------------------------------------------*/


          
          .container_video {
            width: 100%;
            margin:30px auto 0 auto;
            background:transparent;
          }
          
          .vendor {
            padding: 2%;
            background: #000;
            margin-bottom: 2em;
			border: 1px solid #888;
          }
          
          .unsupported {
            background: #000;
          }
		  
		            video {
            width: 150%;
            height: auto;
          }

/*--------------------------------------------------
  :: Headerstyles div
--------------------------------------------------*/

.headerstyles{
margin: 0 0 20px 0;
}

/*--------------------------------------------------
  :: Isotope Filtering - DO NOT MODIFY
--------------------------------------------------*/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/*--------------------------------------------------
  :: Isotope CSS3 transitions Fadein Fadeout
--------------------------------------------------*/

.isotope .isotope-item {
/* change transition value to whatever you like */
	-webkit-transition: opacity 2s ease-in-out;
	-moz-transition: opacity 2s ease-in-out;
	-o-transition: opacity 2s ease-in-out;
	-ms-transition: opacity 2s ease-in-out;	
	transition: opacity 2s ease-in-out;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}


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

footer { 
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
font-size:0.688em;
margin-top:25px; 
padding-bottom:20px; 
position:relative; 
z-index:2; 
}

footer p {
font-size:0.688em; 
line-height:1.5; 
margin-top:25px; 
}

footer p a { 
border-bottom:1px dotted;
}

footer p a:hover { 
border-bottom:1px solid; 
}

ul.social { 
width: 195px; 
margin: 0 auto;
}

ul.social li { 
display:block; 
width:36px; 
float:left; 
margin-left:10px; 
}

ul.social li a { 
line-height:36px; 
display:block; 
text-indent:-9999px; 
border-bottom:none; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;}
	
ul.social li a:hover { 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
} 

/* Iphone/Smartphone CSS */

@media all and (max-width: 480px) and (orientation:portrait){
.logo h1{
color: #FFD200;
}
p { 
font-size: 80%; 
}
nav ul li { 
font-size: 60%; 
}
.about_me_first ul{
font-size: 80%;
line-height: 135%;
}
.about_me_first img{
	width:25%;
	height:19%;
}
nav#filter {
	width: 100%;
}
section#container_gallery{
width: 100%;
margin: 0 0 0 -40px;
}
section#container_gallery li{
display: block; 
width:65px;
height:65px; 
float: left; 
padding: 10px; 
overflow: hidden;
margin: 0;
}
section#container_gallery ul{
width: 100%;
overflow:hidden;
}
.container_video {
width: 75%;
margin:30px auto 0 auto;
background:transparent;
}
#fields{
margin: -8px 0 30px 0;
}

form{
width: 100%;
margin: 0;
}
input.btn{
margin: 0 0 0 20px;
}
form fieldset
{
width: 82%; 
}
form input[type="text"]
{
width: 82%;   
}
form textarea
{
width: 82%;
}
#map { 
width: 100%;
}
footer p {
font-size: 60%; 
}
 }

@media all and (max-width: 480px) and (orientation:landscape){
.logo h1{
color: #FFD200;
}
p { 
font-size: 80%; 
}
nav ul li { 
font-size: 60%; 
}
.about_me_first ul{
font-size: 80%;
line-height: 135%;
}
.about_me_first img{
	width:25%;
	height:19%;
}
nav#filter {
	width: 100%;
}
section#container_gallery{
width: 100%;
margin: 0 0 0 -40px;
}
section#container_gallery li{
display: block; 
width:65px;
height:65px; 
float: left; 
padding: 10px; 
overflow: hidden;
margin: 0;
}
section#container_gallery ul{
width: 100%;
overflow:hidden;
}
.container_video {
width: 75%;
margin:30px auto 0 auto;
background:transparent;
}
#fields{
margin: -8px 0 30px 0;
}

form{
width: 100%;
margin: 0;
}
input.btn{
margin: 0 0 0 20px;
}
form fieldset
{
width: 82%; 
}
form input[type="text"]
{
width: 82%;   
}
form textarea
{
width: 82%;
}
#map { 
width: 100%;
}
footer p {
font-size: 60%; 
}

<pre>
.img_map_navi a {
position: absolute;
text-indent: -1000em;
background: url(../images/bg_navi.gif);
outline: none;
border-radius:15em;
-moz-border-radius:15em;
-khtml-border-radius:15em;
-webkit-border-radius:15em;
}

.img_map_navi li a:hover{
text-decoration: none;
border: none;
}

.img_map_navi li a:active{
text-decoration: none;
border: none;
}

.img_map_navi .one a {
top: -247px;
left: 20px;
width: 80px;
height: 80px;
z-index: 1000;
}

.img_map_navi .two a {
top: -253px;
left: 180px;
width: 130px;
height: 130px;
}

.img_map_navi .three a {
top: -257px;
left: 390px;
width: 90px;
height: 90px;

} 
</pre>
3. at the end in the jquery section, add (prevents ie from showing borders):
<pre>
<script type="text/javascript">
function BlurLinks(){
lnks=document.getElementsByTagName('a');
for(i=0;i<lnks.length;i++){
lnks[i].onfocus=new Function("this.blur()");
}
}
onload=BlurLinks;
</script>
</pre>
 }




/* End main CSS file */
