/* designerbook 2007-2009 by Dreamweb.sk */

.wrap {
	width: 860px;
	margin: 0 auto;
}

/* @group HTML */

/* @group Reset */

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

p {
	margin: 0;
}

/* @end */

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, "Lucida Grande";
	color: #000;
	background-color: #A8D34A;
}

* {
	outline: none;
}

img {
	border: 0 none;
}

a img {
	border: 0 none;
}

/*a {
	color: #ABC932;
}

a:hover {
	color: #000;
}*/

/* @end */

/* @group Header */

#header {
	
}

/* @group Logo */

#logo {
	float: left;
}

#logo h1 {
	margin: 30px 0 0 30px;
	padding: 0;
	font-size: 10px;
	text-indent: -10000px;
}

#logo a {
	width: 160px;
	height: 75px;
	display: block;
	background: transparent url("../images/bg_logo.png") no-repeat 0 0;
	text-decoration: none;
}

/*#logo a:hover {
	background-position: left -36px;	
}*/

#logo a span {
	display: none;
}

/* @end */

/* @group Headermsg */

#headermsg {
	float: left;
	display: block;
	margin-top: 15px;
	font-size: 11px;
	background: url(../images/bg_headermsg.png) no-repeat left top;
}

#headermsg span {
	display: block;
	padding: 10px 10px 25px 10px;
	color: #fff;
	background: url(../images/bg_headermsgspan.png) no-repeat right top;
}

/* @end */

/* @group Menu */

#menu {
	float: right;
	padding: 55px 0 0 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	list-style: none;
	float: left;
	margin-left: 15px;
}

#menu ul li a {
	display: block;
	float: left;
	margin: 0;
	padding: 7px 0 7px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 1px 1px #8BAE3D;
}

/* @end */

/* @end */

/* @group Content */

/* @group Headings */

h2 {
	size: 20px;
	margin: 0 0 20px 0;
}

h3 {
	margin: 0 0 10px 0;
}

/* @end */

/* @group Window */

#window {
	clear: both;
	background: #fff url(../images/bg_sidebar.png) repeat-y right top;
	border: 5px solid #8BAE3D;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* @end */

/* @group Content */

#content {
	display: block;
	float: left;
}

#content .inside {
	padding: 10px;
}

#content .inside a {
	color: #0063DC;
	text-decoration: none;
}

#content .inside a:hover {
	color: #0063DC;
	text-decoration: underline;
}

#content h3 {
	font-size: 13px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}

#content hr {
	border: none;
	border-bottom: 1px solid #ddd;
	margin: 10px 0;
}

#content p.bookmark {
	margin: 0 0 25px 0;
}

#content p.bookmark a {
	color: #0063DC;
	text-decoration: none;
}

#content p.bookmark a:hover {
	color: #0063DC;
	text-decoration: underline;
}

/* @end */

/* @group Sidebar */

#sidebar {
	float: right;
	width: 180px;
	font-size: 11px;
}

#userbox {
	padding: 10px;
	background: transparent url(../images/bg_userbox.png) repeat-y left top;
}

#userbox img {
	float: left;
	margin-right: 10px;
}

#userbox h2 {
	font-size: 13px;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
	margin: 5px 0 10px 0;
}

#userbox span.pipe {
	color: #999;
}

#userbox a {
	color: #0063DC;
	text-decoration: underline;
}

#userbox2 {
	padding: 10px;
	background: #666;
	color: #fff;
}

#browseby h3 {
	margin: 10px 0 5px 10px;
	font-size: 12px;
	text-transform: uppercase;
}

#browseby ul li.current a {
	color: #fff;
	background: url(../images/bg_browsebycurrent.png) no-repeat left top;
}

#browseby ul {
	margin-bottom: 20px;
}

#browseby ul li a {
	display: block;
	padding: 4px 10px;
	color: #111;
	text-decoration: none;
}

#browseby ul li a:hover {
	color: #0063DC;
/*

#666*/
}

#browseby ul li.current a:hover {
	color: #fff;
}

/* @end */

/* @group People */

.people_box {
	float: left;
	display: block;
	width: 300px;
}

.people_box_image {
	float: left;
	width: 60px;
	height: 58px;
}

.people_box_name {
	float: left;
	margin-top: 16px;
	/

*position: absolute;
	left: 60px;
	top: 0;
*/
}

/* @end */

/* @group Gallery */

#gallery {
	float: left;
	padding: 10px 0px 0px 10px;
	color: #fff;
}

#gallery div {
	float: left;
	margin: 0 20px 20px 0;
}

