/* *
 * leetucker.net - default stylesheet
 * version 1.0 - May 7, 2010
 */

/* page overall: */

body,div,p,img,form,h1,h2,h3,h4,h5,h6 { 
    margin: 0; 
    padding: 0; 
    border: 0;
}

ul {
	padding-left: 2em;	
}

body {
	/* BG-Color: */
	background: url("../images/body_background.jpg") repeat scroll 0 0 #D4D0C8;
	text-align: center;
	margin-top: 0;
	line-height: 100%;
}

#top {
	margin: 0;
	width: 100%;
	height: 0px;
	clear: both;
	border-bottom: 3px solid #333;
}

#bigwrapper {
	/* Page width: */
	width: 800px;
	margin: 2em auto;
}

#header {
	float: left;
	height: 0px;
	width: 187px;
	height: 32px;
	margin-left: 5px;
	background: url("../images/header.png") no-repeat;
	overflow: hidden;
}

#header h1  {
	height: 100%;
	width: 100%;
}

#header a {
	display: block;
	height: 100%;
	width: 100%;
	text-indent:-9999px;
}


.divider {
	clear: both;
	height: 0;
}

/* menu: */

#menu {
	float: right;
	margin: 0 auto;
	padding: 9px 0 0 0;
	color: #333;
	font-family: Verdana, Arial;
	font-size: 1em;
}
#menu ul {
	list-style-type: none;
	margin: 0 0 5px 0;
}

#menu ul li {
	display: inline;
	padding: 0 8px;
}

#menu ul li.active {
	font-weight: bold;
}

#menu a:link, #menu a:visited {
	color: #7D6B5A;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #bf0000;
	text-decoration: none;
}

.littlewrapper {
	padding: 0;
	width: 100%;
	border-top: 1px solid #333;
	border-left: 2px solid #999;
	border-right: 2px solid #999;
	border-bottom: 1px solid #333;
}

/* Background image: */
#img_index {
	background-image: url("../images/background_smile.jpg");
}
#img_lindyhop {
	background-image: url("../images/background_laugh.jpg");
}
#img_calendar {
	background-image: url("../images/background_tea2.jpg");
}
#img_contact {
	background-image: url("../images/background_tea.jpg");	
}

#footer {
	clear: both;
	background-color: #333;
	color: #D4D0C8;
	font-family: Verdana, Arial;
	font-size: 0.75em;
	padding: 5px;
	margin: 0;
	height: 24px;
	text-align: left;
}

#footertext {
	float: left;
	padding: 4px 0 0 5px;
}

#footerlinks {
	float: right;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#footerlinks li {
	display: inline;
	padding: 0;
}

#footerlinks li a:link, #footerlinks li a:visited  {
	color: #D4D0C8;
}

/*
 Styles that apply to the 
 content area:
*/

#content {
	background: url('../images/content_background.png') repeat scroll 0 0 transparent;
	float: right;
	width: 300px;
	height: 500px;
	padding: 20px;
	margin: 25px 25px 25px auto;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
	text-align: left;
}

#content .topreturn {
	float: right;
	font-size: 0.8em;
}

#content p {
	font-size: 0.9em;
	margin: 1em 0;
	padding-left: 10px;
}

#content ul li {
	list-style-type: square;
}

#content dt {
	font-weight: bold;
	margin-top: 10px;
	border-bottom: 1px solid #aaa;
}
#content dd {
	font-size: 0.9em;
	margin-left: 10px;
}
#content dd div.place {
	font-weight: bold;
	font-style: italic;
	display: inline;
	color: #bf0000;
}

#content hr {
	margin: 20px 0;
}

p.readlink {
	text-align: right;
	height: 16px;
}

p.readmore a {
	padding-right: 20px;
	padding-bottom: 5px;
	background: url('../images/add.png') no-repeat top right transparent;
	min-height: 18px;
}

p.readless a {
	padding-right: 20px;
	padding-bottom: 5px;
	background: url('../images/del.png') no-repeat top right transparent;
	min-height: 18px;
}

#welcome p {
	padding-left: 0;
}

#news {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #999;
}

#news p, #bio-teaser, #bio-full {
	border-left: 1px dotted #999;
}

#news p.readlink {
	border: 0;
}


/* heading */
#content h2 {
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

#content h3, #content h4 {
	margin-top: 1em;
	margin-bottom: 0.5em;
}

#content h3 {
	font-size: 1.1em;
}

#content h4 {
	font-size: 1em;
}

#calendar {
}

/* link colors */
#content a:link {
	color: #bf0000;
}

#content a:hover, #content a:active {
	color: #cc0000;
}

#content a:visited {
	color: #892614;
}

.videogallery-item {
	clear: both;
	margin: 20px 0;
}

.videogallery-item span.title {
	display: block;
	margin: 5px 0;
}

.videogallery-item a {
	text-decoration: none;
}

.photogallery {
	width: 270px;
	margin: 0 auto;
}

.photogallery-item {
	display: inline;
	margin: 5px;
}