body {
	margin: 0px;
	padding: 0px;
	background-color: #f4f4f4;
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-size: 14px;
	color: #636363;
}

/* TOP */
#top {
	background:black;
}

.header {
	height: 100px;
	width: 960px;
	margin: auto;
}

/* DOMAIN LOGO */
#nddotcom {
	position: relative;
	float: left;
	top: 25px;
	width: 350px;
	height: 50px;
}

#top_menu {
	position: relative;
	float: right;
	padding: 10px;
	font-size: 11px;
	letter-spacing: 1px;
	color: #555;
} 

#top_menu a:link {
	color: #555;
}

#top_menu a:hover {
	text-decoration: none;
	color: #FAFFEE;
	outline: none;
}

#top_menu a:visited {
	color: #555;
}

#top_menu a:active {
	color: #555;
}


/* JS LOGIN */

#popupcontent {
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	background: url(img/login_bg.png);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 3px solid #FFF;
	padding: 5px;
	margin: auto;
	z-index: 2;
}

/* MENU */
#menu {
	background-image: url(img/menu_background.png);
	height: 45px;
}

/* MENU UL */
.menu {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	list-style-type: none;
}

.menu * a {
	float:left;
	height:40px;
	display:inline;
}


/* MENU ELEMENT */
.menu li {
	display: inline;
	position: relative;
}

#home a {
	background: url(img/menu.png) no-repeat -4px 0px;
	width: 80px;
}

#home a:hover {
	background: url(img/menu.png) no-repeat -4px -38px;
	width: 80px;
}

#apple a {
	background: url(img/menu.png) no-repeat -80px 0px;
	width: 80px;
}

#apple a:hover {
	background: url(img/menu.png) no-repeat -80px -38px;
	width: 80px;
}


#bike a {
	background: url(img/menu.png) no-repeat -155px 0px;
	width: 75px;
}

#bike a:hover {
	background: url(img/menu.png) no-repeat -155px -38px;
	width: 75px;

}

#cam a {
	background: url(img/menu.png) no-repeat -225px 0px;
	width: 92px;
}

#cam a:hover {
	background: url(img/menu.png) no-repeat -225px -38px;
	width: 92px;
}

#dev a {
	background: url(img/menu.png) no-repeat -320px 0px;
	width: 144px;
}

#dev a:hover {
	background: url(img/menu.png) no-repeat -320px -38px;
	width: 144px;
}

/* SOCIAL MEDIA */
.social_media {
	margin-top: 4px;
	width: 232px;
	height: 32px;
	float: right;
}

.social_media a {
	margin: 0px 3px;
	padding: 0px;
	height: 32px;
	width: 32px;
}

#rss a {
	background: url(img/rss_feed.png) no-repeat 0px -32px;
}

#rss a:hover {
	background: url(img/rss_feed.png) no-repeat 0px 0px; 
}

#vimeo a {
	background: url(img/vimeo.png) no-repeat 0px -32px;
}

#vimeo a:hover {
	background: url(img/vimeo.png) no-repeat 0px 0px; 
}

#youtube a {
	background: url(img/youtube.png) no-repeat 0px -32px;
}

#youtube a:hover {
	background: url(img/youtube.png) no-repeat 0px 0px; 
}

#flickr a {
	background: url(img/flickr.png) no-repeat 0px -32px;
}

#flickr a:hover {
	background: url(img/flickr.png) no-repeat 0px 0px; 
}

#twitter a {
	background: url(img/twitter.png) no-repeat 0px -32px;
}

#twitter a:hover {
	background: url(img/twitter.png) no-repeat 0px 0px;
}

#facebook a {
	background: url(img/facebook.png) no-repeat 0px -32px;
}

#facebook a:hover {
	background: url(img/facebook.png) no-repeat 0px 0px;
}

/* CONTENT */
.content {
	width: 960px;
	min-height: 500px;
	margin: auto;
}

/* POST FRAME */
.post_box {
	position: relative;
	float: left;
	width: 700px;
}

#post_center {
	width: 700px;
	line-height: 1.5em;
}

.post {
	padding: 10px 20px 20px;	
}

.post label {
	color: #39F;	
}

.post label:hover {
	color: black;
}

.post h1 {
	margin: 0px;
	padding: 0px;
	font-weight: 300;
	line-height: 1em;
}