#gallery div img {
	border: none;
}

/* @end */

/* @group Stack */

#stack {
	line-height: 30px;
	text-align: justify;
}

#stack a {
	color: #bbeb53;
	text-decoration: none;
}

#stack a:hover {
	color: #fff;
	text-decoration: none;
}

/* @end */

/* @group Tag cloud */

#tag_cloud {
	line-height: 24px;
}

#tag_cloud a {
	color: #bbeb53;
	text-decoration: none;
}

#tag_cloud a.current,
#tag_cloud a:hover {
	color: #fff;
	text-decoration: none;
}

/* @end */

/* @group ul.rating */

ul.rating {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 14px;
}

ul.rating li {
	list-style: none;
	line-height: 22px;
}

ul.rating li a {
	color: #bbeb53;
	text-decoration: none;
}

ul.rating li.current a,
ul.rating li a:hover {
	color: #fff;
	text-decoration: none;
}

/* @end */

/* @group ul.items */

#content ul.items {
	margin: 0;
	padding: 0;
	width: 630px;
}

#content ul.items li {
	list-style-type: none;
	margin: 0 15px 15px 0;
	float: left;
	font-size: 10px;
}

#content ul.items li.edge {
	margin-right: 0;
}

#content ul.items li div.item_url {
	width: 200px;
}

#content ul.items li div.item_url a {
	display: block;
	color: #111;
	text-decoration: none;
}

#content ul.items li div.item_url a:hover {
	color: #666;
	text-decoration: underline;
}

div.item_edit_picture {
	margin: 10px auto 0;
	width: 200px;
}

/* @end */

/* @group Intro */

#intro h2 {
	margin: 0 0 5px 0;
}

#intro p {
	font-size: 13px;
	line-height: 20px;
	margin: 0;
}

#intro a {
	color: #fff;
	text-decoration: underline;
}

#intro a:hover {
	color: #bbeb53;
	text-decoration: underline;
}

/* @end */

/* @end */

/* @group Footer */

#footer {
	margin: 10px 0 20px 0;
	text-align: center;
	color: #fff;
	font-size: 11px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/* @end */

/* @group Classes */

.clear {
	clear: both;
}

.hidden {
	visibility: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* @end */

/* @group Pagination */

#pagination {
	float: right;
}

#pagination li {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
	

/* savers */ float: left;
}

#pagination a {
	background: #A8D34A;
	margin-right: 2px;
}

#pagination .previous-off,
#pagination .next-off {
	color: #888888;
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 2px;
	padding: 4px 6px;
}

#content #pagination .next a,
#content #pagination .previous a {
	font-weight: bold;
}

#content #pagination .active {
	background: #333;
	color: #fff;
	font-weight: bold;
	display: block;
	float: left;
	padding: 4

px 6px;
	

/* savers */ margin-right: 2px;
}

#content #pagination a:link, 
#content #pagination
 a:visited {
	color: #fff;
	display: block;
	float: left;
	padding: 4px 6px;
	text-decoration: none;
}

#content #pagination a:hover {
	color: #fff;
	background-color: #A8D34A;
}

/* @end */

/* @group Forms */

/* @group Form.default */

form.default {
	margin: 0;
	color: #111;
	font-size: 12px;
}

form.default dl {
	margin: 0;
	padding: 0;
}

form.default dl dt {
	float: left;
	padding-top: 3px;
	line-height: 26px;
}

form.default dl dd {
	margin: 0 0 10px 0;
	line-height: 26px;
}

form.default input.normal {
	width: 224px;
	font-size: 12px;
	padding: 3px 0;
}

/* @end */

/* @group Form.login */

form.add,
form.login {
	padding: 10px;
	width: 320px;
}

form.add dl dt,
form.login dl dt {
	width: 90px;
}

form.login dl dd.remember {
	padding-left: 90px;
	margin-bottom: 5px;
}

form.registration dl dd.submit,
form.login dl dd.submit {
	padding-left: 90px;
	margin-bottom: 5px;
}

/* @end */

/* @group Form.registration */

form.registration {
	padding: 10px;
	width: 320px;
}

form.registration dl dt {
	width: 90px;
}

/* @end */

/* @group Form.settings */

form.settings {
	padding: 0px;
	width: 320px;
}

form.settings dl dt {
	width: 90px;
}

form.settings dl dd.submit {
	padding-left: 90px;
	margin-bottom: 25px;
}

/* @end */

/* @group Form.add */

form.add dl dt {
	width: 50px;
}

