/*
Theme Name: Paras Theme
Author: Dennis Hodapp
*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body {
	background-color: black;
    background-image: url('http://www.paras360.com/blue.png');
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: 0px 98px;
	margin: 0;
	font-family: century gothic, Arial, Helvetica, Georgia, Sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	color: white;
}

h1 {
	font-family: century gothic, Georgia, Sans-serif;
	font-size: 50px;
	padding: 0 0 10px 0;
	font-weight: normal;
}

h2 {
    color: red;
    font-size: 35px;
    font-family: century gothic;
}

textarea, input {
	color: black;
	background-color: silver;
	border-color: #D7D7D7;
	margin: 3px;
	padding: 1px;
}

textarea:focus, input:focus {
	background-color: #D7D7D7;
	border-color: #FCDAD5;
}

a:link, a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: red;
}

p {
	padding: 10px, 0, 0, 0;
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 800px;
	text-align: left;
}

table.top-navigation {
    margin-top: 70px;
}

td.menu {
    vertical-align: center;
    text-decoration: none;
    text-align: center;
    color: white;
    font-family: century gothic;
    font-size: 18px;
	padding-top: 20px;
}

#main-content {
	background-image: url('http://www.paras360.com/tablebg.jpg');
	background-repeat: no-repeat;
	float: left;
}

#header {
	float: left;
	width: 750px;
}

#container {
	float: left;
	width: 520px;
}

.post {
	padding: 10px 0 10px 10px;
}

.post-date {
	height: 44px;
	width: 50px;
	font-weight: bold;
	text-align: center;
	float: left;
	display: inline;
	margin: 0 10px 0 0px;
	background: url('date_background.png') no-repeat;
}

.post h2 {
	font-family: century gothic, Georgia, Sans-serif;
	font-weight: normal;
	font-size: 35px;
	margin: 0 0 10px 0;
}

.entry {
	line-height: 18px;
}

.entry a:link, .entry a:visited {
	text-decoration: underline;
}

p.postmetadata {
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

.postmetadata a:link, .postmetadata a:visited {
	text-decoration: none;
}

.navigation {
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.sidebar {
	float: left;
	width: 240px;
	margin: 0 0 0 10px;
	display: inline;
}

.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li {
	padding: 10px 0 10px 0;
}

.sidebar ul li h2 {
	font-family: Georgia, Sans-serif;
	font-size: 14px;
}

.sidebar ul ul li {
	padding: 0;
	line-height: 18px;
}

.sidebar img {
	border: none;
}

.sidebar li#feeds a{
	font-size: 18px;
	font-weight: bold;
}

table#wp-calendar {
	width: 80%;
}

#footer {
	clear: both;
	float: left;
	width: 750px;
	padding: 10px 0 0 0;
}

.comments-template {
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol {
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li {
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3 {
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata {
	font-size: 12px;
}

.comments-template p.nocomments {
	padding: 0;
}

.comments-template textarea {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

#footer p {
	font-size: 10px;
	text-align: center;
	line-height: 40px;
}

#footer a
{
    font-size: 10px;
}

#footer a:hover
{
    color: teal;
}
	