body {
 font-size: 13px;
 font-family:Arial, Helvetica, sans-serif;
 background: #ccc;
 color: #444;
 line-height:1.48em;
 margin:25px 0 0 0;
 padding:0;
 background:#d7027d url(images/body-bg.jpg) no-repeat;background-position:top; 
 }
#wrp-head{
 height:17px;
 margin:0 auto; 
 width:960px;
 text-align:center;
 background:url(images/wrp-head.jpg) no-repeat;
 padding:0px 5px 0 5px;
}

#wrap {
 width:960px;
 margin:0px auto;
 padding:1px 5px 0 5px;
 background: url(images/bg.jpg) repeat-y;
 }
 
/*	Headings		*/  

h1,h2,h3,h4,h5,h6 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-weight:normal;
 }
 
h1{
 font-size:25px;
 }
 
h2{
 font-size:20px;
 }
 
h3{
 font-size:16px;
 
 }  
  
h4{
 font-size:14px;
 }
 
h5{
 font-size:10px;
 }
 
h6{
 font-size:8px;
 } 
 
	
/*	Top			*/	

#top{
 margin:5px 10px 0 10px;
 padding:0;
 }
 
 
/*	Header		*/	 

#header {
 margin:0;
 padding:0;
 height:120px;
 }
 
.left-head{
 float:left;
 width:300px;
 } 
 
#header h1 {
 margin:0 0 10px 0;
 padding: 0;
 font-size:25px;
 font-family:Georgia, "Times New Roman", Times, serif;
 }
 
#header h1 a:link,#header h1 a:active,#header h1 a:visited{
 display:block;
 background: url(images/logo.png) no-repeat left;
 height:100px;
 width:200px;
 position:relative;
} 
 
.description {
 font-size:14px;
 margin:0;
 padding:0;
 color:#fff;
 }
 
img.head-add{
 float:right;
 width:500px;
 margin-top:8px;
 }   
	
/*	Navbar		*/	

#nav{
 margin:10px 0 5px 0;
 padding:0; 
 height:41px;
 background:#222 url(images/nav.jpg) repeat-x; 
 z-index:1000;
 }

ul.nav{
 width:660px;
 float:left;
 }
 
#nav ul {
 margin: 0;
 padding: 0 0 0 4px;
 list-style: none;
 position:relative;
 }
 
#nav li {
 margin: 0;
 float:left;
 padding:0;
 }	
 
#nav ul li a:link,#nav ul li a:active,#nav ul li a:visited {
 display: block;
 margin: 4px 0 0 0;
 padding:7px 15px;
 text-decoration: none;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight:normal;
 color:#FCF; 
 }
	
#nav ul li a:hover {
 display: block;
 color:#F06;
 filter:alpha(opacity=35); /* IE's opacity*/
 opacity: 0.35;
 background:#FFF;
 }
 
.current_page_item a:link, .current_page_item a:visited, .current_page_item a:active  {
 color: #C06 !important;
 background: #FFF;
 filter:alpha(opacity=65); /* IE's opacity*/
 opacity: 0.65;

 }
 
#nav li ul {
 position: absolute;
 width: 10em;
 left: -999em;
 }
 
#nav li:hover ul {
 left: auto;
 display: block;
}
	
#nav li:hover ul, #nav li.sfhover ul {
 left: -999em;
} 
 
/*	Search Box		*/ 

.search-box {
 margin:2px 0px ;
 padding:0;
 float:right;
 }
 

input#s {
 background:#600;
 border:1px solid #fff;
 height:17px;
 width:160px;
 padding:5px 2px 3px 5px;
 float:left;
 margin-top:5px;
 color:#eee;
 }
 
input#sbutton {
 margin:6px 4px 5px 8px ;
 padding:0;
 height:26px; 
 width:45px;
 color:#eee;
 background:url(images/go.jpg) repeat-x;
 border:1px solid #fff;

 } 
  
/*extention nav*/
#nav ul li ul {
	visibility:hidden; 
	position:absolute; 
	height:0; 
	overflow:hidden;
	z-index:1000;
	margin-left:35px;
	
}
#nav ul li:hover a,
#nav ul li a:hover {
	color: #e376a8; 
	text-decoration:none; 
	border:0;
	z-index:1000;
	filter:alpha(opacity=65); /* IE's opacity*/
 	opacity: 0.65;
	
}
#nav ul li:hover ul,
#nav ul li a:hover ul {
	visibility:visible;
	width:260px;
	height:auto; 
	position:absolute;
	left:1px; 
	background:#ffffff;
	filter:alpha(opacity=85); /* IE's opacity*/
    opacity: 0.85;
	border:1px solid #cd0762; 
	overflow:visible;
	text-decoration:none;
	font-size:12px;
	z-index:1000;
	padding-bottom:5px;
}

