/*  
Theme Name: iBlog

Theme URI: http://www.pagelines.com/themes/iblogpro

Description:  iBlog is a free WordPress theme built on the PageLines CMS framework. Designed and developed by <a href="http://pagelines.com/about">Andrew Powers</a> and <a href="http://www.pagelines.com">PageLines</a>.

Version: 3.0.4

Author: PageLines

Author URI: http://www.pagelines.com

Tags: theme-options, white, silver, light, two-columns, fixed-width, threaded-comments, translation-ready, sticky-post, custom-header

Copyright PageLines 2010. iBlog is licensed under the terms of GPL. 

*/ 

/* STANDARD STYLING */

	body { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px auto; PADDING-TOP: 0px;		
		font-size-adjust:none; FONT-FAMILY: arial, sans-serif;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		line-height:22px; text-align:center;		
		font-size:12px;
		background-image:url(images/dp-bg.jpg);
		background-repeat:repeat-x; 
		background-color:#f6f7f7;
		min-width:952px;
		color:#3d383f;
	}
	
#webpagenavi .page-numbers {
	font-size:12px;text-align: center;line-height: 22px;height:22px;
	margin-right: 5px;
}	
	/* DEFAULT FONT */
	/*PRIMARY HEADERS FONT */
	h1, h2, #feature .fheading{ font-family: Verdana ,Tahoma, arial, helvetica, sans-serif;}
	/*SECONDARY HEADERS FONT */
	h3, h4, h5 { font-family: Verdana ,Tahoma, arial, helvetica, sans-serif;}
	
	a {text-decoration: none;} /* LINK COLOR */
	a:hover {text-decoration: underline;}
	p,.p {margin-bottom: 15px;}
	.spacing {margin: 25px 0;}
	img {border: none;}
	ul li {	margin: 0px;}
	.hentry ul {list-style-type: disc;margin: 5px 0px 15px;padding-left: 20px;}
	ol {list-style-type: decimal;margin: 5px 0px 15px;padding-left: 20px;}
	.hentry.page li, .hentry.post li {padding: 3px 0;}
	form {margin: 0px;padding: 0px;}
	small {	font-size: 85%;}
	hr{border: none; border-top: 1px solid #fff; border-bottom: 1px solid #ddd;margin-bottom: 1.5em;}
	blockquote{background: #f7f7f7; padding: 10px 15px;margin: 0 0 1em 2.5em;font-size:.9em;border: 1px solid #ddd;clear: both}

a, #blogtitle a:hover, .postdata a:hover,h2.posttitle a:hover, .tags a:hover, .commentlist cite, .commentlist cite a, #morefoot a:hover, #sidebar ul li ul li a, #wp-calendar caption, #subnav .current_page_item a, #subnav .current_page_ancestor a,	#subnav li a:hover,	#subnav li.current-cat a, #sidebar #grandchildnav .current_page_item a, 	#feature-footer .twitter a {color:#0088CC;}

/* @ rounded corners in mozilla and apple browsers */
	#footer .content, .page-nav, .fboxes, .hentry, .postwrap, #highlight, .widget, #sidebar #accordion, #content .wp-pagenavi, #content .wp-pagenavi a, #content .wp-pagenavi .current, #featurenav a,#featurenav span.playpause, #featurenav.thumb_nav a span{
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	#featurenav.thumb_nav a, #featurenav.thumb_nav a span{
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

	#drag_drop_sidebar h3, #accordion .drawer-handle:first-child:hover,#accordion .drawer-handle:first-child {
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-khtml-border-top-left-radius: 5px;
		-khtml-border-top-right-radius: 5px;
	}

	.post-footer, #drag_drop_sidebar .drawer-content, #feature-footer {
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-khtml-border-bottom-left-radius: 5px;
		-khtml-border-bottom-right-radius: 5px;
	}
	

/* LAYOUT SECTION - EDIT THESE TO ADJUST LAYOUT */
	#wrapper {
		width: 952px; 
	}
	#content {margin-bottom: 18px;}
	
.thamewidth{width:952px; overflow:hidden; margin-top:8px; text-align:left
}


#maincontent {
		width: 690px; /* width of left column */
		float: left; text-align:left;
	}
	
	#sidebar{ 
		width: 250px;
		float: right;
	}
	
	.sidebar_left #maincontent {float: right;}
	.sidebar_left #sidebar {float: left;}
	
	.hentry .title {
		width: 540px; /* width of title area for posts & pages */
		float: left;
		margin-left: 10px;
	}

.icons {
	position:absolute;
	right:0;
	bottom:5px;
	height: 50px;
}

/* site title */
	#blogtitle {
		font-size: 39px; /* blog title size */
		float:left;
		line-height: 47px;
		position:relative;
	} 
	#blogtitle .sheen {
		position: absolute; 
		z-index: 5;
		background-color: transparent;
		background-image: url(images/sheen.png);
		background-position: 0 0;
		background-repeat: repeat-x;
		display: block;
		width:100%;
		height: 25px;
		float: left;
	}
	#blogtitle a{color: #000;}
	#blogtitle a:hover{text-decoration: none;}
	
	#blogdescription { 
		float: left;
		margin-top: 19px; 	/* description distance from top of screen */
		margin-left: 10px;
	}
	.nav-icon {float: right;margin:13px 0 0 8px;}


