body
{
	background: url("../images/body_bg.png") no-repeat scroll center top #202020;
	border-top: 3px solid #B0D551;
	color: #BBBBBB;
	font: 12px Verdana,Geneva,sans-serif;
	margin: 0;
	min-width: 960px;
	padding: 0;
}
#blog {
	background-color:#fff;
	padding:4px;
	margin:0 auto;
	width: 65%;
}
#blog1 {
	background-color:#000;
	text-align:center;
	
}
.blogHeading {
	color:#c5e86a;
	font-size:13px;
	font-weight:bold;
}
#blog1 p {
	margin: 0px;
	line-height:1em;
}

 #floatMenu {  
     position:absolute;  
     top:190px;  
     left:50%;  
     margin-left:460px;  
     width:150px;  
 } 
 #Botox p {
	 line-height: 3em;
 }
 img
        {
            behavior: url(../page_flip/iepngfix.htc);
        }
        #pageflip
        {
            position: relative;
            right: 0;
            top: 0;
            float: right;
			z-index:999;
				
        }
        #pageflip img
        {
            width: 150px;
            height: 172px;
            z-index: 99;
            position: absolute;
            right: 0;
            top: 0;
            -ms-interpolation-mode: bicubic;
			border:0;
        }
        #pageflip .msg_block
        {
            width: 150px;
            height: 164px;
            overflow: hidden;
            position: absolute;
            right: 0;
            top: 0;
            background: url(../page_flip/subscribe.png) no-repeat right top;
        }
a
{
	color: #C5E86A;
}
a.hover
{
	color: #fff;
}
ul.catnav li:hover ul.sub, ul.catnav li.active ul.sub, .tutorial ul.catnav li.tutorials, footer .twitter p time
{
	display: block;
}
ul.catnav li ul.sub li.right, ul.catnav li.personal ul.sub li, ul.catnav li.resources ul.sub li, #comments h2 span
{
	float: right;
}
ul.catnav
{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	position: relative;
	width: 520px;
}
ul.catnav li
{
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 10px;
}
ul.catnav li a
{
	padding: 5px 15px 15px;
	position: relative;
	text-decoration: none;
	z-index: 99999;
}
ul.catnav li ul.sub
{
	background: #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #000;
	border-right: 1px solid #333;
	border-top: 1px solid #000;
	display: none;
	float: left;
	khtml-border-radius: 5px;
	left: 0;
	list-style: none;
	margin: 0;
	moz-border-radius: 5px;
	padding: 5px 15px;
	position: absolute;
	top: 33px;
	webkit-border-radius: 5px;
	width: 500px;
	z-index: 0;
}
ul.catnav li.active a, ul.catnav li:hover a
{
	background: url(../images/blognav_sub_arrow.gif) no-repeat center bottom;
	color: #fff;
}
nav.blognav
{
	-moz-border-radius: 5px 5px 5px 5px;
	background: none repeat scroll 0 0 #1D1D1D;
	border-color: #000000 #333333 #333333 #000000;
	border-style: solid;
	border-width: 1px;
	float: left;
	height: 70px;
	line-height: 2em;
	margin: 0 0 25px 10px;
	padding: 15px;
	position: relative;
	width: 850px;
}

#container
{
	width: 900px;
	margin: 0 auto;
}
.single .content
{
	margin-bottom: -23px;
	padding-bottom: 0;
}

.content
{
	float: left;
	font-size: 12px;
	line-height: 2em;
	margin: 0;
	padding: 20px 0 0 0;
	position: relative;
	width: 100%;
}

/* =Header
----------------------------------------------- */
#header
{
	float: left;
	height: 112px;
	width: 100%;
	
}

#header h1 a
{
	display: block;
	font-size: 38px;
	height: 109px;
	
	position: absolute;
	text-decoration: none;
	top: 0px;
	width: 500px;
}
#address
{
	color: #C5E86A;
	font-size: 16px;
/*	padding: 5px 0 0 426px;*/
    float: right;
	text-align:center;
	padding-right:100px;
}

