/*
Theme name: at
Editor: Adrian Trif
*/

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;
	text-decoration: none;
}
body
{
	width: 60em;
	margin: 2em auto 1em;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	background: #fff;
	color: #333;
}
ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}
:focus
{
	outline: 0;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* links */
a:link
{
	color: #7faf1b;
	text-decoration: none;
	font-weight: bold;
	/*border-bottom: 1px solid #7faf1b;*/
}
a:visited
{
	color: #7faf1b;
	text-decoration: none;
	font-weight: bold;;
	/*border-bottom: 1px solid #7faf1b;*/
}
a:hover,
a:focus
{
	color: #333; 
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #7faf1b;
	/*background-color: #7faf1b;*/
}
a:active
{
	color: #333;
	text-decoration: none;
	font-weight: bold;
	/*border-bottom: 1px solid #7faf1b;
	background-color: #7faf1b;*/
}


/* header */
body > header
{
	display: block;
	width: 60em;
	margin: 0 0 2em;
}
body > header h1
{
	font: normal 2em/1.2 Helvetica, Arial, sans-serif;
	color: #adadad;
}
body > header h1 span
{
	color: #666;
}
body > header h1 a
{
	color: #333 !important;
	font-weight: normal;
}

/* content */
#content
{
	float: left;
	width: 44em;
	margin: 0 0 1em;
}
#content article
{
	display: block;
	margin: 0 0 2em;
	padding: 0.5em 0 0;
	border-top: 1px solid #ddd;
	/*border-color: rgba(230, 230, 230, .5);*/
}
#content article .article-primary
{
	float: right;
	width: 33.1em;
}
#content article .article-primary a
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#content article .article-primary ul
{
	list-style: disc;
	padding-left: 1.5em;
	margin-bottom: 1.5em;
}
#content article .filedto
{
	text-transform: lowercase;
}
#content article .article-aside
{
	float: left;
	width: 10.625em;
}
#content article header h2
{
	font-size: 1.5em;
	margin-bottom: 0.5em;
}
#content article header h2 a
{
	border-bottom: none;
	color: #333;
}
#content article header h2 a:focus
{
	color: #7faf1b;
}
#content article header h2 a:hover
{
	border-bottom: 1px solid #7faf1b;
}
#content article .article-aside h3
{
	margin: 0.4em 0 0 0.5em;
	font-size: 0.9em;
	color: #adadad;
}
#content article section
{
	font-family: Palatino, Georgia, 'Times New Roman', serif;
}
#content article p
{
	margin: 0 0 1.5em;
}

/* comments block */
.commentsblock
{
	float: left;
	margin: 0 0 1em;
}
.commentsblock h3
{
	/*font-family: Georgia, serif;*/
	margin: 0 0 1.5em;
	font-size: 1em;
}
.commentsblock p
{
	margin: 0 0 0.5em;
}
.commentsblock textarea
{
	width: 40em;
}
.commentsblock input[type=text]
{
	margin: 0 0 0.5em;
	padding: 0.2em;
	border: 1px solid #999;
}
.commentsblock ol li
{
	margin: 0 0 2em;
	padding: 0.5em 0 0;
	border-top: 1px solid #ddd;
	/*border-color: rgba(230, 230, 230, .5);*/
}
.commentsblock small
{
	display: block;
	margin: 0 0 1em;
	font-size: 1em;
	color: #999;
}
/* aside */
aside
{
	display: block;
	float: right;
	width: 14em;
	margin-left: 2em;
}
aside h2
{
	display: block;
	padding: 0.5em 0 0 0.5em;
	border-top: 1px solid #ddd;
	/*border-color: rgba(230, 230, 230, .5);*/
}
aside ul
{
	padding-left: 0.5em;
	margin-bottom: 1em;
}

/* footer */
footer
{
	display: block;
	clear: both;
}
#die
{
	display: none; /* hiding IE stuff */
}

/* twitter */
#twitter_div
{
	background: #fafafa;
}
#twitter_div h2
{
	padding-left: 0.5em;
	margin: 0 0 0.5em;
}
#twitter_update_list
{
	padding: 0 0.5em;
	font-size: 0.8em;
}
#twitter_update_list li
{
	padding: 0.5em 0 0.5em;
	border-bottom: 1px dashed #ddd;
}
#twitter_update_list a
{
	color: #999;
}
#twitter_update_list span
{
	display: block;
}
#twitter_update_list span a
{
	display: inline;
	color: #7faf1b;
}

.clearfix
{
	display: inline-block;
}
.clearfix:after
{
    content: " ";
    display: block;
    height: 0;
	font-size: 0;
    clear: both;
    visibility: hidden;
}