/* @group reset */

html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, cite, em,  img,  strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, address {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
}

html {
 background-color: #fcfcfc;
 height: 101%;
 color: black;
}

body {
 position: relative;
 width: 1050px;
 margin: 0 auto;
/*  background: url(/images/borders.gif) repeat-y; */
}

ol, ul {
  list-style: none;
}

header, footer, nav, section, article { 
 display: block; 
}

a {
  text-decoration: none;
}

/* @end */

/* @group header */

header {
 position: relative;
 height: 175px;
 margin: 0 20px;
 border-top: 5px solid #adadad;
 border-bottom: 1px solid black;
}

header h3 {
 position: absolute;
 bottom: 20px;
 left: 1px;
 font-size: 14px;
}

header h3 a:link, header h3 a:visited, 
#content article div.article_content h1 a:link, 
#content article div.article_content h1 a:visited, 
#content article div.article_content h2 a:link, 
#content article div.article_content h2 a:visited {
 color: black;
 text-transform: uppercase;
}

header h3 a:hover, header h3 a:active,
#content article div.article_content h1 a:hover, 
#content article div.article_content h1 a:active,
#content article div.article_content h2 a:hover, 
#content article div.article_content h2 a:active  {
 color: #7f7f7f;
 text-transform: uppercase;
}

header #search {
 position: absolute;
 bottom: 20px;
 right: 50px;
 width: 175px;
 height: 20px;
}

header #search .captcha {
 display: none;
}

header #search input[type=text] {
 width: 151px;
 height: 18px;
 position: absolute;
 top: 0;
 left: 0;
 padding: 0px;
 padding-left: 3px;
 border: 1px solid #adadad;
 color: #adadad;
}

header #search input[type=text]:focus {
 border: 1px solid black;
}

header #search input[type=submit] {
 width: 20px;
 height: 20px;
 background: url(/images/search.gif) no-repeat 0 0;
 border: none;
 position: absolute;
 top: 0;
 right: 0;
}

header #search input[type=submit]:hover {
 background: url(/images/search.gif) no-repeat 0 -20px;
 cursor: pointer;
}

header #rss {
 position: absolute;
 top: 10px;
 right: 50px;
 width: 20px;
 height: 20px;
 background: url(/images/rss.gif) no-repeat 0 -20px;
}

header #rss:hover {
 background: url(/images/rss.gif) no-repeat 0 0;
 cursor: pointer;
}



/* @end */

/* @group nav */

nav {
 position: absolute;
 bottom: 20px;
 left: 195px;
 font-size: 14px;
}

nav a:link, nav a:visited {
 color: #adadad;
}

nav a:hover, nav a:active, nav a.current_section {
 color: black;
}

/* @end */

/* @group errors */

#errorsDiv {
 color: red;
 font: bold 10px Georgia, "Times New Roman", Times, serif;
}

.error {
 color: red;
 font: bold 10px Georgia, "Times New Roman", Times, serif;
}

h2.error {
 margin-left: 195px;
}

.margin_left {
 margin-left: 10px;
}

.margin_top {
 margin-top: 48px;
}

#errorsDiv.innerError {
 font: bold 11px Georgia, "Times New Roman", Times, serif;
 margin-bottom: 3px;
}

#errorsDiv li {
 margin-bottom: 2px;
}

#errorsDiv ul {
 margin-bottom: 10px;
}



/* @end */

/* @group sections */

/* @group content */
#content {
 width: 760px;
 min-height: 400px;
 margin-left: 20px;
 float: left;
 overflow: hidden;
}

#content .border_top {
 padding-top: 3px;
 border-top: 1px solid black;
}

#content .padding_top {
 padding-top: 5px;
}

#content article div.article_attributes {
 float: left;
 width: 168px;
}

#content article p.date, #content_archive_list article p.date, #content article ul.categories, p.comment_date {
 float: left;
 width: 168px;
 margin-top: 1px;
 font-size: 12px;
 text-align: right;
 text-transform: uppercase;
 color: #adadad;
}

#content article p.date, p.comment_date {
 line-height: 21px;
}

#content article p.date {
 margin-top: 36px;
 line-height: 22px;
}

#content article ul.categories {
 margin-top: 55px;
 float: left;
}

#content article img {
 border: 1px solid grey;
 padding: 3px;
 float: left;
 margin-right: 10px;
 margin-top: 3px;
}

#content article ul.categories li {
 padding-top: 3px;
 margin-top: -9px;
}

#content article ul.categories li.border_top {
 border-top: 1px dotted black;
}

