/*
Theme Name:		White House Chronicle
Theme URI:		WHChronicle.com
Description:	White House Chronicle Theme
Version:		.8
Author:			Digital Phenom
Author URI:		www.digitalphenom.com


********************************************************INcrease Logo Width*************************
*/


/************************************************** RESET **************************************************/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
 /*font family here?*/
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/************************************************** GLOBAL **************************************************/


html {
	overflow:auto;
}

html>body {
	overflow:visible;
}

body {
	margin: 0;
	padding: 0;
	overflow: auto;
	font-family: Georgia, Palatino, Times, serif; 
}


/************************************************** UNIVERSAL **************************************************/

br {
	display: none;
}

/*.alt {
	background: url(img/alt.png);
}*/
/************************************************** HEADER **************************************************/

#header {
	display: block;
	width: 100%;
	clear: both;
	float: left;

	padding-top: 100px;
}

#header h1 {
	width: 17.5%;
	float: left;
	min-width: 200px;
	background: white;
	margin-top: -100px;
	
	/*margin-bottom: -35px;*/

}

#header h1 a{
	height: 65px;
	padding: 5px 0;
	display: block;
	background: white url(img/logo.jpg) center center no-repeat;
	text-indent: -2000px;
	margin: 0 auto;
	text-decoration: none;
}

#header h1 a:hover:after {
	content: "Home";
	display: block;
	text-indent: 0;
	padding-top: 55px;
	text-align: center;
	margin-bottom: -3em;

	font-weight: bold;
	color: #666666;
	font-size: .8em;
}

#header h2 {
	display: none;
}

#header ul.nav {
	float: left;
	width: 82.5%;
	margin-left: 17.5%;
	font-size: 1em;
	margin-top: -1.6em;
	background: #EEEEEE url(img/content.jpg) top left repeat-y;
	

}

#header ul.nav li {
	float: left;
	width: 14%;

	
}


#header ul.nav li.page-item-315 a{
	font-size: .8em;
	padding: .5em .25em;
}

#header ul.nav li a {
	padding: .5em;
	display: block;
	text-align: center;
	
	font-size: .8em;
	text-decoration: none;
	border: 1px solid white;
	margin-top: -1px;

	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-weight: bold;
	color: #666666;
	

}

#header ul.nav li a:hover, #header ul.nav li.current-cat a, #header ul.nav li.current_page_item a {
	
	border: 1px solid #bbb;
	color: #003300;
	border-bottom: 1px solid transparent;
	
}

#header ul.nav li ul, .children {
	display: none;
}

#header ul#size {
	position: absolute;
	top: 2px;
	right: 2px;
	display: block;
	float: right;
	width: 44px;
}

#header ul#size li.increase a {
	width: 10px;
	height: 10px;
	background: url(img/font_up.gif) center center no-repeat;
	text-indent: -2000px;
	display: block;
	float: right;
	padding: 5px;
	border: 1px solid transparent;
}

#header ul#size li.decrease a {
	width: 10px;
	height: 10px;
	background: url(img/font_down.gif) center center no-repeat;
	text-indent: -2000px;
	display: block;
	float: left;
	padding: 5px;
	border: 1px solid transparent;
}

#header ul#size li a:hover {
	border: 1px solid gray;
}

#searchform {
	position: absolute;
	top: 2px;
	right: 48px;
	height: 22px;
	padding: 1px;
}

#searchform input#s {
	height: 12px;
	border: 1px solid #AAAAAA;
	font-size: .7em;
	background: white;
	color: #777777;
	padding: 2px 2px;
}

#searchform input#searchsubmit {
	height: 17px;
	padding: 0;
	margin: 0;
	border: 1px solid #AAAAAA;
	font-size: .7em;
	background: white;
	color: #777777;
	padding: 0 2px;
}

#searchform input#searchsubmit:hover, #searchform input#searchsubmit:focus, #searchform input#s:hover, #searchform input#s:focus {
	border: 1px solid black;
	color: black;
}


