/* 	BindApple stylesheet
	all rights reserved */
	
* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: url(../img/bodybg.gif) repeat-x top left #eaeaea;
}

input,
textarea,
submit,
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
}


#wrap {
	width: 1000px;
	margin: 0 auto;
}
#header {
	width: 1000px;
	padding-top: 19px;
	height: 68px;
	background: url(../img/header.jpg) no-repeat top left #6d7a89;
}
#header .logo {
	background: url(../img/logo.gif) no-repeat top left;
	display: block;
	width: 200px;
	height: 50px;
	margin-left: 28px;
	border-right: 1px solid #fff;
	float: left;
}
ul#headerNav {
	float: left;
	padding-top: 18px;
	list-style-type: none;
}
ul#headerNav li {
	float: left;
	display: inline;
}
ul#headerNav li a {
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
	border-right: 1px solid #fff;
	font-family: "Lucida Grande", Arial, sans-serif;
}
ul#headerNav li.last a {
	border: none;
}
ul#headerNav li a:hover {
	text-decoration: underline;
}
#search {
	float: right;
	width: 245px;
	padding-top: 7px;
}
#search .inputText {
	border: none;
	background: url(../img/searchInputBg.gif) no-repeat top left;
	padding: 10px 5px;
	float: left;
}
input.searchBtn {
	display: block;
	float: left;
	width: 67px;
	height: 32px;
	background: url(../img/searchBtn.gif) no-repeat top left;
	z-index: -99999px;
}
a.searchBtn:hover {
	background: url(../img/searchBtnH.gif) no-repeat top left;
}
#nav {
	background: url(../img/menubg.gif) repeat-x top left #ccc;
	height: 74px;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	width: 998px;
	list-style-type: none;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	float: left;
}
#nav li a {
	padding-right: 15px;
	line-height: 74px;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-family: "Lucida Grande", Arial, sans-serif;
	display: block;
}
#nav li a:hover {
	color: #0000FF;
}
#nav li a.navGadgets {
	background: url(../img/icon-gadgets.gif) no-repeat top left;
	padding-left: 45px;
}
#nav li a.navGadgets:hover {
	background: url(../img/icon-gadgets.gif) no-repeat bottom left;
}
#nav li a.navHardware {
	background: url(../img/icon-hardware.gif) no-repeat top left;
	padding-left: 50px;
}
#nav li a.navHardware:hover {
	background: url(../img/icon-hardware.gif) no-repeat bottom left;
}
#nav li a.navNews {
	background: url(../img/icon-news.gif) no-repeat top left;
	padding-left: 50px;
}
#nav li a.navNews:hover {
	background: url(../img/icon-news.gif) no-repeat bottom left;
}
#nav li a.navSitenews {
	background: url(../img/icon-sitenews.gif) no-repeat top left;
	padding-left: 50px;
}
#nav li a.navSitenews:hover {
	background: url(../img/icon-sitenews.gif) no-repeat bottom left;
}
#nav li a.navSoftwarenews {
	background: url(../img/icon-softwarenews.gif) no-repeat top left;
	padding-left: 50px;
}
#nav li a.navSoftwarenews:hover {
	background: url(../img/icon-softwarenews.gif) no-repeat bottom left;
}

#content {
	background: url(../img/contentbg.gif) repeat-y top left;
}
.breadcrumbs {
	padding: 10px 5px;
	height: 22px;
}
.breadcrumbs ul {
	list-style-type: none;
}
.breadcrumbs ul li {
	float: left;
	font-size: 11px;
}
.breadcrumbs ul li a {
	text-decoration: none;
}
.breadcrumbs ul li a.level {
	background: url(../img/breadCBg.gif) no-repeat top right;
	padding-right: 15px;
	padding-left: 10px;
	line-height: 22px;
	display: block;
	color: #0000FF;
}
.breadcrumbs ul li a.level:hover {
	color: #000;
}
.breadcrumbs ul li a.home {
	background: url(../img/breadCHome.gif) no-repeat top right;
	padding-left: 5px;
	line-height: 22px;
	display: block;
	width: 37px;
	height: 22px;
}
.breadcrumbs ul li p {
	background: url(../img/breadCLast.gif) no-repeat top right;
	padding-left: 5px;
	padding-right: 10px;
	line-height: 22px;
	color: #000;
}

#adArea,
#pageContentWrap,
#sidebar {
	float: left;
}