#avatar {
	float: left;
	margin: 10px 10px 0px 0px;
}

.info {
	padding-top: 10px;
	width:660px;
	height:15px;
	font-size: 11px;
	line-height: normal;
}

.author_date {
	float:left;
	color:#999;
	height: 15px;
}

.comment {
	float:right;
	width: 85px;
	height: 15px;
	color: #999;
	text-align: right;
	font-style: italic;
	background: url(img/bubble.png) no-repeat;
}

.user_com {
	margin-left: 60px;
	width: 580px;
}

.com_counter {
	left:620px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 60px;
	height: 60px;
	background: url(img/com_counter.png) no-repeat 0px -1px;
}

.com_counter p {
	position: absolute;
	width: 30px;
	margin: 0px;
	padding: 0px;
	left:27px;
	top:5px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #005BB1;
}

#post {
	position:relative;
	margin: 20px 0px 40px 0px;
	width:660px;
	height:auto;
}

.post_text {
	margin: 10px 0px;
	padding:0px;
	clear:both;
}

.tag {
	margin-top:20px;
	bottom: 20px;
	border: 1px solid #cdcdcd;
	background-color: #eeedeb;
	width:660px;
}

.tag2 {
	border: 1px solid #fff;
	min-height:10px; 
}

.tag2 p {
	width: 630px;
	margin-left: 10px;
	padding: 0px;
	font-size: 10px;
	color: #999;
}

/* PAGES */
.pages {
	width: 660px;
	height: 20px;
	padding: 0px 20px;
}

.pages #old {
	
}

.pages #new {
	float: right;
}


/* COMMENT FORM & DIV */
.comment_A {
	margin: 8px 20px;
	padding: 0px 0px 5px 10px;
	background: #EEEDEB;
	min-height: 60px;
	border: 1px solid #CCC;
}

.comment_B {
	margin: 8px 20px;
	padding: 0px 0px 5px 10px; 
	background: #FFF;
	min-height: 60px;
	border: 1px solid #CCC;
}

.comment_Dave {
	margin: 8px 20px;
	padding: 0px 0px 5px 10px; 
	background: #DFF0FF;
	min-height: 60px;
	border: 1px solid #CCC;
}

.comment_it {
	width: 620px;
	margin: 20px;
	padding: 10px 20px;
	background: #EEEDEB;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #CCC;
	
}
		
.comment_it input {
	width: 260px;
	height: 18px;
	padding: 0px 10px;
	border:  1px solid #CCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
		
#com_username {
	position: relative;
	float: left;
	width: 280px;
	height: 50px;			
}
		
#com_site {
	position: relative;
	float: left;
	left: 50px;
	width: 280px;
	height: 50px;
}
		
#com_mail {
	width: 280px;
	height: 50px;
	clear: both;
}
		
#com_comment {
	position: relative;
	width: 620px;
	height: 190px;
}

#com_edit {
	text-align: right;
	padding-right: 10px;
	font-size: 11px;
}

#com_edit a {
	color: #999;
}
	
.comment_it textarea {
	width: 610px;
	height: 150px;
	padding: 5px;
	border: 1px solid #CCC;
	resize: none;
	outline: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.comment_it #button {
	width: 80px;
	height: 20px;
	margin-right: 10px;
	background: #FFF;
	border:  1px solid #CCC;
}

.comment_it h2 {
	margin: 0px 0px 5px;
	padding: 0px;
}

#kommentek {
	margin-left: 20px;
	color: #999; 
}

/* REGISTRATION */
.registration {
	width: 620px;
	margin: 10px 20px;
	padding: 20px;
	background: #EEEDEB;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #CCC;
}
.registration h2 {
	margin: 0px 0px 15px;
	padding: 0px;
}
.registration input {
	width: 160px;
	margin: 0px 5px;
	padding: 2px 5px;
	float: right;
	border: 1px solid #CCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#reg_left {
	width: 310px;
	float: left;
	margin: 5px 0px;
}

#reg_right {
	width: 300px;
	float: right;
	margin: 5px 0px;
}

#reg_button {
	clear: both;
	width: 100px;
	outline: none;
	background: #FFF;
}

/* CONTACT */
.contact {
	margin: 10px 0px; 
	padding: 20px;
	width: 640px;
	background: #EEEDEB;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #CCC;
}

