/*  
Theme Name: Curved
Theme URI: http://www.justskins.com
Description: Curved is a Web 2.0 style widget ready <a href="http://www.justskins.com/css-themes-skins/wordpress-themes/">Wordpress theme</a> crafted by <a href="http://www.textndata.com">TextNData</a>.
Version: 1.0
Author: Just Skins
Author URI: http://www.justskins.com

	This theme is released under Creative Commons Attribution 2.5 License.

*/
body {
	font: 80%/150% "Trebuchet MS", Tahoma, Arial;
	color: #333333;
	background: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	background: #5ea1ca url(images/bg.png) no-repeat top center ;
	
}
a {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #56bdea;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin: 0px;
	font: lighter 2.4em/1.2em "trebuchet MS", "Lucida Sans Unicode", Georgia;
	color: #FFFFFF;
}
h1 a, h1 a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:hover{
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	background: none;
}
h2 {
	color: #568294;
	margin: 0px 0px 2px;
	width: 100%;
	font: Arial 20px bold;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #568294;
	text-decoration: none;
}
h2 a:hover {
	color: #56bdea;
	text-decoration: none;
}
h3 {
	font: bold 125%/100% "Trebuchet MS", Tahoma, Arial;
	color: #56bdea;
	margin: 10px 0px 5px;
}
h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#wrapper {
	/*background: url(images/bg-repeat.png)  ;*/
	padding-top: 23px ;
}

#contentWrapper { 
	 margin: 0 auto;
	/* background: url(images/bg3.png)  ;*/
}

#page {
	width: 960px;
	background:#fff;
	border-top: 2px solid #b9e8f4;
}

/* header area */
#body {
	width: 960px;
	margin: -141px auto 0;
	position: relative;
}

#header {
	background: #000 url(images/header-repeat.png) repeat-x;
	height: 141px;
}

#headerBg {
	background: url(images/header.png) no-repeat top center;
	height: 141px;
}

#subHeader {
	width: 960px;
	background: url(images/header.png) no-repeat top center;
	height: 141px;
	position: relative;	
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 250px;
	height: 140px;
}

#headerimg {
	position: absolute;
	top: 50px;
	right: 10px;
}

#headerimg h1 {
	line-height: 40px;
	padding-right: 10px;
	margin-right: 10px;
	float:left;
	border-right: 1px solid #669966;
}

#headerimg h1 a, #headerimg h1 a:visited{
	display: block;
	color: #C0DF72;
	}

#headerimg h1 a:hover{
	color: #a6e5f4;
}


#headerimg .description{
	float:left;
	margin-top:15px;
	color: #a6e5f4;
	font: 14px Georgia, "Times New Roman", Times, serif;
}
#navi {
	position:relative;
	height: 26px;
	width: 960px;
	top: 23px; 
	text-align: center;
	line-height: normal;
}
#nav {
	list-style: none;
	margin: 0 3px;
	padding: 0px;
	float: left;
	clear:both;
}

#nav .page_item.first {
	background:url(images/home.png) no-repeat ; 
	width: 39px ;
	height: 35px ;
	margin: -7px 0 0 0 ;
}

#nav .page_item.first:hover {
	background:url(images/home_over.png) no-repeat ; 
	width: 39px ;
	height: 35px ;
	margin: -7px 0 0 0 ;
}

#nav .page_item.first a{
	width: 39px;
	line-height: 35px ;
	background: none;
	padding: 0 ;
	height:35px ;
}

#nav .page_item.first a:hover {
	width: 39px;
	line-height: 35px ;
	background: none;
	padding: 0 ;
	height:35px ;
}

#nav li {
	list-style: none;
}

#nav > li {
	float: left;
	height: 28px;
	background: url(images/navtabl.png) top left no-repeat;
	margin: 0 3px;
	white-space: nowrap ;
	padding-left: 5px;
	position: relative;
}

#nav > li:hover {
	background: url(images/navtabl_over.png) top left no-repeat;
}

#nav > .page_item a{
	color: #ffffff;
	display: block;
	background: url(images/navtabr.png) top right no-repeat;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 28px;
}

#nav > .page_item a:hover {
	background: url(images/navtabr_over.png) top right no-repeat;
}

