/* CSS Document */

html,
body{
	height:100%;
	margin:0;
	padding:0;
	

}

body.degrade{
        background: #dcdcdc; /* Old browsers */
    	background: -moz-linear-gradient(top, #dcdcdc 0%, #ffffff 100%); /* FF3.6+ */
    	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdcdc), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    	background: -webkit-linear-gradient(top, #dcdcdc 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    	background: -o-linear-gradient(top, #dcdcdc 0%,#ffffff 100%); /* Opera11.10+ */
    	background: -ms-linear-gradient(top, #dcdcdc 0%,#ffffff 100%); /* IE10+ */
    	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    	background: linear-gradient(top, #dce3e5 0%,#ffffff 100%); /* W3C */
    	background-attachment:fixed;
}

h1{
	font-family: 'Coustard', serif;
	color:#555;
	margin-top:0px;
}

h3 a:link,
h3 a:visited{
	text-decoration:none;
	color:#333;
	border-bottom:1px dotted #666;
}

h3 a:hover,
h3 a:active{
	color:#690;
	border-bottom:1px dotted #690;
}

#container{
	min-height:100%;
	width:100%;
}



#menu{
	background-color:#333;
	height:100%;
	position:fixed;
	width:140px;
}

#menucontent{
	padding-top:140px;
	display:none;
}

#menucontent img{
	margin-left: -10px;
	cursor:pointer;
}

#pages{
	position:absolute;
	margin-left:140px;
	min-height:100%;
	
	
}

.column{
	width:48%;
	font-family: 'Actor', sans-serif;
	color:#333;
	float:left;
}


#page1{
	padding:48px 32px 48px 64px;
	
	background-color:white;
	width:500px;
}


#youbar{
	padding:64px 32px 48px 32px;
	width:200px;
}

#imgcontainer{
	float:left;
	margin-right:8px;
	width:200px;
	height:161px;
}
	
#imggray{
	position:absolute;
}

#imgcolor{
	position:absolute;
	display:none;
}

/* CMS */

#editmenu{
	display:none;
}

#editpagemenu{
	display:none;
}

#Toggle_Inpage_Editor{
	display:none;
}

#blanket{
	position:fixed;
	display:none;
	width:100%;
	height:100%;
	background-color:rgba(1,1,1,0.5);
	z-index:100;
}

a:link,
a:visited{
	color:#666;
}

a:hover{
	color:#690;
}

/* Menu */
#menucontent{
	padding-top:80px;
}

#menu a:link,
#menu a:visited{
	display:block;
	color:#CCC;
	font-family: 'Coustard', serif;
	text-decoration:none;
	background-image:url(../_img/button_back.png);
	background-repeat:no-repeat;
	height:50px;
	width:92px;
	padding: 24px 0px 0px 20px;
	margin-left:-10px;
}


.bookcover{
	float:left;
	width:80px;
	height:80px;
	margin-bottom: 6px;
	margin-left: 6px;
	border:none;
}

.sub{
	display:none;
}

h4{
	margin-bottom:10px;
	margin-top: 8px;
}

.inputbox{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #999;
	padding:8px;
	color:#333;
	margin-bottom:6px;
	width:90%
}


#aboutsub img{
	margin-bottom:6px;
	margin-left: 6px;
	width:160px;
	height:120px;
}

#sortitems,
#sortitems2{
	height:300px;
}

a.storee:link,
a.storee:visited{
	display:block;
	border:1px solid #EEE;
	background-image:url(../_img/page_icon.jpg);
	background-repeat:no-repeat;
	background-position: 2px 2px;
	padding-left:50px;
	padding-top:4px;
	margin:4px;
	height:40px;
	background-color:#FFF;
	color:#666;
	text-decoration:none;
}

a.storee:hover,
a.storee:active{
	border:1px solid #693;
}

a.storee .title{
	font-size:16px;
}


a.storee .author{
	font-size:12px;
	padding-left:12px;
	color:#999;
}

#authorinfo .picture{
    float: left;
    margin-right: 10px;
}

#authorinfo h2{
   margin-bottom: 6px;
}

#authorinfo .bio{
    padding-bottom: 6px;;
}

#authorinfo .location{
    padding-bottom: 6px;;
    color: gray;
}


a.recentstoree{
	display:block;
	text-decoration:none;
	background-image:url(../_img/icons/page.png);
	background-repeat:no-repeat;
	background-position: 2px 2px;
	padding-left:20px;
	padding-bottom:2px;
}

#sortitems div,
#sortitems2 div{
	border:1px solid #EEE;
	background-image:url(../_img/page_icon.jpg);
	background-repeat:no-repeat;
	background-position: 2px 2px;
	padding-left:60px;
	padding-top:20px;
	margin:4px;
	height:24px;
	background-color:#FFF;
	color:#666;
	font-size:16px;
	cursor:move;
}

.button{
	margin-top: 8px;
	margin-bottom:4px;
	padding:8px;
	border: 1px solid #AAA;
	background-color:#EEE;
	color:#333;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:90%;
	display:block;
	/* box-shadow: 1px 1px 2px #888;  */
	}

.button:hover{
	background-color:#CCC;
	cursor:pointer;
}

.w150{
    width:150px;
}

.w200{
    width:200px;
}

.buttonbig{
	display:block;
	margin-top: 8px;
	padding:8px;
	border: 1px solid #999;
	background-color:#EEE;
	width:396px;
	color:#333;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	}
	
.secondchoice{
	border:none;
	box-shadow: none;
	background-color: white;
}


#importstoree div{
	float:left;
	margin-right:4px;
	padding:2px;
}

