/*
THEME NAME: TomSays
THEME URI: 
DESCRIPTION: 
VERSION: 1
AUTHOR: Joe Botha
AUTHOR URI:
*/

/* Two-column with sidebar on left from the /sandbox-layouts/ folder  */
@import url('sandbox-layouts/2c-r.css');
/* Just some example content */
div#header {
	margin-bottom:0em;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 115px;
	width: 700px;
}
#header h1 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-indent: -1440px;
}
#header a {
	display: block;
	height: 115px;
	width: 700px;
}
#blog-description {
	padding: 10px;
	float: left;
	width: 300px;
	color: #FFFFFF;
	margin-top: -65px;
	margin-left: 10px;
}
div#access div.skip-link {
	position:absolute;
	top:1em;
	right:1em;
	visibility: hidden;
}
#menu {
	padding: 0;
	width: 100%; /*Brown color theme*/
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
	text-align: right;
}
#menu ul {
	margin:0;
	/*margin-left: 10px; margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
	text-align: right;
}
#menu li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
}
#menu a {
	float: right;
	display: block;
	font: bold 11px Arial;
	color: white;
	text-decoration: none;
	background-color: #333333; /*Black color theme*/
	border-top: 1px solid white;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#menu a:hover {
	background-color: #000000; /*Black color theme*/
	color: white;
}
#menu #current a { /*currently selected tab*/
	background-color: #000000; /*Black color theme*/
	color: white;
	border-color: #000000; /*Black color theme*/
}
.entry-title {
	clear:both;
	font-size: 1.5em;
	background-image: url(images/entry-title.gif);
	background-repeat: repeat-x;
	background-position: top;
	display: block;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.entry-title a:link, .entry-title a:visited {
	color: #000000;
	text-decoration: none;
}
.entry-title a:hover {
	color: #666666;
}
.page-title {
	clear:both;
	font-size: 1em;
	background-image: url(images/entry-title.gif);
	background-repeat: repeat-x;
	background-position: top;
	display: block;
	font-weight: normal;
	padding-top: 5px;
	margin-top: 30px;
}
.entry-date {
	line-height: 20px;
	background-image: url(images/calendar.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.entry-content {
	margin-left: 15px;
}
.entry-meta {
	background-color: #ebf1f7;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c6d5e4;
	border-bottom-color: #c6d5e4;
	padding-left: 15px;
	font-size: 0.8em;
	margin-bottom: 50px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	display: block;
}
.author-vcard {
	background-image: url(images/vcard.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	clear: both;
	float: left;
	display: block;
}
.cat-links {
	background-image: url(images/catlinks.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	clear: both;
	float: left;
	display: block;
}
.tag-links {
	background-image: url(images/tag_yellow.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	clear: both;
	float: left;
	display: block;
}
.comments-link {
	background-image: url(images/comment.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	clear: both;
	float: left;
	display: block;
}
.comment-author-vcard {
	background-image: url(images/icon_user.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	clear: both;
	display: block;
}
.meta-sep {
	visibility: hidden;
}
.clear {
	clear: both;
}
div#container, div.sidebar {
	margin-top:0em;
}
div#nav-above, div#nav-below {
	width:100%;
	height:1em;
}
div#nav-above {
	margin-bottom:1em;
}
div#nav-below {
	margin-top:1em;
}
.alignleft, div.nav-previous {
	float: left;
}
.alignright, div.nav-next {
	float: right;
}
#comments {
	margin-top: -40px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
form#commentform .form-label {
	margin:1em 0 0;
}
form#commentform span.required {
	background:#fff;
	color:red;
}
form#commentform, form#commentform p {
	padding:0;
}
input#author, input#email, input#url {
	width:50%;
}
input#author, input#email, input#url, textarea#comment {
	padding:0.2em;
}
div.comments ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div.comments ol li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 35px;
	margin-left: 0;
	padding: 5px;
}
textarea#comment {
	height:13em;
	margin:0 0 0.5em;
	overflow:auto;
	width:66%;
}
div.comments li {margin: 0; padding: 0px;}
div.comments li {
	background-color: #F5F5F5;
}
div.comments li.alt {
	background-color: #f8f6d2;
}
div.sidebar div, div.sidebar h3, div.sidebar ul, div.sidebar li {
	margin:0;
	padding:0;
}
div.sidebar h3, #comments h3 {
	font-size:1.2em;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 5px;
	background-image: url(images/sidebarh.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*div.sidebar input#s {
	width:7em;
}*/
div.sidebar li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	line-height: normal;
}
div.sidebar li form {
	margin:0.2em 0 0;
	padding:0;
}
div.sidebar ul ul {
	margin:0;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.sidebar ul ul li {
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	width: 190px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.sidebar ul ul li a, div.sidebar ul ul li a:link, div.sidebar ul ul li a:visited {
	background-color: #F5F5F5;
	color: #003366;
	text-decoration: none;
	width: 190px;
	display: block;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 5px;
}
div.sidebar ul ul li a:hover {
	background-color: #EEEEEE;
}
div.sidebar ul ul ul {
	margin:0;
}
div.sidebar ul ul ul li {
	list-style:circle;
	display: block;
}
div.sidebar li a{
	background-image: url(images/bullet_yellow.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}
#rss-links li a{
	background-image: url(images/rss.png);
	background-repeat: no-repeat;
	background-position: left center;
}
/**/
a:link, a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	width: 200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
	font-weight: bold;
	color: #990000;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #FFFFFF;
}
/* End Calendar */
.linklove a, .linklove a:visited {
	color:#FFFFFF!important;
	cursor: pointer;
	display: none;
	visibility: hidden;
}
.addthis_social_widget_drop {
	float: right;
}
a.alinks_links {
	color: #000000;
}
