@charset "utf-8";
/* CSS Document */

.clear { clear: both; }
a, a:visited {color: inherit; }
h1, h2, h3, h4, h5, h6 {
	margin: 5px 0;
}

html, body{
	padding: 0;
	margin: 0;
	text-align: 	center;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #103078;
}
#top {
	background: url(images/topbg.png) repeat-x;
	height: 122px;
	width: 100%;
	padding-top: 15px;
	border-bottom: 3px solid #2b6bc5;
}
#top span {
	background: url(images/logo.png) no-repeat;
	width: 1000px;
	margin: 0 auto;
	height: 110px;
	display: block;
}
#top span #ad {
	width: 468px;
	height: 60px;
	float: right;
	margin-top: 23px;
}
#nav{
	background: url(images/navbg.png) repeat-x;
	height: 69px;
	width: 100%;
	border-top: 2px solid #488ed6;
	border-bottom: 2px solid #7db2e1;
}
#nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 1000px;
	margin: 0 auto;

}
#nav ul li{
	display: block;
	float: left;
	margin-top: -2px;
}
#nav ul li#home a{
	background: url(images/home.png) no-repeat;
	height: 68px;
	width: 200px;
	display: block;
}
#nav ul li#home a:hover{ background: url(images/homeh.png) no-repeat; }
#nav ul li#about a{
	background: url(images/about.png) no-repeat;
	height: 68px;
	width: 200px;
	display: block;
}
#nav ul li#about a:hover{ background: url(images/abouth.png) no-repeat; }
#nav ul li#portfolio a{
	background: url(images/portfolio.png) no-repeat;
	height: 68px;
	width: 200px;
	display: block;
}
#nav ul li#portfolio a:hover {background: url(images/portfolioh.png) no-repeat; }
#nav ul li#contact a{
	background: url(images/contact.png) no-repeat;
	height: 68px;
	width: 200px;
	display: block;
}
#nav ul li#contact a:hover {background: url(images/contacth.png) no-repeat; }
#nav ul li#links a{
	background: url(images/links.png) no-repeat;
	height: 68px;
	width: 200px;
	display: block;
}
#nav ul li#links a:hover {background: url(images/linksh.png) no-repeat; }
#bgwrap{
	background: url(images/bg.png) repeat-x #4f96d7;
	width: 100%;
	height: 100%;
	padding-bottom: 10px;
	padding-top: 20px;
}
#floatwrap{
	float: left;
}
#container{	
	width: 1030px;
	margin: 0 auto;
}
#contenttop{
	background: url(images/posttop.png) no-repeat;
	width: 746px;
	height: 8px;

}
#contentbot{
	background: url(images/postbot.png) no-repeat;
	width: 746px;
	height: 8px;

}
#content{
	background: url(images/postbg.png) repeat-y;
	width: 706px;
	text-align: left;
	padding: 10px 20px 10px 20px;
}
#info p {
	background: #dbe9f9;
	border: 1px solid #4087ca;
	display: block;
	color: #1445b2;
	padding: 10px;
	font-size: 18px;
	margin: 0 0 20px 0;
}
.ptitle{
	font-size: 40px;
	color: #0a245e;
	display: block;
	border-bottom: 1px solid #529adb;
	line-height: 35px;
	font-weight: bold;
}
.ptitle a{
	color: inherit;
	text-decoration: none;
}
.ptitle a:hover{
	color: #4a66a6;
}
.pauthor{
	font-size: 15px;
	color: #529adb;
	float: right;
	margin-bottom: 10px;
}
.pcontent {

}
.pcontent p{
	color: #0a245e;
	font-size: 14px;
	line-height:25px;
	margin: 0 0 15px 0;
}
.pcontent ul li {
	font-size: 14px;
	line-height: 20px;
}
.pcontent a{
	color: #529adb;
}
.pcontent a:hover{
	color: #387bb7;
}
.pcontent img {
	border: 1px solid #4087ca;
	padding: 5px;
	margin: 5px 10px;
}
img.wp-smiley {
	border: none;
	padding: 0;
	margin: 0;
}
.pcontent img.alignleft{
	margin-left: 0;
}
.pcontent img.alignright{
	margin-right: 0;
}
.pmeta{
	background: #dbe9f9;
	border: 1px solid #4087ca;
	display: block;
	color: #1445b2;
	padding: 0 5px 5px 5px;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	margin-bottom: 20px;
}
.pmeta a, .pmeta span {
	display: block;
	float: left;
	font-weight: normal;
	line-height: 23px;
	background: #60a2dd;
	color: white;
	padding: 0 10px;
	text-decoration: none;
	margin-right: 5px;
	margin-top: 5px;
	font-size: 11px;
}
.pmeta span {
	background: none;
	color: #60a2dd;
}
.pmeta a:hover{
	background: #3e73a2;
}
.ctitle{
	font-size: 30px;
	font-weight: normal;
}

.cinfo {
	margin: 0;
	padding: 0;
	color: #529adb;
}
div#comments {
}

div#comments ul {
	margin: 0;
	padding: 0;
}
div#comments div.commenti {
	margin: 0;
	width:100%;
}

div#comments div.comment-number {
	font-size: 140%;
	color:#98bfe3;
	font-weight: bold;
	float:left;
	width:25px;
}

