/*  
Theme Name: Deliciously Blue
Theme URI: http://www.jdavidmacor.com/
Description: Deliciously Blue is a simple, clean theme designed by j david macor.com.
Version: 1.0
Author: J David Macor
Author URI: http://www.jdavidmacor.com/
Original Author: N. Design Studio
The CSS, XHTML and design is released under Creative Commons Attribution 2.5:
http://creativecommons.org/licenses/by/2.5/
*/

body {
font:75%/150% Arial, sans-serif;
color:#333;
background:#fff;
margin:0;
padding:0;
}

ul {
padding-top: 0;
margin-top: 0;
}

a:link, a:visited {
color:#000088;
text-decoration:underline;
}

a:hover {
color:#000088;
text-decoration:none;
}

img {
border:none;
}

p {
line-height:1.8em;
margin:0;
padding:0 0 15px;
}

h1 {
padding-left:10px;
height:60px;
font:bold 36px/100% "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#6DA6E2;
margin:0;
}

h1 a:hover {
color:#3A75B6;
text-decoration:none;
}

h2 {
color:#000;
letter-spacing:0.8px;
font-family: 'Times New Roman';
font-size: 15pt;
line-height: 1.2em;
padding-bottom:3px;
margin:0 0 2px;
}

h2 a:link, h2 a:visited {color:#000; text-decoration:none;}

h2 a:hover {
color:#666;
text-decoration:none;
}

h3 {
font:normal 140%/100% "Trebuchet MS", Tahoma, Arial;
color:#2763A5;
margin:10px 0 5px;
}

h4 {
font:normal 130%/100% "Trebuchet MS", Tahoma, Arial;
color:#2763A5;
margin:10px 0 5px;
}

#page {
width:900px;
background:#F6F6F6;
border-right:1px solid #ccc;
border-left:1px solid #ccc;
margin:0 auto;
}

/* header area */
#header {
height:125px;
border-bottom:4px solid #287E49;
position:relative;
background:#fff;
width:900px;
margin: 10px auto 0 auto;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
}

#headerimg {
position:relative;
height:73px;
padding:10px 0 0 15px;
}

#headerimg .description {
position:absolute;
left:175px;
bottom:2px;
color:#000;
font:bold 16px Arial, sans-serif;
}

#nav {
width:900px;
background:#fff;
color:#333;
list-style:none;
position:absolute;
bottom:0;
font-family: "Times new roman";
font-size: 12px;
text-transform: uppercase;
margin:0;
padding:0;
border-top: 1px solid #ccc;
}

#nav li {
color:#333;
display:inline;
line-height:30px;
margin:0;
padding:8px 35px 0 15px;
}

#nav li a:link, #nav li a:visited {
color:#333;
text-decoration: none;
}

#nav li a:hover {
color:#333;
text-decoration: underline;
}

/* content area */
#content {
border: 1px solid #ccc;
float:left;
width:507px;
margin: 25px 0 25px 15px;
overflow:hidden;
background: #fff;
padding:10px 15px 30px 15px;
}

.post {
clear:both;
padding-top:20px;
width: 467px;
margin: 0 20px;
font-family: Arial, sans-serif;
font-size: 9pt;

}

.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:#FFF;
text-align:center;
display:block;
line-height:11px;
padding-top:2px;
margin-left:-3px;
}

.post-day {
font-size:18px;
text-transform:uppercase;
color:#999;
text-align:center;
display:block;
line-height:18px;
padding-top:7px;
margin-left:-3px;
}

.dateline {
font-family: Arial, sans-serif;
font-size: 8pt;
color: #666;
padding: 0 0 0 2px;
}

.entry {
float:left;
margin: 0;
padding-bottom: 10px;
border-bottom: 1px solid #ccc;
}

.post-cat {
background:url(images/mini-category.gif) no-repeat left center;
padding-left:20px;
float:left;
font-size:95%;
color:#999;
}

.post-comments {
background:url(images/mini-comments.gif) no-repeat left center;
padding-left:20px;
float:left;
font-size:95%;
}

