* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex { font: inherit; font-size: 1em; }
dfn, i, cite, var, address, em { font-style: normal; }
th, b, strong, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; vertical-align: top; }
body { line-height: 1; background: white; color: black; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { color: inherit; }
hr { display: none; } /* we don't need a visual hr in layout */
font { color: inherit !important; font: inherit !important; color: inherit !important; } /* disables some nasty font attributes in standard browsers */


/*
-----------------------------
GENERIC
-----------------------------
*/

/* MAIN TYPOGRAPHY */

html { font-size: 62.5%; font-family: lucida, "lucida sans", "microsoft sans serif", arial, sans-serif; }
strong, b, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2 {
	font-family:Georgia;
	font-weight:normal;
	color:#000;
}
cite, em, i, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], textarea { font-size: 92%; font-family: monaco, "Lucida Console", courier, mono-space; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/* QUOTES */

blockquote { }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }

/* language specific quotes! */

q { quotes: "\201C" "\201D" "\2018" "\2019"; }
:lang(af), :lang(nl), :lang(pl) { quotes: '\201E' '\201D' '\201A' '\2019'; }
:lang(bg), :lang(cs), :lang(de), :lang(is), :lang(lt), :lang(sk), :lang(sr), :lang(ro) { quotes: '\201E' '\201C' '\201A' '\2018'; }
:lang(da), :lang(hr) { quotes: '\00BB' '\00AB' '\203A' '\2039'; }
:lang(el), :lang(es), :lang(sq), :lang(tr) { quotes: '\00AB' '\00BB' '\2039' '\203A'; }
:lang(en-GB) { quotes: '\2018' '\2019' '\201C' '\201D'; }
:lang(fi), :lang(sv) { quotes: '\201D' '\201D' '\2019' '\2019'; }
:lang(fr) { quotes: '\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a'; }

/* NOTE: safari refuses to support the quotes syntax. I only added the english language quotes for safari to save space. */
html[lang|='en'] q:before   { content: '\201C'; }
html[lang|='en'] q:after    { content: '\201D'; }
html[lang|='en'] q q:before { content: '\2018'; }
html[lang|='en'] q q:after  { content: '\2019'; }

/* FORMS */

fieldset { border: 1px solid #ccc; }
legend { background: #fff; }
textarea, input[type='text'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ffffaa; }
input, select { cursor: pointer; }
input[type='text'] { cursor: text; }

/*
-----------------------------
CONTENT ONLY
-----------------------------
*/

/* BASE SIZES */

.content { font-size: 1.2em; line-height: 1.6em; }
.content h1 { font-size: 2em;letter-spacing:2px;line-height:28px; }
.content h2 { font-size: 1.5em;letter-spacing:1px; }
.content h3 { font-size: 1.4em; }
.content h4 { font-size: 1.3em; }
.content h5 { font-size: 1.2em; }
.content h6 { font-size: 1em; }

/* HR */

.content hr { display: block; background: #bcbcbc; color: #bcbcbc; width: 100%; height: 1px; border: none; }
.fakehr { border-top:1px dashed #bcbcbc;margin-top:10px; }

/* LISTS */

.content ul { list-style: disc outside; margin-left: 1em; }
.content ul li { text-indent: .1em; margin-left: 0; }
.content ol { list-style-position: outside; list-style-type: decimal; }
.content dt { font-weight: bold; }

/* MARGINS & PADDINGS */

.content blockquote *:first-child { margin: .8em 0; }
.content hr, .content p, .content ul, .content ol, .content dl, .content pre, .content blockquote, .content address, .content table, .content form { margin-bottom: 1.6em; }

.content p+p { margin-top: -.8em; }
/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */
.content h1 { margin: .5em 0 .1em;  }
.content h2 { margin: 1.07em 0 .1em; }
.content h3 { margin: 1.14em 0 .57em; }
.content h4 { margin: 1.23em 0 .615em; }
.content h5 { margin: 1.33em 0 .67em; }
.content h6 { margin: 1.6em 0 .8em; }
.content th, .content td { padding: .8em; }
.content caption { padding-bottom: .8em; } /* padding instead of margin for IE */
.content blockquote { padding: 0 3em; margin: 1.6em 0; }
.content fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
.content legend { padding-left: .8em; padding-right: .8em; }
.content legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
.content textarea, .content input { padding: .3em .4em .15em .4em; }
.content select { padding: .1em .2em 0 .2em; }
.content option { padding: 0 .4em; }
.content a { position: relative; padding: 0.3em 0 .1em 0; } /* for larger click-area */
.content dt { margin-top: .8em; margin-bottom: .4em; }
.content ul { margin:0px;padding:0px;margin-left: .5em; }
.content ol { margin-left: 2.35em; }
.content ol ol, .content ul ol { margin-left: 2.5em; }
.content form div { margin-bottom: .8em; }

/* COLORS */

.content a:link { text-decoration: none; color: #3980BE; }
.content a:visited { text-decoration: none; color: #3980BE; }
.content a:hover { text-decoration: underline; color: #c33; }
.content a:active, .content a:focus { text-decoration: none; color: #000; }
.content code, .content pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */

.center_content h1 a:link, .center_content_blog h2 a:link, .center_content h1 a:visited, .center_content_blog h2 a:visited, .articles_title a:link, .articles_title a:visited {
	color:#252525;
	text-decoration:none;
}
.center_content h1 a:hover, .center_content_blog h2 a:hover, .articles_title a:hover {
	text-decoration:underline;
	color:#252525;
}
.review_title a:link, .articles_title a:link {
	color:#000;
}

/* DIVS */

body {
	background:#83826D;
	margin:0 auto;
	color:#5d5d5d;
}
#container {
	width:1012px;
	margin:0 auto;
	background:url(../images/slice.jpg);
}
#site-body {
	width:1012px;
	margin:0 auto;
	background:url(../images/site_top.jpg) no-repeat;
}
#header {
	height:160px;
}
#buttons {
	height:48px;
	width:1012px;
	background:url(../images/btn_slice.jpg);
	padding-top:3px;
}
#buttons_options {
	padding-left:40px;
	float:left;
	width:506px;
	padding-right:66px;
	height:29px;
}
#buttons_extra {
	width:195px;
	float:left;
	padding-top:7px;
	height:22px;
}
#buttons_search {
	width:176px;
	float:left;
	padding-top:7px;
	height:22px;
}
#buttons_icon {
	height:19px;
	padding-left:68px;
}
.content {
	width:980px;
	margin:0 auto;
	padding-top:26px;
}
#left {
	width:168px;
	float:left;
}
#center {
	width:552px;
	float:left;
}
#right {
	width:260px;
	float:left;
}
.left_content {
	width:128px;
	margin:0 auto;
}
.left_content_header {
	padding-bottom:10px;
}
.left_content li, #right li {
	list-style-type:none;
	background: url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-bottom: 4px;
	padding-left:12px;
	margin-left:0px;
	font-size:11px;
	text-align:left;
	line-height:16px;
	padding-top:0;
}

