/*
Style for NomNom Shortcodes plugin. http://zeaks.org
*/
/*--------------------------------------
Private Content Box - not logged in
---------------------------------------*/
.private-content {
border-style:solid;
border-width:1px;
margin-bottom:1em;
background-color:#E4F2FD;
border-color:#C6D9E9;
margin:5px;
font-family:'Lucida Grande','Lucida Sans Unicode',Tahoma,Verdana,sans-serif;
font-size:13px;
color:#333333;
padding: 5px;
}
/*------------------------------------- 
Checklist shortcode use [checklist]
--------------------------------------*/
.checklist ul {
margin-left:10px;
list-style:none!important
}
.checklist ul li{
padding:2px 5px 5px 30px !important;
background: #fff url(check.png) no-repeat center left !important;
background-position: 7px 5px !important;
}
/*-------------------------------------------------
Two column content posting use [half] [half_last]
--------------------------------------------------*/
.half, .half-last {float:left;width:47%;margin:10px 0;margin-right:6%;}
.half-last {margin-right:0}
/*-----------------------------------------------------------------
Pullquotes [pull float="alignright"] or [pull float="alignlleft"]
------------------------------------------------------------------*/
blockquote.pullquote { width: 25%; padding: 5px 0; border: 0; font-size: 18px; line-height: 150%; }
blockquote.pullquote p { margin-bottom: 0 !important; }
/*---------------------------------------------------------------
Tabbed Post Content 
----------------------------------------------------------------*/
.nomnomtabbed {
background: #f1f1f1;
border: 1px solid #e1e1e1;
margin: 35px 0 2em 0;
padding: 10px 10px 0 10px;
position: relative;
}
.nomnomtabbed .tabbed {
list-style: none;
margin: 0 0 0 0 !important;
padding: 0 !important;
}
.nomnomtabbed .tabbed li {
background: #ffffff;
padding: 20px 20px 20px 20px;
margin: 0 0 10px 0;
display: none;
}
.nomnomtabbed .tabbed li p { 
margin: 0 0 1em 0; 
}	
.nomnomtabbed .tabbed li.current {
display: block;
}	
.nomnomtabbed .tabs {
list-style: none !important;
margin: 0 !important;
padding: 0 !important;
position: absolute;
top: -33px;
left: -1px;
}
.nomnomtabbed .tabs li {
list-style: none !important;
background: #e5e5e5 !important;
border: 1px solid #e1e1e1;
border-bottom: none;
text-shadow: 0 1px 0 #ffffff;
cursor: pointer;
float: left;
font: bold 12px/32px 'Arimo', sans-serif;
color: #999999 !important;
padding: 0 20px!important;
margin: 0 3px 0 0!important;
-moz-border-radius-topright: 5px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
}	
.nomnomtabbed .tabs li.current {
background: #f1f1f1 !important;
color: #666666 !important;
}
/*----------------------------------------------------
The End! ~
----------------------------------------------------*/