.contact input, textarea {
	border: 1px solid #CCC;
	resize: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.contact input {
	margin-bottom: 5px;
	width: 300px;
	height: 18px;
	padding: 0px 10px;
}

.contact textarea {
	padding: 5px;
	margin: 15px 0px 10px; 
	width: 630px;
	height: 300px;
}

#submit {
	width: 80px;
	height: 20px;
	background: #FFF;
	border: 1px solid #CCC;
}

.contact h2 {
	padding: 0px;
	margin: 0px 0px 10px; 
}

/* PROFILE */
.profile {
	margin: 10px 0px; 
	padding: 20px;
	width: 640px;
	background: #EEEDEB;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #CCC;
}

.profile input {
	border: 1px solid #CCC;
	resize: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 5px;
	width: 250px;
	height: 18px;
	padding: 0px 10px;
}

.profile #up {
	width: 50px;
}

/* SEARCH */
.searchfield {
	margin: 0px auto 20px;
	padding: 2px 10px;
	width: 300px;
	height: 22px;
}

/* SEARCH FORM */
.searchfield input{
	width: 255px;
	height: 18px;
	padding: 0px 8px 0px;
	border: 2px solid #CCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: absolute;
	z-index: 1;
}

/* SEARCH BUTTON */
#search_button2 {
	left: 255px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: transparent url(img/search.png) no-repeat;
	width: 13px;
	height: 13px;
	cursor: pointer;
	position: relative;
	z-index: 2;
}

/* SEARCH RESULT A */
.search_result_A {
	 margin: 0px 20px; 
	 padding: 15px 10px 15px;
	 background: #EEE;
}

/* SEARCH RESULT B */
.search_result_B {
	 margin: 0px 20px; 
	 padding: 15px 10px 15px;
	 background: #DDD;
}


/* SEARCH RESULT TITLE */
.search_result_A h3, p {
	padding-bottom: 5px;
	margin: 0px;
}

/* SEARCH RESULT TITLE */
.search_result_B h3, p {
	padding-bottom: 5px;
	margin: 0px;
}
/* SEARCH RESULT LINK */
#result_link {
	font-size: 11px;
}

/* SIDEBAR FRAME */
.sidebar_box {
	position: relative;
	float: right;
	margin-top: 10px;
	padding-left: 20px; 
	width: 240px;
	min-height: 400px;
}

/* SEARCH RERSULTS LABEL */
#results {
	margin: 0px 20px 10px;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #999;
}

.sidebar_box span {
	font-style: italic;
	font-weight: bold;
	color: #666;
}

.sidebar_box a {
	font-size: 12px;
}

.sidebar_box a:link {
	color: #999;
}

.sidebar_box a:visited {
	color: #999;
}

.sidebar_box a:active {
	color: #999;
}

.sidebar_box a:hover {
	color: #666;
}



/* SEARCH */
.search {
	margin: 0px 0px 10px 0px;
	width: 240px;
	height: 40px;
}

#search {
	margin: 5px 0px;
	width: 210px;
	height: 18px;
	padding: 0px 8px 0px;
	border: 2px solid #CCC;
	background: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: absolute;
	text-align: right;
	z-index: 1;
}

#search_button {
	margin: 0px;
	padding: 0px;
	border: none;
	background: transparent url(img/search.png) no-repeat;
	width: 13px;
	height: 13px;
	cursor: pointer;
	position: relative;
	float: right;
	top: 2px;
	z-index: 2;
}

#search_text {
	border: none;
	background: transparent;
	color: #999;
	font-family: Georgia;
	font-style: italic;
	text-align: left;
	float: left;
}

/* LOGIN */
.login {
	margin: 10px 0px;
	width: 240px;
}

.login_form {
	margin-top: 3px;
}

.login_yes ul {
	margin: 5px 0px 0px 10px;
	padding: 0px;
	list-style: none;
}

/* LATEST POSTS */
.sidebar_list {
	width: 240px;
	height: auto;
	margin: 10px 0px;
}

.sidebar_list ul {
	margin: 5px 0px 0px 10px;
	padding: 0px;
	list-style: none;
}

/* LOGIN */
.login_form {
	width: 350px;
	height: 150px;
	margin: auto;
	padding: 0px 15px;
	font-size: 12px;
}

.login_form a:link {
	color: #555;
}

.login_form a:hover {
	color: #FFF;
}

.login_form label {
	margin: 0px 5px;
}

