/*  
Theme Name: aranzi aronzo
Theme URI: http://vertical-inc.com/
Version: 1.0
Author: Javan Makhmali
Author URI: http://javan.us/
*/

* {margin: 0; padding: 0; outline: 0;}
body {
    background-color: #ffe7cb;
    font: 14px/18px arial, verdana, sans-serif;
    padding: 0 0 10px 75px;
}
a {color: #000; text-decoration: underline;}
p {margin-bottom: 20px;}
a img {border: none; text-decoration: none;}

#main {
    background-color: #fff;
    width: 480px;
    margin: 130px auto 10px auto;
    position: relative;
}

#content {
    padding: 20px 30px 80px 35px;
}

ul#nav {
    list-style-type: none;
    text-align: right;
    width: 140px;
    left: -150px;
    top: 40px;
    color: #411d3d;
    line-height: 19px;
    z-index: 1;
}

ul#nav a {text-decoration: none; color: #009fb8;}
ul#nav a:hover {color: #411d3d;}

ol.commentlist { list-style-type: none; font-size: 12px;}
cite.comment_author {display: block; text-align: right; font-style: italic;}

#sample-pages, #comments { color: #fff;}
#sample-pages a, #comments a { color: #fff; text-decoration: underline;}
#sample-pages h3, #comments h3 {text-align: center; font-size: 26px; font-weight: bold; padding-bottom: 10px;}

body#the-cute-book #sample-pages, body#the-cute-book #comments {background-color: #3ea1ac;}
body#the-cute-book ol.commentlist li {background-color: #56b0ba;}

body#the-bad-book #sample-pages, body#the-bad-book #comments {background-color: #4c4a4b;}
body#the-bad-book ol.commentlist li {background-color: #5b5759;}

body#fun-dolls #sample-pages, body#fun-dolls #comments {background-color: #fdcf22;}
body#fun-dolls ol.commentlist li {background-color: #eebf10;}

body#cute-dolls #sample-pages, body#cute-dolls #comments {background-color: #ff8d24;}
body#cute-dolls ol.commentlist li {background-color: #ff810f;}

body#machine-gun #sample-pages, body#machine-gun #comments {background-color: #ec6173;}
body#machine-gun ol.commentlist li {background-color: #dc4559;}

body#cute-stuff #sample-pages, body#cute-stuff #comments {background-color: #cc4845;}
body#cute-stuff ol.commentlist li {background-color: #cc4845;}

body#aranzi-hour #sample-pages, body#aranzi-hour #comments {background-color: #aedfe4;}
body#aranzi-hour ol.commentlist li {background-color: #aedfe4;}

body#baby-stuff #sample-pages, body#baby-stuff #comments {background-color: #96DAF4;}
body#baby-stuff ol.commentlist li {background-color: #96DAF4;}

body#caravan #sample-pages, body#caravan #comments {background-color: #96DAF4;}
body#caravan ol.commentlist li {background-color: #96DAF4;}

.rounded {margin: 30px 0 15px 0;}
.inner {padding: 0 10px 10px 10px;}
.abs {
    position: absolute;
    z-index: 1000;
}
#welcome {
	top: -95px;
	left: 62px;
}

#monkey {
    top: -117px;
    left: 5px;
}

#bottom_guys {
    bottom: -10px;
    left: 170px;
}

.floatright {
    float: right;
    margin: 0 0 10px 25px;
}

.centered {
	text-align: center;
}

.book-info {
	width: 190px;
	padding: 5px 0 8px 8px;
	margin: 0 0 8px 10px;
	border-left: 1px solid #000;
	float: right;
	font-size: 9px;
	line-height: 13px;
	font-family: monaco, courier, mono-spaced;
}

#sample-pages img, #sample-pages span {
	float: left;
	margin: 15px 0 0 12px;
}


/* lightbox */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}