/*  
Theme Name: Vistered Little
Theme URI: http://vistered.scarylittlemonkey.com/
Description: A glass-like interface with drag and drop "wallpaper" support.<br /> Drag a JPG file into the wallpapers folder and a thumbnail is generated for you.<br />Multiple user selectable "skins" and support for ALL major browsers.
Version: 1.6
Author: Nik Iliadis
Author URI: http://scarylittlemonkey.com/
*/

/* Begin Generic and body styles. */

* {
	margin: 0px;
	padding: 0px;
	font-family: "verdana", sans-serif;
	}
body {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #C8D406;
	background: #ccc url(images/wallpaper.gif);
	}
a:link, a:active, a:visited {
	text-decoration: none;
	color: #4CFF00;
	}
a:hover	{
	color: #fff;
	}
a img {
	border: 0px;
	}
#header {
	background: url('images/header.png') top repeat-x;
	width: 100%;
	height: 107px;
	padding: 10px 0px;
	}
	
h1>a {
	margin-left: 10px;
	font-size: 1em;
	font-weight: normal;
	font-family: "Trebuchet MS", sans-serif;
	letter-spacing: -.1em;
	}
	
h1 a:link, h1 a:active, h1 a:visited, h1 a:hover {
	color: #ddd;
	}

.left {
	float: left;
	font-size: 1.1em;
	}

.right {
	float: right;
	font-size: 1.1em;
	}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
	}

label {
	font-size: .8em;
	}

#browserwarning {
	width: 400px;
	padding: 10px;
	font-size: .6em;
	background: #000;
	margin: -35px auto 0px auto;
	border: 1px dashed #ff0000;
	text-align: justify;
	display: none;
	}

.headerlink {
    margin-left: 20px;
	border: 1px dotted #777;
	}

#body-contenido {
	width: 740px;
	margin: 0px auto;
	}
#search {
    width: 110px;
    padding: 0px;
    margin-right: 15px;
}
#search label {
    font-size: .6em;
}

#s {
	width: 110px;
	background: transparent;
	padding: 2px;
	font-size: .6em;
	border: 1px dotted #777;
}

code {
        margin: 5px;
        overflow: auto;
        padding: 3px;
        font-size: .9em;
        display: block;
        border: 1px dotted #777;
        }
#topmenu {
        position: absolute;
        text-align: right;
        top: 63px;
        right: 10px;
        font-size: .8em;
        }
#topmenu a {
        background: url('images/star.png') left center no-repeat;
        padding-left: 13px;
        margin-left: 10px;
        }
#topment a:after {
        content: " ";
        }
/* END */

/* Begin Blog and comment styles. */

#contenedor-contenido {
	font-size: .7em;
	width: 432px;
	float: left;
	}
.contenido {
	background: url('images/blogbackground.png');
	margin: 0px;
	padding: 0px 35px;
	width: 422px;
    overflow: hidden;
	}
.contenido-cabecera {
	background: url('images/blogtop.png') bottom center no-repeat;
	height: 32px;
	width: 492px;
	margin: 10px 0px 0px 0px;
	overflow: hidden;
	}
.contenido-final {
	background: url('images/blogbottom.png') top center no-repeat;
	height: 32px;
	width: 492px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	}
#contenedor-contenido p {
	text-align: justify;
	padding: 5px;
	}
#contenedor-contenido p.contenido-subtitulo {
	text-align: left;
	font-size: .9em;
	color: #eee;
	border-bottom: 1px dotted #777;
	}
#contenedor-contenido p.contenido-pie {
	text-align: right;
	font-size: .9em;
	color: #eee;
	border-top: 1px dotted #777;
	}
#contenedor-contenido h3 {
	font-size: 1.6em;
	text-align: left;
	font-weight: normal;
	}
#contenedor-contenido ol {
	margin: 5px 30px;
	}
#contenedor-contenido ul {
	margin: 5px 15px;
	}
#contenedor-contenido ul li {
	list-style-type: none;
	background: url('images/star.png') 0px 2px no-repeat;
	padding-left: 13px;
	}
#contenedor-contenido h3>a {
	color: #3ba6e4;
	display: block;
	width: 100%;
	}
#s, #contenedor-contenido h3, #comment, #namefield input, #emailfield input, #urlfield input {
	color: #bbb;
}
.contenido blockquote {
        margin: 5px 15px;
        padding: 3px;
        font-size: .9em;
        border: 1px dotted #3ba6e4;
        }
#comment {
	display: block;
	width: 360px;
	background: transparent;
	padding: 5px;
	margin: 10px auto;
	font-size: .9em;
	border: 1px dotted #777;
	}
#inputcontainer {
	width: 366px;
	margin: 10px auto;
	}
#namefield {
	display: block;
	float: left;
	width: 110px;
	margin-right: 15px;
	}
#emailfield {
	display: block;
	float: left;
	width: 110px;
	margin-right: 15px;
	}
#urlfield {
	display: block;
	float: left;
	width: 110px;
	}
#namefield input, #emailfield input, #urlfield input {
	width: 110px;
	background: transparent;
	padding: 2px;
	font-size: .8em;
	border: 1px dotted #777;
	}
#submitter {
	clear: both;
	text-align: center;
	}
#submitter input {
	display: block;
	width: 150px;
	margin: 10px auto;
	}
.contenido img {
        max-width: 362px;
        }
/* END */

/* Begin Menu styles */

#contenedor-menu {
	width: 233px;
	float: right;
	font-size: .6em;
	}
.menu {
	background: url('images/menubackground.png');
	margin: 0px;
	padding: 0px 35px;
	width: 163px;
}

.menu-final {
	background: url('images/menutop.png') bottom center no-repeat;
	height: 32px;
	width: 233px;
	margin: 10px 0px 0px 0px;
	overflow: hidden;
}

.menu-previo {
	background: url('images/menubottom.png') top center no-repeat;
	height: 32px;
	width: 233px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}

#contenedor-menu p, #contenedor-menu ul {
	text-align: justify;
	padding: 3px;
	list-style-type: none;
}

#contenedor-menu ul#links {
    padding: 0px;
}

#contenedor-menu ul ul {
    padding: 0px 10px;
}

#contenedor-menu ul#links ul {
    padding: 3px;
}


#contenedor-menu h3, #wp-calendar caption, #contenedor-menu h2 {
	color: #3ba6e4;
	font-size: 1.6em;
	text-align: left;
	font-weight: normal;
    background: url('images/bigstar.png') left center no-repeat;
    padding-left: 16px;
}
#wp-calendar {
	width: 90%;
	margin: 0px auto;
	text-align: center;
	}
.menu p.links>a, .menu ul li {
	background: url('images/star.png') 0px 2px no-repeat;
	padding-left: 12px;
	line-height: 12px;
        }
ul#links>li {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        }
.feedicon {
        margin-top: 4px;
        }
/* FIN */

/***********************************************
* Image Thumbnail Viewer Script- © Dynamic Drive (www.dynamicdrive.com)
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
/*cursor: hand;
cursor: pointer;*/
}
#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}
#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #313131;
}
#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #313131;
padding: 5px;
z-index: 5;
}
