/*  
Theme Name: CNReboot
Theme URI: www.cnreviews.com
Version: 1.00
Description: CNReboot
Author: Kai Pan
Author URI: 
Tags: monochromatic, grey, green, blue, light, neutral
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, 
dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, 
sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, 
label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	margin: 0;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	background: #ccc;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.5em;
	min-width: 1000px;
	}

p {
	font-size: 1.2em;
	line-height: 1.5em;
	}

/* Links */

a, a:visited {
	color: #4E5D76;
	}

a:hover {
	color: #74B31F;
	text-decoration: underline; 
	}
	
/* Headings */

h1, h2, h3, h4 {
	color: #444;
	font-family: Arial, Helvetica, Sans-serif, Verdana;
	font-weight: bold;
	line-height: 1.2em;
	letter-spacing: -1px;
	text-align: left;
	}

h1 {
	font-size: 2.8em;
	}

h2 {
	font-size: 2.8em;
	}
	
h3 {
	font-size: 2.2em;
	}

h4 {
	font-size: 1.4em;
	}
	
.post-title, .post-title a, .post-title a:visited {
	color: #444;
	letter-spacing: -1px;
	text-align: left;
	text-decoration: none;
	}

.post-title a:hover {
	color: #74B31F;
	text-decoration: none;
	}
	
blockquote {
	background: #DCFCA7 url(images/quote.png) no-repeat scroll 10px 10px; 
	list-style: none; 
	margin: 0 0 5px; 
	padding: 10px 20px 5px 37px; 
	}

.comment blockquote {
	background: #fff url(images/quote.png) no-repeat scroll 10px 10px; 
	list-style: none; 
	margin: 0 0 5px; 
	padding: 10px 20px 5px 37px; 
	}
	
ul {
	list-style-type: square;
	}

ol {
	margin: 0 0 0 10px; 
	}

li {
	margin: 0 0 0 20px; 
	}

table, tr, td {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	font-size: 1em;
	max-width: 640px;
	padding: 3px;
	text-align: left;
	}
	
/* STRUCTURE */

#cnr {
	background: #fff;
	height: 40px;
	position: relative;
	width: 100%;
	z-index: 1;
	}

#header {
	background: #eee;
	height: 85px;
	padding: 5px 0;
	position: relative;
	width: 100%;
	z-index: 1;
	}
	
#navigation {
	background: #ddd;
	height: 85px;
	padding-top: 5px;
	position: relative;
	width: 100%;
	z-index: 2;
	}

#page {
	background: #ccc;
	position: relative;
	text-align: left;
	width: 100%;
	z-index: 1;
	}
	
#content {
	background: #fff;
	float: left;
	margin: 0; 
	overflow: hidden;
	padding: 10px; 
	width: 660px;
	z-index: 1;
	}
	
#sidebar {
	float: right; 
	margin: 0; 
	overflow: hidden; 
	padding: 5px;
	width: 310px;
	z-index: 1;
	}
	
#footer-links {
	background: #ddd;
	clear: both; 
	height: auto;
	padding: 10px 0;
	position: relative; 
	width: 100%;
	z-index: 1;
	}

#footer {
	background: #eee;
	clear: both;
	height: 50px;
	padding-top: 5px;
	position: relative;
	width: 100%;
	z-index: 1;
	}

.content-wrapper {
	height: 100%;
	margin: 0 auto;
	position: relative;
	width: 1000px;
	}

.grid {
	background: #bbb;
	}
	
/* HEADER.PHP */

#cnr-left {
	left: 0;
	position: absolute;
	top: 0;
	width: 600px;
	}

a.blog-title, h1.blog-title a {
	color: transparent;
	}

.cnr-logo  {
	background: #fff url(images/logo-cnreviews-transparent.png) no-repeat scroll 0px 3px;
	display: block;
	float: left;
	height: 36px;
	width: 168px;
	}
	
.cnr-logo:hover {
	}
	
.blog-title {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.2em;
	}
	
#cnr-right {
	position: absolute;
	right: 0;
	top: 10px;
	width: 400px;
	}

/* cnr-nav */

.cnr-nav {
	left: 190px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	}

.cnr-nav ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	}

.cnr-nav li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	}
	
