html {
	background: #fff;
}

body {
	padding: 0;
	margin: 0;
	font-family: "Arial";
	font-size: 12px;
	color: #222;
}

a {
	color: #2c6914;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	/*border-bottom: 1px solid #2c6914;*/
}

img {
	border: 0;
}

textarea {
	height: 150px;
}

input.tiny {
        width: 150px;
}

input.small {
	width: 200px;
}

input.common {
	width: 300px;
}

input.wide, textarea {
	width: 550px;
}

textarea.commentbox {
	width: 400px;
}

blockquote {
	min-height: 27px;
	_height: 27px;
	margin: 0;
	padding: 0 1em 0 1em;
	background: url('notesz-idezojel.png') no-repeat top left;
}

p {
	padding: 0;
	margin: 0 0 0.5em 0;
}

.flatpage p {
	margin: 0 6em 1em 0;
}

p.narrow {
	margin: 1em 6em 0 0;
}

ul, ol {
	padding: 0;
	margin: 0;
}

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

ol {
	margin-left: 2em;
}

tbody {
	margin: 0;
	padding: 0;
}

table td {
	font-size: 12px;
	vertical-align: top;
}

div, span, form, input, textarea {
	margin: 0;
	padding: 0;
}

.hidden {
	display: none;
	visibility: hidden;
}

.intro {
	background: url('notesz-intro-bg.png') repeat;
	margin: 0;
	height: 330px;
}

.intro .introtext {
	float: left;
	width: 70%;
	min-height: 250px;
	_height: 250px;
	background: #fff;
	margin: 40px 10px 40px 40px;
}

.intro .introtext h1 {
	margin: 0;
	padding: 0;
	font-size: 4em;
	font-weight: normal;
	color: #222;
}

.intro .introtext p {
	font-size: 1.2em;
	padding: 0.5em;
	margin: 0;
}
.intro .introimg {
	background: url('notesz-intro-csaj.png') no-repeat bottom;
	width: 160px;
	height: 310px;
	float: left;
}

.commentcontainer {
	margin: 0 0 0 1em;
	padding: 0;
}

.infobox {
	padding: 0 0.5em 2px 0.5em;
	clear: left;
	margin: 0.5em 0 0.5em 0;
	background: url('notesz-infobox.png') repeat #9dd687;
}

.infobox a {
	margin: 0;
}

.inactive {
	color: #619a4d;
}

.textmenu {
}

.textmenu2 {
	margin-top: 1em;
}

#main {
	margin: 0;
	padding: 0;
	width: 100%;
	background: url('notesz-right.png') repeat-y top right #ffffff;
}

#header {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 78px;
	background: url('notesz-header.png') repeat-x top left;
	clear: both;
}

#header .headerlogo {
	position: absolute;
	width: 250px;
	height: 60px;
	background: url('notesz-headerlogo.png') no-repeat;
	left: 0;
}

#header .searchbox {
	float: right;
	clear: right;
	margin: 0.2em 0.5em 0 0;
}

#header ul.menu {
	position: absolute;
	/*margin: 28px 0 0 5px;*/
	top: 48px;
	left: 255px;
	padding: 0;
}

#header ul.menutop {
	float: right;
	margin: 0.2em 0.5em 0 0;
}

#header ul.menu li, #header ul.menutop li, #footer ul li {
	float: left;
	margin: 0;
	padding: 0 5px 2px 5px;
	font-size: 1em;
}

#header ul.menu li a, #header ul.menutop li a, #footer ul li a {
	text-decoration: none;
	color: #000;
}

#header ul.menu li a.hilight, #header ul.menutop li a.hilight, #footer ul li a.hilight {
	color: #2c6914;
}

#header ul.menu li a:hover, #header ul.menutop li a:hover, #footer ul li a:hover {
	text-decoration: underline;
	/*border-bottom: 1px solid #000;*/
}

#jserror, .jserror, ul.message, .message {
	color: #252570;
	font-weight: bold;
	/*margin-left: 1em;*/		/* IE meghulyul ettol, wtf? */
	padding-bottom: 1em;
}

ul.message, .message {
}

#content {
	margin: 0;
	padding: 0;
}

#content h2 {
	font-weight: bold;
	font-size: 1.75em;
	padding: 0;
	margin: 0.25em 0 0.25em 0;
	color: #4d4536;
}

#content h2.whatshot {
	color: #a99d87;
}

#content .install {
	text-align: center;
	margin: 0.5em 0 0.5em 0;
}

#content .install a, #content .install a:hover {
	font-weight: bold;
	font-size: 1.75em;
	padding: 0.1em 0 0 1.1em;
	background: url('notesz-csillag.png') no-repeat left;
	text-transform: uppercase;
	text-decoration: none;
	/*border: 0;*/
	color: #222;
}

#content h3 {
	font-weight: bold;
	font-size: 1.2em;
	padding: 0;
	margin: 0.5em 0 0.5em 0;
}

#content h3.mostsaved {
	padding: 50px 0 0 50px;
	margin: 0 0 0.5em 0;
	background: url('notesz-mostsaved.png') no-repeat bottom left;
}

#content h3.mostdiscussed {
	padding: 50px 0 0 70px;
	margin: 0 0 0.5em 0;
	background: url('notesz-mostdiscussed.png') no-repeat bottom left;
}

#content h3.comments {
	background: url('notesz-konyokol.png') no-repeat bottom left;
	padding: 50px 0 0 40px;
	margin: 0 0 0.5em 0;
	clear: left;
}

#content h4 {
	font-weight: bold;
	font-size: 1em;
	padding: 0;
	margin: 1em 0 0.5em 0;
}