form.add input.normal {
	width: 264px;
	font-size: 11px;
}

form.add dl dd.rating {
	padding-left: 115px;
	margin: 15px 0;
}

form.add dl dd.submit {
	text-align: center;
	margin-bottom: 0px;
}

/* @end */

/* @group Buttons */
button, input[type=submit] { margin: 0; padding: 0; border: 0; font-weight: normal; font-style: normal; font-size: 100%; line-height: 1; font-family: inherit; text-align: left; }

input[type=submit], button, .awesome, .awesome:visited {
	background: #222 url(../images/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	font-size: 11px;
}

input[type=submit]:hover, button:hover, .awesome:hover {
	background-color: #111;
	color: #fff;
}

input[type=submit]:active, button:active, .awesome:active {
	top: 1px;
}

.small.awesome, .small.awesome:visited {
	font-size: 11px;
	padding: ;
}

.awesome, .awesome:visited, .medium.awesome, .medium.awesome:visited {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

.large.awesome, .large.awesome:visited {
	font-size: 14px;
	padding: 8px 14px 9px;
}

.green.awesome, .green.awesome:visited {
	background-color: #91bd09;
}

.green.awesome:hover {
	background-color: #749a02;
}

.blue.awesome, .blue.awesome:visited {
	background-color: #2daebf;
}

.blue.awesome:hover {
	background-color: #007d9a;
}

.red.awesome, .red.awesome:visited {
	background-color: #e33100;
}

.red.awesome:hover {
	background-color: #872300;
}

.magenta.awesome, .magenta.awesome:visited {
	background-color: #a9014b;
}

.magenta.awesome:hover {
	background-color: #630030;
}

.orange.awesome, .orange.awesome:visited {
	background-color: #ff5c00;
}

.orange.awesome:hover {
	background-color: #d45500;
}

.yellow.awesome, .yellow.awesome:visited {
	background-color: #ffb515;
}

.yellow.awesome:hover {
	background-color: #fc9200;
}

/*

 @end */

/*

 @end */

/* @group Msg */

.msg {
	padding: 10px;
	font-size: 11px;
}

.bottommsg {
	background: url(../images/bg_bottommsg.png) repeat left top;
}

.bottommsg a {
	color: #0063DC;
	text-decoration: none;
}

.bottommsg a:hover {
	color: #0063DC;
	text-decoration: underline;
}

.errormsg {
	color: #8f0000;
	background: url(../images/bg_errormsg.png) repeat left top;
}

.errormsg p {
	line-height: 16px;
}

.deletemsg {
	background: url(../images/bg_errormsg.png) repeat left top;
}

/* @end */

/* @group Misc */

h2.box {
	display: block;
	margin: 0;
	padding: 10px;
	color: #111;
	font-size: 12px;
	background: url(../images/bg_bottommsg.png) repeat left top;
}

h2.boxx {
	background: #f5f5f5;
	font-size: 14px;
}

h2.box2 {
	margin: 0 10px;
	padding: 10px 0;
	color: #111;
	font-size: 14px;
	border-bottom: 1px solid #eee;
}

/* @group a.class */

.add, .cancel, .edit, {
	font-family: Georgia, Times, serif;
	font-style: italic;
}

a.cancel {
	color: #cc0204;
}

a.add {
	color: #333;
}

a.add:hover {
	color: #53aa2a;
}

a.edit {
	color: #333;
}

a.edit:hover {
	color: #0063DC;
}

a.delete {
	text-decoration: none;
	color: #333;
}

a.delete:hover {
	color: #cc0204;
}

/* @end */

.info {
	color: #666;
	font-family: Georgia, Times, serif;
	font-style: italic;
}

.info a {
	color: #666;
}

.info a:hover {
	color: #111;
}

/* @group Ratings */

span.rating_1 {
	font-size: 10px;
}

span.rating_2 {
	font-size: 12px;
}

span.rating_3 {
	font-size: 14px;
}

span.rating_4 {
	font-size: 16px;
}

span.rating_5 {
	font-size: 18px;
}

/* @end */

/* @end */

/* @group Small */

body#small {
	padding-top: 50px;
}

body#small .wrap {
	width: 350px;
}

body#small #window {
	background: #fff;
}

body#small #content {
	width: 340px;
}

/* @end */

/* @group Medium */

body#medium .wrap {
	width: 700px;
}

body#medium #window {
	background: #fff;
}

body#medium #content {
	width: 690px;
}

/* @end */

/* @group Large */

body#large .wrap {
	width: 840px;
}

body#large #content {
	width: 650px;
}

/* @end */