/*   
Theme Name: Dansnest
Theme URI: 
Description: 
Author: 
Author URI: 
Version: 
Tags: 
License: 
*/

/* Make it easy to alter stuff... */
@import url("css/layout.css");
@import url("css/header.css");
@import url("css/menu.css");
@import url("css/content.css");
@import url("css/sidebar.css");
@import url("css/footer.css");
@import url("css/wordpress.css");
@import url("css/tweeks.css");

/* Begin Global Resets */
* {
    margin:0;
    padding:0;
}

body {
    background-color:#0F0C0B;
    /*color:#DCDAD5;*/
	color:#bbb;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	
    line-height:1.3em;
    text-align:center; /* IE6 Center hack */
}

table {
    border-collapse:collapse;
    empty-cells:hide;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
    margin: 0.5em 0;
}

ul, ol, dd {
    margin-left:1em;
}

a {
    text-decoration:none;
    color:#DCDAD5;    
}

a:hover {
    color:#FFF;
}

a img {
    border:0;
}
/* End Global resets */

/* Following needed for Wordpress Theme Directory Compliance. */
/* And to support image and other WP generated content positioning - obviously */
.alignright {
	float:right;
}

.alignleft {
	float:left;
}

.aligncenter, div.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
strong {
	/*color: #fec416;*/
	color: #fff;
}

.gallery a img {
	border:1px solid #666;
}

/********************************************************************/

/* -------menu--------- */
#xnavigation a.head {
	cursor:pointer;
	cursor:hand;
	height:21px;
	color: white;
	border-top:5px solid white;
	display:block;
	margin:0px;
	padding-top:5px;
	text-indent:0px;
	text-decoration: none;
	/*background: #777777;
	padding-left: 5px;*/
	
}

#xnavigation a.head:hover {
	color: #fec416;
}

#xnavigation a.selected {
	color: #fec416;
}

#xnavigation ul {
	border-width:0px;
	padding:0px;
	text-indent:0px;
}

#xnavigation li {
	list-style:none outside none;
	display:inline;
}

#xnavigation li li a {
	/*
	color: #333333;
	display:block;
	text-indent: 0px;
	text-decoration: none;
	padding: 4px;
	padding-left: 14px;
	*/
	border-top:1px dotted #322576;
}


#xnavigation li li a:hover {
	/*
    color: #322576;
    text-decoration: underline;
*/
}

#xnavigation a.first {
    border-top:0;
}