#content table {
	border-collapse: collapse;
	margin: 0;
}

#content table td {
	margin: 0;
	padding: 2px;
}

#content table td.submit, #content table td.right {
	text-align: right;
}

#content table td.signupsubmit {
	text-align: left;
	padding-left: 150px;
}

#content table.extensionbox {
	margin-bottom: 2em;
}

#content table.extensionbox td {
	padding: 2em 0 0 0;
}

#content a.private, #content span.private {
	color: #2c6914;
	background: #f9ff9d;
	margin: 0 2px 0 2px;
}

#content a.group {
	background: #daffd6;
}

#content ul.groups {
	margin-left: 1em;
}

#content .editentry {
	clear: left;
}

#content .entry {
	padding: 0;
}

#content .entry table.entrytable {
	border-collapse: collapse;
	margin: 0 0 1em 0;
	padding: 0;
	border-bottom: 2px solid #eee;
	width: 100%;
	float: left;
}

#content .entry table.entrytable td {
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 70%;
}

#content .entry table.entrytable td.info {
	width: 30%;
	text-align: right;
}

#content .entry table.entrytable td.tags {
	vertical-align: bottom;
}

#content .entry-title {
	font-size: 1.6em;
	margin: 0;
	padding: 0;
}

#content .entry-title a {
	color: #2e5824;
}

#content .entry-notesz {
	vertical-align: top;
	margin-left: 1em;
}

#content .entry-notes {
	color: #7e725b;
}

#content .entry-tags {
}

#content .entry-tags a {
	margin: 0 2px 0 2px;
}

#content .taggroup {
	background: url('notesz-right.png') repeat-y top right;
	padding-bottom: 1em;
	min-height: 250px;
	_height: 250px;
}

#content .rightbox {
	float: right;
	margin: 0;
	padding: 0;
	color: #ddd;
	width: 300px;
	min-height: 300px;
	_height: 300px;
}

#content .rightbox-tree {
	background: url('notesz-fa.png') no-repeat 70px 20px;
	width: 300px;
	min-height: 250px;
	_height: 250px;
}

/*#content .rightbox_intro {
	float: right;
	margin: 0;
	padding: 0;
	width: 300px;
	height: 300px;
}*/

#content .rightbox a {
	color: #6fc466;
}

#content .rightbox a:hover {
	color: #6fc466;
	text-decoration: underline;
	/*border-bottom: 1px solid #6fc466;*/
}

#content .rightbox h3 {
	margin: 7px 0 5px 0;
	padding: 31px 0 5px 5px;
	color: #ddd;
	font-variant: small-caps;
}

#content .rightbox h3.groupsh3 {
	background: url('notesz-groups.png') no-repeat bottom left;
	padding-top: 50px;
}

#content .rightbox h3.tagsh3 {
	background: url('notesz-tags.png') no-repeat bottom right;
	padding-top: 78px;
}

#content .rightbox ul {
	margin: 0;
	padding: 0;
}

#content .rightbox ul li {
	padding: 0 9px 0 8px;
}

#content .leftbox {
	margin-right: 310px;
	padding: 10px;
}

#content .appbox {
	background: url('notesz-headerlogo.png') no-repeat top left;
	padding: 70px 10px 10px 10px;
}

#content .pages {
	font-size: 1.5em;
	margin: 0 1em 0 0;
	padding: 0;
}

#content .previewtitle {
	font-weight: bold;
	margin: 0 0 1em 0;
}

#content .allcomments {
	width: 90%;
}

#content .commentpreview {
	margin: 1.5em;
	padding: 0;
	width: 500px;
}

#content .commentpreview blockquote {
	min-height: 27px;
	_height: 27px;
	margin: 0;
	padding: 0 1em 0 1em;
	background: url('notesz-idezojel-preview.png') no-repeat top left;
}

#content .comment {
	margin: 0.5em 0 0 0;
	padding: 0.5em;
	border-bottom: 2px solid #eee;
}

#content .comment .commenttitle, #content table.entrytable td.info {
	color: #7e725b;
}

#content .comment ul, #content .comment ol, #content .commentpreview ul, #content .commentpreview ol, #content .entry-notesz ul, #content .entry-notesz ol {
	margin: 0 0 0 2em;
	padding: 0;
}

#content .comment ul li, #content .commentpreview ul li, #content .entry-notesz ul li, .flatpage ul li {
	list-style-type: disc;
}

.flatpage ul {
	margin-bottom: 1em;
}

.flatpage ul li {
	margin-left: 2em;
}

#content ul.info {
	margin: 0;
}

/* script.aculo.us */
div.autocomplete {
	margin: 0;  
	padding: 0;  
	width: 250px;
	background: #fff;
	border: 1px solid green;
	position: absolute;
}

div.autocomplete ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.autocomplete ul li.selected { 
	background-color: #daffd6;
}

div.autocomplete ul li {
	margin: 0;
	padding: 2px;
	height: 1.3em;
	display: block;
	list-style-type: none;
	cursor: pointer;
}

#footer {
	margin: 0 0 0 0;
	padding: 0;
	clear: both;
	width: 100%;
	height: 86px;
	background: url('notesz-footer.png') repeat-x top left;
}

#footer p {
	margin: 0 120px 0 120px;
	padding: 10px 0 0 0;
}

#footer ul {
	width: 300px;
	height: 25px;
	padding: 1.5em;
}

/* recaptcha */

#recaptcha_widget {
	width: 455px;
}

#recaptcha_widget table {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

#recaptcha_widget table td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

#recaptcha_widget .recaptcha_grey {
	color: #7e725b;
	padding: 0.5em 0 0.5em 0;
}
