/*  
Theme Name: Mount
Description: MountA Theme
Version: 1.0
Author: mn
Author URI: http://wetheweak.com
Tags: none, two columns, fixed width, widget ready,left sidebar

*/


* {margin: 0; padding: 0;}

@font-face {
        font-family: MgOpenCosmeticaRegular;
        src: url("fonts/MgOpenCosmeticaRegular.ttf")
      }


body, html { 
	width: auto; 
	height:100%;
	top:0; 
	left:0; 
	margin: 0; 
	padding: 0; 
	font-family: MgOpenCosmeticaRegular, Optima, Verdana, sans-serif; 
	font-size: 12px;
	background-color: black; 
	color: white; 
	letter-spacing:1.2px;
	background-repeat: no-repeat;  
	background-attachment:fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;


}

div#preload { display: none; }

#page { 
	
	float:left; 
	text-align:left;
	width: 1024px; 
	margin-left: 0px; 
	margin-top: 0px; 
	padding: 0px; 
	background: transparent;

}

#wrap { margin-left: 0px; margin-right: auto; padding: 0px;  }

#head { 
	position: fixed; 
	height: 100px; 
	width: 100px;
	margin: 0; 
	padding: 0; 
	top: 40px;
	left: 40px;
}

#title, #title a:link, #title a:visited, #title a:hover{ 
	position: absolute;
  	display: inline-block;
   	width: 100px;    /* width of the logo */
   	height: 100px;   /* height of the logo */
   	top: 0; left: 0; /* top-left corner of logo */
  	border: 0;
   	float: left;
	background-image:url('images/mount.png'); 
	background-repeat: no-repeat;
   	
}



#desc { padding: 15px 20px 0px 20px; text-align: center; font-style: italic; }

#left { position:fixed;
	top:180px;
	left:0px;
	margin-left:12px;
	padding-left:10px;
	padding-top:1px;
	padding-bottom:1px;
	white-space:nowrap;
	background-color: transparent;
	display: inline;	
}

#left h2 { 
	margin: 0px; 
	padding: 0px 5px 5px 5px; 
	background-color: transparent; 
	color: white;
	text-decoration: none;
	line-height: 1px;
	font-size:20px; 
	letter-spacing:2px;
	text-transform: uppercase;

}

#left a:link, #left a:visited { 
	color: white; 
	background-color: transparent; 
	font-size:14px; 
	letter-spacing: 2px;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	margin: 10px 5px 5px 5px;
	padding: 5px 5px 5px 5px;


  
}

#left a:hover { 
	color: white; 
	background-color: transparent; 
	border-bottom: solid 1px;
	padding-bottom:2px;
}

#left .menu { width: 30%; margin: 0px; }
#left ul { margin: 0px; }

#left ul li { 
	list-style-type: none; 
	margin-bottom: 10px; 
	
}



#left ul ul li { list-style-type: none; background: transparent; color: #020201;}
#left ul.children { margin: 0px; padding: 5px 5px 0px 0px; }
#left ul.children li { margin: 0px; padding: 0px 5px 5px 12px; }

#content { 
	width: 900px; 
	margin-left: 100px; 
	margin-bottom: 100px; 
	margin-right: 0px; 
	padding: 0px 10px 0px 10px;
	position: relative;
	
 }

#content .post { 
	Position: relative;
	margin-top: 60px; 
	margin-bottom: 0px; 
	margin-left: 100px; 
	margin-right: 100px; 
	padding: 5px 5px 48px 5px; 
	font-size: 12px; 
	z-index: 2;

/* Fallback for web browsers that doesn't support RGBa */
background: rgb(0, 0, 0) transparent;
/* RGBa with 0.6 opacity */
background: rgba(0, 0, 0, 0.6);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";

}

#content p {
	
	margin-top: 12px; 
	margin-bottom: 24px; 
	margin-left: 52px; 
	margin-right: 52px; 
	line-height: 18px;
	background-color: transparent;
	font-size: 12px; 
	
}


#content .post blockquote { padding-top: 0px; padding-bottom: 0px;}
#content .post blockquote p { text-indent: 0; margin: 5px 0 0 0; padding: 10px 0px 20px 5px;}
#content ul { margin: 0px; padding: 0 5px 0 20px; }
#content li { list-style-type: circle;  color: #020201; margin: 0px 5px 0px 5px; padding: 0px 5px 5px 0px; }
#content ol { margin: 0px; padding: 0 5px 0 20px; }
#content ol li { list-style-type: decimal;  color: #020201; margin: 0px 5px 0px 5px; padding: 0px 5px 5px 0px; }


#foot { clear: both; height: 30px; text-align: center; padding: 20px 0 0 0 }

#commentlist { margin: 0px; padding: 0px; }
#commentlist ol { padding: 0!important; }
#commentlist li { list-style-type: none!important; margin: 10px 0px 10px 0px; padding: 5px 15px 0px 0; border: 1px solid #83745D; background-color: #E9D3AF; color: #041940; }
#commentlist p { margin: 0px; padding: 10px 5px; }
#commentlist .commentmeta { font-weight: bold; margin-bottom: 10px; }
#commentlist .alt { background-color: #E7CBA2; border-color: #020201; color: #000; }
#commentlist blockquote { background-color: #E9D3AF; border: 1px solid #83745D; color: #000; }
#commentlist .alt blockquote { border-color: #020201; }
#commentform p { margin: 10px 0px 0px 0px; padding: 0px; }
#commentform textarea { width: 350px; }

.meta { margin: 2px 0px 0px 0px; padding: 0px 20px 5px 0; font-size: 0.75em; font-weight: bold; }

.postmetadata { font-size: 0.75em; font-weight: bold; }

a, a:active, a:focus a:link, a:visited, a:hover {
	color: white;
	outline:none;
}

blockquote { background-color: transparent; color: #000; margin-left: 10px; margin-right: 15px; padding: 10px 20px 10px 30px; font-style: italic; }



#pagetitlecontainer {

background: transparent; 
margin-bottom: 28px;
margin-top: 14px;
margin-left: 420px;
margin-right: 0px;
display: block;
border-bottom: solid 1px;
padding-bottom:2px;
width:240px;

}


h1 { 
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
	padding: 5px 5px 5px 5px; 
	margin-bottom: 10px; 
	background: transparent; 
	color:white;  
	font-size: 14px; 
	letter-spacing: 2px;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

h1 a { text-decoration: none; }
h1 a:link, h1 a:visited { color: white; background-color: transparent;}
h1 a:hover { color: white; background-color: transparent; }

h2 { 
	margin-left: 52px; 
	margin-right: 52px; 
	padding: 24px 0px 24px 0px; 
	background: transparent; 
	color:white;  
	font-size: 14px; 
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 2px;
	border-bottom: solid 1px;
	border-top: solid 1px;
	text-transform: uppercase;

} 
h3 { background-color: transparent; color:red;  font-size: 1.2em; } 
h4 { background-color: transparent; color:yellow;  font-size: 1.0em; } 
form { margin: 0px; padding: 0px; }
form input, form textarea, form submit { border: 1px solid #020201; background-color:#E9D3AF; }

img, img a:visited{
	display:block; 
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 0px; 
	margin-top: 28px; 
	border:none;
	max-width:550px;
	height: auto;
}



img.centered {}

img.alignright {}

img.alignleft {}

img.border { border:none; padding:0px; }

.alignleft { 
	display: block;
	margin-left: auto;
	margin-right: auto; 
}

.alignright { 
	display: block;
	margin-left: auto;
	margin-right: auto; 
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


acronym { cursor: help; border-bottom: 1px dotted #796307 }

.clearleft { clear: left; }