.cnr-nav a {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	color: #aaa;
	display: block;
	font-size: 1.2em;
	text-transform: none;
	margin: 0;
	padding: 5px 7px; 
	text-decoration: none;
	}

.cnr-nav a:hover {
	background: #eee;
	color: #000;
	}

.cnr-nav li.current_page_item a, #nav li.current-cat a { 
	background: #888;
	color: #fff; 
	}

.cnr-nav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 225px;
	}

.cnr-nav li li a, .cnr-nav li li a:link, .cnr-nav li li a:visited {
	background: #ddd;
	border-color: #666;
	border-style: solid;
	border-width: 0 1px 1px 1px; 
	color: #222; 
	font-size: 1.3em;
	float: none;
	margin: 0px;
	padding: 8px 10px;
	width: 210px;
	}

.cnr-nav li li a:hover, .cnr-nav li li a:active {
	background: #777;
	color: #fff;
	padding: 8px 10px; 	
	}

.cnr-nav li ul {
	position: absolute;
	width: 10em;
	left: -999em; 
	z-index:10;
	}

.cnr-nav li:hover ul {
	left: auto;
	display: block;
	}

.cnr-nav li:hover ul, .cnr-nav li.sfhover ul {
	left: auto;
	}

#header h1 a, #header .blog-title a, #navigation h1 a:visited {
	color: #fff;
	}

#header a, #header a:visited { 
	text-decoration:none;
	}

#header-left {
	left: 0;
	position: relative;
	top: 0;
	width: 272px;
	}

#header-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 728px;
	}

.blog-description {
	font-family: Arial, Helvetica, Sans-Serif, Verdana;
	font-weight: bold;
	letter-spacing: -1px;
	}

.primary-tagline {
	font-size: 3.8em;
	line-height: 1em;
	margin-top: 10px;
	}
	
.secondary-tagline {
	font-size: 1.8em;
	line-height: 1.5em;
	}

.blog-description a {
	color: #444;
	text-decoration: none;
	}

.blog-description a:hover {
	color: #74B31F;
	}
	
.quote-of-the-moment {
	display: block;
	height: 70px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	text-align: right;
	top: 0px;
	width: 280px;
	}

.quote {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1em;
	font-style: italic;
	}

.quote-by {
	font-size: 1em;
	}
	
.china-wifi-help {
	background: #eee url(images/wifi-china-help.png) no-repeat scroll 0px 0px;
	display: block;
	height: 90px;
	right: 20px;
	position: absolute;
	top: 0px;
	width: 120px;
	opacity: 0.5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	}
	
.china-wifi-help:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
	}
	
#navbar {
	background: #555;
	width: 1000px;
	height: 35px !important;
	color: #fff;
	margin: 5px auto;
	padding: 0px; 
	border: 0px solid #ccc;
	}

/* navigation - Left */

#navbarleft {
	float: left;
	}

#nav {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	list-style: none;
	}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav a {
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	background: #4E5D76;
	color: #ddd;
	display: block;
	font-size: 1.4em;
	margin: 5px 5px 0 0;
	padding: 10px 15px; 
	text-decoration: none;
	}

#nav .tag-item a {
	background: #6E7D96;
	color: #ddd;
	float: left;
	height: 15px;
	font-size: 1.2em;
	padding: 8px 12px; 
	}
	
#nav a:hover {
	background: #74B31F;
	color: #fff;
	}

#nav li.current_page_item a, #nav li.current-cat a { 
	background: #666;
	color: #fff; 
	}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}

/* category drop down */
	
#nav li div.expanded-navigation {
	background: #fff;
	border: 5px solid #ddd;
	border-top: 0px;
	display: none;
	padding: 10px 15px 15px;
	position: absolute;
	width: 960px;
	z-index: 10;
	}

#nav li:hover div.expanded-navigation {
	display: block;
	left: 0;
	top: 0;
	}

#nav li div div.focus {
	float: left;
	width: 150px;
	}

#nav li div div.subcategories {
	float: right;
	width: 800px;
	}
	
a.focus {
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	background: #4E5D76;
	color: #ddd;
	display: block;
	font-size: 1.4em;
	margin: 5px 5px 0 0;
	padding: 10px 15px; 
	text-decoration: none;
	width: 100px;
	}

