/*
Theme Name: nBridges
Theme URI: http://www.kawaiithemes.com
Description: Customized WordPress Theme.
Version: 1.01
Author: Kawaii Themes
Author URI: http://www.kawaiithemes.com
Tags: customized theme, poseidon, widget ready

************************************/

/* RESET 
************************************/

* {
margin: 0;
padding: 0;
letter-spacing: 1px;
}

p {
padding-bottom: 18px;
}

ul , ul li {
list-style: none;
}

h1, h2, h3, h4, h5, h6 {
font-size: 100%;
padding-bottom: 10px;
}

hr {
clear: both;
visibility: hidden;
}

input, textarea {
	color: #000000;
	font-family: inherit;
	font-size: inherit;
	letter-spacing: inherit;
}

/* CLEARFIX 
************************************/

.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}

.clearfix {
display: inline-block;
}

html[xmlns] .clearfix {
display: block;
}

* html .clearfix {
height: 1%;
}

/* GENERAL ITEMS 
************************************/

body {
	background-color: #EFEFDF;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
      background-image:url(img/bodybg.jpg);
      background-position: center;
      background-repeat: repeat-y;
line-height: 1.4em;
}

a {
color: #333333;
font-weight: bold;
outline: none;
text-decoration: underline;
}

a:hover {
color: #5c5c5c;
text-decoration: underline;
}

img {
border: none;
}

h1 {
font-size: 16px;
}

h2 {
font-size: 18px;
}

h3 {
font-size: 20px;
}

h4 {
font-size: 14px;
}

h5 {
font-size: 12px;
}

h6 {
font-size: 10px;
}

blockquote {
border-bottom: 5px solid #2e2d2e;
border-top: 5px solid #2e2d2e;
margin: 0 auto;
padding: 15px 5px 0;
margin-bottom: 18px;
}

/* GENERAL LAYOUT 
************************************/

#main {
margin: 0 auto;
width: 940px;
border-top: solid 3px #BCC6D1;
background-color: #ffffff;
}

#content {
float: left;
width: 640px;
border-left: solid 2px #BCC6D1;
border-right: solid 2px #BCC6D1;
background-color: #ffffff;

}

#search_skip {
	height: 79px;
	background-color: #ffffff;
      border-left: solid 2px #BCC6D1;
      border-right: solid 2px #BCC6D1;
}

#header {
height: 10px;
}

#sidebar {
float: right;
margin-bottom: 20px;
width: 280px;
padding-left: 10px;
border-right: solid 2px #BCC6D1;
background-color: #ffffff;
}

#headerboxes {
	clear: both;
	padding: 10px;
	background-color:#FFFFFF;
	border-top: solid 2px #BCC6D1;
      border-left: solid 2px #BCC6D1;
      border-right: solid 2px #BCC6D1;
      border-bottom: solid 2px #BCC6D1;
}


#footbar {
	border-top: solid 4px #BCC6D1;
	border-bottom: solid 4px #BCC6D1;
      border-left: solid 2px #BCC6D1;
      border-right: solid 2px #BCC6D1;
	clear: both;
      margin-top: 3px;
	padding: 15px;
	background-color: #FFFFFF;
}

#footer {
background-color: #E3E3E3;
clear: both;
margin-bottom: 0px;
padding: 10px;
color: #333333;
border-left: solid 2px #BCC6D1;
border-right: solid 2px #BCC6D1;
border-bottom: solid 2px #BCC6D1;
}

#footer a {
color: #333333;
}

img.alignleft {
float: left;
margin: 0 10px 10px 0;
padding: 2px;
}

img.alignright {
border: 1px solid #c5c5c5;
float: right;
margin: 0 0 10px 10px;
padding: 2px;
}

img.alignnone {
border: 1px solid #c5c5c5;
height: auto;
margin-bottom: 10px;
padding: 2px;
width: 99%;
}

/* HEADER ITEMS 
************************************/

a.skip_top, a.skip {
/*background-color: #C8E6F8;*/
color: #0f0e13;
display: block;
float: left;
padding: 6px 15px;
text-align: center;
text-decoration: none;
}

a:hover.skip_top, a:hover.skip {
background-color: #ffffff;
color: #ffffff;
padding: 6px 15px;
}

#navigation_menu {
display: block;
height: 40px;
width: 936px;
border-top: 2px solid #BCC6D1;
border-left: solid 2px #BCC6D1;
border-right: solid 2px #BCC6D1;
background-color: #ffffff;
}

#navigation_menu li {
display: inline;
padding: 5px 0;
font-size: 20px;
}

#navigation_menu li a {
	color: #CCCCCC;
	display: block;
	float: left;
	margin-right: 1px;
	padding: 8px 10px;
	text-decoration: none;
}