#password_div {
	position: relative;
	float: right;
	margin: 10px 0px 0px;
	width: 170px;
	height: 35px;
}

#username_div {
	position: relative;
	float: left;
	margin: 10px 0px 0px;
	width: 170px;
	height: 35px;
}

#username, #password {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 155px;
	height: 18px; 
	padding: 0px 5px;
	border: 1px solid #555;
	font-family: Georgia;
	font-style: italic;
	color: #999;
}

#longin {
	width: 345px;
	margin-top: 10px;
}

#reg {
	font-size: 12px;
	font-style: normal;
	margin-left: 10px;
}

.clear {
	height:1px; 
	clear:both;
}

#login_button {
	float: left;
	margin-right: 115px; 
}

/* BOTTOM */

#bottom {
	background: url(img/footer_bg.jpg) repeat-x black;
}

.footer {
	height: 305px;
	width: 960px;
	margin: auto;
	padding-top: 80px;
	color: #555;
	font-size: 10px;
}

.footer_list {
	float: left;
	margin: 0px 5px;
	width: 180px;
	height: 250px;
}

.footer_list ul {
	padding: 0px;
	margin: 0px;
}

.footer_list a:link {
	color: #555;
}

.footer_list a:hover {
	color: #FAFFEE;
}

.footer_list a:visited {
	color: #555;
}

.footer_list a:active {
	color: #555;
}


.footer_list h2 {
	font-weight:300;
	color: #777;
}

.footer_list li {
	padding: 0px;
	margin: 0px;
	line-height: 2em;
	border-bottom:1px solid #222222;
	list-style-position: inside;
	list-style-image: url(/style/img/list_star.png);
}

/* SIGNATURE */
.signature {
	position: relative;
	float: left;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	width: 960px;
	text-align: center;
}

/* GENERAL MATTERS */

img {
	border: none;
}

a:link {
	text-decoration: none;
	color: #000;
	outline: none;
}

a:visited {
	text-decoration: none;
	color: #666;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #39F;
	outline: none;
}

a:active {
	text-decoration: none;
	color: #666;
	outline: none;
}

input {
	outline: none;
}

.nopage {
	padding: 0px 0px 150px 0px;
	font-size: 18px;
	line-height: 2em;
	color: red;
}

.searcherr {
	text-align: center;
	color: red;
	padding: 10px 0px;
}

#searchitem {
	background: #b5e9ff;
}
/* ADMONITION */
.admon {
	margin: auto;
	padding: 10px 0px;
	height: 48px;
	max-width: 600px; 
}	

#admon_pic {
	background: url(img/warning.png) no-repeat;
	width: 48px;
	height: 48px;
	float: left;
}

#admon_pic_accept {
	background: url(img/accept.png) no-repeat;
	width: 48px;
	height: 48px;
	float: left;
}

#admon_text {
	max-width: 500px;
	min-height: 48px;
	color: red;
	float: left;
	padding: 3px 10px 10px;
}

#admon_text_accept {
	max-width: 500px;
	min-height: 48px;
	float: left;
	padding: 3px 10px 10px;
}

.err {
	color: red;
}

.code {
	width: 620px;
	margin: 10px;
	padding: 10px;
	background-color: #FFF;
	border: 1px solid silver;
}

/* TIP */
div#qTip {
	padding: 10px;
	border: 1px solid #CCC;
	display: none;
	background: #000;
	color: #FFF;
	font: 11px Verdana;
	position: absolute;
	z-index: 10;
	opacity: 0.80;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	max-width: 400px;
}

/* iPhone */

.theme_switch {
	height: 45px;
	margin: 0px;
	background: white;
	-webkit-border-radius: 10px;
	border: 1px solid #999;
}

.theme {
	width: 185px;
	height: 20px;
	margin: 8px auto 0px;
	font-size: 14px;
}

.help {
	float: right;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	height: 20px;
}

.help img {
	height: 20px;
}

#panel {
	background: #EEEDEB;
	display: none;
}

.help_div {
	float:left;
	margin: 10px 40px 10px 10px;
}

.help_div p {
	margin-top: 10px;
	font-weight: bold;
}

.help_div td {
	padding-right: 10px;
}

.quote {
	background: #DDD;
	margin: 10px;
	padding: 5px;
	border: 1px solid #CCC;
	font-size: smaller;
	line-height: 1.4em;
}