div#comments div.comment-number > p {
	text-align: center;
	margin: 0;
	padding: 0;
}

div#comments li {
	list-style: none;
}

div#comments div.commenti {
	border-left:#98bfe3 1px solid;
	padding:0 0 0 5px;
	margin-left:30px;
}
div#comments div.author-comment div.commenti {
	padding:0 10px;
}

div#comments p.comment-author {
	margin: 0;
	padding: 0;
	font-size: 20px;
}
div #comments p.comment-author span.author-name a{
	color: inherit;
}

div#comments p.comment-author span.author-name { }

div#comments div.comment-content {
	margin: 0;
	padding: 0;
	text-align: justify;
}
div#comments div.comment-content p {
	margin: 0;
	padding: 10px 35px 0 0;
}
div.comment-content p {
	margin-right: 30px;
}
div#comments p.comment-meta {
	font-style: italic;
	padding: 0;
	margin: 0;
}
li.comment {
	border: 1px solid #98BFE3	;
	padding: 5px;
	margin: 0;
	margin: 10px 0;
}
li.comment li {
	margin-left: 30px;
	margin-right: 10px;
}
ul.commentlist {
	margin-bottom: 20px;
}
a.comment-reply-link {
	color: #98bfe3;
	font-weight: bold;
	font-size: 14px;
}
span.avatar {
	float: left;
	margin-right: 5px;
}
div#comment-box
{
	margin-top: 5px;
}

div#comment-box div#left-wrapper
{
	width: 250px;
	float:left;
	margin-left:20px
}
div#comment-box input[type=text],div#comment-box p
{
	margin:0 0 5px 0;
	width:250px;
	overflow: hidden;
}

div#comment-box p
{
	font-style: italic;
	font-size: 110%;
}

div#comment-box h3
{
	margin-bottom:10px;
	display: inline;
}
div#comment-box div#textarea-wrapper
{
	margin-left:290px;
	height:100% !important;
}

div#comment-box textarea
{
	width:97%;
	height:165px;	
}

div.fieldsi {
	padding-top:27px;
}
div#comment-box input[type=text],div#comment-box textarea
{
	border:#98BFE3 1px solid;
	padding: 3px;
	font-family: "Myriad Pro", Tahoma, Geneva, sans-serif;
}
div#comment-box input[type=submit]
{
	border:#98BFE3 1px solid;
	font-family: "Myriad Pro", Tahoma, Geneva, sans-serif;
	font-size: 150%;
	margin: 0 -8px 5px 0;
	float:right;
	cursor: pointer;
}
div#search-box {
	padding: 0;
	margin: 0;
}
#searchform{
	margin: 0;
	padding: 0;
}
#searchform input {
	border:#98BFE3 1px solid;
	font-family: "Myriad Pro", Tahoma, Geneva, sans-serif;
	padding: 3px;
	width: 180px;
}
#searchform input[type=submit] {
	width: 55px;
}
.cancel-comment-reply { display: inline; }
.cancel-comment-reply a {
	margin-bottom: 10px;
	display: inline;
	color: #98bfe3;
	font-weight: bold;
	font-size: 14px;
	margin-left: 2px;
}


#sidebar {
	width: 266px;
	float: right;
}
#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#sidebar .widcon ul > li, #sidebar .widcon > div, #sidebar .widcon > form{
	background:url(images/widbg.png) repeat-y;
	padding: 10px 10px 0 10px;
	text-align: left;
}
#sidebar .widcon ul > li > a, #sidebar .widcon ul > li > span.entry-content{
	text-align: left;
	text-decoration: none;
	border: #4087ca 1px solid;
	padding: 5px;
	color: #103078;
	display: block;
	background: #dbe9f9;
}
#sidebar .widcon ul > li > span.entry-meta {
	font-size: 12px;
	color: #529adb;
}
#sidebar .widcon ul > li > a:hover {
	background: #c4d8ef;
}
#sidebar .widcon div p {
	padding: 0;
	margin: 0;
	text-align: left;
}
#sidebar .widcon div div.rss {
	background: url(images/rss.png);
	width: 240px;
	height:60px;
	margin-top: 10px;
}
#sidebar .widcon div div.rss:hover {
	background: url(images/rssh.png);
}
#sidebar .widcon div div.twit{
	background: url(images/twit.png);
	width: 240px;
	height:60px;
}
#sidebar .widcon div div.twit:hover {
	background: url(images/twith.png);
}
.widtop{
	width:251	px;
	height: 24px;
	background:url(images/widtop.png);
	color: white;
	font-size: 20px;
	text-align: left;
	padding: 5px 5px 5px 10px;
}
.widbot{
	width:266px;
	height: 8px;
	background:url(images/widbot.png);
	margin-bottom: 10px;
}
#bottom{
	background: #031130;
	width: 100%;
	color: #60a2dd;
	padding: 10px 0;
}
#bottom a {
	color: inherit;
}

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
#mes {
	background: url(images/mes.png);
	width: 100px;
	height: 121px;
	float: right;
	border: 1px solid #4087ca;
	margin-left: 5px;
	margin-top: 5px;
}
blockquote{
	border-left: 2px solid #5AA1E2;
	font-style:italic;
	margin: 0 0 0 10px;
	padding-left: 5px;
}