#adArea {
	padding: 10px 10px 9px 10px;
	width: 160px;
}

#pageContentWrap {
	background: url(../img/pageContentBg.gif) repeat-y top left #fff;
	width: 520px;
	margin-right: 9px;
}
#sidebar {
	width: 282px;
}
.pageContentTop {
	background: url(../img/pageContentTop.gif) no-repeat top left;
	height: 9px;
	overflow: hidden;
}
.pageContentBottom {
	background: url(../img/pageContentBottom.gif) no-repeat bottom left;
	height: 9px;
	overflow: hidden;
}
.pageContent {
	padding: 0 10px;
}

h1 {
	color: #000;
	font-size: 30px;
	letter-spacing: -1px;
	padding-bottom: 10px;
}
h2 {
	color: #000;
	font-size: 24px;
	letter-spacing: -1px;
	padding-bottom: 10px;
}
h3 {
	color: #000;
	font-size: 20px;
	letter-spacing: -1px;
	padding-bottom: 10px;
}
h4 {
	color: #363636;
	font-size: 18px;
	letter-spacing: -1px;
	padding-bottom: 10px;
}
h5 {
	color: #555;
	font-size: 16px;
	letter-spacing: -1px;
	padding-bottom: 10px;
}
h6 {
	color: #636363;
	font-size: 14px;
	letter-spacing: -1px;
	padding-bottom: 10px;
}

h1.withdate {
	float: left;
	clear: both;
}

.post_title {
        text-decoration: none;
        color: #000;
}

