﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #00002D;
	font-size: 12px;
	color: #FFFF00;
}

option {
	font-family: Georgia, "Times New Roman", Times, serif;
}

select {
	font-family: Georgia, "Times New Roman", Times, serif;
}

textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
}

input {
	font-family: Georgia, "Times New Roman", Times, serif;
}

td {
	font-family: Georgia, "Times New Roman", Times, serif;
}

th {
	font-family: Georgia, "Times New Roman", Times, serif;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-weight: normal;
	color: #FFDC51;
	font-family: Verdana;
	text-align: justify;

}

h2 {
	font-weight: normal;
	color: #000000;
}

h1 {
	font-weight: normal;
	color: #FFDC51;
}

h4 {
	font-weight: normal;
	color: #99FFCC;
	font-size: 1.7em;
}
h5 {
	font-weight: normal;
	color: #008000;
	font-size: 2.1em;
}


h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
	
}


ol {
	line-height: 200%;
}

ul {
	line-height: 200%;
}

p {
	line-height: 200%;
	color: #FFFFFF;
}

blockquote {
	padding-left: 1em;
}

blockquote ol {
	line-height: normal;
	font-style: italic;
}

blockquote ul {
	line-height: normal;
	font-style: italic;
}

blockquote p {
	line-height: normal;
	font-style: italic;
}

a {
	color: #FFDC51;
}

a:hover {
	text-decoration: none;
	color: #EB42A3;
}

/* Header */

#header {
	width: 760px;
	height: 245px;
	margin: 0 auto;
	background: url(images/tignale4.jpg) no-repeat right top;
}

#header p {
	margin: 0;
	color: #FFDC51;
	
}

#header h1 {
	margin: 0;
	color: #FFDC51;
	
}

#header h1 {
	padding-top: 100px;
	
}

#header a {
	color: #008000;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 500px;
}

h3 {
	font-weight: normal;
	color: #FFDC51;
	font-family: Verdana;
	text-align: justify;

}

.post {
	padding: 0 0 20px 0;

}

.title {
	margin: 0;
	border-bottom: 2px solid #0F0F0F;
}

.byline {
	margin: 0;
	color: #646464;
}

.meta {
	text-align: right;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
	background: url(images/img03.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
}
#chooseDateForm li {
	list-style: none;
	padding: 5px;
	clear: both;
}
select {
	width: 100px;
}
input {
	width: 100px;
	margin: 5px 0;
}
input.dp-applied {
	width: 140px;
	float: left;
}


a.dp-choose-date {
	float: left;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

#calendar-me {
	margin: 20px;
	
}
pre.sourcecode {
	border: 2px dashed #ccc;
	padding: 10px;
	width: 734px;
	overflow: auto;
	margin: 0 0 20px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li li {
	padding-left: 20px;
	border-bottom: 1px dotted #0F0F0F;
	background: url(images/img02.gif) no-repeat 5px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 0 0;
	border-bottom: 2px solid #0F0F0F;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	clear: both;
	padding: 50px 0;
	width: 760px;
	height: 110px;
	margin: 0 auto;
	background: url(images/tignale3.jpg) no-repeat center top;
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
}