#nav ul li:hover ul li a,
#nav ul li a:hover ul li a {
	display:block; 
	background:transparent; 
	text-decoration:none; 
	color:#cd0762; 
	height:auto; 
	line-height:1.5em; 
	padding:5px 25px 5px 20px; 
	width:250px; 
	w\idth:210px;
	font-size:12px;
	z-index:1000;
	text-transform:capitalize;
	
}
#nav ul li:hover ul li a.drop,
#nav ul li a:hover ul li a.drop {
	display:block; 
	color:#cd0762; 
	height:auto; 
	line-height:1.5em; 
	padding:5px 10px 5px 25px; 
	width:250px; 
	w\idth:210px;
	text-decoration:none;
	z-index:1000;
	background:#FFF;
	filter:alpha(opacity=65); /* IE's opacity*/
 	opacity: 0.65;
	
	
}
#nav ul li:hover ul li ul,
#nav ul li a:hover ul li a ul {
	visibility:hidden; 
	position:absolute; 
	top:0; 
	left:0; 
	height:0; 
	overflow:hidden;
}
#nav ul li:hover ul li a:hover,
#nav ul li a:hover ul li a:hover {
	display:block; 
	color:#fff; 
	height:auto; 
	line-height:1.5em; 
	width:250px; 
	w\idth:210px;
	text-decoration:none;
	background:#cd0762; /*drop down menu background*/
}
#nav ul li:hover ul li:hover ul,
#nav ul li a:hover ul li a:hover ul {
	visibility:visible; 
	position:absolute; 
	top:0; 
	color:#000; 
	left:166px;
	height:auto; 
	border:1px solid #909;
	text-decoration:none;
	z-index:1000;
}
#nav ul li:hover ul li:hover ul.left,
#nav ul li a:hover ul li a:hover ul.left {
	left:-166px;
	text-decoration:none; 
}
#nav ul li:hover ul li:hover ul li a,
#nav ul li a:hover ul li a:hover ul li a {
	display:block;
	color:#cd0762;
	height:auto;
	line-height:1.5em; 
	padding:5px 10px 4px 15px; 
	width:250px; 
	w\idth:210px;
	text-decoration:none;
	z-index:1000;
}
* html #nav ul li a:hover ul li a:hover ul li a {
	padding:4px 10px 4px 15px;
}
#nav ul li:hover ul li:hover ul li:hover a,
#nav ul li a:hover ul li a:hover ul li a:hover {
	color:#000;
	text-decoration:none;
}

/*end extention*/
/*	Content		*/
	

#content {
 margin:0;
 padding:10px 10px 0 5px;
 height:1%;
 }
 
.clear {
 height:1px;
 clear:both;
 } 
 
 
/*	Left Container	*/
	

#left-container {
 width:625px;
 margin:0 5px 0 0;
 float:left;
 }
 
/*	Entry		*/	
 

.entry {
 margin:0 10px 10px 5px;
 padding:5px 0;
 font-family:Verdana, Geneva, sans-serif;
 }
.entry img{
	padding:4px;
	border:#CCC 1px solid;
}
.entry a img{
 border:1px solid #ccc; 
 margin:2px;
 width:100px;
 height:100px;
}
.entry a:hover img{
 border:1px solid #C36; margin:2px;
}

.entry ul{
	list-style:circle;
}
 .entry form{
	 padding-left:25px;
	 border:1px solid #ffb6d7;
 }
 .entry form input{
	 border:1px solid #d42c79;
	 background:#ffb6d7;
	 padding:2px;
 }
 .entry form textarea{
	 border:1px solid #d42c79;
	 background:#ffb6d7;
	 padding:2px;
 }
 
.entry .titlemind{
	font-size:15px;
	font-family:Verdana, Geneva, sans-serif;
	color:#C69;
	padding:4px;
	background:#ffe6f4;
	border:1px solid #F69;
	letter-spacing:-1px;
 }
.entry h2 {
 font-size:23px;
 margin:0 0 10px 0;
 letter-spacing:-1px;
 font-family:Verdana, Geneva, sans-serif;
 color:#b4791f;
 padding-bottom:5px;
 border-bottom:2px solid #b4791f;
 }  
 
.entry h2 a:link , .entry h2 a:visited {
 color:#222;
 }
 
.entry h2 a:hover {
 color:#555;
 }  
 
h2.pagetitle{
 padding-bottom:8px;
 border-bottom:1px dashed #ccc;
 }
 
.postmetadata{
 border-bottom:1px solid #ddd;
 padding-bottom:5px;
 } 
 
/*	Right Container	*/	

#right-container {
 width:300px;
 margin:0 0 0 0;
 float:right;
 padding:0;
 } 
 
/*	Sidebar	*/  

#sidebar {
 margin:0 0 10px 0;
 padding:0;
 }
 
