/* @group reset */
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;
}
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;
}
/* @end */

/* @group layout */
body {
  background: #454545;
  font-size: 13px;
  font-family: "Trebuchet MS",Trebuchet,Tahoma,sans-serif;
  color: #4E4E4E;
}

#main {
  margin: auto;
  width:  820px;
}

#top {
  background: #373737;
  margin-bottom: 20px;
  height: 50px;
  padding: 0 20px;
}
#top h1 {
  float: left;
}
#top a {
  text-decoration: none;
  color: #fff;
  line-height: 50px;
  height: 50px;
}
#top a:hover {
  border-bottom: 1px dotted #fff;
}
#top ul {
  float: right;
}
#top ul li {
  float: left;
}
#top ul li a {
  margin-left: 20px;
}
#top a.selected {
  color: #E24628;
}

#content {

}

/* @end */


/* @group entry */
div.entry {
  background: #fff;
  padding: 40px 50px 40px 50px;
  margin-bottom: 20px;
}
h2 {
  margin-bottom: 10px;
  height: 30px;color: #E24628;
  font-size: 30px;
  font-weight: normal;
  text-decoration: none;
}
div.entry h2 {
  float: left;
}
div.entry h2 a {
  color: #E24628;
  font-size: 30px;
  font-weight: normal;
  text-decoration: none;
}
div.entry h2 a:hover {
  border-bottom: 1px dotted #E24628;
}
div.entry span.date {
  float: right;
  color: #aaa;
  font-size: 15px;
  line-height: 40px;
}
div.entry p {
  padding: 10px 0;
  line-height: 24px;
}
div.entry a {
  color: #E24628;
}
div.entry div.text {
  clear: both;
}
div.entry a.more, div.entry a.comments {
  float: right;
  padding: 0 10px;
}
div.entry a.more {
  border-left: 1px solid #ccc;
}
div.entry pre {
  border:  1px solid;
  border-color: #E8E8E8 gray gray rgb(211, 211, 211);
  background: #f7f7f7;
  margin: 10px 10px;
  padding: 5px 20px;
  overflow: auto;
}
div.entry h3 {
  color: #e24628;
  padding: 10px 0;
}
div.entry em {
  background: #f0f0f0;
}
div.text ul {
  padding-left: 20px;
}
div.text img {
display: block;
margin: 5px auto;
}
div.text ul li {
  list-style-type: disc;
  padding: 3px 0;
}
div.text blockquote {
  color: #555;
  background-color: #ddd;
  padding: 5px;
margin-bottom: 10px;
margin-left: 20px;
}
#meta {
  clear: both; 
  padding-bottom: 20px;
}
#meta li, #meta h4 {
  float: left;
  margin-right: 5px;
}
/* @end */

/* @group comments */
#comments {
}
#comments h3, #add_comment h3 {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  padding: 20px 50px;
  background-color: #373737;
  margin-bottom: 20px;
}
#comments li {
  background: #fff;
  padding: 10px 50px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
#comments li a{
  color: #E24628;
}
#comments li div.user {
  width:  80px;
  float:  left;
  font-size: 11px;
  border-right: 1px solid #ccc;
  margin-right: 19px;
}
#comments li div.user a {
  font-size: 13px;
}
#comments li div.text {
  float: left;
  width: 500px;
  line-height: 20px;
}
#comments li div.user cite {
  display: block;
}
/* @end */

/* @group add_comment */
#add_comment {
  margin-top: 20px;
}
#add_comment form {
  background: #fff;
  padding: 20px 50px;
  margin-bottom: 20px;
}
#add_comment form div {
  overflow: hidden;
  padding-bottom: 5px;
}
#add_comment form label {
  float: left;
  width: 50px;
  text-align: right;
  padding-right: 10px;
  height: 20px;
  line-height: 20px;
}
#add_comment form input.text {
  float: left;
  border:  1px solid rgb(211, 211, 211);
  height: 20px;
}
#add_comment form textarea {
  float: left;
  border:  1px solid rgb(211, 211, 211);
  height: 200px;
}
#submit {
  margin-left: 60px;
}
/* @end */