#content article div.article_content {
 float: left;
 width: 565px;
 margin-left: 26px;
 margin-top: 50px;
}

#content article div.article_content h2.search_results {
 margin-top: -12px;
}

#content article div.article_content h2, #content article div.article_content h1 {
 font-size: 24px;
 margin-bottom: 10px;
 line-height: 24px;
 text-transform: uppercase;
 padding-top: 3px;
}

#content article div.article_content h3 {
 font-size: 16px;
 line-height: 22px;
 margin-top: 15px;
 text-transform: uppercase;
}

#content article div.article_content h4 {
 font-size: 16px;
 line-height: 22px;
 margin-top: 15px;
 text-transform: uppercase;
}

#content article div.article_content ul {
 margin-bottom: 22px;
 margin-left: 16px;
}

#content article div.article_content li {
 margin-bottom: 6px;
 list-style-image: url(/images/bullet.gif);
}

#content > article > div.article_content > p {
 font-size: 16px;
 margin-bottom: 10px;
 line-height: 22px;
}

#content article div.article_content p.note {
 font-size: 14px;
 margin-bottom: 10px;
 line-height: 16px;
}

#content article div.article_content p a:link, 
#content article div.article_content p a:visited,
#content_archive_list a:link, 
#content_archive_list a:visited   {
 color: black;
 padding-bottom: 1px;
 border-bottom: 1px dotted black;
 font-style: italic;
 font-weight: bold;
}

#content article div.article_content p a:hover, 
#content article div.article_content p a:active,
#content_archive_list a:hover, 
#content_archive_list a:active  {
 border-bottom: 1px solid black;
 color: #7f7f7f;
}

cite:before, cite:after {
 position: absolute;
 font: 24px gotham-bookitalic;
}

cite:before {
 content: "«";
 top: 0;
 left: 5px;
 padding-right: -30px;
}

cite:after {
 content: "»";
 bottom: 18px;
 right: 5px;
}

cite {
 position: relative;
 display: block;
 margin: 30px 30px 0 30px;
 padding: 3px 20px 25px 30px;
 width: 440px;
 background: url(/images/border-cite.png) no-repeat center bottom;
}

p.cite_name, p.cite_link {
 margin-left: 60px;
 font-size: 14px !important;
 margin-top: -10px !important;
 padding: 0 !important;
}

p.cite_link {
 margin-bottom: 30px !important;
}

.gris {
 color: #adadad;
}


/* @group Archives List */

#content_archive_list {
 width: 760px;
 min-height: 400px;
 margin-left: 20px;
 float: left;
 overflow: hidden;
}

#content_archive_list article p.date {
 float: left;
 width: 168px;
 margin-top: 50px;
}

#content_archive_list article ul.titles_list {
 float: left;
 width: 565px;
 margin-left: 26px;
 margin-top: 46px;
}

#content_archive_list article ul.titles_list li {
 font-size: 18px;
 margin-bottom: 18px;
 line-height: 28px;
 text-transform: uppercase;
}


/* @end */



/* @end */

/* @group column */

#column {
 width: 175px;
 float: right;
 margin-right: 70px;
 margin-top: 50px;
}

#yulblog {
 margin-bottom: 20px;
 margin-left: 5px;
}

#column #pub {
 border: 1px solid black;
 padding: 10px;
 margin-bottom: 50px;
}

#column h3 {
 font-size: 14px;
 text-transform: uppercase;
 margin-bottom: -3px;
}

#column #pub h3 {
 margin-bottom: 10px;
}

#column p {
 font-size: 14px;
 line-height: 22px;
}

#column ul {
 margin-bottom: 50px;
 font-size: 11px;
 text-transform: uppercase;
}

#column ul.months {
 margin-bottom: 25px;
 font-size: 11px;
 text-transform: uppercase;
}

#column ul.months li {
 margin-left: 15px;
 height: 6px;
}

#column ul li {
 padding-top: 3px;
 margin-top: 6px;
}

#column ul li.border_top {
 border-top: 1px dotted black;
}

#column #pub p a:link, #column #pub p a:visited  {
 color: black;
 border-bottom: 1px dotted black;
}

#column #pub p a:hover, #column #pub p a:active  {
 color: #7f7f7f;
 border-bottom: 1px solid black;
}

#column li a:link, #column li a:visited {
 color: black;
 text-transform: uppercase;
}

#column li a:hover, #column li a:active  {
 color: #7f7f7f;
 text-transform: uppercase;
}


/* @end */

/* @group comments */

#comments {
 font-size: 14px;
 width: 760px;
 float: left;
 overflow: hidden;
 margin-top: 20px;
}