#nav a.tag-item-more {
	margin: 5px 0 0;
	text-align: center;
	width: 32px;
	}
	
/* category widths */

#nav a.cat-item-more {
	margin: 5px 0 0;
	text-align: center;
	width: 55px;
	}

.cat-item-27 { /* Business/Entrepreneurship */
	width: 160px;
	}

.cat-item-368 { /* Business/Economy */
	width: 98px;
	}
	
.cat-item-1649 { /* People/Entrepreneurship */
	width: 138px;
	}

.cat-item-1650 { /* People/Bloggers */
	width: 100px;
	}
	
.cat-item-1652 { /* Business/Companies */
	width: 113px;
	}

.cat-item-1653 { /* Business/Jobs-Careers */
	width: 143px;
	}

.cat-item-1654 { /* Business/Networking-Connections */
	width: 222px;
	}

.cat-item-1655 { /* Business/Research-Insights */
	width: 176px;
	}

.cat-item-1657 { /* Life/News-Issues */
	width: 137px;
	}

.cat-item-1658 { /* Life/Society-Culture */
	width: 156px;
	}

.cat-item-1659 { /* Life/Trends-Phenomenon */
	width: 195px;
	}

.cat-item-1660 { /* Life/Living-In-China */
	width: 139px;
	}

.cat-item-1661 { /* Life/Relationships */
	width: 131px;
	}

.cat-item-1662 { /* Life/Dining-Shopping-Entertainment */
	width: 276px;
	}

.cat-item-1663 { /* Life/Events */
	width: 84px;
	}

.cat-item-1664 { /* Life/Education */
	width: 101px;
	}
	
.cat-item-1665 { /* Life/Travel-Tourism */
	width: 153px;
	}
	
.cat-item-1804 { /* Life/Charity-Donations */
	width: 173px;
	}

.cat-item-1814 { /* Business/Ideas-Opportunities */
	width: 188px;
	}
	
/* navbar - Right */

#navbarright {
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 330px;
	}

#navbarright img {
	border: none;
	margin: 0;
	padding: 0;
	}

#google-custom-search {
	}

#cse-search-box {
	}
	
#cse-search-box br {
	display: none;
	}
		
#search-form {
	margin: 0 0 1em 0;
	}

.form-field {
	background: #fff;
	border: 1px solid #aaa;
	cursor: text;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	height: 1.3em;
	padding: 0 5px;
	}

.form-button {	
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	background: #4E5D76;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.4em;
	font-weight: bold;
	height: 2.2em;
	vertical-align: top; 
	}
	
.form-button:hover {	
	background: #74B31F;
	color: #fff;
	}

.subscribe  {
	color: #aaa;
	display: block;
	float: right;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	height: 16px;
	padding: 5px 7px;
	text-decoration: none;
	opacity: 0.8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
	}

.subscribe:hover {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-bottom-right-left: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	background: #eee;
	color: #f90;
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
	}
	
.rss {
	background: #fff url(images/feed-icon-16x16.png) no-repeat scroll 100px center;
	width: 107px;
	}

.rss:hover {
	background: #eee url(images/feed-icon-16x16.png) no-repeat scroll 100px center;
	}
	
.email {
	background: #fff url(images/feed-email-icon-16x16.png) no-repeat scroll 110px center;
	width: 117px;
	}

.email:hover {
	background: #eee url(images/feed-email-icon-16x16.png) no-repeat scroll 110px center;
	}
	
.twitter {
	background: #fff url(images/twitter-icon-16x16.png) no-repeat scroll 95px center;
	width: 102px;
	}

.twitter:hover {
	background: #eee url(images/twitter-icon-16x16.png) no-repeat scroll 95px center;
	color: #38ceff;
	}
	
/* INDEX.PHP */

.archive {
	}

.category-description {
	padding: 1em 0 2em;
	}

.large-subscribe {
	background: #fff url(images/feed-icon-32x32.png) no-repeat scroll right top;
	color: #fff;
	display: block;
	float: right;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 2em;
	height: 25px;
	padding: 8px 40px 0 0;
	text-align: right;
	width: 100px;
	opacity: 0.8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
	}