#sidebar h2, h2.video,h2.mylinks {
 font-size:15px;
 letter-spacing:-1px;
 margin:0;
 padding:8px 0 0 10px;
 color:#eee;
 height:28px;
 background:#d8027e url(images/widget_head.jpg) no-repeat;
 font-family:Verdana, Geneva, sans-serif;
 } 
 
#sidebar ul {
 margin:0;
 padding:0;
 list-style:none;
 }

#sidebar  ul li ul {
 margin-bottom:10px;
 border:1px solid #ffb7e1;
 background:#fedaef;
 } 
 
#sidebar  ul ul li{
 margin:0;
 padding:6px;
 background: url(images/libg.gif) no-repeat;
 border-bottom:1px solid #ffc1e5;
 padding-left:22px;
 }
 
#sidebar  ul ul ul {
 margin:0;
 padding:0;
 } 
  
#sidebar  ul ul ul  li{
 margin:0;
 padding:3px 2px 3px 5px;
 } 
 
#tag_cloud {
 border:1px solid #ddd;
 background:#f5f5f5;
 padding:0 0 10px 0; 
 margin-bottom:10px;
 }
 
#tag_cloud h2{  
 margin-bottom:10px;
 }
 
#tag_cloud a{  
 padding-left:5px;
 }
 
 
 
/*	Comment Box		*/ 

#comment-box{
 }
 
form p{
 margin:0 0 5px 0;
 padding:0;
 } 
 
#comment-box input {
 width: 220px;
 margin: 2px 0 10px 0;
 border-top: 1px solid #ccc;
 border-left: 1px solid #ccc;
 border-bottom: 1px solid #eee;
 border-right: 1px solid #eee;
 height:20px;
 font-size: 12px;
 color:#000;
 padding:5px 0 0 5px;

 }
 
#comment-box label {
 display: block;
 font-size: small;
 font-weight: bold;
 margin:0;
 padding:0;
}

#comment-box textarea {
 width: 350px;
 height: 150px;
 display: block;
 border: 1px solid #ddd;
 margin: 0 ;
 padding:5px 0 0 5px;
 font-size: small;
 color:#000;
 } 
 
input#submit-comment{
 font-size: small;
 font-weight: bold; 
 color:#000;
 width:155px;
 height:30px;
 margin:10px 0 0 0; 
 padding:0;
 border: 1px solid #ccc;
 background:#fff;
 }
 
ol.commentlist{
 margin:0;
 padding:0;
 list-style:none;  
 } 
  
ol.commentlist p{

 line-height:1.7em; 
 }
   
ol.commentlist li{
 border:1px dashed #888;
 padding:10px;
 margin-bottom:15px;
 }
 
#content .commentlist ul li{ 
 list-style:none;
 }

.comment-author cite {
 float:left;
 margin-right:5px;
 font-style:normal;
 color:#000;
 }
 
.comment-author img {
 padding:5px;
 border:1px solid #ddd;
 background:#fff; 
 float:right;
 }
 
#respond:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.children {
 padding: 0;
 margin:0;
 } 

ul.children{
 list-style:none;
} 
 
ul.children li{
 margin:10px 0;
} 
 
/*	Footer		*/ 

#footer {
 background:#121212;
 color:#555;
 line-height:1.6em;
 padding:5px 0 0 5px;
 }
 #myfooter{
	 margin-left:-10px;  
	 width:970px; height:40px; 
	 text-align:center; 
	 color: #f8a3ca; 
	 padding-top:20px; 
	 background:#8d0152;
	 border-top:5px solid #420126;
 }
 #footer_ext{
	 margin-left:-10px; 
	 margin-bottom:10px;  
	 width:970px; height:29px; 
	 text-align:center; 
	 color: #999999; 
	 background: url(images/footer_ext.jpg) no-repeat;
 }
 
#footer ul{
 margin:0;
 padding:0;
 }
 
#footer ul li {
 list-style:none;
 padding:3px;
 margin:3px;
 padding-left:22px;
 background: url(images/libg.gif) no-repeat;
 border-bottom:1px solid #232323;
 }  
 
#footer h3 {
 color:#aaa;
 font-size:18px;
 margin:0;
 border-bottom:4px double #333;
 padding:0 0 5px 3px;
 }
 
.foot-left, .foot-middle, .foot-right{
 width:306px;
 margin:5px;
 float:left;
 } 
 
.foot-right{
 padding:0; 
 }
 
.foot-right img{ 
 padding:2px;
 margin:4px;
 width:55px;
 height:55px;
 border:1px solid #333;
 }  

#foot-bottom{
 background:#222;
 height:40px;
 padding:8px 5px 0 5px;
 
 border-top:1px solid #333;
 color:#bbb;
 } 
 
#foot-bottom a:link, #foot-bottom a:active ,#foot-bottom a:visited {
 color:#d6740e;
 }
 