.comment {
 margin-bottom: 20px;
}

span.view_comments {
 border-top: 1px dotted #adadad;
 padding-top: 5px;
}

.visitors_comments {
 margin-bottom: 20px;
 line-height: 22px;
 border-top: 20px solid #fcfcfc;
}

div.first_level  {
 background: url(/images/bg-comment-first-level.gif) repeat-y;
}


div.first_level > div.comment_content {
 width: 535px;
 margin-left: 195px;
 margin-right: 30px;
 border-top: 2px solid black;
 padding: 15px 15px 15px 20px; 
}

div.btn_reply_to {
 margin-top: 10px;
 margin-left: 195px;
 padding-left: 20px;
 padding-bottom: 10px; 
}

div.btn_reply_to a {
 text-transform: uppercase;
}

hr {
 margin-left: 195px;
 height: 1px;
 background-color: #b2b2b2;
 color: #b2b2b2;
 border: 0;
}

div.second_level > div.comment_content {
 width: 495px;
 margin-left: 210px;
 background: #b0b0b0;
 padding: 15px 15px 5px 15px;
}

div.comment_content p {
 margin-bottom: 10px;
}

div.comment_content p.comment_name {
 margin-bottom: 0px;
}

div.first_level > p.comment_date {
 margin-top: 16px;
}

div.second_level > p.comment_date {
 margin-top: 14px;
}

#comments a:link, #comments a:visited {
 color: black;
 border-bottom: 1px dotted #7f7f7f;
 padding-bottom: 2px;
 text-decoration: none;
}

#comments a:hover, #comments a:active  {
 border-bottom: 1px solid black;
}

#comments span.btn {
 font-size: 12px;
 margin-bottom: 8px;
 margin-left: 195px;
 display: block;
 color: #7f7f7f;
}

#comments > span.btn a:link, #comments > span.btn a:visited {
 color: #7f7f7f;
 border-bottom: 1px dotted #7f7f7f;
 padding-bottom: 2px;
 text-transform: uppercase;
}

#comments span.btn a:hover, #comments span.btn a:active {
 color: black;
 border-bottom: 1px solid black;
 text-transform: uppercase;
}



/* @group form */

div.comment_form {
 width: 515px;
 margin-left: 195px;
 border-bottom: 1px dotted #adadad;
 margin-bottom: 20px;
 position: relative;
}

div.comment_form form {
 width: 500px;
 padding-left: 15px;
}

div.comment_form .captcha {
 display: none;
}

div.comment_form input[type=text] {
 width: 250px;
 height: 15px;
 border: 1px solid transparent;
 border-bottom: 1px solid #a5a5a5;
 background-color: transparent;
 margin-right: 10px;
 margin-top: 10px;
 padding: 5px;
 font-size: 14px;
}

div.comment_form input[type=text]:focus {
 border: 1px solid black;
}

div.comment_form input[type=submit] {
 background-color: black;
 color: white;
 border: 1px solid black;
 font-family: 'gotham-bold';
 font-size: 14px;
 text-transform: uppercase;
 padding: 8px 12px 6px 12px;
 margin: 10px 0 20px 0;
}

div.comment_form input[type=submit]:hover {
 background-color: transparent;
 color: black;
 border: 1px solid black;
}

div.comment_form textarea#comments, div.comment_form textarea#comment {
 width: 480px;
 height: 255px;
 border: 1px solid #a5a5a5;
 margin-top: 20px;
 font-size: 14px;
 padding: 5px;
}

div.comment_form p {
 margin-bottom: 10px;
}

div.comment_form p.sharedLink {
 margin-top: 30px;
}

div.comment_form h4 {
 margin-bottom: 10px;
}



/* @end */


/* @end */



/* @end */

/* @group footer */

footer  {
 font-size: 14px;
 color: #adadad;
 border-bottom: 5px solid #adadad;
 padding-bottom: 3px;
 padding-top: 40px;
 margin: 0 20px;
 clear: both;
}



/* @end */

/* @group image box */

div.image_box {
 position: relative;
 width: 560px;
 height: 200px;
 overflow: hidden;
 border: 1px solid black;
}

div.outer_box {
 position: absolute;
 top: -8px;
 left: -8px;
 width: 560px;
 height: 200px;
 overflow: hidden;
 opacity: 0.1;
}



div.inner_box {
 position: absolute;
 top: 3px;
 left: 3px;
 width: 552px;
 height: 192px;
 border: 1px solid black;
 background-color: transparent;
 overflow: hidden;
}

div.inner_box img {
 position: absolute;
 top: -8px;
 left: -8px;
}


/* @end */
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

