/**
 * Customized CSS
 *
 * (c) webndev.net, 2009
 */


/* Container */
#header_content, #main_content{
	position: relative;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	border: 0;
	color: #fff;
}

#header_content {
	height: 150px;
}

#main_content {
	margin-top: 30px;
}


/* Banner */
#banner {
	position: absolute;
	height: 150px;
	width: 400px;
	background-image: url(http://www.webndev.net/images/logo.png);
	background-repeat: no-repeat;
	background-position: top left;
	border: 0;
	margin: 0;
	padding: 0;
}

/* Menu bar */
#menu-bar {
	position: absolute;
	height: 150px;
	width: 400px;
	left: 400px;
	margin: 0 auto;
	border: 0;
	padding: 0;
	background-color: #333;
	background-image: url(http://www.webndev.net/images/menu.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: #fff;
}

#menu-bar ul {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 150px;
	padding: 0;
	margin: 0;
	list-style: none;
	background: transparent url(http://www.webndev.net/images/menu.png) top left no-repeat;
}

#menu-bar li {
	float: left;
	padding: 0;
	margin:0;
	text-indent: 50px;
}


#menu-bar #home {
	display: block;
	height: 150px;
	width: 100px;
	line-height: 150px;
	text-decoration: none;
}

#menu-bar #portfolio {
	display: block;
	height: 150px;
	width: 100px;
	line-height: 150px;
	text-decoration: none;
}

#menu-bar #aboutme {
	display: block;
	height: 150px;
	width: 100px;
	line-height: 150px;
	text-decoration: none;
}

#menu-bar #contact {
	display: block;
	height: 150px;
	width: 100px;
	line-height: 150px;
	text-decoration: none;
}

#menu-bar li a:hover {
	background: transparent url(http://www.webndev.net/images/menu.png) top left no-repeat;
}

#menu-bar a#home:hover {
	background-position: 0px -150px;
}

#menu-bar a#portfolio:hover {
	background-position: -100px -150px;
}

#menu-bar a#aboutme:hover {
	background-position: -200px -150px;
}

#menu-bar a#contact:hover {
	background-position: -300px -150px;
}

/* Menu */
#menu {
	float: right;
	width: 200px;
	text-align: left;
	border: 0;
	top: 0;
	right: 0;
	margin: 0;
}

.smallbox {
	margin-bottom: 30px;
}

.smallbox_content li {
	list-style-type: none;
	margin-left: 15px;
	padding-bottom: 2px;
}

.smallbox_top {
	background: transparent url(http://www.webndev.net/images/small_box_top.gif) top left no-repeat;
	height: 10px;
	margin: 0;
	padding: 0;
	font-size: 0;
}

.smallbox_content {
	background-color: #333;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
}

p.menu_title {
	font-weight: bold;
	padding-bottom: 10px;
}

.smallbox_bottom {
	background: transparent url(http://www.webndev.net/images/small_box_bottom.gif) top left no-repeat;
	height: 10px;
	margin: 0;
	padding: 0;
	font-size: 0;
}

.smallbox_content  a {
	display: block;
}

#q {
	padding-left: 18px;
	background: #000 url(http://www.webndev.net/images/q.png) no-repeat 4px center;
}


/* Content */
#content {
	width: 550px;
	border: 0;
	text-align: justify;
}

/**
 * NEWS BOX
 */
.news {
	margin-bottom: 30px;
}

.news div.header {
	background: transparent url(http://www.webndev.net/images/box_top.gif) top left no-repeat;
	height: 10px;
	font-size: 0;
}

.news div.content {
	background-color: #333;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.news div.content ul, .news div.content ol {
	padding-left: 50px;
}

.news div.comment_status {
	font-size: 10px;
	text-align: right;
	padding: 3px 10px 3px 10px;
	background-color: #333;
}

.news div.footer {
	background: transparent url(http://www.webndev.net/images/box_bottom.gif) top left no-repeat;
	height: 10px;
	font-size: 0;
}

.news div.title {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #f60;
	background-color: #333;
	padding-left: 10px;
}

.news div.title a{
	text-decoration: none;
	color: #f60;
}

.news div.title a:hover{
	text-decoration: underline;
}

.news div.date {
	padding-left: 20px;
	text-align: left;
	font-family: Verdana, Tahoma, sans-serif;
	font-style: italic;
	font-size: 10px;
	color: #666;
	background-color: #333;
}


/* COMMENT STYLE */
.comment {
	margin-bottom: 30px;
}

.comment div.top {
	background: transparent url(http://www.webndev.net/images/box_top.gif) top left no-repeat;
	height: 10px;
	font-size: 0;
}

.comment div.title {
	background-color: #333;
	color: #FFF;
	padding-left: 10px;
	font-weight: bold;
}

.comment div.title a {
	color: #F60;
}

.comment div.date {
	font-size: 10px;
	color: #666;
	background-color: #333;
	padding-right: 10px;
	text-align: right;
	font-style: italic;
}

.comment div.content {
	background-color: #333;
	padding: 5px 10px 0 10px;
	font-size: 11px;
}

.comment div.bottom {
	background: transparent url(http://www.webndev.net/images/box_bottom.gif) top left no-repeat;
	height: 10px;
	font-size: 0;
}

.field {
	padding-bottom: 10px;
}
.field label {
	display: block;
}

.it_small_grey {
	font-style: italic;
	font-size: 10px;
	color: #666;
}

.it_small_white {
	font-style: italic;
	font-size: 10px;
	color: #fff;
}
#footer {
	margin: 15px;
	text-align: center;
	color: #333;
	font-size: 10px;
}

#tooltip {
	position:absolute;
	border:1px solid #666;
	background:#000;
	padding:2px 5px;
	color:#fff;
	display:none;
}