.post-calendar {
background:url(images/mini-calendar.gif) no-repeat left center;
padding-left:20px;
float:right;
font-size:95%;
color:#999;
}

.post-content {
clear:both;
padding-top:10px;

}

.navigation {
clear:both;
padding:10px 0;
}

.navigation a,.navigation a:visited {
color:#333;
}

.previous-entries a {
float:left;
padding-left:18px;
background:url(images/mini-nav-left.gif) no-repeat left center;
}

.next-entries a {
float:right;
padding-right:18px;
background:url(images/mini-nav-right.gif) no-repeat right center;
}

/* comments area */
#comments,#respond {
border-bottom:1px dotted #CCC;
clear:both;
padding:10px 0 5px;
}

.commentlist {
padding-left:20px;
line-height:130%;
margin:10px 0;
}

.commentlist li {
padding:5px 10px;
}

.commentlist .alt {
background:#DDEBF4;
}

.commentlist cite,.commentlist cite a,.commentlist cite a:visited {
font-weight:700;
font-style:normal;
font-size:120%;
color:#2763A5;
}

.commentlist small {
margin-bottom:5px;
display:block;
font-size:87%;
}

#commentform {
margin-top:10px;
font:110% Arial, Helvetica, sans-serif;
}

#commentform p {
margin:0;
padding:6px 0;
}

#commentform label {
color:#787878;
font-size:87%;
}

#commentform input {
width:200px;
background:#EDF4FA;
border:1px solid #0C488B;
margin-top:3px;
padding:3px;
}

#commentform textarea {
width:457px;
height:115px;
background:#EDF4FA;
border:1px solid #0C488B;
margin-top:3px;
padding:2px;
}

#commentform textarea:focus,#commentform input[type="text"]:focus {
background:#fff;
}

#commentform #submit {
background:url(http://static.bankaround.com/images/bg/blue.gif) no-repeat;
font:bold 12px Arial, Helvetica, sans-serif;
color:#FFF;
border:none;
float:right;
width:144px;
height:28px;
cursor:pointer;
}

/*sidebar */
#sidesearch {
background: #F6F6F6;
float:right;
width:300px;
height: 35px;
color:#666;
overflow:hidden;
margin: 25px 15px 0 0;

padding:0 15px 20px 15px;
}


#sidebar {
float:right;
background: #fff;
width:300px;
color:#666;
overflow:hidden;
margin: 0 15px 25px 0;
border-right: 1px solid #ccc;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding:0 15px 20px 15px;
}

/*sidebar title (h2) */
#sidebar h2,#sidebar .sidebartitle {
font-family: 'Times New Roman';
text-transform: uppercase;
font-size: 11pt;
letter-spacing: -.3px;
color: #666;
border-bottom:1px solid #6DA6E2;
margin:20px 0 2px;
}


#sidebar ul li {
list-style:none;
border:none;
margin:0;
padding:0;
}

#sidebar ul li ul li {
border-bottom:1px solid #DDEBF4;
padding:2px 0;
}

/*sidebar list level3 */
#sidebar ul li ul li ul li {
border:none;
padding:1px 0 1px 10px;
}

/*blogroll */
ul.list-blogroll li {
background:url(images/mini-blogroll.gif) no-repeat !important;
padding-left:16px !important;
}

/*category widget */
ul.list-cat li,li.widget_categories li {
background:url(images/mini-category.gif) no-repeat !important;
padding-left:20px !important;
}

/*archives widget */
ul.list-archives li,li.widget_archives li {
background:url(images/mini-monthly-archive.gif) no-repeat !important;
padding-left:20px !important;
}

/*pages widget */
ul.list-page li,li.widget_pages li,li.widget_recent_entries li {
background:url(images/mini-page.gif) no-repeat !important;
padding-left:20px !important;
}

/*sub-pages */
ul.list-page li ul li,li.widget_pages li ul li {
background:url(images/mini-page-arrow.gif) no-repeat !important;
padding-left:10px !important;
}