.date {
	width: 30px;
	height: 31px;
	background: url(../img/dateBg.gif) no-repeat top left;
	text-align: center;
	padding-top: 2px;
	float: left;
	margin-right: 5px;
}
.date span {
	color: #000;
	font-size: 9px;
	text-transform: uppercase;
}
.date p {
	color: #0000FF;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

hr {
	border: none;
	outline: none;
	height: 1px;
	background: #ccc;
}
p.postDetails {
	font-size: 11px;
	color: #7d7d7d;
	padding: 5px 0;
}
p.postDetails a {
	font-size: 11px;
	color: #0000FF;
	text-decoration: none;
}
p.postDetails a:hover {
	color: #000;
	text-decoration: underline;
}
p.noComments {
	color: #7d7d6d;
	font-size: 11px;
	height: 12px;
	background: url(../img/icon-comments.gif) no-repeat top left;
	margin-top: 5px;
	float: right;
	padding-left: 16px;
}
p.withComments {
	float: right;
	height: 12px;
	font-size: 11px;
	background: url(../img/icon-comments.gif) no-repeat bottom left;
	margin-top: 5px;
	padding-left: 16px;
}
p.withComments a {
	text-decoration: none;
	color: #0000FF;
}
p.withComments a:hover {
	color: #000;
}
.post {
	padding: 5px 0;
}
.post p {
	line-height: 18px;
	font-size: 12px;
	color: #000;
	padding: 5px 0 10px 0;
}
.post p a {
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
}
.post p a:hover {
	color: #000;
	text-decoration: none;
}
.post img {
        border: none;
}

.pageContent dl,
.pageContent ol,
.pageContent ul {
	padding: 5px 0;
}

.pageContent dl {}
.pageContent dt {
	font-weight: bold;
	color: #000;
	padding-top: 5px;
	line-height: 18px;
}
.pageContent dd {
	color: #666;
	padding-bottom: 5px;
}

.pageContent ol {
	list-style-type: decimal;
}

.pageContent ol li {
	list-style-position:inside;
}
.pageContent ul {
	list-style-type: none !important;
}
.pageContent ul li {
	color: #000;
	line-height: 18px;
	padding-left: 10px;
	background: url(../img/bullet.gif) no-repeat 0px 5px;
}

.pageContent .postImg {
	border: 1px solid #eaeaea;
	padding: 10px;
	background: #fff;
	width: 458px;
	margin-left: 10px;
	margin-top: 10px;
}
.pageContent .postImg img {
	width: 458px;
}
.pageContent .caption {
	font-style: italic;
	margin-left: 10px;
	padding: 5px 0 10px 0;
}

.pageContent table {
	border-top: 1px solid #dadada;
	border-right: 1px solid #dadada;
	width: 498px;
	font-size: 11px;
	margin-bottom: 10px;
}
.pageContent table th,
.pageContent table td {
	border-bottom: 1px solid #dadada;
	border-left: 1px solid #dadada;
	padding: 8px 10px;
}
.pageContent table th {
	padding: 10px;
	text-align: left;
	background: url(../img/thBg.jpg) repeat-x top left;
	font-size: 12px;
}
.pageContent table a {
	color: #0000FF;
	text-decoration: none;
}
.pageContent table a:hover {
	color: #000;
	text-decoration: underline;
}

.pageContent blockquote {
	background: url(../img/blockquote.jpg) no-repeat top left;
	padding-left: 60px;
	line-height: 18px;
	font-style: italic;
	margin-bottom: 10px;
}

.pageContent .comment {
	margin-bottom: 10px;
}
.pageContent .comment .nr {
	color: #d1dde4;
	padding: 0 5px;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	float: left;
	letter-spacing: -1px;
}
.pageContent .commentText {
	font-size: 11px;
	border-left: 1px solid #d1dde4;
	padding: 0 5px;
	float: left;
	width: 420px;
}
.pageContent .commentText p {
	padding-top: 5px;
	padding-left: 5px;
}
.pageContent .commentText .details {
	font-size: 11px;
	padding-top: 0;
	color: #707070;
}
.pageContent .commentText strong {
	color: #0000FF;
	font-size: 12px;
}
.pageContent .commentText a {
        color: #0000FF;
        font-size: 12px;
}
.pageContent .commentText a:hover {
        text-decoration: none;
}        

.pageContent .commentForm {
	padding: 0 0 10px 0;
}
.pageContent .commentForm .inputText {
	padding: 7px 5px;
	border: 2px solid #ccc;
	margin-bottom: 5px;
	margin-right: 10px;
	width: 200px;
	font-weight: bold;
}
.pageContent .commentForm span {
	font-size: 11px;
	color: #666;
}
.pageContent .commentForm textarea {
	width: 330px;
	height: 150px;
	border: 2px solid #ccc;
	margin-bottom: 5px;
	padding: 5px;
}
.pageContent .submit {
	background: url(../img/thBg.jpg) repeat-x bottom left;
	border: none;
	cursor: pointer;
	padding: 10px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-weight: bold;
}

.sidebox {
	background: url(../img/boxBg.gif) repeat-y top left;
	margin-bottom: 10px;
}
.boxHeader {
	color: #0a3646;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	background: url(../img/boxHeader.gif) no-repeat top left;
	padding: 17px 15px;
}
.boxContent {
	background: url(../img/boxBottom.gif) no-repeat bottom left;
	padding: 10px;
	width: 262px;
}
.boxContent ul {
	list-style-type: none;
}
.boxContent ul li {
	padding: 3px 0;
}
.boxContent ul li a {
	font-size: 11px;
	text-decoration: none;
	color: #0000FF;
	line-height: 14px;
}
.boxContent ul li a:hover {
	text-decoration: underline;
	color: #000;
}
.boxContent a:hover {
	color: #000;
	text-decoration: underline;
}
.tag1, .tag2, .tag3, .tag4, .tag5, .tag6, .tag7, .tag8, .tag9, .tag10 {
	color: #0000FF;
	margin-right: 3px;
	text-decoration: none;
}

.tag1 {
	font-size: 11px;
	font-weight: normal;
}
.tag2 {
	font-size: 12px;
	font-weight: normal;
}
.tag3 {
	font-size: 12px;
	font-weight: bold;
}
.tag4 {
	font-size: 14px;
	font-weight: normal;
}
.tag5 {
	font-size: 14px;
	font-weight: bold;
}
.tag6 {
	font-size: 16px;
	font-weight: normal;
}
.tag7 {
	font-size: 16px;
	font-weight: bold;
}
.tag8 {
	font-size: 18px;
	font-weight: normal;
}
.tag9 {
	font-size: 18px;
	font-weight: bold;
}
.tag10 {
	font-size: 20px;
	font-weight: normal;
}

p.meta {
	padding: 5px 0;
}
p.meta a {
	padding-left: 25px;
	background: url(../img/rss.gif) no-repeat top left;
	font-size: 11px;
	line-height: 20px;
	height: 20px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #0078A4;
	display: block;
}

.bottom {
	background: url(../img/contentBottom.gif) no-repeat bottom left;
	height: 20px;
}

#footer {
	padding: 20px 10px;
	font-size: 11px;
}

#footer a {
	color: #0000FF;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}

.clear {
	clear: both;
}