#nav .page_item ul{
	display: none;
	position: absolute;
	top:28px;
	left: 1px;
	background: #055782;
	color: white;
	margin: 0;
	padding: 0;
}

#nav .page_item ul li a{
	background: #055782;
	color: white;
	margin: 0;
	padding: 0;
	padding: 0px 10px;
}

#nav .page_item ul li a:hover {
	background: #008fd7;
}

#nav .page_item:hover ul{
	display: block;
}

/* CURRENT PAGE */
#nav  .current_page_item ul li a:visited{
	background:#055782 ;
	color:white ;
}

#nav  .current_page_item ul li a:hover{
	background:#008fd7 ;
	color:white ;
}

/* END CURRENT PAGE */

#nav> li.current_page_item {
	float: left;
	height: 28px;
	background: url(images/navtabl_selected.png) top left no-repeat;
	margin: 0 3px;
	white-space: nowrap ;
	padding-left: 5px;
}

#nav > .current_page_item a {
	color: #0F9FE8;
	display: block;
	background: url(images/navtabr_selected.png) top right no-repeat;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 28px;
}
/*
#nav > .current_page_item a:visited{
	color: #0F9FE8;
	display: block;
	background: url(images/navtabr_selected.png) top right no-repeat;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 28px;
}
*/
#nav > .current_page_item.first {
	background:url(images/home_selected.png) no-repeat ; 
	width: 39px ;
	height: 35px ;
	margin: -7px 0 0 0 ;
}

#nav > .current_page_item.first a, #nav > .current_page_item.first a:visited{
	width: 39px;
	line-height: 35px ;
	background: none;
	padding: 0 ;
	height:35px ;
}

/* content area */
#content {
	padding: 0px 0px 30px 13px;
	float: left;
	width: 645px;
	overflow: hidden;
}
#content img {
	border: 1px solid #D3EAF3;
	padding: 5px;
}

.post {
	clear:both;
	padding-top: 15px;
	color:#2b2b2b;
}

.entry {
	padding-bottom:7px;
	width: 645px;
	display: table;
}
.entrytop{
	padding-top: 9px;
	width: 645px;
	display: table;
	
}

.borderEntryTop{
	border-bottom: 2px dotted #979797 ;
	width:630px;
	margin: 0 5px 0 4px ;
}

.entry h2{
	width: 640px;
	margin: 0 auto !important;
}

.inpost-date{
	float: right;
	color:#b0b3b6;
	font:italic 9px Arial;
	padding-right: 18px;	
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}



.post-meta {
	background: url(images/vcard.gif) no-repeat left center;
	padding-left: 20px;
	float: left;
	margin: 10px 0 0 10px;
	font: 12px "Trebuchet MS", "Tahoma", sans-serif;
}
.post-cat {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px;
	float: left;
}
.post-comments {
	background: url(images/bulle_comment.png) no-repeat left center;
	padding-left: 22px;
	float: left;
	padding-top: 2px;
}
.post-calendar {
	float:left;
	background: url(images/post-date.gif) no-repeat left center;
	color:#9ec13f;
	font: bold 11px "trebuchet MS", "Lucida Sans Unicode", Georgia;
	padding-left: 38px;
}
.post-content {
	clear: both;
	padding: 10px;
}
.post-info {
	padding: 0px 15px;
	height: 15px;
	color: #3e98ad;
	font: bold 12px "Trebuchet MS", "Tahoma", sans-serif;
}
.post-info a {
	color: #3D9CCC;
	font: bold 11px Arial ;
	text-decoration: none;
}
.post-info a:hover {
	color: #56bdea;
	text-decoration: underline;
	border: none;
	background: none;
}
.post-content blockquote {
	background: #f2f8fb;
	border-right: 2px solid #dbeff6; 
	border-bottom: 2px solid #dbeff6; 
	padding: 8px;
}
.navigation {
	clear: both;
	padding: 30px 0px;
}
.navigation a, .navigation a:visited {
	color: #006699;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/fleche_gauche.png) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/fleche_droite.png) no-repeat right center;
}