/* HEADERS */
	h1, h2, h3, h4, h5, h6{color: #000;font-weight: normal;margin:0;padding: 0; line-height: 1.4em;}
	h1 a, h2 a, h3 a, h4 a, h5 a{color: #000;}

	h1{font-size: 32px;}
	h2{font-size: 28px;}
	h3{font-size: 24px;}
	h4{font-size: 20px;}
	h5{font-size: 16px;}
	h6{font-size: 12px;}



/*  SEARCH BAR STYLING */
	.searchform {
		width: 200px;
		float: right;
		font-size: 10px;
		padding:0;
		margin:3px 5px 0 0 ;
		position: relative;
	}
	.center .searchform {
		float:none;
		
	}
	#morefoot .searchform{float:left}
	.searchmar{ margin-top:5px; margin-left:30px;
	}
	.searchform .s{
		background:transparent url(images/search-bar-trans.png) no-repeat scroll center top;
		margin:0;
		border: none;
		padding:8px 0;
		height: 15px;
		position:absolute;
		right:13px;
		top:0;
		width:163px;
		color: #333;
		overflow: hidden;
	}
	
	.searchform .s:focus { outline: 0; border: none;}

	.searchform .left{
		background:transparent url(images/search-leftcap-trans.png) no-repeat scroll left top;
		display:block;
		height:29px;
		left:0;
		position:absolute;
		top:0;
		width:33px;
	}
	.searchform .right{
	
		background:transparent url(images/search-rightcap-trans.png) no-repeat scroll right top;
		display:block;
		height:29px;
		position:absolute;
		right:0;
		top:0;
		width:14px;
	}
	.searchform .searchsubmit { 
		color: transparent;
		text-shadow: none;
		height: 24px;
		width: 24px;
		border: none;
		cursor: pointer;
		text-indent: -999em;
		line-height: 1px;
		margin:0;
		background: transparent;
	}

/* @ welcome */
#welcome{margin: 1em .5em;}
#welcome .greeting {font-size: 1.2em;font-weight: bold;}
#welcome p {
font-size: .95em;
color: #555;
}
#welcome p a{text-decoration: underline;}
#welcome p a:hover{color: #3399cc;}

.twitter {
	font-size: 10px;

	background: url(images/twitter-bubble.png) no-repeat 0 0;
	padding-left: 27px;
}
#footer .twitter a{font-weight:bold;color: #777;}

.widget_twitter .twitter {background:none;padding-left: 0px;}
#sidebar .twitter {	margin:1em 0;}


	/* Drop Down*/
	#nav li{position:relative;}
	
	#nav ul ul {display: none;} 


/* SUB NAVIGATION (ONLY ON PAGES) */
	#subnav { margin-top: 8px; font-size: 12px;}

	#subnav ul {
		margin: 0px;
		padding: 0px 0px 0px 5px;
		list-style: none;
	}
	#subnav li {
		padding: 2px 7px 4px;
		margin: 0px;
		float: left;
	}
	#subnav ul li a {
		color:#555;
		float:left !important;
		margin:5px 10px 0px 0px;
		padding:0;
		text-decoration:none;
	}
	#subnav ul li ul li{display: none;}
	#subnav li a, #subnav li a:visited, #subnav .page_item {
		text-decoration: none;
		color: #222;
	}
	#subnav li a:hover {
		text-decoration: none;
	}
	#sidebar #grandchildnav ul li{
		padding:0;
		margin:0;
		border:none;
	}
	#sidebar #grandchildnav ul li ul li{
		font-size:.9em;
	}
	#sidebar #grandchildnav a {display:block;padding: 5px 10px;border: 1px solid transparent;margin-top:-1px;}
	#sidebar #grandchildnav .current_page_item a, 
	#sidebar #grandchildnav a:hover, 
	#sidebar #grandchildnav .current_page_item ul li a:hover{
		text-decoration:none;background:#f7f7f7;border: 1px solid #eee;
	}
	#sidebar #grandchildnav ul li ul li a{display:block;padding: 5px 23px; color:#555;}
	#sidebar #grandchildnav .current_page_item ul li a{background:transparent; color:#555;border: 1px solid transparent;}
	
/* CONTENT */
#content { clear: both;	overflow: hidden; }

.hentry, .hcopy{	
	background: #fff url(images/post-bg.png) repeat-x left bottom;
	clear: both;
	border: 1px solid #fff;
	border-bottom: none;
}

.copy {padding: 18px 10px 0px 10px;}

.postwrap{ 
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #e4e4e4;
	margin:0;
	padding:0;
}

#respond p{margin-left: 23px;}
.hentry .billboard {
	text-align: center;
	padding: 100px 30px;
}
/*=== Post ===*/
/*- Post Title -*/
.thumb.left img {
margin-right:23px;
}
.thumb img {
	display:block;
	margin:0 0 20px;

}

.post-header {
	width: 377px;
	float: left;
	display: inline;; /* IE HACK */
}
.post-header.post-nothumb{
	width: 100%;
}
.post-title {
	padding:0 10px;
}
.post-title-sepline{
	border-bottom:1px solid #ccc;
	margin:auto;
	margin-top: 10px;
}
.post-title h1 {
	color: #333333;
	font-size: 18px;
}
.post-title h1 span {
	color: #33707e;
}
.post-title h1.author {
	color: #888888;
	font-size: 14px;
	padding-top: 2px;
}
.post-title h2 {
	overflow: hidden;
	word-wrap:break-word;
	padding:0 0 10px 0;
}
.post-title h2 a  {
	font-size: 20px;
	letter-spacing: -1px;
	/*margin: 0 0 0.45em 0;*/
	color: #222222;
	text-decoration: none;
	line-height: 32px;
	display:inline-block;
	word-wrap:break-word;
}
.post-title a:hover{
	text-decoration: underline;
}
/*- Post Date -*/
.metabar {
	margin: 0 0 0 0;
}
.metabar a {
	color: #000;
}
.metabar em {
	color: #000;
	font-size: 0.9em;
	font-style: normal;
	padding: 5px 0;
	line-height: 2.4em;
}
.metabar em .metabar-span{
	background: #eee;
	display: inline-block;height:20px;line-height: 20px;
	padding:0 10px;
}
/*- Post Excerpt -*/
.post-excerpt {
	font-size: 12px;
	font-style: italic;
}

