#main {
	width:1000px;
	margin:0px auto;
	clear:both;
}

#topLink {
	padding:3px 15px;

}

#top {
	width:1000px;
 	clear:both;
}


/* Top menu */
	/* Pages */
.col-left {
	float: left;
}

.col-right {
	float: right;
}

#nav {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

#nav {
	list-style-type:none;
}

#nav li {
	float:left;
	margin-right:15px;
}

#nav li a {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#nav li a:hover {
	text-decoration:underline;
}


/* Top menu */


/* Menu */
#menu {
	clear:both;
	height:30px;
	/*margin-top:160px;*/
	/*position:relative;*/
	width:1000px;
}


/* Second Menu */
#secnav, #secnav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
 	margin-left:10px;
}


#secnav .cat-item {
	font-size: 16px;
	font-weight: bold;
 	float:left;
}

#secnav .cat-item a {
  	font-family:Arial,Verdana,Tahoma,sans-serif;	
	color:#E8EEEC;
	display:inline;
	float:left;
	font-weight:bold;
	height:30px;
	letter-spacing:-0.5px;
	line-height:25px;
 	padding:10px 10px 0 25px;

	text-align:center;
	text-decoration:none;
	text-shadow:#95ADA1 0 -1px 0;
	font-size:16px;
	cursor:pointer;
	margin-right:14px;
	_margin-right:13px;
}
  
#secnav .current-cat a {
 	color:#000000;
}

#secnav a:hover {
 	color:#FFFFFF;
}

#secnav .current-cat a:hover {
 	color:#000000;
}


#secnav .current-cat {
	float: left;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}


/* CONTENT */
#content {
	padding:0px 17px;
	/*position:relative;*/
	clear:both;
	background-color:#FFFFFF;
	font-size:13px;
	_height:10px;
}

#leftSide
{
	float:left;
	font-size:13px;
	margin-top:20px;
	width:620px;
}

#leftSide a { 
	text-decoration:underline;
}

#leftSide .tags a{ 
	text-decoration:none;
}

#leftSide .tags a:hover{ 
	text-decoration:underline;
}

#leftSide .author-details a{ 
	text-decoration:none;
}

#leftSide .author-details a:hover{ 
	text-decoration:underline;
}

#leftSide .commentmetadata a{ 
	text-decoration:none;
	font-size:11px;
}

#leftSide .commentmetadata a:hover{ 
	text-decoration:underline;
}

#leftSide a:hover { 
	text-decoration:none;
}


/* OPEN CLOSE TAB */
#slide {
	padding:0px 10px;
	/*position:relative;*/
	clear:both;
	background-color:#cdf2fd;
	padding-top:10px;
/*	height:270px;*/
}
#slideArea
{
	height:270px;
	overflow:hidden;
}
#slideButton {
	height:13px;
	padding:0px 17px;	
	/*position:relative;*/
	background-color:#FFFFFF;
	clear:both;
}

.button-close,
.button-open {
	width:33px;
	height:13px;
	background-image:url(images/expand.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	cursor:pointer;
}
.button-open {
	background-position:-33px 0px;
}


.standardArrow { 
	background:transparent url(images/arrow.png) no-repeat scroll right center;
	display:block;
	padding-right:20px;
	text-decoration:none;
	line-height:normal;
	width:219px;
	background-color:#FFFFFF;
}

.topBlock { 
	float:left;
	height:270px;
	margin-right:3px;
	padding-left:10px;
	width:301px;
}

.marginBottom10px {
	margin-bottom:10px;
}

.black32pxBold {
	font-size:22px;
	height:25px;
	letter-spacing:-1px;
	font-family:Arial,Verdana,Tahoma,sans-serif;
}

.landcapeImageArea {
	background-color:#FFFFFF;
	height:100px;
	overflow:hidden;
	padding:5px;
	width:280px;
}

h3.headerSlide {
	line-height:normal;
	font-family:Arial,Verdana,Tahoma,sans-serif;
}


 
/* Comment icon */
#leftSide .comment-cloud {
	display: block;
	float:right;
	margin-right:10px;
	margin-top:3px;
}

#leftSide .comment-cloud a {
	width: 24px;
	height: 25px;
	padding-top: 2px;
	background: url(images/bg_comment_cloud.gif) no-repeat 0 0;
	text-align: center;
	font-family:Arial,Verdana,Tahoma,sans-serif;
	font-size: 11px;
	color: #5D5D5D;
	display: block;
	text-decoration: none;
}

#leftSide .comment-cloud a:hover {
	text-decoration: underline;
}


/* Post Title Link */
a.black16Bold{
	color:#131C1E;
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
	text-decoration:none;
}

a.black16Bold:hover
{
	color:#131C1E;
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
	text-decoration:underline;
}


/* align image*/
.imgToLeft
{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	display:block;
}

.imgToRight
{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	display:block;
}



/* hr Dotted*/
.hrDotted
{
	border-color:silver;
	border-style:dotted none none;
	border-width:1px medium medium;
	clear:both;
	display:block;
	height:0;
	line-height:0;
	margin:5px 0 10px;
	overflow:hidden;
}


