/*
	 Organic Tabs
	 by Chris Coyier
	 http://css-tricks.com
*/

body { font: 12px Georgia, serif; }
html { overflow-y: scroll; }
a { text-decoration: none; }
a:focus { outline: 0; }
p { font-size: 15px; margin: 0 0 20px 0; }
#page-wrap {
/*	width: 53%; */
	margin: 5px 2px; 
	float:left;
	background-color:#fff;
	
}
h1 {
    color: #1267B5;
    font-family: "OpenSans-Semibold";
    font-size: 13.5pt;
    font-weight: normal;
    margin: 0;
    padding: 15px 10px 5px;
    text-align: left;
    text-transform: capitalize;
   /* text-shadow: 1px 2px 2px #def, 0 0 0 #000, 1px 2px 2px #def;*/

}

h2 {

    color:#E63D3D;
    font-family: "OpenSans-Semibold";
    font-size: 13pt;
    font-weight: normal;
    margin: 0;
    padding: 5px;
    text-align: left;
    text-transform:capitalize;
	
	}

h2.blue {

    color:#07A1C4;
    font-family: "OpenSans-Semibold";
    font-size: 13.5pt;
    font-weight: normal;
    margin: 0;
    padding: 15px 10px 5px;
    text-align: left;
    text-transform:capitalize;
	
	}
/* Generic Utility */
.hide { position: absolute; top: -9999px; left: -9999px; }


/* Specific to example one */

#example-one { 
/*background: #EAFDFF; */
padding: 3px;
padding-top:0;
margin: 0 0 20px 0;
/*box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 8px #ccc; -webkit-box-shadow: 0 0 8px #ccc;
border:5px solid #f0f2f4;*/ 
}


#example-one .nav { overflow: hidden; margin: 0 0 5px 0;display:inline;/*to display tabs in a row*/  }
#example-one div.nav /*li*/ { /*width: 90px;*/ float: left; margin: 0 5px 5px 0; border:none; list-style:none; padding:2px; }
#example-one div.nav /*li*/.last { margin-right: 0; }
#example-one div.nav /*li*/ a { 
    background: none repeat scroll 0 0 #aad0e1;
    border: 0 none;
    color: #687f9c;
    display: block;
    font-size: 13px;
    padding: 5px;
    text-align: center;

}

#example-one div.nav /*li*/ a { 
    background: none repeat scroll 0 0 #aad0e1;
    border: 0 none;
    color: #687f9c;
    display: block;
    font-size: 13px;
    padding: 5px;
    text-align: center;

}
#example-one div.nav /*li*/ a.current {background-color: #20a7d7; color: white;  }

#example-one div.nav /*li*/ a:hover { background-color: #20a7d7; }

#example-one ul { list-style: none; margin:0; }
#example-one ul li { display: block; /*border-top: 1px dashed #d7d3c0;*/ padding: 4px;  padding-left:10px; line-height:18px; color:#5f5f60; clear:both; font-size:1em;}

.list-wrap ul li{ padding-left:15px; background-image:url(../images/r5.gif); background-position:0px 8px; background-repeat:no-repeat;}

#example-one ul li a {  border-bottom: 0px solid #666; padding: 3px; color: #3dabe3; border:none;}/*linked text*/
#example-one ul li a:hover {
	background: none repeat scroll 0 0 #FEF4EE;
    color: #d2211b;
    border: 1px dashed #d2211b;
	padding: 2px;
	}/*over linked*/
#example-one ul li.last { border: none; border-bottom: none; padding-bottom:10px; }

#example-one ul li.nav-one a.current, #example-one ul.featured li a:hover { background-color: #0575f4; color: white;}
#example-one ul li.nav-two a.current, #example-one ul.core li a:hover { background-color: #d30000; color: white; }
#example-one ul li.nav-three a.current, #example-one ul.jquerytuts li a:hover { background-color: #71960b; color: white; }
#example-one ul li.nav-four a.current, #example-one ul.classics li a:hover { background-color: #20a7d7; color: white; }
#example-one ul li.nav-five a.current, #example-one ul.classics li a:hover { background-color: #0575f4; color: white; }
#example-one ul li.nav-six a.current, #example-one ul.classics li a:hover { background-color: #d30000; color: white; }



/* Specific to example two */

#example-two .list-wrap { background: #fff; padding: 10px 0; margin: 0 0 15px 0; }

#example-two ul { list-style: none; }
#example-two ul li a { display: block; border-bottom: 1px solid #666; padding: 4px; color: #666; }
#example-two ul li a:hover { background: #333; color: white; }
#example-two ul li:last-child a { border: none; }

#example-two .nav { overflow: hidden; }
#example-two .nav li { width: 97px; float: left; margin: 0 10px 0 0; }
#example-two .nav li.last { margin-right: 0; }
#example-two .nav li a { display: block; padding: 5px; background: #666; color: white; font-size: 10px; text-align: center; border: 0; }

#example-two li a.current,#example-two li a.current:hover { background-color: #fefbf2 !important; color: black; }
#example-two .nav li a:hover, #example-two .nav li a:focus { background: #999;}

ul#accordion li ul .date { padding-right: 10px; color:#3dabe3; font-style:italic; text-decoration:underline; }

.title { padding-right: 10px; color:#167EC8; text-decoration:none; font-size:1.1em;  }