/*- Post Blockquote -*/
.hentry blockquote {
	border-left: 3px solid #cfcfcf;
	font-size: 13px;
	font-style: italic;
	margin: 0 0 1.5em;
	padding: 5px 0 0 10px;
}

/*- Post Author -*/
.author-info {
	
}
.post-author {
	margin: 0 0 1em;
}
.author-details {
	font-size: .85em;
}
.author-descr {
	display: table;
	height: 1%;
}

/*- Social Links -*/
.post-footer {
	background: url(images/box-bgr2.gif) #eee repeat-x top;
	/*height: 42px;
	padding: 0 18px;*/
	
}
.post-footer a{color: #444;}
.post-footer .left {
	line-height: 42px;
}
.post-footer .left span {
	background: url(images/comment_count_bg.png) no-repeat center left;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 4px 0 8px 0;
	width: 33px;
	margin-right: 6px;
	display: inline-block;
	line-height: 32px;
}
.post-footer .right {
	padding: 9px 0 0;
}
.post-footer .right span {
	line-height: 21px;
}
.post-footer img {
	margin: 0 0 0 2px;
}


.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat left center;
	padding-left: 12px;
	float: right;
}
.page .textcontent {
	clear: both;
	line-height: 1.6em;
}
.textcontent {padding: 0px 10px 35px 10px;}

/* POST TITLE STYLING */

.tags {
	float: right;
	color: #aaa;
	margin-top: 6px;
	margin-bottom: 13px;
}
.tags a{font-weight: bold;color: #000;}
.tags a:hover{text-decoration: none;}

/* next & previous page navigation */

.page-nav, .wp-pagenavi{
	clear: both;
	padding: 9px;
	margin-bottom: 15px;
	color: #000;
	background: #959595 url(images/nav-sprite-default.png) repeat-x 0 -144px;
	border: 1px solid #aaa;
	border-top: 1px solid #ccc;

	border-left: 1px solid #ccc;
}
.page-nav a{
	text-shadow: #fff 0 1px 0;
	font-weight: bold;
	color: #555;
	text-decoration: none;
}
.page-nav a:hover {
	color: #000;
	text-decoration: none;
}
.previous-entries a {


	float: left;
	padding-left: 10px;
	margin-left: 10px;
	background: url(images/navigation-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 10px;
	margin-right: 10px;
	background: url(images/navigation-right.gif) no-repeat right center;
}

#content .wp-pagenavi span.pages {
	border:none;
	background: transparent;
	color: #666;
		text-shadow: #eee 0 1px 0;
		font-weight: bold;
}

#content .wp-pagenavi a,  #content .wp-pagenavi .current, #content .wp-pagenavi .extend{
	padding: 3px 7px;
	border: none;
	color: #000;
	background: #e5e5e5 url(images/nav-sprite-default.png) repeat-x 0 -108px;
	text-shadow: #eee 0 1px 0;
}
#content .wp-pagenavi a:hover, #content .wp-pagenavi .current{
	color: #fff;
	border:none;
	text-shadow: #000 0 -1px 0;
	background: #e5e5e5 url(images/nav-sprite-default.png) repeat-x 0 -72px;
} 

/* next & previous post navigation */
.post-nav {
	clear: both;
	padding-bottom: 15px;
	margin-top: 15px;
	font-size: 95%;
}
.post-nav a, .post-nav a:visited {
	color: #0088cc;font-size: 12px;
	text-decoration: none;
}
.post-nav a:hover {
	color: #0088cc;
	text-decoration: underline;
}
.post-nav .page-description-word{
	display: block;float: left;padding-left: 20px;font-size: 12px;
}
.post-nav .page-description-word.prev{
	background: url(images/post-nav-previous.png) no-repeat left 3px;
}
.post-nav .page-description-word.next{
	background: url(images/post-nav-next.png) no-repeat left 3px;
}
.post-nav div{
	display: block;
	margin-bottom: 10px;
}
.post-nav div:last-child{
	margin-bottom: 0;
}
/* ------------------------------------- cred area  */


#bottomnav {
	margin: 1em 3px .5em;
	clear: both;
	padding: 4px;
	font-size: .9em;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#bottomnav .piped {width: 600px}



/* Before footer */

.fboxes {
  	background:#FFFFFF url(images/post-bg.png) repeat-x scroll left bottom;
	border-color:#ccc #aaa #aaa #ccc;
	border-style:solid;
	border-width:1px;
	margin-bottom:15px;
  }


.fboxdividers{
  	background:transparent url(images/morefootbg.gif) repeat-y scroll left bottom;
}

.fboxes .fbox {
	display: inline; /* IE thing */
	float: left;
	width: 318px;
}
.fboxcopy {
	padding: 18px 30px;
}

.fboxes p {
  margin-bottom: 10px;
  }
.fboxes ul {
  list-style-type: none;
  margin-top: 5px;
  }
.fboxes ul li, #morefoot p {
  font-size: 11px;
  }
.fboxes ul a {
  text-decoration: underline;
  color: #333;
  }
.fboxes a:hover {
  text-decoration: underline;
  }
.fboxes h3 {
	font-size:1.3em;
	line-height:1.4;
	margin-bottom:0.3em;
	padding: 0 0 2px 0;
	font-weight: bold;
}
.fboxes #searchbox {
  padding: 1px;
  width: 160px;
  }

.fboxes li {
  margin-bottom: 5px;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }
