/*
Theme Name:  Waxx V4
Theme URI: http://www.melinewaxx.com/blog
Description: Theme for website Melinewaxx.info, second version
Version: 3.0
Author: Melinewaxx
Author URI: http://www.melinewaxx.com/
Tags: dark, grunge, fixed width, two columns, widgets

Waxx V2

*/
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

div#mainmenu {
	width: 220px;
	float: left;
	height: 100%;
	letter-spacing: 135%;
}
		
div#mainmenu ul ul {
	padding-left: 2em;
	font-size: 90%;
}
		
div#mainmenu img {
	margin-top: 16px; 
}		
		
div#mainmenu li {
	list-style-type: none;
	margin-right: 12px;
	margin-top: 4px;
}
		
div#mainmenu > ul > li > a {
	width: 100%;
	display: block;
}

div#mainmenu a img {
	border: none;
}
	
div#content {
	margin-left: 221px;
	height: 100%;
}
		
#footer {
	margin-top: -33px;
	margin-left: 220px;
	float: left;
}

	
.center {
	text-align: center;
}	

.fixedwidth {
	float: left;
	width: 880px;
	margin-left: 16px;
}
		
.largetext {
	padding-top: 66px;
	line-height: 150%;
}
		
.largetext p {
	text-indent: 1em;
}
	
.clear {
	clear: both;
}

.column50 {
	width: 48%;
	margin-left: 1%;
	float: left;
}

#content h1 {
	text-transform: uppercase;
	font-weight: normal;
	font-stretch: expanded;
	letter-spacing: 115%;		
	margin: 0px;
	padding: 0px;
}

#content h1:first-letter {
	font-size: 125%;
}
		
#content h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-stretch: expanded;
	letter-spacing: 115%;		
	padding: 0;
	margin-top: 12pt;
	margin-bottom: 4pt;
}

#content h2:first-letter {
	font-size: 125%;
}

				
#content h3 {
/*		font-family: "Trajan Pro", "Georgia", Serif; */
/*		text-transform: uppercase;*/
	font-weight: normal;
	margin-top: 12pt;
}

#content h2.backpath {
	margin-top: -4px;
	padding-left: 100px;
	font-size: 12px;
}
		
a { 
	text-decoration: none;
}
		
a:hover {
	text-decoration: underline;
}
		
.linklist a {
	display: block;
}

.linklist fieldset {
	float: left;
	width: 30%;
	border: none;
	display: block;
}
		
dt {
	font-weight: bold;
}
		
dd {
	margin-bottom: 1ex;
}
		
div.ornament {
	display: block;
	height: 80px;
	background: url(/Gfx/ornament.png) 50% 0% no-repeat;
}
		
p#imageforfacebook {
	position: absolute;
	top: 0px;
	left: -1000px;
}
		
.postmetadata {	
/*	padding: 4px 2px; margin: 10px 50px 15px 50px;	
	font-size: 0.7em;	*/
}

.floatleft {
	float: left;
}
		
.floatright {
	float: right;
}
		
.roundbox {
	border: 1px solid #222;
	-moz-border-radius: 4px;
	padding: 7px 5px;
}
	
.strikeout {
	text-decoration: line-through;
}
		
.hscroll {	
	overflow: auto;
	height: 700px;
	font-size: 8px;
	color: #a0a0a0;
}
	
.hscroll table,
.hscroll tr,
.hscroll td {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}

.hscroll th {
	padding-left: 300px;
}

.tiles {
	margin: 0 auto;
	padding: 100px;
	width: 80%;
	height: 400px;
}

.tiles a {
	display: block;
	float: left;
	width: 100px;
	height: 130px;
	margin: 2px;
	opacity: 0.5;
	overflow: hidden;
}

.tiles a img {
	width: 90px;
}

.tiles a:hover {
	border-color: white;
	opacity: 1;
}

.tiles a:hover img {
}


/*** COLORS ***/		
	
body {
	color: #404040;
	font-size: 12px;
	font-family: Verdana;
	background: white;
}
	
div#mainmenu {
	font-size: 14px;
	font-family: "Trajan Pro", "Georgia", Serif;
	font-stretch: expanded;
	color: #404040;
	border-right: 1px dotted #e0e0e0;
}
	
div#mainmenu a {
	color: #404040;
}

div#mainmenu a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#footer {
	font-size: 8px;
	color: #606060;
}

#content h1 {
	font-family: "Trajan Pro", "Georgia", Serif;
	font-size: 28px;
	color: #7c0042;
}

#content h2 {
	font-family: "Trajan Pro", "Georgia", Serif;
	font-size: 20px;
	color: #7c0042;
}


#content h2.backpath a {
	color: #a0a0a0;
}

#content h2.backpath a:hover {
	color: #7c0042;
}


#content h3 {
	font-weight: normal;
	font-size: 115%;
	color: #7c0042;
}

a {
	color: #82004a;
}
	
.postmetadata {	
}



blockquote {
	border: 1px solid #d0d0d0;
	background: #f0f0f0;
	padding: 8px;
	margin: auto 30px;
}





/** FORMS **/
form {
	margin: 20px 10px; 
	padding: 15px 25px 25px 20px; 
	background: #e0e0e0; 	
	border: 1px solid #d0d0d0;	
}
form p {
	border-bottom: 1px solid #d0d0d0;
	padding: 12px 0 5px 0;	margin: 0;	
}
label {
	font-weight: bold;	
	color: #404040;
}
input, select, textarea {
	width: 80%;
	margin: 5px 0;
	padding: 5px;
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: #404040;
	background: #ffffff;
	border: 1px solid #d0d0d0;
}
option { padding-right: 0.5em; } 


input.button { 
	font: bold 12px Arial, Verdana, Sans-serif; 
	height: 30px;
	padding: 2px 3px; 
	margin-top: 8px;
	color: #404040;
	background: #ffffff;
	border-width: 1px;
  	border-style: solid;
  	border-color: #d0d0d0;
}

.sidebar {
	font-size: 12px;
}