/************************************************** CONTENT **************************************************/

#container {
		overflow: hidden;
}

#content {
	margin-left: 17.5%;
	float: left;
	width: 52.5%;
	background: #EEEEEE url(img/content.jpg) top left repeat-y;
	margin-bottom: -10000px;
	padding-bottom: 10000px;
}

.hfeed {
	padding: 0 .5em;
	width: 100%;
	float: left;
	clear: both;

}

/************************************************** SIDEBAR **************************************************/


.page-299 #sidebar {
	display: none;
}

.page-299 #content {
	width: 82.5%;
}

#sidebar {

	
	width: 30%;
	float: left;
	background: #DDDDDD url(img/sidebar.jpg) top left repeat-y;

	margin-bottom: -10000px;
	padding: 0 0 10000px 0;
}

#sidebar .nav {
	display: none;
}

#sidebar ul.breadcrumb {
	position: absolute;
	top: .4em;
	left: 18%;
	font-size: .7em;
	color: #666666;
	font-family: Tahoma, sans-serif;
}

#sidebar ul.breadcrumb a {
	color: #AAAAAA;
	text-decoration: none;
	padding: 1px;
}

#sidebar ul.breadcrumb a:hover {
	color: #666666;
}
/************************************************** FOOTER **************************************************/

#footer {
	clear: both;
}

/************************************************** POST **************************************************/


li.post {


	

		display: block;
		padding: .5em .5em 2.5em .5em;
}
.hentry {
	margin: 2.5em 0;
	width: 100%;
	
	position: relative;
	
}

.entry-title h3 {
	display: block;
}

.entry-title h3 a {
	color: #006600;
	text-decoration: none;
	font-size: 2.25em;
	padding: .25em 0;
	letter-spacing: -.025em;
	font-weight: normal;
	display: block;
}

.entry-title h3 a:hover {
	color: #003300;
}

.entry-content {
	margin-bottom: 1em;
	clear: both;
	padding-top: .75em;
}

.entry-content p {
	color: #222222;
	line-height: 1.33;
	margin-top: 1em;
}

.entry-content p span {
	font-size: .95em !important;
	font-family: Georgia, Palatino, Times, serif !important; 
}


.entry-meta {
	font-size: .66em;
	color: #666666;
	padding: 1em 0;
}

li.author {
	
	display: block;
	float: left;
	width: 50%;
		font-size: 1.25em;
}

li.author dl dt {
	float: left;
	padding-right: .25em;
}

li.author dl dd {
	float: left;

}

li.author dl dd address.vcard a {
	text-decoration: none;
	color: #333;
	font-style: normal;

}

li.author dl dd address.vcard a:hover {
	text-decoration: underline;
	color: black;
}

li.published {
	float: right;
	width: 50%;
}

li.published dl {
	float: right;
}

li.published dl dt {
	float: left;
	padding-right: .25em;
}

li.published dl dd {
	float: left;
}

li.category {
	clear: both;

}

li.category dt {
	display: none;
}

li.category dd {
	display: block;
	float: left;
	

	margin: .5em;
}

li.category dd:hover {
	background: #009900;
}

li.category dd a {
	text-decoration: none;
	font-family: arial;
		text-transform: uppercase;
	font-size: .8em;
	color: #333;
	padding: .25em;
	/*display: block;*/
		border: 1px solid gray;
}

li.category dd a:hover {
	border: 1px solid white;
	color: white;

}

li.tags {
	width: 100%;
	float: left;
}


li.tags dl dt {
	font-size: 1.1em;
	font-family: Arial;
	font-weight: bold;
	float: left;
	clear: both;
	padding: .4em 0;
}

li.tags dl dd {
	float: right;
	clear: right;
	padding: .5em 0;
	width: 90%;
	display: block;
}
li.tags dl dd ul li {
	display: inline;
}

li.tags dl dd ul li a {
	
	padding: .25em;
	text-decoration: none;
	color: #555;
	font-family: Arial;

}