#morefoot {margin-top: 5px;}
#morefoot .widget{margin-bottom: 1.6em;}
#morefoot p{font-size: .9em;}
#morefoot li {margin-left: 10px;}
#morefoot li a {text-decoration: none;}

.widget #s {width: 145px;}
#s {padding-left:5px;}

#container > h4 {padding:0 0 5px 3px;color:#444;}
/* @ FORMS */

	textarea:focus, input[type="text"]:focus {
		border: solid 1px #666;
	}
	
	
	.button, input[type="submit"], .submit, .cform input.sendbutton{
		border: 1px solid #aaa;
		background: #e5e5e5 url(images/nav-sprite-default.png) repeat-x 0 -144px;
		margin:0;
		padding: 5px 5px 4px;
		font-family: arial, helvetica;
		font-weight: bold;
		color: #333;
		text-shadow: #fff 0 1px 0;
	}

	
	.button:hover, input[type="submit"]:hover{
		background: #e5e5e5 url(images/nav-sprite-default.png) repeat-x 0 -108px;
		cursor: pointer;
	}
	.button:active, input[type="submit"]:active{
		background: #aaa url(images/nav-sprite-default.png) repeat-x 0 -180px;
		cursor: pointer;
	}
	
	#cformsform ol {list-style-type: none;}
	
/* sidebar */
#sidebar {
	color: #444;
	margin:0;
	padding: 0;
	font-size: 13px;
}

#sidebar p { margin: 0px 0px 15px; }
#sidebar h2{ font-size: 20px; margin-bottom: 5px; }

#sidebar a { color:#066BD9; }
#sidebar a:hover, #sidebar a:focus, #sidebar a:active { text-decoration:none; }

#sidebar ul { list-style: none; margin: 0;	padding: 0;}
#sidebar ul li, #sidebar li{	
	list-style:none;
	margin-left: 10px;
	border-bottom: 1px solid #eee;
	padding: 7px 0;
}

#sidebar #accordion ul.twitter li{margin-left:20px;}



#sidebar #grandchildnav ul li{margin-left: 0;}
#sidebar ul li ul li {
	padding: 4px 4px 4px 6px;

}

#drag_drop_sidebar h3{
	font-size: 13px;
	color: #333;
	font-weight: bold;
	padding: 8px 10px;
	
	text-shadow: #fff 0px .5px 1px;
	background: #e5e5e5 url(images/nav-sprite-default.png) repeat-x 0 -144px;
}

#sidebar .ui-sortable h3:hover{
	cursor: move;
	background: #e5e5e5 url(images/nav-sprite-default.png) repeat-x 0 -108px;
	color: #fff;
	text-shadow: #666 0px -1px 0;
}

#sidebar #drag_drop_sidebar .drawer-content{
	padding: 10px 10px 20px 10px;
	background: #fff url(images/post-bg-short.png) repeat-x left bottom;
}
#sidebar #drag_drop_sidebar .widget {
	padding: 0;
}

#sidebar ul li a{
	padding: 3px 0;
}
#sidebar ul li a:hover {
	text-decoration:underline;
}
#sidebar ul li ul li{
	border: none;
}
#sidebar ul li ul li a{
	font-weight: normal;
	color:#777;
}
#content_sidebar {
	font-size: .9em;
}

#content_sidebar .wtitle {
	font-size: 18px;
	font-weight: bold;
}

#content_sidebar .widget, #fullwidth_bottom_widgets .widget{
	background: #fff url(images/post-bg-short.png) repeat-x left bottom;
	margin: 2em 0;
	border: 1px solid #bbb;
	padding: 1em;
}

#fullwidth_bottom_widgets ul li {
	margin-left: 10px;
	padding: 7px 0;
}

#fullwidth_bottom_widgets ul li a{color:#666;}

.commentswrap .hentry {
		background: #fff url(images/post-bg-short.png) repeat-x left bottom;
	border: 1px solid #bbb;		
}

.postwrap.commentswrap{
	margin: 20px 0 0;border:none;}
.nocommentform {display:none}
#content_sidebar .widget ul li{
	margin-left: 15px;
}


/* meta */
#meta .rss {
	background: url(images/icons/feed.png);
	background-repeat: no-repeat;
}
#meta .check {
	background-repeat: no-repeat;
}

#feedbox {margin-right: 8px;
	padding: 5px;
}

/* FOOTER */
#footer .content{
	font-size: .9em; 
	color: #888;
	/*border: 1px solid #ddd;*/
}

#footer  {
	padding: 10px 0 5em;
}
#fcolumns_container{
	width: 982px;
	float: right;
	background: url(images/bg-fcolumn-lines.png) repeat-y top left;
}


	.fcol{
		width: 152px;
		float: left;
		display:inline;
		padding: 0 20px;
	}
	.fcol_pad{
		padding: 25px 5px 25px 22px	;
	}

#footer_topline{padding: 10px; border-bottom: 1px solid #ddd;}
#footer h3{color: #666;margin-bottom: .5em;font-size: 1em;font-weight: bold; }
#footer a{color: #444; }
#footer ul {list-style-type:none;}
#footer ul li a{font-size: .9em;}
#footer ul li a:hover{text-decoration: underline;}


#footer .footer-site-title {
	font-size: 20px;
}
.terms {
	text-align: right;
}



/* Cred */

	#cred {
		position:absolute;
		bottom:20px;
		left:50%;
		margin-left:-55px;
		width: 150px;
	}
	#cred small{font-size:8px;}
	#cred a{margin-right:10px;}


	a.plimage {
		display: block;
		float: left;
		text-indent:-3330em;
		height: 55px;
		width:40px;
		font-size: 8px;
		color: #eee;
		/*background: url(images/pagelines.png) no-repeat center center;*/
	}

	#cred a:hover {
		text-decoration: underline;
	}