/* comments area */
#comments, #respond {
	/*border-bottom: 2px dotted #979797;*/
	clear: both;
}
.commentlist {
	margin:0; padding:0;
	line-height: 130%;
	width: 685px;
}
.commentlist li{
	margin:10px 0; padding:0;
	list-style:none;
	/*background:url(images/crv_btm.gif) no-repeat bottom;*/
	width: 685px;
}

.comment-btm{
	/*background:url(images/crv_top.gif) no-repeat top;*/
	padding:10px 20px;
}

.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#f2f8fb;
	border: 1px solid #dbeff6;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 585px;
	height: 115px;
	background:#f2f8fb;
	border: 3px solid #dbeff6;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	border: 1px solid #7FD4F4;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #006699;
	float: left;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

/*sidebar */
#sidebar {
	float: right;
	padding: 20px 0px 20px 0px;
	width: 300px;
	color: #666666;
	overflow: hidden;
	background-color:#F2F5F7 ;
}
/*sidebar title (h2) */


#sidebar h2, #sidebar .sidebartitle{
	font: bold 15px Arial;
	color: #568294;
	border-bottom: 2px dotted #979797;
	padding-bottom: 0px;
	margin-bottom: 5px;
	background:transparent url(images/arrow.png) no-repeat scroll left center ;
	padding-left:17px ;
}
/*sidebar text styles */
#sidebar a:hover{
	border: none;
}
#sidebar a, #sidebar a:visited{
	color: #000;
	text-decoration: none;
}
#sidebar li a:hover{
	color: #1888B8;
	text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 5px 0 0 20px;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin-bottom: 20px!important;
}
#sidebar ul li ul li{
	padding: 2px 0 2px 0px;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}
/*blogroll */
ul.linkcat li, .linkcat li{
	background: url(images/little_arrow.png) no-repeat left center !important;
	padding-left: 20px !important;
}
/*category widget */
ul.list-cat li, li.widget_categories li{
	background: url(images/little_arrow.png) no-repeat left center !important;
	padding-left: 20px !important;
}
/*archives widget */
ul.list-archives li, li.widget_archives li{
	background: url(images/little_arrow.png) no-repeat left center !important;
	padding-left: 20px !important;
}
/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
	background: url(images/mini-monthly-archive.gif) no-repeat left center !important;
	padding-left: 20px !important;
}
/*sub-pages */
ul.list-page li ul div, li.widget_pages li ul li{
	background: url(images/mini-blogroll.gif) no-repeat !important;
	padding-left: 10px !important;
}
/*calendar widget */
li.widget_calendar td {
	padding: 1px 6px;
}
div.widget_calendar h2 {
	display:none;
}


/*text widget */
.textwidget {
	padding-top: 5px;
}

/*search form */
#search {
	float: right;
	position:relative;
	background: url(images/search-bg.png) no-repeat top left;
	width: 220px;
	height: 48px;
	text-align: center;
}
#searchform {
	margin: 8px -1px 0 3px;
}
#searchform br {
	display: none;
}
#searchform #s {
	width: 150px;
	height: 17px;
	background: #ffffff;
	border: none;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
	font-style:italic ;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: none;
	border: none;
	height: 25px;
	width:27px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	background:url(images/search_button_arrow.png);
	vertical-align: middle;
}

/* footer area */
#footerbg {
	clear: both;
	/*background:#132f3c url(images/footer-bg.gif) repeat-x;*/
	/*background:url(images/bg.png) no-repeat;*/
	/*border-top: 1px solid #7FD4F4;*/
	height: 50px;
	
}
#footer {
	
	
	color: #2B6899;
}
#footer a, #footer a:visited {
	color: #2B6899;
}
	
#footerbg a:hover {
	color: #0F9FE8 !important;
}
/* credits */
#credits {
	color: #2B6899;
	line-height: 50px;
	font-size: 100%;
	
}
#credits a, #credit a:visited {
	color: #2B6899;
	font: bold 13px Arial ;
}

.valid {
	background:url(images/valid.gif) no-repeat left;
	padding-left:20px;
	margin:0 5px;
}
.rss {
	background:url(images/mini-rss.gif) no-repeat left;
	padding-left:20px;
	margin:0 5px;
}

/* alignments */
.center {
	text-align: center; 
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
