/*
Theme Name: Ni Hao Grandma Theme
Theme URI: http://www.nihaograndma.com
Description: Proprietary theme!  Pictures of my favorite old Chinese people!
Version: .8
Author: Ben Dweck
Author URI: http://wubathrooms.com/
Tags: old, chinese, people
*/

html {
	height: 100%;
}

body {
	height: 100%;
	background: white;
	background-image: url('/images/light-bg.jpg');
	font-family: Garamond, Times, 'Times New Roman', Serif;
}

a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}

.cbb {
	margin:1em 0;
	padding:0 10px;
	border:1px solid #666;
	background:#f7f6fc;
}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#f7f6fc;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}
/* Normal styling */
.cb {margin:0.5em 0;}
	
	/* Top corners and border */
.bt {
	height:9px;
	margin:0 0 0 9px;
	background:url(/images/box.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-9px;
	width:9px;
	height:9px;
	background:url(/images/box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:9px;
	margin:0 0 0 9px;
	background:url(/images/box.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-9px;
	width:9px;
	height:9px;
	background:url(/images/box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 4px;
	background:url(/images/border-left.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 4px 0 0;
	background:url(/images/border-right.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#f7f6fc;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}
/* Default CSS ends here */

#container {
	padding-left: 10px;
	padding-top: 5px;
	position: relative;
	min-width: 1030px;
}

#banner {
	width: 792px;
}

#banner img {
	border: 0;
}

#left {
	width: 172px;
	float: left;
	position: relative;
}

#leftHeight {
	position: relative;
	height: 413px;
}

.title {
	font-size: 135%;
	line-height: 85%;
}

.submitted {
	font-size: 80%;
	font-weight: bold;
}

.submitter {
	text-transform: uppercase;
}

#left .submitted {
	padding-top: 4px;
}

.bottomDots {
	width: 100%;
	background-image: url('/images/dots-border.png');
	background-repeat: repeat-x;
	background-position: bottom left;
}

#comments {
	font-size: 80%;
}

.commenter {
	text-transform: uppercase;
}

#left #comments .comment {
	padding-top: 10px;
}

#left #comments .commentBody {
	margin-left: 8px;
}

#bottom {
	padding-top: 15px;
	position: absolute;
	top: 100%;
}

#bottom .bottomLink {
	text-transform: uppercase;
	padding-bottom: 2px;
	padding-top: 7px;
	font-size: 90%;
}

a.cuteAttack {
	color: red;
	font-weight: bold;
}

#mostRecent {
	width: 600px;
	float: left;
	padding-left: 20px;
}

#mostRecent .date {
	float: right;
}

.clearer {
	clear: both;
	height: 1px;
	margin-bottom: -1px;
	overflow: hidden;
}

.navLink {
	text-transform: uppercase;
	height: 100%;
}

.navLink :hover {
	background: #f7a0a6;
}

#horizontalNav {
	padding-left: 20px;
	padding-bottom: 8px;
}

#horizontalNav .navLink {
	float: left;
	padding-right: 35px;
}

#featured {
	padding-top: 5px;
}

#others {
	position: relative;
}

.secondaryStory {
	float: left;
	width: 250px;
}

.secondaryPadding {
	margin: 3px 3px 3px 3px;
}

.secondary2, .secondary3 {
	padding-right: 21px;
}

.secondaryStory .date {
	padding-bottom: 8px;
}

.postLinks {
	padding-top: 8px;
	font-size: 90%;
}

.postLinks .openLink {
	float: left;
}

.postLinks .cuteLink {
	float: right;
	white-space: nowrap;
}

.navigation {
	width: 790px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.fullWidth {
	 width: 793px;
}



#mainColContainer {
	float: left;
	padding-right: 27px;
}

#rightColContainer { 
	float: left;
	padding-top: 12px;
	width: 211px;
}

#rightColDivider {
	text-align: center;
	padding: 3px 0 3px 0;
}

#rightColContainer .colBox {
	width: 168px;
	margin-left: auto;
	margin-right: auto;
}

.colBoxHeader {
	text-transform: uppercase;
	text-align: center;
	font-size: 110%;
}

#cutest ul{
	padding-left: 0;
	margin-left: 0;
}

#cutest li {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	line-height: 80%;
	padding-bottom: 13px;
	font-size: 90%;
}

.colBox li a {
/*	text-decoration: underline;*/
}

.pager {
	width: 100%;
}

.younger, .older {
	font-size: 75%;
	width: 50px;
	vertical-align: bottom;
}

.younger {
	text-align: left;
}

.older {
	text-align: right;
}

.currentPage {
	font-size: 120%;
	text-align: center;
	font-weight: bold;
	width: 98%;
}

.cuteLink .textcontainer { 
	display: inline;
	margin: 0 0 0 0;
}

.cuteLink .bartext {
	display: inline;
	margin: 0 0 0 0;
	font-family:Arial,Helvetica,Sans-serif;
	font-size:82%;
	text-transform:uppercase;
	color: red;
}

#sidebar ul{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#sidebar li {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 6px;
	line-height: 85%;
	padding-bottom: 0px;
	font-size: 90%;
}

.widgetTitle { 
	font-size:105%;
	line-height:85%;
	margin-bottom:18px;
	text-transform:uppercase;	
}

.votelistind {
	font-size:85%;
	line-height:80%;
	margin-bottom:13px;
}

.votemicro {
	font-size:100%;
	font-weight: bold;
}

/*.featured img {
	width: 571px;
}

.others img {
	height: 138px;
}*/

.comment p {
	padding-top: 0;
	margin-top: 0
}

.bartext a {
	color: red;
	font-weight: bold;
	text-decoration: underline;
}

.textcontainer {
	color: red;
	font-family:Arial,Helvetica,Sans-serif;
	font-size:82%;
	text-transform:uppercase;
}

#topText #textContainer {
	position: relative;
	padding-top: 8px;
}

#aboutTitle {
	float: left;
	width: 152px;
	padding-right: 19px;
}

#aboutTitle .subheading {
	text-transform: uppercase;
	font-size: 75%	;
}

.aboutBody {
	float: left;
	width: 266px;
	font-size: 85%;
	line-height: 98%;
}

#topText #col1 {
	padding-right: 34px;
}

.largeText {
	font-size: 150%;
	text-transform: uppercase;
	line-height: 80%;
}

#bottomPics {
	position: relative;
}

#bottomPics #mainPic {
	float: left;
	padding-right: 15px;
}

#bottomPics #secondaryPics {
	float: left;
}

#secondaryFirst {
	padding-bottom: 1px;
}

#aboutTitle #contributors {
	padding-top: 6px;
	font-size: 75%;
}

#aboutImage img {
	border: 0;
}

.widgetTitle {
	text-transform: uppercase;
}

.secondaryImage p, #featured p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#leftHeight .title {
	padding-bottom: 8px;
}

#sidebar li#categories-3 {
	padding-bottom: 10px;
}

.addthis_toolbox {
	margin-top: 7px;
}

#featured .addthis_toolbox {
	float: left;
}

.secondaryImage iframe {
	margin-left: 11px;
}