/* Widgets */
#sidebar .widget{
	margin-bottom: 1.5em;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background:#FFF;
	padding: 1px;
}
#sidebar .wtitle {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 3px;
	color:#064eb4;
}
#sidebar .winner{
	padding: 10px;
	background: url(images/post-bg-short.png) repeat-x left bottom;
	
}
#sidebar .winner .wtitle{
	border-bottom:3px solid #064eb4;
	padding-bottom: 10px;
}

#calendar-wrap {text-align:center;}
#wp-calendar {text-align:center; margin: 5px auto;}
#wp-calendar caption{text-transform:uppercase;letter-spacing:.1em; font-weight: bold;font-size: 1.2em;}
#wp-calendar td{ padding: 4px; }
#wp-calendar #today{font-weight: bold;border:1px solid #ccc;background:#f7f7f7;}
.rss-date {display:block;font-size:90%;color:#999;}



	/* PIPED LINKS */
		.piped { display: block; zoom: 1; padding: 0;margin:0;float: left;text-align: left}
		.piped:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
		.piped li { float: left; display: inline; }
		.piped a {padding: 0 0 0 0.5em; margin-left: 0.5em; }
		.piped .first { border-left: 0 !important; padding-left: 0; margin-left: 0 !important; }
		.piped small {display:none;}

/* highlight */
.hl, .hl2 {
	background: url(images/hl-dot.gif) repeat-x top;
	clear: both;
	height: 2px;
	overflow: hidden;
	width: 100%;
}
.hl2 {
	background: none;
	border-top: 1px solid #e7e7e7;
	height: 1px;
	margin: 0 0 .8em;
}

.lowlight {	background: url(images/post-bg.png) repeat-x left bottom;}
.lowlight2{background: url(images/post-bg-short.png) repeat-x left bottom;}
.toplight{ background: url(images/box-bgr.gif) repeat-x top left;}


.pad_small{padding: 8px;}
.pad_big {padding: 15px 20px;}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* webpage pagenavigation */
#webpagenavi:after {
	content:"";display: block;clear:both;height:0;overflow: hidden;visibility: hidden;
}
#webpagenavi{
	text-align: center;
}
#webpagenavi a,#webpagenavi span{
	display: inline-block;height:22px;line-height: 22px;min-width:22px;
	background:#eee;margin-right: 8px;
	text-align: center;
}
#webpagenavi a.last-page,#webpagenavi a.first-page,#webpagenavi a[title='Previous Page'],#webpagenavi a[title='Next Page']{
	padding:0 10px;
}
#webpagenavi span.current,#webpagenavi a:hover{
	background: #0088CC;
	color:#fff;text-decoration: none;
}

/* is_single post-footer begin */
#post-footer-aomei-update{
	padding:25px 20px 35px 20px;
}
#post-footer-aomei-update:after{
	content:"";display: block;clear:both;height:0;overflow: hidden;visibility: hidden;
}
/* is_single post-footer end */

.metabar a.post-edit-link,#post-footer-aomei-update a.post-edit-link{
	background:#0088cc;
	color:#eff;
	display: inline-block;
	width:50px;height:20px;line-height: 20px;text-align: center;font-size: 0.9em;
	vertical-align: middle;
	margin-top: -1px;
}


/* Zell Dintch 2015/01/15 */
#sidebar .widget.download-img {
	padding-bottom: 30px;
}
.widget.download-img h3.wtitle {
	padding:15px 10px 0 10px;color:#064eb4
}
.widget.download-img h3.wtitle div.dline{
	border-bottom: 3px solid #064eb4;margin:10px 0 20px 0;
}
.widget.download-img a{
	display: block;margin:0 auto;
	padding-left: 2px;text-align: left;
}
#sidebar .widget.widget_categories ul li{
	margin-left: 0;padding-left: 15px;
	background: url(images/morearrow.gif) no-repeat 2px 13px; 
}
/* Zell Dintch 2015/01/15 END */ 