#importstoree div:hover{
	background-color:#CCC;
	cursor:pointer;
}
form .input,
.inputbig{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #BBB;
	padding:6px;
	color:#333;
	width:410px;
	display:block;
}

.inputsmall{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #BBB;
	padding:6px;
	color:#333;
	display:block;
	width:210px;
}

.inputhalf1{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #BBB;
	padding:6px;
	color:#333;
	width:150px;
}

.inputhalf2{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #BBB;
	padding:6px;
	color:#333;
	width:250px;
}

form textarea,
.textareabig{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #BBB;
	padding:6px;
	color:#333;
	width:410px;
	height:300px;
	display:block;
}


.subcol{
	border:1px solid #DDD;
	padding:4px;
	width:225px;
	float:left;
	margin-left:4px;
}


.hidden{
	display:none;
}

.clear{
	clear:both;
}


.script{
	background-color:#6F9;
}

#userinfo{
	font-size:11px;
	position:absolute;
	margin-top:24px;
	width:500px;
	z-index:110;
}

.kader{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #DDD;
	padding:10px 10px 4px 10px;
	background-color:white;
}

.shadow{
	 -moz-box-shadow: 2px 2px 8px #888; 
     -webkit-box-shadow: 2px 2px 8px #888; 
     box-shadow: 2px 2px 8px #888; 
}

.shadowdark{
	 -moz-box-shadow: 2px 2px 8px #000; 
     -webkit-box-shadow: 2px 2px 8px #000; 
     box-shadow: 2px 2px 8px #000; 
}

.defaultinput{
	color:#AAA;
	border-color:#AAA;
}

.half{
	width:40%;
	float:right;
}

.w100{
	width:110px;
}

.w110{
	width:110px;
}


#footer{
	font-family: 'Actor', sans-serif;
	font-size:11px;
	color:#333;
	/*padding-left:64px;*/
	position:absolute;
	bottom: 0;
	margin-bottom:10px;
}


.buttonbar{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width:100%;
	height:22px;
	font-size:12px;
	color:#666;
}

.inlinebutton{
	font-size:12px;
	text-decoration:none;
	border-right: 1px dotted #999;
	margin-right:2px;
	padding-right:4px;
	padding-bottom:1px;
}

.inlinebutton:first-child{
	border-left: 1px dotted #999;
	padding-left:4px;
}

.starrating{
	width:80px;
	height:16px;
	background-image:url(../_img/star_ratings.png);
	background-repeat:no-repeat;
	background-position:-80px 0px;
	margin-top:2px;
	display:inline-block;
}

#commentspanel{
	margin-left:64px;
	color:#666;
}

#commentslist{
	font-size:12px;
}

.commentfooter{
	color:#999;
	margin-bottom:12px;
	margin-top:2px;
	padding-top:2px;
	padding-left:12px;
	border-top:1px solid #EEE;
}

.comment{
    color:#999;
    font-size:12px;
}

.ui-sortable a{
	cursor:move;
}


.categorymenu a:link,
.categorymenu a:visited{
	display: block;
	width: 32%;
	float:left;
	border-radius: 5px;
	padding: .5em 0 .55em 0;
	margin: .2em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	text-decoration: none;
	background: #EEE;
}

.categorymenu a:hover,
.categorymenu a:active{
	background: #E0E0E0;
}

.categorymenu .usecount{
	position:absolute;
	margin-left:122px;
	margin-top:-2px;
}

.categorymenu .alabel{
	padding-left:8px;
}


#storeetypemenu div{
    display: block;
    width: 45%;
    float:left;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: .5em 0 .55em .5em;
    text-decoration: none;
    background: #666;
    color:#EEE;
    border: 1px solid #EEE;
    margin: .05em;
}

#storeetypemenu div.active,
#storeetypemenu div:hover{
    background: #FFF;
    color:#333;
    cursor:pointer;
}

#storeetypemenu div{
}

.bar{
	background-color:#F8F8F8;
	margin:20px 0px;
	padding:4px;
	border-bottom: 1px solid #CCC;
}

a.barlink{
	padding-left:48px;
	padding-top:12px;
	display:block;
}

.green{
	background-color:#EFE;
}

.red{
	background-color:#FEE;
}

.recentreply{
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    padding:2px 2px 8px 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #CCC;
}

.recentreply:hover{
    background-color: white;
    cursor: pointer;
}

.recentreply .date{
    color: #000000;
    margin-left: -8px;
}




a.pdf:link,
a.epub:link,
a.pdf:visited,
a.epub:visited{
	display:block;
	border:1px solid #EEE;
	background-image:url(../_img/icons/pdf.jpg);
	background-repeat:no-repeat;
	background-position: 2px 2px;
	padding-left:50px;
	padding-top:4px;
	margin:4px;
	height:40px;
	background-color:#FFF;
	color:#666;
	text-decoration:none;
}

a.epub:link,
a.epub:visited{
	background-image:url(../_img/icons/epub.jpg);
}

a.pdf:hover,
a.epub:hover,
a.pdf:active,
a.epub:active{
	border:1px solid #693;
}


a.bundle:link,
a.bundle:visited{
	display:block;
	border:1px solid #EEE;
	background-image:url(../_img/bundle_icon.jpg);
	background-repeat:no-repeat;
	background-position: 2px 2px;
	padding-left:50px;
	padding-top:4px;
	margin:4px;
	height:40px;
	background-color:#FFF;
	color:#666;
	text-decoration:none;
}

a.bundle:hover,
a.bundle:active{
	border:1px solid #693;
}