#utility-nav
{
	position: absolute;
	right: 280px;
	top: 95px;
	z-index:999;
}
#utility-nav li
{
	display: inline;
}
#utility-nav li a
{
	display: block;
	float: left;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	padding: 0 5px;
	background: url('../images/nav/utility_nav_divider.gif') left no-repeat;
	text-transform: uppercase;
}
#utility-nav li a:hover, #utility-nav li a.active
{
	color: #E9F5FE;
	text-decoration: underline;
}
#utility-nav li.first-item a
{
	background: none;
}

/*#main-nav
{
	background: url('../images/nav/main_nav_pink.gif') left no-repeat;
	margin: 0 0px;
	height: 53px;
	width: 891px;
	position: absolute;
	bottom: 11px;
	padding: 15px 0 0 27px;
}
#main-nav li
{
	display: inline;
}
#main-nav li a
{
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding: 12px 20px 0 20px;
	background: url('../images/nav/main_nav_divider_pink.gif') left no-repeat;
	height: 27px;
}
#main-nav li.first-item a
{
	background: none;
	padding-left: 0;
}
#main-nav li a.active span
{
	background: url('../images/nav/main_nav_active.gif') bottom center no-repeat;
	height: 31px;
	display: block;
	float: left;
	cursor: pointer;
	color: white;
}
#main-nav li a:hover
{
	color: black;
}
*/
/* =Sub Header
----------------------------------------------- */
#sub-header
{
	width: 960px;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
	clear: both;
}

p.breadcrumbs
{
	font-size: 20px;
	color: #cc06b7;
	position: absolute;
	top: 11px;
	left: 20px;
}

#search
{
	background: url('../images/form/search.gif') no-repeat;
	width: 220px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 11px;
}
#search legend
{
	display: none;
}
#search .input-text
{
	width: 187px;
	background: none;
	border: none;
	font-size: 11px;
	color: #999;
	display: block;
	float: left;
	padding: 3px 0 0 9px;
}
#search .input-button
{
	width: 16px;
	height: 20px;
	cursor: pointer;
	background: none;
	border: none;
}

#images
{
	height: 113px;
	padding-left: 0px;
}
#images li
{
	display: block;
	float: left;
	margin: 1px 1px 0 0;
	padding-right: 3px;
}
#images li.first-item
{
	margin-left: 1px;
	padding-right: 3px;
}
#images li.last-item
{
	margin-right: 0;
}

#directory
{
	width: 960px;
	padding-left:20px;
}
#directory-inner
{
	padding-bottom: 5px;
	width: 960px;
}
#directory ul
{
	width: 159px;
	float: left;
	padding: 10px 0 0 10px;
}
#directory ul li
{
	/*background: url('../images/icons/directory_bullet.gif') left no-repeat;*/
	padding-left: 8px;
}
#directory ul li a
{
	font-size: 11px;
	text-decoration: none;
	line-height: 1.6;
}
#directory ul li a:hover, #directory ul li a.active
{
	border-bottom: 1px dotted #333;
	color: #fff;
}

/* =Sidebar
----------------------------------------------- */
#sidebar
{
	width: 207px;
	float: left;
	padding-left: 20px;
	margin-right: 20px;
	clear:left;
}
h2
{
	font-size: 16px;
	color: #C5E86A;
	margin-bottom: 5px;
/*	text-indent: 8px;
	background: url("../images/hr.gif") repeat-x scroll left bottom transparent;*/
	padding: 15px 0;
}
h3
{
	font-size: 14px;
	color: #C5E86A;
	margin-bottom: 5px;
	text-indent: 8px;
	padding: 0 0 8px;
}
#sidebar h1, #main-content h1
{
	font-size: 18px;
	color: #C5E86A;
	margin-bottom: 5px;
	background: url("../images/hr.gif") repeat-x scroll left bottom transparent;
	padding: 0 0 8px;
}