/* Zell 2015/09/07 */
/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{outline:0;}
body{background:#fff;width:100%;padding:0;margin:0 auto;width:expression_r(document.body.clientWidth <= 1002? "1002px": "auto");min-width:1002px;}
a{color: #249efc;font-size:14px;}
a:hover{text-decoration: underline;}
.goup {display: none;position: fixed;bottom: 50px;margin: auto;right: 0;width: 45px;height: 45px;background: url("images/public/top.png") no-repeat -1px center;cursor: pointer;}
.goup:hover{background: url("images/public/top.png") no-repeat -49px center;}
.aomeiclear:after{content: "";visibility: hidden;overflow:hidden;display:block;height: 0;clear: both;}
.aomeileft{float: left;}
.aomeiright{float: right;}
.aomeiboth{clear: both;}
.aomeiblock{display: block;}
.aomeinone{display: none;}
.textcenter{text-align: center;}
.textleft{text-align: left;}
.textright{text-align: right;}
.w980{width: 980px;margin:0 auto;}
body{font-family: Verdana ,Tahoma, arial, helvetica, sans-serif;zoom:1;}
.red{color:#e82727;}
.relative{position: relative;}
.margincenter{margin:0 auto;}
.container{height: 600px;}
.scrossline {
    text-decoration: line-through;
}
/* images */
.footer-products{background:url("images/icon/header-footer-icon.png") no-repeat 1px -29px;}
.footer-freeware{background:url("images/icon/header-footer-icon.png") no-repeat -35px -29px;}
.footer-support{background:url("images/icon/header-footer-icon.png") no-repeat -72px -28px;}
.dashed-arrow{background: url("images/icon/header-footer-icon.png") no-repeat -85px -5px;}
.facebook-icon {background: url("images/public/foot/share.png") no-repeat 0 0;}
.twitter-icon {background: url("images/public/foot/share.png") no-repeat -52px 0;}
.google-icon {background: url("images/public/foot/share.png") no-repeat -103px 0;}
.youtube-icon {background: url("images/public/foot/share.png") no-repeat -155px 0;}
.facebook-icon:hover {background: url("images/public/foot/share.png") no-repeat 0 -44px;}
.twitter-icon:hover {background: url("images/public/foot/share.png") no-repeat -52px -44px;}
.google-icon:hover {background: url("images/public/foot/share.png") no-repeat -103px -44px;}
.youtube-icon:hover {background: url("images/public/foot/share.png") no-repeat -155px -44px;}
#header .nav-inner a.aomei-tools-icon{padding: 0;}
#header .nav-inner li.active a.aomei-tools-icon{background-color: #2a8de2;color: #fff;}
.aomei-tools-icon{width:30px;height: 30px;display: block;background: url("images/public/new-hd-icon.png") no-repeat -98px 4px;}
#header .aomei-tools-icon:hover,
#header li.active .aomei-tools-icon{background-position: -122px 4px;background-color:#2a8de2;}
.pxefaqdv b{font-size:14px;color:#000;}
.pxefaqdv strong{font-size:13px;}
.pxefaqdv em{font-size:12px;}
#techFAQ b{font-size:14px;font-weight:bold;color:#000;line-height:24px;}
.pxefaqdv {margin-bottom:35px;}
.search-icon{background: url("images/public/header-footer-icon.png") no-repeat  1px 1px;}
/* images end */

/* google search */
#header .Search{ float:right;margin-bottom: 5px;z-index: 89;margin-top: 5px;margin-right: 2px;height: 28px;}
#header .Search input{/*border: none;*/}
#header .Searchbgw{
	background: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font-size:12px;
	padding:0;
}
#header .Searchbgw-box{display: block;float: left;clear:both;width:169px;height: 26px;}
#header .Searchbgw-box:focus {border:1px solid #dcdcdc;}
#header .Searchbgw{display: none;line-height: 24px;height: 24px;cursor: pointer;float: right;width:0;transition: width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;border:1px solid #dad7d7;color:#222;text-indent: 3px;border-top-left-radius: 3px 3px;border-bottom-left-radius: 3px 3px;cursor: text;border-right:none;border-left:none;}
#header .Searchbg-box{cursor: pointer;height: 24px;float: right;width:22px;border-left:none;border-top-right-radius: 3px 3px;border-bottom-right-radius: 3px 3px;border:1px solid #fff;}
#header .Searchbg-box.show
,#header .Searchbg-box:hover{border:1px solid #dad7d7;}
/* google search end */

/* header */
#header{height:70px;border-bottom:1px solid #f1f1f1;padding-bottom:11px;position:relative;top:0;left:0;z-index:2112;}
#header.z0 {z-index:0;}
#header .navbar{width:980px;height:auto;margin:auto;font-size:0;font-size:0;letter-spacing:-0.307em;*letter-spacing:normal;*word-spacing:-1px;}
#header .logo {width:136px;position:relative;margin-right:-136px;margin-top:25px;float:left;}
#header .navbar-container,#header .nav-innerWarp{width:100%;float:right;text-align: left;}
#header .nav-inner{clear:both;padding-top:5px;}
#header .hd-nav-warp{float:right;*zoom:1;}
#header .logo-direct {width:165px;height: 50px;background: url("images/public/head/description.png") no-repeat 0 -5px;position: absolute;bottom:10px;left:130px;z-index:2009;}
#header:hover .logo-direct{background: url("images/public/head/description.png") no-repeat -0 -69px;}
#header .nav-innerWarp{
    
}
#header .nav-inner {
    float:right;
}
#header .nav-innerWarp li {
    float:left;
    margin-left:8px;
    position: relative;
}
#header .nav-innerWarp li.ft {
    margin-left:0;
}
#header .nav-innerWarp li a {
    display: block;
    height:30px;line-height: 30px;
    padding:0 10px;
    font-size: 16px;
    color: #000;
    letter-spacing: normal;
    word-spacing: normal;
    text-decoration: none;
}
#header .nav-innerWarp li a:hover, #header .nav-innerWarp li.active a{
    background-color: #2a8de2;
    color: #fff;
}