.large-subscribe:hover {
	background: #fff url(images/feed-icon-32x32.png) no-repeat scroll right top;
	color: #f90;
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
	}
	
.bar {
	border-bottom: 5px solid #ccc;
	margin-top: 1em;
	}
	
.post-preview {
	border-bottom: 5px solid #ddd;
	padding: 10px 0;
	}
	
.post-preview:hover {
	background: #DCFCA7;
	}
	
.post-thumbnail {
	float: left; 
	margin-right: 10px;
	width: 200px; 
	}
	
.post-info {
	text-align: right;
	}

#post-excerpt {
	margin-bottom: 1em;
	}

#post-more {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: right;
	}
	
.read-more  a {
	text-decoration: none;
	}

.comment-count a {
	text-decoration: none;
	}
	
#nav-pages {
	font-size: 2em;
	line-height: 1.5em;
	margin: 1em 0 1.5em;
	}
	
.widget-title {
	border-bottom: 1px solid #ccc;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 0;
	margin: 0 0 5px;
	padding: 5px;
	text-align: right;
	text-transform: uppercase;
	}

.widget-title a, .widget-title a:visited {
	color: #444;
	text-decoration: none;
	}

.section-more {
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
	text-align: right;
	text-transform: lowercase;
	}
			
/* AUTHOR.PHP */

#author-avatar {
	float: left;
	padding: 5px 10px 5px 0;
	}

#author-description {
	font-weight: normal;
	}
		
/* SINGLE.PHP */
	
.post {
	color: #444; 
	padding: 0 10px;
	margin: 0; 
	position: relative;
	text-align: justify; 
	}
	
#post-header {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 1em;
	padding-bottom: 1em;;
	}
		
#post-date {
	border-left: 1px solid #CCCCCC;
	float: right;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	margin-right: -15px;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
	}

.post-day {
	color: #ccc;
	font-size: 3em;
	line-height: 0.8em;
	}

.post-month {
	color: #888;
	font-size: 1.2em;
	line-height: 1em;
	}
	
.post-year {
	color: #aaa;
	font-size: 1.2em;
	line-height: 1em;
	}

#post-comments {
	float: left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	margin-right: 10px;
	padding: 15px 10px;
	text-align: center;
	text-transform: lowercase;
	}

.comments-number {
	color: #fff;
	font-size: 5em;
	line-height: 0.8em;
	text-decoration: none;
	}

.comments-label {
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
	}
	
#post-author {
	float: left;
	margin-right: 10px;
	padding: 13px 11px;
	text-align: center;
	}

.byline {
	color: #888;
	font-size: 1.2em;
	margin-top: 3px;
	}
	
.byline a {
	text-decoration: none;
	}
	
.post-edit {
	}
		
.breadcrumb {
	margin: 0 0 10px 10px; 
	}

.breadcrumb a {
	}

.entry {
	text-align: justify;
	}

.entry p, .entry-content ul, .entry-content ol, .entry-content div, .entry-content blockquote {
	margin: 13px 0;
	}

.entry ul, .entry ol {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 10px 0 10px 30px
	}
	
.entry ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: square;
	}

.entry  ul li, .entry ol li {
	}
		
.post-meta { 
	background: #eee;
	border-color: #ccc;
	border-style: solid;
	border-width: 0 5px 5px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0 10px 10px;
	}

.post-meta a, .post-meta a:visited {
	text-decoration: none;
	}

.post-meta a:hover {
	}

.post-meta-type {
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	background: #ddd;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
	padding: 5px 10px;
	}
	
#post-meta-category {
	margin-bottom: 1em;
	}
	
#post-meta-tags {
	margin-bottom: 1em;
	}

#post-meta-author {
	border-top: 5px solid #ccc;
	min-height: 90px;
	padding-top: 10px;
	}
	
#post-nav {
	clear: both;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 20px 0 10px;
	}

#post-nav a, #post-nav a:visited {
	color: #eee;
	text-decoration: none;
	}

#post-nav a:hover {
	color: #fff;
	}

.button {
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	background: #4E5D76;
	padding: 5px 10px;
	}

.button:hover {
	background: #74B31F;
	}

#post-nav .previous {
	float: left;
	width: 35%;
	}
	
#post-nav .next {
	float: right;
	text-align: right;
	width: 35%;
	}
	