li.tags dl dd ul li a:hover {
	color: white;

	background: #009900;
}
	










/************************************************** SINGLE **************************************************/

span.pullquote {
	font-weight: normal;
}

blockquote.pullquote {
	width: 33%;
	float: right;
	padding: .05em .2em .25em .2em;
	font-size: 2em;
	border-top: 3px double #CCCCCC;
	border-bottom: 3px double #CCCCCC;
	margin: .25em;
	
}


blockquote.pullquote p{
		color: #006600;
	
	display: block;
	text-align: right;
	line-height: .9;
	margin: 0;



}


blockquote.pullquote:lang(en) { quotes: '"' '"' "'" "'" }

blockquote.pullquote p:first-letter {
	text-transform: uppercase;
}

blockquote.pullquote:before {
	content: open-quote;
	height: 1em;
	margin-bottom: -.75em;
	display: block;

		color: #006600;
	
	}

blockquote.pullquote p:after{
	content: ".";
	content: close-quote;
}
/************************************************** TEMP **************************************************/

#frontpage {
	display: block;
	width: 90%;

	float: left;
	
	border: 1px solid #FF8833;
	margin: 1em;
	margin-bottom: -1.1em;
}

#frontpage #featured {
	width: 40%;
	float: right;
	padding: 1em;
	
}

#frontpage #featured h3 {
	background: url(img/popular.gif) center left no-repeat;
	
		min-height: 50px;
		font-size: 2em;
		padding: .3em 0 .25em 55px;
		margin: 0;
		font-family: Trebuchet MS;
		color: #FF8833;
}

#frontpage #popular {
	width: 40%;
	float: left;
	padding: 1em;
}

#frontpage #popular h3 {
	background: url(img/featured.gif) center left no-repeat;
	
		min-height: 50px;
		font-size: 2em;
		padding: .3em 0 .25em 55px;
		margin: 0;
		font-family: Trebuchet MS;
		color: #FF8833;
}

#frontpage #popular a {
	text-decoration: none;
	color: #006600;
	font-size: .8em;
	display: block;
	padding: .25em .1em;

}

#frontpage #popular a:hover {
	color: #003300;
}

#frontpage #featured a {
	text-decoration: none;
	color: #006600;
	font-size: .8em;
	display: block;
	padding: .25em .1em;

}

#frontpage #featured a:hover {
	color: #003300;
}

/*	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	
#about {
	position: absolute;
	left: 0;
	top: 100px;
	width: 15%;
	padding: 1em;
	font-size: .7em;
	color: #999999;
	font-family: Arial;
	line-height: 1.5;
}

a.more {
	float: right;
	text-decoration: none;
	font-family: arial;
	color: #444444;
	font-size: .8em;
	padding: .5em;
	display: block;
}

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


#construction {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 114px;
	background: orange;
	height: 48px;

	background: #FFEEEE url(img/construction.png) 2px 50% no-repeat;
	font-size: .6em;
	font-family: Verdana;
	color: #555;
	padding: 5px 2px 2px 52px;
 
}
/************************************************** COMMENTS ****************************************************/


#single .comments {
	float: none;
	clear: both;
}
.comments {
	float: left;
}

.comments a {
	text-decoration: none;
	margin: .25em;
	padding: .1em;
	color: #666666;
}

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

#front .breadcrumb {
	display: none;
}


/************************************************** ACTIONS ****************************************************/

li.actions {
	float: left;

}

li.actions dl dd {
	float: left;
}

li.actions dl dd {
	margin: .5em;
	display: block;
}

li.actions dd.delicious a {
	padding: 2px 1px 1px 20px;
	display: block;

	background: url(img/delicious_small.gif) center left no-repeat;
	font-size: .7em;
	text-decoration: none;
	color: #1155BB;
	font-family: Arial;
	font-weight: bold;

	text-align: center;	
	min-height: 14px;
	
}

li.actions dd.delicious a:hover {
	color: black;
}


