html, body, ul, ol, li, dl, dt, dd, p,
h1, h2, h3, h4, h5, h6, blockquote,
form, fieldset, legend, table, td, th {
    margin: 0;
    padding: 0;
}

html, body {
height: 100%;
}

body {
background: #262626;
font-family: 'helvetica neue','helvetica-neue',helvetica,arial,sans-serif;
font-size: 12px;
}

.header {
    height: 140px;

    border-bottom: 1px solid gray;
}

#me {
position: relative;
top: 20px;
margin-left: 100px;
letter-spacing: 2px;
}

#me h3 {
font-weight: normal;
letter-spacing: 3px;
margin-top: 10px;
}

#me a {
text-decoration: none;
color: #333;
font-size:1.2em;
font-weight:normal;
}


#nav-background {
    position: absolute;
    height: 30px;
    top: 110px;
    width: 980px;
    background: green;
    background: url(/static/nav-shadow.png) repeat-x;
}

.nav-wrapper {
position: absolute;
height: 60px;
top: 90px;
left: 100px;
}

ul.nav {
position: relative;
height:40px;
top: 20px;
}

ul.nav li {
position: relative;
list-style:none;
float:left;
}

ul.nav li:hover, ul.nav li.selected {
border-bottom: 4px solid orange;
}

ul.nav li a {
display: block;
font-size: 16px;
color: #343430;
height: 30px;
padding: 0 10px;
text-decoration: none;
line-height: 30px;
border-bottom: 1px solid gray;
padding: 0 20px;
}

ul.nav li a:hover {
background: url(/static/navbg.png) no-repeat;
}

ul.nav li.selected a {
font-weight: bold;
color: #333;
letter-spacing: 1px;
}

.wrapper {
position: relative;
width: 980px;
margin: 0 auto;
background: white;
min-height: 100%;
height: auto !important;
}

#footer {
position: absolute;
bottom: 0;
width: 980px;
margin: 0 auto;
border-top: 1px solid gray;
background: white;
}

#footer p {
margin: 1em 0 0 100px;
}

#footer a {
color: #000;
}

#footer a:hover {
    color: #333;
}

.clear {clear:both;}

.sidebar {
float: right;
width: 190px;
margin-right: 20px;
}

.content {
float:left;
margin-left: 100px;
width: 600px;
background: #fff;
margin-bottom: 3em;
}

.content h1 {
font-family: Helvetica;
}

div.article-header {
background: #BBB;
font-family: "Helvetica";
font-weight: normal;
font-size: 1.5em;
padding-bottom: 3px;
padding-left: 6px;
padding-top: 3px;
margin-bottom: 1em;
}

.content h2 {
background: #BBB;
font-family: "Helvetica";
font-weight: normal;
padding-bottom: 3px;
padding-left: 6px;
padding-top: 3px;
}

.content h3 {
font-family: "Helvetica";
font-weight: normal;
font-size: 1.8em;
padding-bottom: 10px;
padding-top: 10px;

--border-bottom-left-radius: 4px 4px;
--border-bottom-right-radius: 4px 4px;
--border-top-left-radius: 4px 4px;
--border-top-right-radius: 4px 4px;
}

.content, .sidebar {
margin-top: 20px;
color: #222;
font-size: 13px;
line-height: 1.5;
}

.content p, .sidebar p {
line-height: 1.8;
}

.content h2, .sidebar h2 {
    margin: 0;
    margin-top: 1em;
    margin-bottom: .5em;
}


.content a, .sidebar a {
    color: #000;
}

.content a:hover, .sidebar a:hover {
    color: #333;
}
.content p {
	margin-bottom: 1em;
}
.content ul {
	margin-bottom: 1em;
}

.content ul li {
	margin-left: 1.5em;
	margin-bottom: 1em;
}

.content ul ul {
	margin-left: 1.5em;
	margin-bottom: 0;
}
.content ul ul li {
	margin-bottom: 0em;
}

#gplus-icon {
    height: 16px;
    width: 16px;
	position:absolute;
	top:120px;
	right:36px;
	background: url(http://www.google.com/images/icons/ui/gprofile_button-16.png) no-repeat;
}

#feed-icon {
    height: 16px;
    width: 16px;
	position:absolute;
	top:120px;
	right:10px;
	background: url(/static/feed-icon-16x16.png) no-repeat;
}

#file-uploads {
    background: #ddd;
    color: #343434;
}

#file-uploads a{
    color: #343434;
}

#file-uploads tr td {
    padding: 1px 10px;
}
.spacer {
    background: white;
    height: 0px;
}

.popular {
    background: #ccc;
    margin-bottom: 2em;
    padding-bottom: .5em;
}

.popular h3 {
    font-size: 16px;
    color: #343434;
    font-weight: normal;
    background: #ddd;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}


.popular a{
    text-decoration: none;
}

.popular ul {
    list-style-type: none;
}

.popular ul li {
    margin-left: 10px;
    margin: .5em .5em .5em 10px;
}

#pics-sidebar {
    margin-left: 13px;
    margin-top: 10px;
}

p.date {
	margin-bottom: -.5em;	
}
p.tags {
    margin-top: -.5em;
    margin-bottom: .5em;
}

a.langlink {
    font-size:13px;
    background-color:#DDD; 
    padding:3px;
    color:#343434;
}