#navigation_menu li a:hover, #navigation_menu li.current_page_item a, #navigation_menu li.current_page a {
	background-color: #ffffff;
	color: #C3C6CB;
}

.header_info {
background-color: #ffffff;
border: 1px solid #333333;
clear: both;
color: #333333;
height: 40px;
text-align: center;
padding: 40px;
width: 858px;
}

.main_title a {
color: #333333;
text-decoration: none;
}

.main_title a:hover {
color: #c5c5c5;
}

.description {
text-align: center;
margin-top: -40px;
margin-left: -40px;
}

/* SEARCH ITEMS 
************************************/

#searchform {
float: right;
width: 270px;
margin-top: -40px;
margin-right: 10px;
}

#s {
background-color: #ffffff;
border: 1px solid #c5c5c5;
float: left;
height: 17px;
margin-right: 10px;
padding: 5px 0 1px 4px;
width: 150px;
}

#searchsubmit {
background-color: #C9E6F8;
border: 1px solid #0f0e13;
color: #0f0e13;
cursor: pointer;
float: right;
height: 25px;
padding: 3px 9px;
width: 100px !important;
}

#searchsubmit:hover {
background-color: #C9E6F8;
border: 1px solid #c5c5c5;
color: #ffffff;
}

.search {
border-bottom: 1px solid #c5c5c5;
margin-bottom: 20px;
}

.archive_title, .page_title {
background-color: #ffffff;
margin-bottom: 20px;
padding: 10px 5px;
}

.post_title {
font-size: 20px;
height: 20px;
padding-left: 15px;
text-decoration: none;
}

.post_title a {
text-decoration: none;
}

.postmetadata {
background-color: #ffffff;
padding: 10px 20px;
}

/* CONTENT ITEMS 
************************************/

#feature_post {
background-color: #ffffff;
float: left;
margin-bottom: 10px;
padding: 20px;
}

.feature_date {
background-attachment: scroll;
background-color: transparent;
background-image: url(img/dot.png);
background-position: left center;
background-repeat: repeat-x;
clear: both;
text-align: right;
}

.feature_date span {
background-color: #ffffff;
padding-left: 20px;
}

.feature_title {
float: left;
margin-right: 20px;
}

.comment_count {
background-attachment: scroll;
background-color: transparent;
background-image: url(img/comments.png);
background-position: top left;
background-repeat: no-repeat;
float: right;
font-size: 12px;
height: 20px;
padding-left: 20px;
padding-top: 2px;
}

.feature_title a {
text-decoration: none;
}

.feature_entry {
clear: both;
}

.feature_img {
border: 1px solid #c5c5c5;
height: auto;
margin-bottom: 10px;
padding: 2px;
width: 99%;
}

#feature_post ul, #feature_post ol, .post ul, .post ol {
padding-left: 20px;
}

.metadata {
border-top: 1px solid #505050;
margin-top: 10px;
padding-top: 10px;
}

.read_more {
background-attachment: scroll;
background-color: transparent;
background-image: url(img/arrow_right.png);
background-position: center right;
background-repeat: no-repeat;
padding: 10px 30px 10px 0;
}

/* SIDEBAR/FOOTBAR ITEMS 
************************************/

.ads_small {
margin-bottom: 20px;
background-color:#ffffff;
}

.ads_small img {
margin: 6px;
}

#sidebar ul {
display: block;
}

#sidebar a, #footbar a {
text-decoration: none;
}

#sidebar a:hover, #footbar a:hover {
text-decoration: underline;
}

#sidebar ul li.widget {
margin-bottom: 10px;
}

#footbar ul li.widget {
display: inline;
float:left;
margin: 0 5px;
width: 290px;
}

#footbar ul li.categories {
display: inline;
float: right;
margin: 0 5px;
width: 290px;
}

.textwidget {
margin-bottom: 20px;
}

#headerboxes ul li.logowidget {
display: inline;
float:left;
margin: 0 5px;
width: 170px;
}

#headerboxes ul li.aboutwidget {
display: inline;
float:left;
margin: 0 5px;
width: 430px;
}

#headerboxes ul li.widget {
display: inline;
float:left;
margin-left: 10px;
width: 255px;
border: solid 1px #BCC6D1;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
padding: 10px;
height: 250px;
}

#headerboxes ul li.categories {
display: inline;
float: right;
margin: 0 5px;
width: 255px;
}

#sidebar ul li ul, #footbar ul li ul {
display: block;
margin-bottom: 20px;
border-bottom: 1px solid #333333;
}

#sidebar ul li ul li, #footbar ul li ul li {
border-bottom: 1px solid #333333;;
padding: 10px 5px;
}

