/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, and modify it to your liking.
*/

body {font-family:Arial, Helvetica, Tahoma, sans-serif; font-size: 62.5%; text-align:center; background: #fff; color: #444; }

::-moz-selection{background:#555; color:#fff;}
::selection{ background:#555; color:#fff; }

#container{background:#fff;}

#logo {float: left; display: inline; margin-left: 0px; }

/* Featured Posts styling */
.email-box {
   float:right;
   padding: 10px;
   display: inline;
   min-width: 250px;
   width: 280px;
   min-height: 270px;
   border:5px solid #e14600; 
   padding:15px; 
   background-color: #007fbb;
   background-image: -webkit-gradient(linear, 0 top, 0 bottom, from(#007fbb), to(#e8f7ff));
   background-image: -moz-linear-gradient(#007fbb, #e8f7ff);
   -moz-box-shadow:1px 1px 3px #666; min-width:270px; 
   -webkit-box-shadow: 1px 1px 3px #666; box-shadow: 1px 1px 3px #666;
}

/* Navigation Bar styling */
#nav {background: ##009BDC; display: block; margin: 0 3px; }
#nav a:hover {color: #ffff00;}
#nav li {float: left; display: inline; font-size: 16px; font-weight: bold; padding: 0 12px; border-right: solid 1px #777; }
#nav li li {padding: 3px 0; line-height: 20px; }
#nav li.current-menu-item {background-color: #000033;}


/* Social sidebar styling */
#sidebar .social li { display: inline; float: left; padding: 0; margin-right: 6px; margin-bottom: 10px; line-height: 16px;}


/* Sidebar */
#sidebar {float: left; display: inline; width: 318px; }
#sidebar .widget {margin-bottom: 10px; font-size: 12px; line-height: 18px; }
#sidebar .widget li {font-size: 14px; line-height: 24px; }
#sidebar div.cover {margin-right: 10px; }
#sidebar ul.posts h3 {overflow: hidden; font-size: 12px; line-height: 18px;}
#sidebar ul.posts p.postmetadata {font-size: 11px; }


/* Single.php styling */
p.postmetadata {font-size: 11px; margin:0; color: #999; }
.single {float: right; margin-left: 10px; margin-bottom: 15px; width: 580px; display: inline; font-size: 14px; line-height: 20px; overflow: hidden; padding-right: 10px; }


/* Footer */
#footer p.wpzoom {float: right; display: inline; line-height: 16px; }
#footer p.wpzoom img {float: right; display: inline; margin: 0 0 0 5px;}
#footer p.wpzoom a {color: #777; text-decoration: none;}
#footer p.wpzoom a:hover { }

/* SEO FB Comments */
/* hide existing comments template */
#commentspost{display:none}