#single li.actions dd.delicious a {
	height: 15px;
	width: 60px;
	display: block;

	background: url(img/delicious.gif) 50% 10px no-repeat;
	padding: 60px 0 0 0;
	font-size: .7em;
	text-decoration: none;
	color: #1155BB;
	font-family: Arial;
	font-weight: bold;
	text-align: center;	
	
}

#single li.actions dd.delicious a:hover {
	color: black;
}

#single #print2, #single #share {
	float: left;
}

#single li.actions dd#print a {
	height: 35px;
	width: 60px;

	display: block;

	background: url(img/print.png) 50% 5px no-repeat;
	padding-top: 50px;

	font-size: .7em;
	text-decoration: none;
	color: #1155BB;
	font-family: Arial;
	font-weight: bold;
	text-align: center;	
}

#email {
	float: left;
	padding: .5em;
}
#email a {
	height: 35px;
	width: 60px;
	display: block;

	background: url(img/mail.png) 50% 5px no-repeat;
	padding-top: 50px;

	font-size: .7em;
	text-decoration: none;
	color: #1155BB;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
}

/************************************************** PLUGINS ****************************************************/
.diggthisplugin {
	position: absolute;
	bottom: 0;
	left: 0;
}

/************************************************** VIDEO SIDEBAR ****************************************************/


#video {
	padding: 0 2em;
	text-align:center;
	padding-top: 2em;
}


#video dl dt {
	font-weight: bold;
	padding: 1em;
	font-size: 1.25em;
	color: #555;
}

#video dl dd img {
	border: 1px solid transparent;
}


#video dl dd img:hover {
	border: 1px solid #009900;
}


#video div ul li {
	margin: 2em 0;
}

#video div ul li:hover .headline a {
	color: #444;

}
#video div ul li:hover div a {
	border: 2px solid #444;
}


#video div ul li .headline a {
	font-weight: bold;
	text-align: center;
	display: block;
	text-decoration: none;
	padding: .5em;
	color: #666;
	font-family: Arial;
}
#video div ul li .headline a:hover {
	color: #444;
}
#video div ul li div a {
	display: block;
	text-align: center;
	border: 2px solid #999;
	width: 164px;
	margin: 0 auto;
}

#video div ul li div a:hover {
	border: 2px solid #444;
}
	
#video div ul li div a img {
	border: 2px solid white;

}

#video div ul li div {
	font-size: 0px;
	display: block;
	color: #DDDDDD;
}
#video div ul li div p {
	display: none;
}
#video div ul li div div {
	display: none;
}

#creditfooter {
	display: none;
}


/************************************************** AUTHOR ****************************************************/

#author_description {
	font-size: .8em;
}


#author_description dt {
	color: #006600;
	text-decoration: none;
	font-size: 2.25em;
	padding: .5em 0 .25em 0;
	letter-spacing: -.025em;
	font-weight: normal;
	display: block;
}

#author_description p {
	padding-top: 1em;
	line-height: 1.5;
	font-family: Tahoma;
	color: #222;
}


#author h2 {
	padding: 1em 0 0 0;
	font-weight: bold;
	font-family: arial;
	color: #444;
}

/************************************************** ASIDES ****************************************************/
.category-three li.post {
	width: 46%;
	float: left;
	font-size: .8em;

}

.category-three li.post .entry-meta {
	display: none;
}

.category-three li.post .actions {
	display: none;
}

.category-three li.post .comments {
	display: none;
}

p.msonormal span span {
	color: blue !important;
	font-variant: small-caps;
}


.category-two li.post .hentry .entry-content p span:first-line {
	font-variant: small-caps;
}

#single .hentry p:first-letter {
	text-transform: uppercase;
}

.videos ul li.author {
	display: none;
}



.category-four #content {
	display: none;
}

.category-four #sidebar {
	width: 82.5%;
	margin-left: 17.5%;
	margin-top: 0;
}

.end {
	float: right;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial;
	color: #444;
	font-weight: bold;
	font-size: .8em;
}