/* COMMENTS.PHP */

h3#comments a {
	text-decoration: none;
	}

#respond {
	background: #DCFCA7;
	height: auto;
	margin-top: 20px;
	padding: 10px;
	}

#comment-form {
	margin: 10px 0 30px;
	}

#comment-form label, #comment-form label small {
	}

#comment-form label span {
	}

#comment-form textarea {
	background: #fff;
	border: 1px solid #ccc;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1.2em;
	height: 150px;
	margin: 5px 0;
	padding: 5px;
	width: 525px;
	}

#comment-form #submit {
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	background: #4E5D76;
	border: 0;
	color: #eee;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.4em;
	font-weight: bold;
	left: 411px;
	margin-top: 5px;
	padding: 10px;
	position: absolute;
	width: 145px;
	}

#comment-form #submit:hover {
	background: #74B31F;
	color: #fff;
	cursor: pointer;
	}

#comment-form textarea:focus, #comment-form input[type="text"]:focus {
	background: #fff;
	}

#allowed-tags {
	display: none;
	}
	
.subscribe-to-comments {
	font-size: 1.2em;
	}
	
#comments, #pings {
	padding: 0 5px;
	margin-top: 20px;
	}

#content .alt {
	background: #ddd;
	border: 1px solid #ccc;
	}

#commentlist {
	padding: 0;
	margin: 0;
	}

#commentlist li {
	margin: 10px 0 0px;
	padding: 10px;
	list-style: none;
	}

#commentlist li ul {
	padding: 0;
	margin: 0;
	}

#commentlist li ul li {
	margin-right: 0px;
	margin-left: 0px;
	}

#commentlist li .avatar {
	float: left;
	border: 1px solid #eee;
	margin: -5px 10px 0 -5px;
	padding: 0px;
	background: #fff;
	}

#commentlist p {
	margin-bottom: 1em;
	}
	
#commentlist cite, #commentlist cite a {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	}
	
#content .children { 
	padding: 0; 
	}

#content .nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

#content .thread-alt {
	background-color: #ddd;
	position: relative;
	}

#content .depth-1 {
	border: 1px solid #ddd;
	position: relative;
	}

#content .even, .alt {
	background: #eee;
	border: 1px solid #ddd;
	position: relative;
	}

#content li.byuser {
	background: #fff;
	border: 5px solid #4E5D76; 
	}

#content li.bypostauthor {
	}
	
.comment-author {
	}

.says {
	display: none;
	}

.commentmetadata , .commentmetadata  a, .commentmetadata  a:visited {
	margin: 5px 0 10px;
	text-decoration: none;
	}

.commentmetadata  a:hover {
	}
	
.reply {
	font-weight: bold;
	text-align: right;
	}
	
.cancel-comment-reply small {
	font-size: 1em;
	}
	
#pinglist {
	background: #eee none repeat scroll 0 0;
	font-size: 1.2em;
	margin: 10px 0;
	padding: 0;
}

#pinglist li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: square;
	margin-left: 20px;
	padding: 5px 0;
}

/* SIDEBAR.PHP */

#search-box {
	margin-bottom: 5px;
	}

.sidebar-section {
	margin-bottom: 5px;
	}
	
.postings {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	margin: 5px 0;
	padding: 10px 0;
	}
	
a.sidebar-actions {
	color: #fff;
	text-decoration: none;
	}

#sidebar ul {
	list-style: none;
	}

#sidebar li {
	margin: 0;
	}

#jobs-careers {
	}
	
.job-item {
	height: 40px;
	margin: 5px 0;
	}
	
.job-image {
	float: right;
	height: 40px;
	margin-left: 10px;
	width: 70px;
	}

.job-title h4.post-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	}
	
#sidebar-top {
	margin-bottom: 10px;
	padding: 0px;
	width: 300px;
	overflow: visible; 
	}

#sidebar-left {
	padding: 0px;
	float: left; 
	width: 150px;
	overflow: visible; 
	}

#sidebar-right {
	padding: 0px;
	float: right; 
	width: 150px;
	overflow: hidden; 
	}

/* FOOTER.PHP */	
	
#footer-links-left {
	float: left; 
	overflow: hidden;
	width: 243px; 
	}