#foot-bottom a:hover {
 color:#fff;
 }  
 
#footer a:link, #footer a:active, #footer a:visited {
 color:#d6740e;
 } 
 
#footer a:hover{
 color:#fff;
 } 
 
.flick {
 padding:5px 0 5px 15px; 
 }   
 
/*	 Miscellaneous  */

 
 .aligncenter,
div.aligncenter {
 display: block;
 margin-left: auto;
 margin-right: auto;
 background:#fff;
 }

.alignright {
 float: right; 
 margin: 0;
 margin-left:12px; 
 margin-bottom:10px;
 padding:2px; 
 }
 
.alignleft {
 float: left; 
 margin:0; 
 margin-right:12px;
 margin-bottom:10px;
 padding:2px;

 } 
 
 
blockquote p{
 padding:5px;
 margin:0;
 border-left:5px solid #CC0033;
 } 
 
 /* Captions           */

.wp-caption {
 border: 1px solid #ddd;
 text-align: center;
 padding-top: 4px;
 border:1px solid #ddd;
}

.wp-caption img {
 margin: 0;
 padding: 0;
 border: 0 none;
}

.wp-caption p.wp-caption-text {
 font-size: 11px;
 line-height: 17px;
 padding: 0 4px 5px;
 margin: 0;
} 

/*	General Links			*/

a:link,a:active,a:visited,a:hover{
 color:#d6740e;
 outline: none; 
 text-decoration:none;
 }
a:hover{
 text-decoration:none;
 color:#222;
 }
 
/*  Calendar */
 
#wp-calendar {
 empty-cells: show;
 margin: 10px auto 0;
 width: 155px;
 }

#wp-calendar #next a {
 padding-right: 10px;
 text-align: right;
 }

#wp-calendar #prev a {
 padding-left: 10px;
 text-align: left;
 }

#wp-calendar a {
 display: block;
 }

#wp-calendar caption {
 text-align: center;
 width: 100%;
 }

#wp-calendar td {
 padding: 3px 0;
 text-align: center;
 }


/*	Home Page			*/	

#featured {
 background:#4b002b;
 height:235px;
 margin:0 10px;
 padding:10px;
 color:#999;
 }
 
#featured  p{
 margin:3px 0;
 padding:3px 0;
 }  
  
#featured img { 
 padding:7px;
 background:#ffcfef;
 float:left;
 width:350px;
 height:210px;
 margin-right:10px;
 border:1px solid #F6C;
 }
 
#featured h2 {
 font-size:30px;
 margin:0;
 line-height:1.08em;
 padding:2px 0 5px 0;
 font-size:normal;
 font-family: Verdana, Geneva, sans-serif;
 letter-spacing:-1px;
 }
 
#featured h2 a{
 color:#fff;
 }  
 
#featured a:hover {
 color:#eee;
 } 
 
.featured-container {
 padding-top:5px;
 }
 
  
/* Featured Slider */

.stepcarousel{
 position: relative; 
 overflow: scroll;
 width: 920px; 
 height: 235px; 
 margin:0;
 }

.stepcarousel .belt{
 position: absolute; 
 left: 0;
 top: 0;
 }

.stepcarousel .panel{
 float: left;
 overflow: hidden; 
 width: 915px; 
 margin:0;
 margin-right:10px;
 height:235px;
 }  
  
/*  Home Entry */  

#home-entry {
 margin:0;
 padding:0;
 }
 
.home-entry-post {
 width:610px;
 margin:0 7px 13px 5px;
 padding:0;
 border-bottom:1px solid #ddd;
 } 
 
.home-entry-post p{
 margin:3px 0;
 padding:2px 0;
 }  
 
.home-entry-post h2{
 margin:2px 0 0 0;
 padding:0 0 8px 0;
 border-bottom:1px dashed #ddd;
 font-size:24px;
 } 

.home-entry-post h2 a:link , .home-entry-post h2 a:visited {
 color:#222;
 }
 
.home-entry-post h2 a:hover {
 color:#555;
 } 
 
 
.home-date {
 margin:6px 0 0 5px;
 color:#888;
 font-size:11px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 text-transform:uppercase;
 } 
 
.home-thumb {
 width:140px;
 height:140px;
 border:1px solid #ddd;
 margin:10px 10px 10px 0;
 padding:5px;
 float:left;
 } 
 
.home-thumb img {
 border:none;
 }
 
img.add {
 margin-bottom:10px;
 }  


/*  Video    */  

#video {
 margin-bottom:15px;
 padding:10px;
 background:#f5f5f5;
 border:1px solid #ddd;
 }

h2 .video{ 
 margin-top:5px;
 }
#mylinks {
 margin-bottom:15px;
 padding:10px;
 background:#f5f5f5;
 border:1px solid #ddd;
 }

h2 .mylinks{ 
 margin-top:5px;
 }
 