/*  
   
Theme Name: Molybdenum Prime
   
Theme URI: http://www.seandfrancis.com/
   
Description: A search engine optimized website framework for WordPress.
   
Author: Sean D. Francis
   
Author URI: http://www.seandfrancis.com
   
Version: 1.0
   
Tags: 2 column, white, versatile
   
.
  
Molybdenum Prime by Sean D. Francis is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License. 
  
.
  
*/


/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');

/* Import a basic layout */
@import url('styles/mo2c-r.css');




#wrapper {
 width: 960px;
 margin-top: 5px;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 100px;
 border: 5px groove #363636;
 background: #ffffff;
 
}


/* ------------  MENU --------- */


#access {
 position: absolute;
 top: 160px;
 margin: 0 0 1.5em 0;
 padding-right: 3px;
 padding-left: 3px;
 overflow: auto;
 
}
.skip-link {
 position:absolute;
        left:-9000px;
}
.menu ul {
 list-style: none;
 margin: 0;
}
.menu ul ul {
 display: none;
}
.menu li {
 display: inline;

}
.menu a {
 float: left;
 margin: 0 0 0 5px;
 padding-right: 2px;
 padding-left: 2px;

}

.menu a:hover {

}

/* ---------- END MENU -------- */




/* ----------- SEARCH --------- */
#search {
 
	/* for IE */
	filter:alpha(opacity=70);
	/* CSS3 standard */
	opacity:0.7;

 float: right;
 margin: 30px 0 0 0;


}

/* --------- END SEARCH ------- */



#masthead {
 align: center;
 background: #fff url('images/titlegraphic960x180.png');
 
 height: 180px;
 padding-right:5px;
 padding-left:5px;
}



#blog-title {
 font-size: 4.5em;
 font-family: "Times New Roman",Times,Serif;
 color: #000000;
 text-transform: uppercase;
}



#blog-title a {
 text-decoration: none;
 color:#000000;
}


#blog-description {
 margin: 0 140px 0;
 font-size: 2em;
 font-style: italic;
 
} 

#branding h1 {
	color: #000000;
	font-family:"Times New Roman",Times,Serif;
	font-size: 1.8em;
	font-style: italic;
	text-decoration: none;
}


/* ----------- POST FORMAT ---- */

.post {
	margin: 5px;
	border: 1px solid gray;
	padding-top: 0;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0;
}



.entry-title a {
	background: url('images/entrytitlebg.png');
	color: #000000;
	font-family:"Times New Roman",Times,Serif;
	font-size: 1.5em;
	font-style: italic;
	text-decoration: none;
	padding-left: 25px;
	padding-right: 30px;
	

#content h1 {
	background: url('images/entrytitlebg.png');
	color: #000000;
	font-family:"Times New Roman",Times,Serif;
	font-size: 1.5em;
	font-style: italic;
	text-decoration: none;
	padding-left: 25px;
	padding-right: 30px;
	
}

	
	
}

.entry-meta {
	font-size: x-small;
}

.entry-content p {
	padding-top: 4px;
	
}

.entry-utility {
	font-size: x-small;
}


/* ----- END POST FORMAT --- */





/* ----- NAVIGATION -------- */

.nav-previous {
 
 display: inline;

}
.nav-next {

 display: inline;

}


/* ----- END NAVIGATION --- */



/* ------- FOOTER ----------*/

#footer {
	Width: 950px;
	background: #cccccc;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;

}

#footer p {
	
}

/* ------- END FOOTER-------*/







/* -----------------------------*/






