#footer-links-right {
	float: right; 
	overflow: hidden;
	width: 242px; 
	}
	
.footer-links-separator {
	margin-right: 10px;
	}

#footer-links ul {
	list-style: none;
	margin: 0 0 5px;
	padding: 0;
	}

#footer-links  li {
	border-bottom: #ccc 1px dotted;
	line-height: 1.3em;
	list-style: none;
	margin: 0;
	padding: 0;
	}

#footer-links  li a {
	display: block;
	max-height: 2.6em;
	min-height: 2.6em;
	overflow: hidden;
	padding: 4px 0 4px 2px;
	text-decoration: none;
	}

#footer-links li a:visited {
	text-decoration: none;
	}

#footer-links  li a:hover {
	background-color:#fff;
	}

#footer a, #footer a:visited {
	}

#footer a:hover {
	}
	
#footer .copyright {
	float: left;
	}

#footer .creative-commons-logo  {
	background: #eee url(images/logo-creative-commons.png) no-repeat scroll right center;
	display: block;
	float: left;
	height: 36px;
	width: 151px;
	opacity: 0.1;
	-moz-opacity: .1;
	filter: alpha(opacity=10);
	}
	
#footer .creative-commons-logo:hover {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	}

#footer .footer-cnr-logo {
	background: #eee url(images/logo-cnreviews-transparent.png) no-repeat scroll 0px 3px;
	float: right;
}
		
/* Alignments */

.center {
	text-align: center;
	}

img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
.aligncenter, div.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
	}

.alignleft {
	float: left;
	}

img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
	}

.alignright {
	float: right;
	}

img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
	}

.clear {
	clear: both;
	}

.text-align-left {
	text-align: left;
	}

.text-align-right {
	text-align: right;
	}
	
pre {
	background: #F7F7F7;
	border: 1px solid #D5D5D5;
	line-height: 100%;
	overflow: auto;
	padding: 10px; 
	font-size: 100%;
	}

pre code {
	font-family: "Courier New", Courier, monospace;
	}

code {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	}

pre:hover {
	border:1px solid #000;
	}

fieldset {
	border: 2px solid #DCFCA7;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 2em 0;
	padding: 1em;
	}

legend {
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1em;
	padding: 0 5px;
	}
	
/* WIFI DIRECTORY */

h3.wifi {
	background: #ddd;
	margin-top: 1em;
	padding: 5px;
	}

h2.wifi {
	background: #bbb;
	margin-top: 1em;
	padding: 5px;
	}
	
/* CONTACT FORM */

.wpcf7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	}

.wpcf7 input[type="text"], .wpcf7 select {
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	}

.wpcf7 textarea {
	background: #fff;
	border: 1px solid #ccc;
	height: 135px;
	margin-top: 3px;
	padding: 3px;
	width: 632px;
	}

.wpcf7 input[type="submit"] {
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	background: #4E5D76;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.4em;
	font-weight: bold;
	height: 2.2em;
	margin-top: 5px;
	text-align: center;
	}

.wpcf7 input[type="submit"]:hover {
	background: #74B31F;
	color: #fff;
	cursor: pointer;
	}

.wpcf7 textarea:focus, .wpcf7 input[type="text"]:focus {
	background: #fff;
	}
	
/* PICTURE CAPTIONS */

.wp-caption,
.wp-caption aligncenter,
.wp-caption alignleft,
.wp-caption alignright {
	margin: 0 0 3px;
	text-align: center;
	}

.wp-caption-text {
	color: #888;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0px !important;
	padding: 2px 5px !important;
	text-align: right;
	}

/* GALLERY */

.attachment img, .attachment-thumbnail, .entry-content .gallery img {
	border: 1px solid #ccc;
	padding: 3px;
	}

.attachment img:hover, .attachment-thumbnail:hover, .entry-content .gallery img:hover {
	border: 1px solid #74B31F;
	}
		
/* SUBSCRIPTION MANAGER */

.subscription-manager {
	}

.subscription-manager h2 {
	font-size: 2.2em;
	}

.subscription-manager p {
	margin-top: 1em;
	}
	
.subscription-manager input {
	margin-top: 1em;
	}

.subscription-manager div.updated {
	margin-top: 2em; 
	}
	
