/* Tabbed Post Menu */

/* Width & Margin of Container */
 #tabbed-postmenu{    
    width: 90%;  
 }  
 
 /* Remove List Formatting */
 #tabbed-postmenu ul{  
    list-style: none;  
    list-style-position: outside; 
 }  

/* Style Tab Titles */ 
ul.tab-titles {
	width:100%;
}
#tabbed-postmenu ul.tab-titles li{   
	border-top: 5px solid transparent; 
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
    cursor: pointer;  
	display: block;  
	float: left;
	margin-bottom: -1px; 
    padding: 5px;     
    position: relative;  
}   
 
 #tabbed-postmenu ul.tab-titles li.active:hover{ border-top: 5px solid transparent; } 
 
 /* Tab Links */
 .tab-content ul li {
	border-bottom: 1px solid #000;
	margin: 20px;
	padding: 0 0 15px 0;
 }
 
 /* Tab Link Styles */
 .tab-content ul li a {	
	font-weight: bold;
	border: 0;
 }
 
 /* Tab Link Hover Styles */
 .tab-content.tab-1{ display: block; }
 .tab-content.tab-2, .tab-content.tab-3, .tab-content.tab-4{display: none;}
 
 /* Stretch container to fit nested divs */

 .clearfix:after {
	content: ".";
	clear: both; 
	display: block; 
	height: 0; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {	height: 1%;}
.clearfix {display: block;}

