/*
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: #353535 url(images/img01.gif) repeat-x;
	font-size: 13px;
	color: #FFFFFF;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	text-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: white;
}

a:hover {
	text-decoration: none;
}

img { border: none; }

/* Header */

#header {
	width: 830px;
	height: 280px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat;
}

/* Logo */

#logo {
	height: 170px;
	/*background: url(images/img07.jpg) no-repeat left 65%;*/
}

#logo h1 {
	float: left;
	padding: 40px 40px 0 50px;
	letter-spacing: -2px;
	font-size: 48px;
}

#logo h2 {
	float: right;
	padding: 68px 0 0 0;
	font-size: 24px;
	
}

#logo a {
	text-decoration: none;
	color: #353535;
}

/* Gallery */

#gallery {
	clear: both;
	width: 830px;
	height: 400px;
	margin: 0 auto;
	
}

#top-photo h2 {
	height: 1.4em;
	font-size: 1em;
}

#top-photo p {
	margin: 0;
	padding: 0 0 10px 0;
}

/* Menu */

#menu {
	width: 830px;
	height: 70px;
	background: url(images/img03.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 166px;
	height: 73px;
	padding-top: 35px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 24px;
	color: #FFFFFF;
}

#menu a:hover {
	background: url(images/img09.jpg) no-repeat;
	color: #FFFFFF;
}

#menu .active a {
	background: url(images/img09.jpg) no-repeat;
	color: #353535;
}

/* Page */

#page {
	width: 830px;
	margin: 0 auto;
	padding: 20px 0;
	min-height: 568px;
}

/* Content */

#content {
	float: left;
	width: 772px;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	border-bottom: 2px solid gray;
}

.byline {
	margin: 0;
}

.meta {
	border-top: 1px solid #4A3903;
	text-align: right;
	color: #646464;
}

.meta a {
	padding-left: 15px;
	background: url(images/img06.gif) no-repeat left center;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 30px;
	border-bottom: 1px dotted gray;
	background: url(images/img06.gif) no-repeat 15px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 2px 30px;
	/*background: url(images/img05.gif) no-repeat left bottom;*/
	border-bottom: 2px solid gray;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 0;
	background: #E9E9E9;
	border-top: 3px solid #C6C6C6;
	text-align: center;
	font-size: smaller;
	color: #000000;
}

#footer a {
	color: #000000;
}

input, textarea {
    padding: 4px;
    font-size: 12px;
    /*font: 12px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;*/
    color: #000000;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border: 1px solid #000000;
    background: #ffffff;
}

table {
border-collapse: separate;
border-spacing: 0px;
border-color: black;
}

td {
border-bottom: 1px solid black;
padding-top: 2px;
padding-bottom: 2px;
position: relative;
}

th {
	text-align: left;
}

td.artwork > a img {
max-width: 40px;
margin: 2px 0 2px 2px;
/*border: 1px solid white;*/
-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.5);
display: inline-block;
-moz-border-radius:7px;
-webkit-border-radius:7px; 
border-radius:7px;
}

td a.link {
display: block;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}

/*
td.artwork div.mask {
position: absolute;
top: 2px;
left: 2px;
width: 34px;
height: 34px;
background: url(images/app_mask.png) 0 0 no-repeat;
}
*/