/*recent comments widget */
li.widget_recent_comments li {
background:url(images/mini-recent-comments.gif) no-repeat !important;
padding-left:20px !important;
}

/*calendar widget */
li.widget_calendar td {
padding:1px 7px;
}

/*text widget */
.textwidget {
padding-top:5px;
}

/*search form */
#searchform {
margin:15px 0 0;
}

#searchform br {
display:none;
}

#searchform #s {
width:165px;
height:22px;
border:1px solid #0C488B;
background:#fff;
margin-right:2px;
color:#000;
font-weight:400;
padding:4px 5px 0;
}

/* search form button - to specify button only use input[type="submit"] */
#searchform input {
background:url(http://static.bankaround.com/images/bg/blue.gif) no-repeat;
border:none;
width:67px;
height:26px;
font:bold 12px Arial, Helvetica, sans-serif;
color:#FFF;
vertical-align:middle;
}

/* Top Commentators */
#sidebar ul.user li {
background:url(images/user.gif) no-repeat;
padding-left:20px;
}

/* footer area */
#footer {
clear:both;
background:#fff;
color:#333;
border-bottom:1px solid #ccc;
border-top: 2px solid #000;
margin: 0 0 2px 0;
font-size:8pt;
text-align: center;
line-height:130%;
padding:15px 0 0 0;
}

#footer a:link {color: #666; text-decoration: underline;}
#footer a:visited {color: #666; text-decoration: underline;}
#footer a:hover {color: #666; text-decoration: none;}

#footer ul {margin:3px 0px 15px 0px;display:block;}
#footer ul li {display:inline;margin:0px 30px 0 0px;}

#footer h4 {
font:normal 146%/100% "Trebuchet MS", Tahoma, Arial;
color:#9cdbfb;


margin:10px 0 5px;
}










.footer-recent-comments ul {
list-style:none;



margin:0;
padding:0;
}

.footer-recent-comments ul li {
background:url(images/mini-footer-comments.gif) no-repeat;
padding:0 0 10px 20px;
}


.footer-recent-posts strong {
font-size:107%;
line-height:135%;
font-weight:700;
}

.footer-recent-posts ul {
list-style:none;
font-size:92%;
line-height:110%;
margin:0;
padding:0;
}

.footer-recent-posts ul li {
background:url(images/mini-footer-post.gif) no-repeat;
padding:0 0 10px 20px;
}

.footer-about {
width:220px;
float:right;
padding-right:10px;
padding-left:10px;
}

/* credits */
#credits {
width:900px;
color:#fff;
font-size:85%;
line-height:120%;
margin:0 auto;
}

#credits a,#credit a:visited {
color:#ededed;
}

.rss {
background:url(images/mini-rss.gif) no-repeat left center;
padding-left:18px;
padding-bottom:2px;
margin-left:8px;
}

.loginout {
background:url(images/mini-loginout.gif) no-repeat left center;
padding-left:18px;
padding-bottom:2px;
margin-left:8px;
}

/* 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 0;
}

.alignright {
float:right;
}

img.alignright,img[align="right"] {
float:right;
margin:2px 0 5px 10px;
}

.clear {
clear:both;
}

hr.clear {
clear:both;
visibility:hidden;
margin:0;
padding:0;
}

.breadcrumb {
font-size:8pt;
color:#888;
background:#fff;
margin:0 auto;
padding:5px 5px 0;
}


.breadcrumb a:link, breadcrumb a:visited {color:#f90; text-decoration:underline;
}

.breadcrumb a:hover {
color:#f90;
text-decoration:none;
}


form,#sidebar ul {
margin:0;
padding:0;
}

#nav ul,#sidebar ul li ul {
margin:0;
padding:0;
}

#nav a:link, #nav a:visited {
color:#333;
text-decoration:none;
}

#nav a:hover, {
color:#333;
text-decoration:underline;
}

.footer-recent-comments,.footer-recent-posts {
width:240px;
float:left;
margin-left:10px;
}

.breadcrumb a:link,.breadcrumb a:visited {
color:#f90;
}