/* @override http://www.anncoulter.com/stylesheet.css */

/* @group General */

body,html {
	margin: 0;
	padding: 0;
	min-height: 100%;
	height: 100%;
	background-color: #ccc;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}
div.wrapper {
	width: 1000px;
	margin: 0 auto;
}
img {
	border: 0;
	outline: none;
}
a {
	color: #ff0000;
}
div.clearificator {
	clear: both;
}
/* @end */

/* @group Header */

header {
	display: block;
	width: 1000px;
	height: 200px;
	background-color: black;
	background-image: url(http://www.anncoulter.com/ann_coulter.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom: 5px solid red;
}

header h1 {
	margin: 0;
}
header #top_ad {
	height: 81px;
	padding-top: 10px;
	width: 728px;
	border-color: #ccc;
	border-width: 0 10px 10px 0;
	border-style: solid;
	background-color: #ccc;
	position: relative;
	left: -3px;
	top: -2px;
	background-image: url(http://www.anncoulter.com/advertisement.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
.images-on header h1 a {
	display: block;
	text-indent: -10000px;
	overflow: hidden;
	background: url(http://www.anncoulter.com/ann_coulter.png) no-repeat 10px bottom;
	height: 65px;
	width: 500px;
	margin-top: 25px;
}

/* @end */

/* @group Nav */

nav {
	display: block;
	height: 35px;
	background-color: #6f7686;
	font-size: 14px;
}
nav a {
	text-decoration: none;
	color: white;
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	padding: 0 8px;
}
nav a:hover {
	background-color: #585e6a;
}
nav a.selected {
	font-weight: bold;
}
/* @end */

/* @group Sections */
section {
	display: block;
	float: left;

}

/* @group Sidebar
 */

section.sidebar {
	width: 120px;
	margin-right: 10px;
	margin-top: 10px;
}



/* @end */

/* @group Main */

section.main {
	width: 560px;
	margin-top: 10px;	
}
section.main article {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: white;
	xpadding: 10px;
}
section.main article h3 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 26px;
	margin: 0 0 5px 0;
}
section.main article h3 a {
	text-decoration: none;
	color: black;
}
section.main article h3 a:hover {
	text-decoration: underline;
}
section.main article div.dateline {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	margin-bottom: 15px;
}
section.main article figure {
	width: 50%;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.left {
	display: block;
	background-color: white;
	padding: 10px;
	xline-height: 18px;
}

.right {
	display: block;
	background-color: white;
	margin-top: 10px;	
	padding: 10px;	
}
section.main article.left figure {
	float: left;
	margin: 0 10px 10px 0;
}
section.main article.left figure img {
	float: left;
}
section.main article.right figure {
	float: right;
	margin: 0 0 10px 10px;
}
section.main article.right figure img {
	float: right;
}
section.main article a.read_more {
	display: block;
	clear: both;
	margin-top: 10px;
	text-decoration: none;
}
section.main article .fb_wrapper {
	float: right;
}


/* @end */

/* @group Quotations */

section.quotations {
	width: 300px;
	margin-left: 10px;
	margin-top: -35px;
	background-color: white;
}
section.quotations .appearances td {
	background-color: white;
}
section.quotations h2 {
	font-size: 14px;
	text-align: center;
	color: white;
	display: block;
	background-color: #293144;
	height: 35px;
	line-height: 35px;
	margin: 0;
	clear: both;
}
section.quotations article {
	width: 280px;
	background-color: white;
}
section.quotations tr {
	background-color: white;
}
section.quotations td {
	padding: 5px 10px;
}
section.quotations img {
	padding-left: 10px;
}
section.quotations .more_tweets a{
	padding-left: 10px;
}
div#twitter_update_list {
	padding-left: 10px;
}
div#twitter_update_list li {
	list-style: none;
	margin: 0 0 10px 0;
	font-size: 12px;
	padding: 0 10px 10px 0px;	
}
div#twitter_update_list li a {
	white-space: nowrap;
	color: #6f7686;
}

/* @end */

/* @group Detail */

section.detail {
	width: 830px;
	background-color: white;
	margin-top: 10px;
	padding: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

section.detail article h3 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 26px;
	margin: 0 0 5px 0;
}

section.detail article div.dateline {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
}
section.detail article div.fb_wrapper {
	margin-top: 15px;
}
/* @end */
/* @end */

/* @group Misc */

.archive_directory a {
	color: black;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	font-size: 12px;
}
.archive_directory tr:hover {
	background-color: #ebeaeb;
}

/* @end */