.recentcomments {
background-attachment: scroll;
background-color: transparent;
background-image: url(img/comments.png);
background-position: left center;
background-repeat: no-repeat;
display: block;
padding-left: 20px !important;
}

.ngg_widget a img {
background-color: #transparent;
padding: 2px;
}

.ngg_widget a:hover img {
background-color: #transparent;
padding: 1px;
}

#wp-calendar {
margin: 0 auto;
text-align: right !important;
width: 95%;
}

#calendar_wrap {
width: 100%;
}

#wp-calendar thread th, #wp-calendar tbody td {
width: 14%;
}

#today, #today a {
background-color: #2e2d2e;
color: #ffffff !important;
font-weight: bold;
}

#wp-calendar tfoot tr {
width: 100%;
}

td#prev {
float: left;
}

.widget caption {
background-color: #transparent;
font-size: 14px;
padding: 4px 4px 10px;
width: 95%;
}

td#next {
float: right;
}

.widget_archive li {
background-attachment: scroll;
background-color: transparent;
background-image: url(img/clock.png);
background-position: left center;
background-repeat: no-repeat;
}

.widget_archive li a {
padding-left: 15px;
}

.cat-item {
background-attachment: scroll;
background-color: transparent;
background-image: url(img/folder_document.png);
background-position: left center;
background-repeat: no-repeat;
padding: 10px 5px;
text-align: right;
}

.cat-item a {
float: left;
padding-left: 15px;
}

#about {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	padding: 0 5px;
}

#rss {
	float: right;
	margin-bottom: 20px;
	padding: 0px;
	width: 285px;
}

/* ARCHIVES ITEMS 
************************************/

.post {
background-color: #transparent;
display: block;
margin-bottom: 20px;
color: #333333;
font-family: Arial, Verdana;
margin-top: 15px;

}

.entry {
	color: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
padding: 20px;
background-color: #ffffff;
}

.entry ul {
margin-bottom: 15px;
}

.entry ol {
margin-bottom: 15px;
margin-left: 17px;
}

.archive ul {
border-top: 1px solid #333333;;
display: block;
padding-left: 0 !important;
}

.archive ul li {
border-bottom: 1px solid #333333;;
padding: 10px 15px;
}

.archive a {
text-decoration: none;
}

.archive a:hover {
text-decoration: underline;
}

.archive .cat-item {
background: none;
padding-left: 0 !important;
}

/* COMMENTS ITEMS 
************************************/

.post_info {
text-align: center;
padding-top: 18px;
}

.comment_area {
clear: both;
margin-top: 20px;
}

.comments_title {
background-color: #E3E3E3;
color: #333333;
margin-bottom: 20px;
padding: 10px;
}

.commentlist li.alt {
margin-bottom: 10px;
}

.comment_entry {
float: right;
width: 500px;
}

.avatar_div {
float: left;
text-align: center;
width: 100px;
}

.avatar {
margin-bottom: 20px;
}

.author_comment {
border: 1px solid #c5c5c5;
padding: 10px;
}

.author_comment .comment_entry {
width: 500px;
} 

.input_title {
font-size: 14px;
}

#author, #email, #url, #comment {
background-color: #ffffff;
border: 1px solid #333333;;
margin: 10px 0;
padding: 4px;
width: 630px !important;
}

#submit {
	background-color: #E3E3E3;
	border: 1px solid #0f0e13;
	color: #333333;
	cursor: pointer;
	float: right;
	height: 25px;
	padding: 3px 9px;
	width: 150px !important;
}

#submit:hover {
border: 1px solid #c5c5c5;
color: #ffffff;
}

/* NAVIGATION ITEMS 
************************************/

.navigation {
clear: both;
margin-bottom: 50px;
}

.navigation a {
color: #2e2d2e;
display: inline-block;
padding: 10px 10px 10px 0;
text-decoration: none;
}

.navigation a:hover {
	color: #000000;
}

.navigation .alignleft {
color: #000000;
float: left;
padding-left: 10px;
}

.navigation .alignright {
color: #000000;
float: right;
padding: 0 10px;
}

.navigation .alignleft:hover, .navigation .alignright:hover {
	background-color: #ffffff;
	color: #000000;
}

/* FOOTER ITEMS 
************************************/

.footer_wrap {
float: left;
width: 800px;
}

a.skip_top {
background-color: #c5c5c5;
border: 1px solid #333333;;
color: #0f0e13;
display: block;
float: right;
padding: 6px 15px;
text-align: center;
text-decoration: none;
width: 75px;
}

a:hover.skip_top {
background-color: #2e2d2e;
border: 1px solid #c5c5c5;
color: #ffffff;
padding: 6px 15px;
}