#header .nav-innerWarp .am-dropdown li.am-dpline {
    border-top: 5px solid #2a8de2;
    cursor: default;
}
#header .am-dropdown {
    position: absolute;
    top:30px;right: 0;
    background: #fff;
    overflow: hidden;
    display: none;
    background-color: #fff;
    box-shadow: 0 3px 4px rgba(3,3,3,0.2);
    z-index: 20150723;
}
#header .am-dropdown.w1 {
    width: 306px;
}
#header .am-dropdown.w2 {
    width: 440px;
}
#header .am-dropdown.w3 {
    width:200px;
}
#header .am-dropdown.w4 {
    width:300px;
}
#header .nav-innerWarp .am-dropdown li {
    margin:0;padding:0;
    width:100%;
    border-top:1px solid #ececec;
}
#header .nav-innerWarp .am-dropdown li.am-bdtt a{
    background: none;
    padding-left: 15px;
}
#header .nav-innerWarp .am-dropdown li.amt a{
    height:36px;line-height: 36px;
    border-top:none;
}
#header .nav-innerWarp .am-dropdown li a{
    font-size: 13px;
    color:#373f43;
    line-height: 34px;height:34px;
    padding:0;margin:0;
    padding-left: 30px;
    background: url(images/icon/aw2.png) no-repeat 15px center;
}
#header .nav-innerWarp .am-dropdown li a:hover{
    background: url(images/icon/aw2.png) no-repeat 15px center;
    background-color:#e3e3e3;
}
#header .nav-innerWarp .am-dropdown li.am-bdtt a.rf {
    background: #fff;
}
#header .nav-innerWarp .am-dropdown li.am-bdtt a.rf:hover {
    background: #fff;
    cursor: default;
}
#header .nav-innerWarp .am-dropdown li.am-bdtt a:hover {
    background: none;
    background-color:#e3e3e3;
}
#header .nav-innerWarp .am-dropdown li a em {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color:#f00;
}
#header .nav-innerWarp .am-dropdown li.am-bdtt a{
    font-size: 14px;
    color:#000;
    font-weight: 600;
}
#header .nav-innerWarp .am-dropdown.w3 li.am-bdtt a,#header .nav-innerWarp .am-dropdown.w4 li.am-bdtt a {
    font-size:14px;
    font-weight: normal;
}
.nav-inner,.navbar,#header {
    *zoom:1;
}
#header .nav-innerWarp li:hover .am-dropdown {
    display: block;
}
/* header */


/* footer begin */
#footer{width:100%;background-color:#2d2d2d;color:#fff;clear:both;text-align: left;padding:0;}
#footer a{color:#bababa;text-decoration: none;font-size:12px;}
#footer a:hover,
#footer .footer-copyright a:hover{color:#51a0ff;text-decoration: underline;}
#footer .footer-container{width:980px;height:auto;margin:auto;padding-top: 30px;padding-bottom: 30px;}
#footer .footer-box{display: block;float: left;}
#footer .footer-box.l{width:243px;margin-right: 50px;}
#footer .footer-box.m{width:272px;margin-right: 50px;}
#footer .footer-box.r{width:362px;*margin-right:-5px;}
#footer .footer-title{font-size:16px;line-height: 30px;}
#footer .footer-title{font-size:16px;line-height: 30px;}
#footer .footer-title i{display: block;float: left;width:30px;height: 30px;margin-right: 4px;}
#footer .footer-container li{list-style-type: none;line-height: 33px;}
#footer .footer-container li i{width:13px;height:13px;display: block;float: left;margin-top: 10px;margin-right: 5px;}
#footer .footer-title-line{height: 1px;width:96%;border-bottom:1px solid #8e8e8e;margin-top: 4px;margin-bottom: 5px;}
#footer .footer-list .share{height: auto;line-height: 22px;color:#bababa;font-size: 12px;margin-top: 3px;margin-bottom: 11px;}
#footer .footer-list .share a{display: block;width:30px;height: 30px;float: left;margin-right: 10px;}
#newsletterbox-c{width:174px;height:30px;line-height: 30px;}
#newsletter-email {width:110px;height: 28px;line-height: 28px;border:1px solid #494949;border-top-left-radius: 3px 3px;padding:0 3px;border-bottom-left-radius: 3px 3px;background-color: #282828;color:#6e6d6d;float: left;border-right:none;}
#newsletter-email:focus{border-color:#595959;}
#newsletter-email:blur{background-color: #282828;}
#newsletter-bt{width:56px;height: 30px;line-height: 30px;background-color:#1a546b;border:none;float: left;color:#85888a;font-size:13px;cursor:pointer;border-top-right-radius: 3px 3px;border-bottom-right-radius: 3px 3px;}
#newsletter-bt:hover{color: #a5a8aa;background: #206682;}
#footer .footer-list.s{margin-right: 50px;}
#footer .footer-list {display:block;*zoom:1;}
#footer .footer-line{height: 1px;border-bottom: 1px solid #373737;}
#footer .footer-copyright{color:#7b7b7b;font-size: 12px;width:980px;margin:auto;text-align: center;padding:20px 0 15px 0;}
#footer .footer-copyright div{text-align: center;padding:5px 0;}
#footer .footer-copyright a{color:#7b7b7b;}
#footer input {margin: 0em;font: normal normal normal 13.3333330154419px/normal Arial;text-rendering: auto;color: initial;letter-spacing: normal;word-spacing: normal;text-transform: none;text-indent: 0px;text-shadow: none;display: inline-block;text-align: start;}
#footer #newsletter-bt {width: 56px;height: 30px;line-height: 30px;/* background-color: #1a546b; */border: none;float: left;color: #85888a;font-size: 13px;cursor: pointer;border-top-right-radius: 3px 3px;border-bottom-right-radius: 3px 3px;text-align: center;}
#footer #newsletter-email {width: 110px;height: 28px;line-height: 28px;border: 1px solid #494949;border-top-left-radius: 3px 3px;padding: 0 3px;border-bottom-left-radius: 3px 3px;background: #282828;color: #6e6d6d;float: left;border-right: none;}
#footer #newsletter-bt {
	background: #1a546b;
}
#footer #newsletter-bt:hover {
	background: #206682;
}
/* footer end */