/* PageNavi */
.more_entries {
	width: 100%;
 	font-size: 12px;
	font-weight: bold;
 	padding: 10px 0;
}

.Nav {
	float: right;
}

.Nav a {
	text-decoration: none !important;
}

.Nav .on, .Nav a:hover {
	background: #999999 !important;
}

.Nav a, .Nav .on {
	background: #cccccc;
	color: #fff;
	display: block;
	float: left;
	padding: 2px 6px;
	margin-left: 4px;
}



/* Sidebar */
#rightSide {
	background:#E9EDEC url(images/sidebar-top2.gif) no-repeat scroll left top;
	float:right;
	margin-top:20px;
	width:305px;
}

#rightSide h2 {
  	font-size:15px;
	font-weight:bold;
}
 
.rightSideBlock{
 	padding:10px;
	}


/* sidebar title */
.red16pxBold
{
	color:#3C668A;
	font-size:15px;
	font-weight:bold;
}


/*	gallery styles	*/
#kiss-gallery-container,
.gallery-page
{
/*	position:relative;*/
	width:208px;
	height:140px;
	float:left;
	overflow:hidden;
}
#gallery-buttons
{
/*	position:relative;*/
	float:left;
	width:55px;
	height:45px;
	margin-top:10px;
	margin-right:10px;
}
#gallery-button-next,
#gallery-button-prev
{
	background-image:url(images/arrow-right.gif);
	background-repeat:no-repeat;
/*	position:relative;*/
	height:24px;
	width:15px;
	float:right;
	cursor:pointer;
	text-indent:-99999px;
}
#gallery-button-prev
{
	background-image:url(images/arrow-left.gif);
	float:left;
}

.galleryImage
{
	float:left;
	height:40px;
	margin:0px 10px 10px 0px;
	width:40px;
}

.galleryImagePreview110
{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	width:110px;
	height:110px;
}
.galleryItemList
{
	float:left;
	height:170px;
	overflow:hidden;
	text-align:center;
	width:195px;
	padding:5px;
}




/* Sidebar (block) */
#wSidebar .block {
	width: 275px;
	padding: 10px 15px 25px 15px;
	background:transparent url(images/bg-sep-sidebar.jpg) repeat-x scroll left bottom;
	overflow:hidden;
}

/* Sidebar (wSidebar)*/
#wSidebar h2 {
	color:#3C668A;
	padding-top:5px;
 }

/* Sidebar (wSidebar>list>)*/
#wSidebar ul {
	clear: both;
	width: 100%;
	padding: 0 0 8px 0;
	border-top: #CECFC6 1px solid;
}

#wSidebar li {
	border-bottom: #cccccc 1px solid;
	line-height: 20px;
	padding: 5px 0 5px 18px;
	background: url(images/icon-pages.gif) no-repeat 5px 12px;
	overflow: hidden;
}

/* Sidebar (wSidebar>list>inside)*/
#wSidebar ul ul {
	padding: 0;
	margin: 3px 0 0 0;
}

#wSidebar ul ul li {
	border: 0;
	padding-bottom: 0;
}

 

/* Sidebar (wSidebar > special list)*/
#wSidebar .widget_categories ul, 
#wSidebar .widget_archive ul,
#wSidebar .widget_links ul,
#wSidebar .widget_pages ul {
	margin-top: 3px;
	border: 0;
	width: 270px;
	margin-left: -5px;
	display:block;
}

#wSidebar .widget_categories ul a, 
#wSidebar .widget_archive ul a,
#wSidebar .widget_links ul a,
#wSidebar .widget_pages ul a {
 	
	color:#000000;
	display:block;
	font-size:13px;
	font-weight:normal;
	line-height:16px;
	text-decoration:none;	
}

#wSidebar .widget_categories ul a:hover, 
#wSidebar .widget_archive ul a:hover, 
#wSidebar .widget_links ul a:hover,
#wSidebar .widget_pages ul a:hover { 
	color:#000000;
	text-decoration:underline;
}



#wSidebar .widget_categories ul li, 
#wSidebar .widget_archive ul li, 
#wSidebar .widget_links ul li,
#wSidebar .widget_pages ul li {
	width: 104px;
	float: left;
	display:inline;
 	margin-left: 10px;
}


#wSidebar .widget_categories ul li a,
#wSidebar .widget_archive ul li a,
#wSidebar .widget_links ul li a,
#wSidebar .widget_pages ul li a {
	color:#666666;
}




/* Footer (block) */
#footer {
	padding:0 10px;
	background-image:url(images/bgf.png);
}

.footerH {
	background:url(images/bg-sep-sidebar.jpg) repeat-x top center;
	background-color:#E9EDEC;
	clear:both;
}

#footer h2 {
	font-size: 18px;
	margin-top:15px;
	font-weight:normal;
	font-family:Arial,Verdana,Tahoma,sans-serif;
	color:#2A2A2A;
}

#footer .block {
	width: 290px;
	padding: 0px 15px;
	float:left;
}

#footer .block .block {
 	padding: 0px;
}