#left hr {
	margin-bottom: 1.2em;
	margin-top:1.2em;
	padding:0;
}
.center_content {
	width:508px;
	margin:0 auto;
	padding-bottom:18px;
}
.center_it {
	text-align:center;
}
.center_content_blog {
	width:512px;
	margin:0 auto;
	padding-bottom:4px;
}
.article_header {
	text-transform:uppercase;
	color:#939393;
	padding:6px 0 10px 0;
	letter-spacing:2px;
	word-spacing:-2px;
}
.article_header_2 {
	text-transform:uppercase;
	color:#939393;
	padding:6px 0 0px 0;
	letter-spacing:2px;
	word-spacing:-2px;
}

.article_author {
	color:#2A77BF;
}
.author_image {
	float:left;
	padding: 5px 16px 0 0;
}
.blog_excerpt {
	padding-top:6px;
}
.blog_author {
	padding-top:5px;
	text-transform:uppercase;
	color:#949494;
	font-size:90%;
}
.blog_topics {
	color:#949494;
	font-size:90%;
}
.right_content {
	width:235px;
	margin:0 auto;
}
.right_content_narrow {
	width:200px;
	margin:0 auto;

}
.articles {
	padding-bottom:12px;
}
.articles_title {
	color:#000;
	font-family:Georgia;
	font-size:13px;
}
.articles_author {
	color:#58585A;
	font-size:90%;
}
.articles_date {
	color:#58585A;
	font-size:90%;
	text-transform:uppercase;
	letter-spacing:1px;
}
.review_image {
	float:left;
	padding: 0 0px 0 0;
}
.review_title {
	color:#000;
}
.review_category {
	color:#2D77BE;
	text-transform:uppercase;
	font-size:90%;
	letter-spacing:1px;
}
.review_author {
	color:#58585A;
}
.review_clear {
	clear:both;
	height:10px;
}
#menu {
	background:url(../images/menu_slice.jpg);
	width:1012px;
}
.counterpoint_title a:link {
	color:#000;
	font-size:120%;
	font-family:Georgia;
}
.counterpoint_content {
	font-size:80%;
	color:#000;
	line-height:14px;
}
.counterpoint_author {
	color:#58585A;
	font-size:90%;
}
.author_attribution {
	background:#d1cfc2;
	text-align:center;
	color:#000;
	padding:6px 0;
	font-size:120%;
}
.author_more {
	color:#2D77BE;
	font-size:80%;	
}
.article_body {
	line-height:1.8em;
	margin-top:20px;
}
#menu_left {
	width:565px;
	float:left;
	padding-left:30px;
}
#menu_right {
	width:375px;
	float:right;
	padding-right:30px;
}
.menu_col {
	width:166px;
	float:left;
	color:#c5c6c8;
	font-size:120%;
}
.menu_col a {
	color:#c5c6c8;	
	text-decoration:none;
}
.menu_col a:hover {
	text-decoration:underline;
}
.menu_col li {
	line-height:16px;
	padding-bottom:11px;
}
.menu_col_header {
	color:#fff;
	padding-bottom:8px;
	font-weight:bold;
}
#footer_top {
	width:373px;
	height:57px;
}
#footer_content {
	background:#45443f;
	width:323px;
	padding:10px 25px;
	color:#c5c6c8;
}
#footer_content a {
	color:#c5c6c8;
}
#footer_bottom {
	width:373px;
	height:4px;
}
#footer_left {
	width:150px;
	float:left;
	padding-right:16px;
	font-size:120%;
}
#footer_right {
	width:150px;
	float:right;
	text-align:center;
	line-height:16px;
}
#footer_left p {
	line-height:18px;
}
#footer_left li {
	line-height:16px;
	padding-bottom:11px;
}
#footer_left a {
	color:#b1aa7f;
	text-decoration:underline;
}
#footer2 {
	background:#959584;
	color:#333;
	padding-top: 26px;
	padding-left:60px;

	padding-bottom:20px;
}
.grey {
	color:#939393;
}