/* @group pager */
#pager {
   background: #373737;
   overflow: hidden;
  padding: 20px 50px;
  margin-bottom: 20px;
}
#pager a {
  color: #fff;
}
#pager a:hover {
  color: #E24628;
}
#pager a.next {
   float: right;
}
#pager a.prev {
   float: left;
}
/* @end */

/* @group sidebar */
#sidebar {
  padding: 20px 50px;
  background: #fff;
  overflow: hidden;
  margin-top: 20px;
}
#sidebar div {
  padding: 20px 0 10px 0;
  overflow: hidden;
}
#sidebar h3 {
  color:  #E24628;
  padding-bottom: 5px;
}
#sidebar h3 a {
  font-size: inherit;
}
#sidebar a {
  color: #454545;
  text-decoration: none;
  border-bottom: 1px dotted grey;
  font-size: 11px;
  line-height: 20px;
}
#sidebar a:hover {
  color: #E24628;
}
#sidebar .links {
width: 400px;
}

/* @end */


/* @group foot */
#foot {
  background: #373737;
  margin-top: 20px;
  height: 50px;
  padding: 0 20px;
  text-align: center;
  color: #777;
}
#foot a {
  text-decoration: none;
  color: #fff;
  line-height: 50px;
  height: 50px;
}
#foot a:hover {
  border-bottom: 1px dotted #fff;
}

/* @end */



/* @group portfolio */
#portfolio {
  background: #fff;
  padding: 30px 50px;
  overflow: hidden;
}

#portfolio li {
  float:  left;
  width: 200px;
  height: 180px;
  margin: 0 20px;
}
#portfolio li div {
  margin: 0 5px;
  padding: 5px 10px;
  overflow: hidden;
  background: #f7f7f7;
}
#portfolio li h3 {
  float: left;
}
#portfolio li span {
  float: right;
  font-size: 11px;
}

#portfolio li a {
  color: #8EA82D;
  font-size: 11px;
  float: right;
}

/* @end */

#about {
  background: #fff;
  padding: 30px 50px;
  overflow: hidden;
  margin-bottom:  20px;
}

#about li {
line-height: 11pt;
}
#about a {
color: #E24628;
  text-decoration: none;
}


#projects {
  background: #fff;
  padding: 30px 50px;
  overflow: hidden;
  margin-bottom:  20px;
}

#projects h3 {
  color: #e24628;
  padding: 10px 0;
font-size: 14px;
}
#projects p {
line-height: 16px;
padding-bottom: 20px;
}
#projects a {
color: #E24628;
  text-decoration: underline;

}


#translate {
  margin-left: 30px;
}
#translate_loader {
  color: #fff;
  text-align: center;
  padding: 20px;
  background-color: #E24628;
  margin-bottom: 20px;
}

#translate_loader div {
  height: 20px;
  line-height: 20px;
  width: 400px;
  margin: auto;
  background-color: #fff;
  color: #373737;
  margin-top: 10px;
  border: 1px solid #373737;
  position: relative;
}
#translate_loader div span {
  opacity: 0.4;
  background-color: #E24628;
  height: 20px;
  top: 0;
  left: 0;
  position: absolute;
}

#translate {
  line-height: 50px;
}

#blip {
  float: right;
  width: 250px;
  margin-left: 10px
}
#blip h3 {
  color: #E24628;
}

#blip ul li {
  color: #ccc;
  background-color: #373737;
  font-size: 11px;
  margin-bottom: 2px;
  padding: 10px;
  line-height: 12px;
}
#blip ul li:hover {
  background-color: #454545;
}
#blip ul li a {
  color: #E24628;
  padding: 0;
  margin: 0;
  border: none;
  line-height: 12px;
  text-decoration: underline;
}
#blip ul li a:hover {
  color: #fff;
}
#blip ul li strong {color: #fff}