.marginTop-1px
{
	margin-top:-1px;
}
.marginTop10px
{
	margin-top:10px;
}
.marginTop5px
{
	margin-top:5px;
}
.marginleft13px
{
	margin-left:13px;
}
.marginLeft55px
{
	margin-left:55px;
}
.marginLeft130px
{
	margin-left:130px;
}
.marginRight15px
{
	margin-right:15px;
}
.marginRight10px
{
	margin-right:10px;
}
.marginLeft0px
{
	margin-left:0px;
}
.marginBottom10px
{
	margin-bottom:10px;
}
.marginBottom5px
{
	margin-bottom:5px;
}

#leftSide h2, #leftSide h3 {
	font-weight: normal;
}

#leftSide h2 {
	font-size: 24px;
}

#leftSide h3 {
	font-size: 18px;
}

#leftSide h4 {
	font-size: 12px;
}



/* Main Content (post) */

#leftSide .post-title {
	width: 100%;
	position: relative;
}

#leftSide .post-title h2, #leftSide .post-title p.post-details, #leftSide .post-title h3 {
	padding-right: 50px;
}

#leftSide h2 a, #leftSide h3 a {
	color: #2A2A2A;
	text-decoration: none;
}

#leftSide h2 a:hover, #leftSide h3 a:hover {
	text-decoration: underline;
}

#leftSide p.post-details {
	line-height: 18px;
	margin-top: -10px;
	position: relative;
}

#leftSide p.post-details a {
	text-decoration: none;
}

#leftSide p.post-details a:hover {
	text-decoration: underline;
}

#leftSide p.post-details {
	color: #9F9F9F;
	font-size: 11px;
	padding: 0 50px 0 1px
}

 
#leftSide .post h4 {
	margin-top: 1px;
	clear: both;
	width: 100%;
}


.firstMenuButton
{
	margin-left:5px;
	_margin-left:0px;
}

.firstMenuButtonActive,
.firstMenuButtonActive:hover
{
	margin-left:0px;
}


.author-details {
	text-align:right;
 	padding:10px;
	font-style:normal;
 }

.author-footer {
	border:1px #cacaca solid;
	border-top:0px;
	padding-right:5px;
 	background:transparent url(images/box-bgr.gif) center top;
	margin-bottom:20px;
}

.author-descr p {
 	font-size:12px;
	line-height:1.5em;
	font-size:0.90em;
	font-style:normal;
	margin:10px 0 0;
}

.author-descr h3 {
	font-style:normal;
}

.author-details a {
 	font-size:11px;
	line-height:1.5em;
	font-size:0.90em;
}

.author .avatar {
 	float:left;
	width:80px;
	margin-right:10px;
}


 
/* Post (latest) */
#leftSide .latest {
	width: 650px;
	margin-left: -28px;
	position: relative;
}

#leftSide .latest .block {
	width: 280px;
	float: left;
	margin-left: 33px;
	margin-bottom: 25px;
	display: inline;
}

#leftSide .latest .hlist {
	margin-left: 28px;
}

#leftSide .latest .featured {
  	margin-left: 28px;
 }

#leftSide .latest .advert_468x60 {
  	margin-left: 28px;
 }

#leftSide .latest h3 {
	padding-top: 0px;
}

#leftSide .latest .comment-cloud {
	top: 10px !important;
}

#leftSide .latest p.post-details {
	padding-top: 5px;
}

#leftSide .latest h4 {
	margin-top: -3px;
	position: relative;
}



.borderBottomLine { 
	background:transparent url(images/separator1.gif) no-repeat scroll center bottom;
	padding-bottom:8px;
}

#leftSide .continue a{
	color:#FFFFFF;
	padding:3px 6px;
	text-decoration:none;
	font-family:Arial;
	font-weight:normal;
	font-size:12px;
position: absolute; 
bottom: 0; 
right: 0;
BACKGROUND-COLOR: #eceef5;
border:1px solid #9dacce;
font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:11px;color:#3b5998;
font-style: bold;
  -moz-border-radius: 0 20px 20px 0;
       border-radius: 0 20px 20px 0;
	
}

#leftSide .continue a:hover{
border:1px solid #336699;
font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:11px;color:#336699;

}

/* Video Tab */ 
#tabContent .content{ 
	display:none; 
} 


#tabContent .active{ 
	padding:5px 5px; 
	display:block; 
} 


/* Footer */
#footerMenu
{
	padding:13px 30px;
	color:#FFFFFF;
	text-align:center;
}

#copyright
{
	clear:both;
	color:#999999;
	font-size:12px;
	padding:7px 20px;
	text-align:center;
	border-top:1px #cccccc solid;
}


.fix {
	clear:both;
	height:5px;
	margin:-1px 0 0;
	overflow:hidden;
}


.col1, .col2 {
	float: left;
	width: 285px;
}
.col2 {
	float: right;
}


.social-links{
	float:left;
	padding:8px 10px;
}


#searchform {
	padding-top:18px;
}

#searchform .text {
	width:170px;
	margin-top:2px;
}

#searchform .submit {
	width:80px;	
}

#searchform input {
	width:150px;	
}



#bodyBg
{
	background-image:url(images/bg.png);
	padding:0px 10px;
}