.end:hover {
	color: black;
}


#subpages {
	position: absolute;
	left: 0;
	top: 110px;
	width: 17.5%;

	
}

#subpages li a {
	display: block;
	text-decoration: none;
	padding: .25em .5em;
	color: #333;
	font-size: 1.25em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#subpages li a:hover {
	color: black;
	background:  #eee;
}

span.loginout {
	position: absolute;
	top: .2em;
	right: 11em;
	
}

span.loginout a {
	text-decoration: none;
	font-family: Arial;
	font-size: .75em;
	color: #555;
	padding: .2em;
	
}

span.loginout a:hover {
	color: #333;
	text-decoration: underline;
}


#page .author, #page .published {
	display: none;
}


#video dt {
	font-family: Arial;
}

















#tv-stations h3 {
	font-size: 1.5em;
	font-family: Trebuchet MS;
	padding: 1em 0;
	color: #009900
}

#tv-stations dt {
	padding: .75em 0;
	font-weight: bold;
	font-size: 1.1em;
}

#tv-stations dd {
	padding: .25em 0 .25em .5em;
}

#tv-stations dd a {

	color: #555;
}

#tv-stations dd a:hover {
	color: #222;
}



body#category.king-file {
	background: url(img/kingfile.jpg) 10px 100px no-repeat;
}


#page li.actions {
	display: none;
}

#page li.category {
	display: none;
}

#sidebar .post {
	text-align: center;
}



body #sidebar .thumb-372 {
	display: none;
}

body #sidebar .thumb-375 {
	display: none;
}

#sidebar .thumb {

	height: 150px;
	text-indent: -20000px;
	display: block;
	margin: 1em;
}


#sidebar .thumb-338 {
	background: url(http://whchronicle.com/images/thumbnail-whc-1.jpg) center center no-repeat;
}

#sidebar .thumb-337 {
	background: url(http://whchronicle.com/images/thumbnail-whc-4.jpg) center center no-repeat;
}


#sidebar .thumb-328 {
	background: url(http://whchronicle.com/images/thumbnail-whc-2.jpg) center center no-repeat;
}

#sidebar .thumb-327 {
	background: url(http://whchronicle.com/images/thumbnail-whc-3.jpg) center center no-repeat;
}

#sidebar .thumb-344 {
	background: url(http://whchronicle.com/images/thumbnail-whc-3.jpg) center center no-repeat;
}

#sidebar .thumb-353 {
	background: url(http://whchronicle.com/images/thumbnail-whc-4.jpg) center center no-repeat;
}

#sidebar .thumb-352 {
	background: url(http://whchronicle.com/images/thumbnail-whc-1.jpg) center center no-repeat;
}
#sidebar .thumb-353 {
	background: url(http://whchronicle.com/images/thumbnail-whc-4.jpg) center center no-repeat;
}

#sidebar .thumb-352 {
	background: url(http://whchronicle.com/images/thumbnail-whc-1.jpg) center center no-repeat;
}
#sidebar .thumb-354 {
	background: url(http://whchronicle.com/images/thumbnail-whc-354.jpg) center center no-repeat;
}
#sidebar .thumb-355 {
	background: url(http://whchronicle.com/images/thumbnail-whc-355.jpg) center center no-repeat;
}
#sidebar .thumb-365 {
	background: url(http://whchronicle.com/images/WHC_promo2.jpg) center center no-repeat;
}
#sidebar .thumb-364 {
	background: url(http://whchronicle.com/images/DSCN0009.JPG) center center no-repeat;
}
#sidebar .thumb-363 {
	background: url(http://whchronicle.com/images/DSCN0003.JPG) center center no-repeat;
}
body.videos #video {
	display: none;
}

#video h2 a {
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 1.25em;
	color: #333;
	font-weight: bold;
	
}



#video p {
	font-size: .66em;
	color: #444;
	padding: 1em 0;
}

#video a {
	color: #555;
}

#page.page-299 #content p {
	padding: 1em 0;

}