.subscription-manager fieldset {
	background: transparent none repeat scroll 0% 0%;
	border: 1pt dotted #333;
	margin: 1em 0em 2em 0em;
	padding: 1em;
	vertical-align: baseline;
	}

.subscription-manager legend {
	background: #FFF;
	font-weight: bold;
	font-size: 1.3em;
	padding: 0px 5px 0px 5px;
	}
	
/* WP-GREET-BOX */

.greet_block {
	background:#fff;
	border:1px solid #ddd;
	float:left;
	margin: 5px 10px;
	width: 928px;
	}

.greet_image {
	float:left;
	padding:0 10px 0 0;
	}

.greet_image img{
	background:none;
	border:none;
	margin:0;
	padding:0;
	}

.greet_text {
	background:#fff;
	color:#333;
	float:left;
	font-size:14px;
	line-height:20px;
	padding:5px;
	width: 918px;
	}

.greet_block_close {
	background:#fff;
	border:1px solid #ccc;
	float:right;
	height:15px;
	margin:0 0 0 10px;
	width:15px;
	}

.greet_block_close:hover {
	background:#ccc;
	border:1px solid #ccc;
	float:right;
	height:15px;
	margin:0 0 0 10px;
	width:15px;
	}

.greet_block_close a {
	color:#ccc;
	cursor:pointer;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	margin:0 3px;
	text-transform:uppercase;
	}

.greet_block_close a:hover {
	color: #fff;
	text-decoration:none;
	}

.greet_block_powered_by {
	float:right;
	font-size:9px;
	line-height:14px;
	padding:0 5px;
	}

.greet_block_powered_by a {
	color:#ccc;
	}

.greet_search {
	border-top:1px solid #eee;
	font-size:11px;
	margin:5px 0 0 0;
	padding:2px 0 0 0;
	}

.greet_search a {
	cursor:pointer;
	}
	
/* WIDGETS */

.widget {
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	background: #eee; 
	padding: 5px;
	}
	
.recent-comments-excerpt {
	font-size: 1.2em;
	height: 55px;
	margin: 0 0 0 50px;
	}

.recent-comments-excerpt a {
	font-weight: bold;
	}
	
#recent-readers { 
	}

#mybloglog {
	height: 310px;
	overflow: hidden;
	}

#mybloglog-header {
	text-align: center;
	height: 25px;
	overflow: hidden;
	}

table#MBL_COMM td.mbl_join {
	background: #eee !important;
	}

table#MBL_COMM td.mbl_join_img {
	background: #eee !important;
	vertical-align: top !important;
	}
	
div.sociable {
	background: #eee;
	border-color: #ccc;
	border-style: solid;
	border-width: 5px 5px 0;
	margin: 2em -10px 0 !important;
	padding: 15px 10px 5px;
	}
	
div.sociable ul {
	display: inline;
	margin:0 !important;
	padding:0 !important;
	}
	
div.sociable ul li {
	background: transparent;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
	}
	
.sociable_tagline {
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	background: #ddd;
	display: inline;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.2em;
	margin-right: 5px;
	padding: 5px 10px;
	vertical-align: top;
	}
	
div.yarpp {
	background: #eee;
	border-color: #ccc;
	border-style: solid;
	border-width: 0 5px;
	margin: 0 -10px !important;
	padding: 5px 10px;
	}
	
div.yarpp div, div.yarpp p {
	margin: 0px;
	}

div.yarpp ol {
	list-style: none;
	margin: 10px 0 0 -5px;
	text-align: left;
	}

div.yarpp ul {
	list-style: none;
	}
	
div.yarpp li {
	color: #666;
	font-size: 0.9em;
	height: 75px; 
	line-height: 1.3em;
	margin: 5px 0 5px -30px; 
	overflow: hidden; 
	padding: 0px;
	text-align: left;
	}

div.yarpp a {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	}

div.yarpp img {
	float: left;
	font-size: 0.8em;
	margin-right: 10px;
	}
	
/* ADVERTISING */

.ad {
	background: #fff;
	border: 1px solid #ccc;
	padding: 3px;
	text-align: center;
	}

.ad a:hover {
	}
	
#ad-wide-skyscraper {
	text-align: left;
	width: 160px;
	}