/* =Main Content
----------------------------------------------- */
#main-content
{
	width: 632px;
	float: left;
	margin-bottom: 20px;
}
#main-content img
{
	padding:15px;
}
.article-wrapper .article-actions
{
	background: url('../images/layout/article_actions.gif') top repeat-x;
	height: 34px;
	font-size: 11px;
	color: #999;
	padding: 10px 0 0 8px;
}
.article-wrapper .article-actions li
{
	display: inline;
	margin-right: 10px;
	font-size: 16px;
}
.article-wrapper .article-actions li img
{
	vertical-align: middle;
	margin-right: 6px;
}
.article-wrapper .article-actions li a
{
	color: #666;
}
.article-wrapper .article-actions li a:hover
{
	text-decoration: underline;
}
.article-wrapper .article
{
	/*width: 574px;
	margin: 0 auto;*/
	text-align:justify;
	clear:both;
}
.article-wrapper .article h3
{
	font-size: 16px;
	font-weight: bold;
	text-transform:capitalize;
	margin-bottom: 8px;
	padding-bottom: 20px;
	padding-top:20px;
}
.article-wrapper .article p
{
	color: #fff;
	font-size: 12px;
	margin-bottom: 10px;
}
.article-wrapper .article b
{
	color: #c5e86a;
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 10px;
}
.article-wrapper .article strong
{
	font-weight: bold;
}
.article-wrapper .article em
{
	font-style: italic;
}
.article-wrapper .article p a
{
	color: #fff;
}
.article-wrapper .article p a:hover
{
	color: #C5E86A;
}

/* =Footer
----------------------------------------------- */
#footer
{
	background: url("../images/footer_bg.gif") repeat-x scroll center 1px transparent;
	clear: both;
	font-size: 1.2em;
	line-height: 1.7em;
	overflow: hidden;
	padding: 0 0 20px;
	position: relative;
	margin: 0 auto;
	width: 960px;
	z-index: 100;
	text-align:center;
	
}
#footer p
{
	font-size: 11px;
	color:#C5E86A;
}
#footer p.copyright
{
	padding-left: 25px;
}
#footer p.copyright span
{
	color: #5c91c7;
}
#footer p.authors
{
	position: absolute;
	right: 25px;
	top: 14px;
}
#footer p.authors a
{
	color: #5c91c7;
	text-decoration: none;
}


#main-nav
{
	margin: 0px 0px 0px 2px;
	text-align: left;
	min-height: 25px;
	padding-top: 10px;
	padding-left: 0px;
}
#main-handle
{
	width: 605px;
	float: right;
	margin-top: -1px;
}
#main-nav li
{
	display: inline;
	list-style: none;
}
#main-nav li a
{
	margin-right: 5px;
	text-decoration: none;
	color: #f2f2f2;
	text-transform: uppercase;
	padding: 10px;
	outline: 0;
	position: relative;
	top: -2px;
}
#main-nav li a:hover, #main-nav li a.active
{
	background: url("../images/blognav_sub_arrow.gif") no-repeat scroll center bottom transparent;
	color: #FFFFFF;
}
#sub-link-bar
{
	-moz-border-radius: 5px 5px 5px 5px;
	background: none repeat scroll 0 0 #333333;
	border-color: #000000 #333333 #333333 #000000;
	border-style: solid;
	border-width: 1px;
	display: none;
	float: left;
	left: 0;
	list-style: none outside none;
	margin: 0;
	padding: 5px 15px;
	position: absolute;
	top: 50px;
	width: 500px;
	z-index: 0;
}
.sub-links
{
	display: none;
	position: absolute;
	width: 100%;
	top: 60px;
	text-align: left;
	left: 0px;
}
#main-nav li .sub-links li a:hover
{
	background: #2d2620;
}
#main-nav li a.close
{
	display: none;
	position: absolute;
}
#main-nav li a.close:hover
{
	background: #900;
}

.sub
{
	-moz-border-radius: 5px 5px 5px 5px;
	background: none repeat scroll 0 0 #333333;
	border-color: #000000 #333333 #333333 #000000;
	border-style: solid;
	border-width: 1px;
	display: none;
	float: left;
	left: 14px;
	list-style: none outside none;
	margin: 0;
	padding: 5px 15px;
	position: absolute;
	top: 48px;
	width: 820px;
}

.sub a
{
	position: relative;
	text-decoration: none;
	z-index: 99999;
	color: #fff;
}
.sub a:hover
{
	color: #C5E86A;
}
#divMessage
{
	color: #C5E86A;
	font-size: 20px;
	padding: 0 0 0 15px;
	position: relative;
	text-align: center;
	top: 10px;
}
p
{
	font-size: 12px;
	color:#fff;
	line-height:1.8;
}

