/*
Theme Name: ORG Ten
Description: Twenty Ten child theme for the ORG.
Author: Isaac Wedin
Template: twentyten
Version: 0.1
Tags: two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style

*/

@import url("../twentyten/style.css");

body {
	background: #333;
}

a:link {
	color:#36c;
	text-decoration: none;
}

a:visited {
	color:#a3a;
	text-decoration: none;
}
a:active,
a:hover {
	color: #c33;
	text-decoration: none;
}

.widget-area a:active,
.widget-area a:hover {
	text-decoration: none;
}

#branding img {
	border-top: none;
}

#wrapper {
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 0px;
	border-left: 4px solid #ccc;
	border-right: 4px solid #ccc;
}

#footer-widget-area {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
#footer-widget-area .widget-area {
   margin-right: 20px;
   width: 210px;
}

#site-info {
	margin-left: 20px;
   width: 680px;
}

#colophon {
	border: none;
	padding: 10px 0 20px 0px;
}

#footer {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#header {
	margin-top: 0px;
	padding-top: 0px;
}

#nav-above {
	margin-top: 5px;
}

#main {
	padding: 20px 0 0 0;
}

.entry-title {
	border-bottom: 1px solid #ccc;
}

.widget-area img.aligncenter {
   clear: both;
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.widget-area {
	font-size: 16px;
	line-height: 24px;
}

#site-info {
	font-size: 16px;
}

.entry-meta, .navigation, .entry-utility {
	font-size: 14px;
}

#access .menu-header, div.menu {
	font-weight: bold;
	font-size: 16px;
}

#site-generator {
	font-size: 14px;
	width: 270px;
}

body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif;
}

div.sidelogatar {
	float: right;
}

input[type="password"] {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}

input[type=submit] {
	font-size: 16px;
	font-weight: bold;
}

ul.side-recent {
	font-size: 12px;
}

.widget-container {
	padding-bottom: 10px;
}