.thamewidth {
	margin-top: 30px;
}
#maincontent {
	float:right;
	width:100%;
}
#content {
	margin-left:290px;
}
#sidebar {
	float: left;
	margin-right:-280px;
	width:280px;
}
#sidebar .widget.download-img {
	background-color: #3ea3dd;
	padding:5px;width:268px;
	margin-bottom: 37px;
}
#sidebar .wtitle {
	font-size:16px;
	color:#fff;
	font-weight: normal;
	margin:0;padding:0;
	height:40px;line-height: 40px;
	text-indent: 15px;
	border:none;
}
.clear_zl:after,#sidebar .adbox:after{content:'';display: block;overflow: hidden;visibility: hidden;height:0;clear:both;}
.clear_zl, #sidebar .adbox{*zoom:1;}
#sidebar .dline {
	padding:0;margin:0;height:0;border:none;
}
#sidebar .adbox {
	background: #fff;
	padding-bottom: 18px;
}
#sidebar .adimg{
	float: left;
	margin-top: 19px;
	margin-left: 12px;
	display: block;
	width:78px;height:119px;
	margin-right: -97px;
}
#sidebar .adtxt {
	float: right;
	width:100%;
	position: relative;
}
#sidebar .adtxt div{
	margin-left:103px;
}
#sidebar .adtxt div p {
	font-size:14px;color:#0871ad;
	line-height: 1.5em;margin:0;padding:0;
}
#sidebar .adtxt .ft {
	padding-top:25px;
}
#sidebar .adtxt .lt {
	padding-top: 15px;
}
#sidebar .widget.download-img .adtxt .lt a{
	display: inline-block;*display: inline;*zoom:1;
	height:28px;line-height: 28px;
	border-radius: 8px;
	border:1px solid #3ea3dd;
	text-align: center;
	padding:0 15px;
	color:#249efc;
	vertical-align: middle;
}
#sidebar .widget.download-img .adtxt .lt a:hover{
	text-decoration: underline;
}
#sidebar .widget.download-img {
	padding-bottom: 5px;
	border-bottom-left-radius: 0 0;
	border-bottom-right-radius: 0 0;
	border:none;
	background-color: #3ea3dd;
	padding:5px;width:268px;
}
#sidebar .winner .wtitle {
	border:none;
	font-size:16px;
	color:#fff;
	font-weight: normal;
	margin:0;padding:0;
	height:40px;line-height: 40px;
	text-indent: 15px;
	border:none;
	background: #3ea3dd;
}
#sidebar .widget {
	padding-bottom: 5px;
	border-bottom-left-radius: 0 0;
	border-bottom-right-radius: 0 0;
	border:none;
	background-color: #FFF;
	padding:0;width:278px;
}
#sidebar .winner {
	padding:0;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
	background: none;
}
#sidebar .winner ul {
	border:1px solid #dcdcdc;
	border-top:none;
	padding: 0 7px;
	padding-bottom: 15px;
	padding-top: 5px;
}
#sidebar .winner ul li,#sidebar .widget.widget_categories ul li {
	padding:0;margin:0;
	line-height: 1.5em;
	padding:7px 0;
	background: url(images/icon/aw2.png) no-repeat 0 0.765em;
	padding-left:13px;
}
#sidebar .winner ul li a{
	color:#373f43;
	font-size:13px;
}
#sidebar .winner ul li:last-child,#sidebar .widget.widget_categories ul li:last-child {
	border-bottom: none;
}
.postwrap {
	border-radius: 0 0;
}
.postwrap .copy {
	padding-left:0;padding-right:0;
}
.postwrap .post-title h2 a {
	font-weight: normal;
	font-size: 20px;
}
.postwrap .post-title h2 {
	font-weight: normal;
}
.postwrap .textcontent p,.postwrap .textcontent h1,.postwrap .textcontent h2 {
	margin-bottom: 10px;line-height: 1.5em;
}
.postwrap .metabar em .metabar-span {
	font-weight: normal;
}
.postwrap .copy p {
	font-size: 12px;
	line-height: 2em;
}
.postwrap .textcontent {
	padding-bottom: 20px;
}
.postwrap .details .inside a {
	font-size:14px;
}
.postwrap .details {
	margin-top: 5px;
}
#content {
	margin-bottom: 45px;
}
#content .postwrap .textcontent h1 {
	font-weight: normal;
	font-size: 20px;
}
/* Zell 2015/09/07 END */

/* new add active css */
.active_adv{
    width: 334px;height: 225px;
    position:fixed;
    bottom: -225px;right: 0;
    z-index: 20151019;display: none
}
.active_adv .active_top{
    width: 334px;height: 45px;
    background: url(images/public/activet.png) no-repeat center center;
    font-size: 16px;line-height: 35px;color: #592800;
    text-indent: 20px;
    background-color: #fff
}
.active_adv .active_top span{display: inline-block;float: left;}
.active_adv .active_middle{
    width:291px;;height: 180px;
    border:solid 1px #d7d7d7;
    border-top:none;
    background-color: #fff;
    margin:0 auto;
    padding: 0 12px;
}
.active_adv .active_middle span{
    display: block;
    line-height: 20px;
    text-align: left;
    color: #008fd6;
    padding:10px 0 12px 0;
}
.active_adv .active_middle span a{font-size: 12px;}
.active_adv .active_top i.close{
    display:inline-block;
    float: left;
    width: 32px;height: 32px;
    font-size:24px;
    color:#fae0a2;
    text-align: center;
    text-indent: 0;
    cursor: pointer;margin-left: 55px;
}
.active_adv .active_top i.close:hover{
    font-size: 30px;
    color: #fff
}
.active_adv .active_middle ul li{
    line-height: 20px;color: #373f43;
    padding-left: 15px;
    font-size: 12px;
    text-align: left;
    background:url(images/aw2.png) no-repeat left 3px;
}
.active_adv .active_middle ul{
    float: left;
    margin-right: 10px
}
.active_adv .active_middle ul.clear{
    clear: both;
}
.active_adv .Active_links{
    display: block;
    width: 110px;height: 30px;
    background-color: #f1ab02;
    border-radius:5px;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    clear: both;
    float: left;
}
.active_adv .Active_links:hover{
    text-decoration: none;
    background-color: #f88000
}
/* new add active css */