/*  
Theme Name: Carpe Diem
Theme URI: http://www.paddsolutions.com
Description: Professional theme, Valid XHTML & CSS, 2 Columns, Widget Ready, Photo by <a href="http://dulcepixels.com">Dulce Rose Lada</a>.
Version: 1.0
Author: Padd IT Solutions
Author URI: http://www.paddsolutions.com
*/

/* Begin Typography & Colors */
body {
	margin:0px auto;
	padding:0px;
	font-size: 12px;
	font-family: Verdana, Arial, Georgia, Helvetica, sans-serif;
	color: #333;
	position: relative;
	background: #fff;
}

#page {
text-align: left; 
background: #fff url(images/page-bg.jpg) top center no-repeat; 
margin:0 auto;
}

#page-top {
background: url(images/page-top-bg.jpg) bottom no-repeat; 
}

#header  {
background: url(images/header-bg.jpg) top center no-repeat;
}

#content {
line-height: 1.4em;
}

.narrowcolumn .entry  {
line-height: 1.4em;
}

.narrowcolumn .postmetadata {
text-align: left;
}

.alt {
font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
}

#footer {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
border: none;
color:#666;
}

#footer a { color: #999;}	
	
small {
font-family: Verdana, Arial, Georgia, Helvetica, sans-serif;
font-size: 10px;
line-height: 1.5em;
}

h2, h3 {
font-family: 'Times New Roman', 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
font-weight: normal;
text-transform:uppercase;
}

h1 {
font-family: 'Times New Roman', 'Trebuchet MS', 'Lucida Grande', Arial, Verdana, Sans-Serif;
font-size: 36px;
text-align: left;
font-weight:normal;
} 
	
#header #headerimg .description {
font-family: Verdana, Arial, Sans-Serif;
font-size: 12px;
text-align: left;
color:#8F8F8F;
padding-left:32px;
padding-top:5px;
}

h2,h3,h2.pagetitle {
font-size: 20px; 
}

#sidebar h2 {
font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Grande', Arial, Verdana, Sans-Serif;
font-size: 14px;
margin:0;
padding:0px 10px 15px 0px;
width:200px; 
color:#666; 
}

h1, h1 a, h1 a:hover, h1 a:visited{
text-decoration: none;
color: #046380;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
color: #333; 
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
text-decoration: none;
}

.entry p a:visited {
color: #c60;
}

.commentlist li, #commentform input, #commentform textarea {
font: 0.9em Verdana, Arial, Sans-Serif;
}

.commentlist li {
font-weight: normal; 
background:url(images/comment-post-icon.gif) top left no-repeat;
}
	
.commentlist li ul li, .commentlist li ol li {
background:none;
}	

.commentlist cite, .commentlist cite a {
font-weight: bold;
font-style: normal;
font-size: 1.1em;
}

.commentlist p {
font-weight: normal;
line-height: 1.5em;
text-transform: none;
}

#commentform p {
font-family: Verdana, Arial, Georgia, Helvetica, sans-serif;
}

.commentmetadata {
font-weight: normal;
}

#sidebar {
font: 11px Verdana, Arial, Georgia, Helvetica, sans-serif;
line-height: 18px; 
background: #fff;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
color: #666; 
}

code {
font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
font-size: 0.9em;
letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
color: #c93;  
text-decoration: none;
}

a:hover { 
color: #069;
text-decoration: underline; 
}

#wp-calendar #prev a, #wp-calendar #next a {
font-size: 9pt;
}

#wp-calendar a {
text-decoration: none;
}

#wp-calendar caption {
font: bold 1.3em Verdana, Arial, Georgia, Helvetica, sans-serif;
text-align: center;
}

#wp-calendar th {
font-style: normal;
text-transform: capitalize;
}
/* End Typography & Colors */

/* Begin Structure */
body {
margin: 0 auto;
padding: 0; 
width:804px;
min-height:600px;
}
	
#header {
margin: 0 auto;
padding: 0; 
height: 270px;   
width:804px;  
}

#page {
margin: 0 auto;
padding: 0;
width: 804px; 
min-height: 500px;
padding-top:20px;
}

#page-body { 
margin: 0 auto;
width: 804px; 
min-height: 600px;	
}

#content {
float:left;
width: 515px;  
min-height:790px; 
padding:0;
margin-bottom:10px; 
}

.narrowcolumn { 
padding:0;
margin:0;
}

.post {
padding:0;
margin:0;
text-align: justify;  
font-size:11px;
min-height:50px;
padding: 20px 0 10px 40px;
background: url(images/post-bg.jpg) top left no-repeat;
width:500px;
}
	
.post hr {
display: block;
}

.post-head h2 { margin: 0px; }	
	
.category-icon {
background: url(images/category-icon.jpg) left center no-repeat;
width:14px;
height:14px;
padding:5px 5px 5px 20px;
}	
	
.comment-icon {
background: url(images/comment-icon.gif) left center no-repeat;
width:14px;
height:15px; 
padding:5px 5px 5px 20px; 
line-height:16px;
}
	
.entry {
margin:0;
padding-top:1px;
}

.postmetadata {
clear: left;
height:28px;
width:478px; 
line-height:2.3em;
font-size: 10px;
font-family: Verdana, Arial;
}

#footer {
margin: 0 auto;
padding: 0;
width:804px; 
} 
	
#footer p {
margin: 0;
padding-top:10px;
text-align: center;  
}
/* End Structure */

/* Begin Headers structure */
h1 {
margin: 0;
padding:0;
padding-left:30px;
height:24px;
margin-top:6px;
padding-bottom:10px;
}

h2 {
margin:0;
padding:0;
padding-bottom:5px;
margin-bottom:5px;
line-height:20px;
}

h2.pagetitle {
text-align: left;
padding-left:40px;
}

h3 {
padding: 0;
margin: 25px 0 0 0;
padding-bottom:5px;
}
/* End Headers */

/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}

/* End Images */

html>body .entry ul {
margin: 0 20px 15px;
padding: 0 0 0 30px;
list-style: disc;
padding-left: 10px;
text-indent: -5px;
} 

html>body .entry li {
margin: 7px 0 8px 0px;  
}
	
.entry ul {
margin-left:28px;
}

.entry ul li {
padding:0;
padding-left:10px; 
}	

.entry ol {
padding: 0 0 0 35px;
margin: 0;
}

.entry ol li {
margin: 0;
padding: 0;
}

.postmetadata ul, .postmetadata li {
display: inline;
list-style-type: none;
list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
margin: 0px;
padding: 0px;
}

#sidebar ul li {
list-style-type: none;
list-style-image: none;
margin-bottom: 10px;  
}

#sidebar ul p, #sidebar ul select {
margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
margin: 5px 0 0 3px; 
}

#sidebar ul ul ul, #sidebar ul ol {
margin: 0 0 0 8px;
}

ol li, #sidebar ul ol li {
list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
margin: 0; 
padding: 0;
list-style-type:disc;	
color:#666;
}

#sidebar ul ul li a {color:#099;}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
width: 160px;
height:30px;
padding-bottom:25px;
padding-top:5px;
margin:0;
}

#header  #searchform  #s {
width: 80px;
}

#sidebar #searchsubmit {
padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
text-align:center;
}

select {
width: 130px;
}

#commentform {
margin:0;
padding:0;
}	
	
#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0; 
background-color:#d8ecff;
border:1px solid #7fbcf9;
}

#commentform textarea {
width: 95.5%;
padding: 2px;
background-color:#d8ecff;
border:1px solid #7fbcf9;
}

#commentform #submit {
margin: 0;
float: right;
margin-bottom: 2em;
margin-right:16px;
}
/* End Form Elements */

/* Begin Comments*/
.alt {
margin: 0;
padding: 10px;
}

.commentlist {
padding: 0;
text-align: justify; 
}

.commentlist li {
margin: 15px 0 3px;
padding: 0px 10px 3px 20px;
list-style: none; 
}

.commentlist li ul li {
list-style: disc outside;
border:0;
margin:0;
padding:3px;
}
	
.commentlist li ol li {	
list-style: decimal outside;
margin:0;
border:0;
margin-left:4px;
padding:0px;
}

.commentlist p {
margin: 10px 5px 10px 25px;
}

#commentform p {
margin: 5px 0;
}

.nocomments {
text-align: center;
margin: 0;
padding: 0;
}

.commentmetadata {
margin: 0;
display: block;
}
/* End Comments */

/* Begin Sidebar */
#sidebar {
float:left;
padding:0;
margin:0;
width: 250px;  
min-height: 430px;
margin-left:35px;
background: url(images/sidebar-bg.jpg) top center no-repeat;
}
	
/* widgets */
#sidebar .widget {
width: 228px; 
margin:0;
padding:0;
}	

#sidebar .widget ul { 
margin:0;
padding:0;
padding-top:5px;
}

#sidebar .widget {
margin:0;
padding:0;
padding-bottom:10px;
}
/* end widgets */	 
	
#sidebar form {
margin: 0;
} 
	
#sidebar p {
padding:5px 0;
color:#333
}	
	
#sidebar .rss-feed-a {
line-height:25px;
line-height:25px;
color:#666; 
background: url(images/rss-icon.jpg) right no-repeat;
padding: 5px 30px 0px 0;
}		
/* End Sidebar */

/* Begin Calendar */
#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 155px;
}

#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}

#wp-calendar a {
display: block;
}

#wp-calendar caption {
text-align: center;
width: 100%;
}

#wp-calendar td {
padding: 3px 0;
text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
background-color: #fff; }
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
cursor: help;
}

acronym, abbr {
border-bottom: 1px dashed #999;
}

blockquote {
margin:0;
padding:0; 
padding-left:50px;
min-height:30px;
color:#999;  
background: #fff url(images/blockquote-bg.jpg) top left no-repeat;  
font-style:italic; 
width:85%;   
}

blockquote blockquote {
margin:0;
}	
	
blockquote cite {
margin: 5px 0 0;
display: block;
}

.center {
text-align: center;
}

hr {
display: none;
}

a img {
border: none;
}

.navigation {
text-align: center;
padding-bottom: 10px; 
margin:0 0 20px 0;
width:535px; 
}
/* End Various Tags & Classes*/  

/* PAGE MENU */
#menu-bar {
float:left;
margin:0;
padding:0;
width: 804px; 
line-height:26px;
height:26px;
font-size:10px;
}
    
#menu-bar ul {  
padding:0;
margin:0; 

}	
	
.pagenav-home { 
width: 100px;
height:26px;
list-style-type:none; 
padding:0;
margin:0;
display:inline;
}
   
.pagenav {
list-style-type:none; 
display:inline;
}

.pagenav h2 {
display:none;
margin:0;
padding:0; 
}	

.pagenav ul, .pagenav-home ul   {
list-style-type:none;
float:left; 
padding:0;
margin:0;
}
	
.pagenav ul li {
padding:0;
margin:0;
display:inline;
}
	
.pagenav ul li a, .pagenav-home ul li a {
width:85px;
float: left;
margin-left:2px;
color:#046380;
text-decoration: none;
text-align:center;
text-transform:uppercase;
font-weight:bold; 
}	
	
.pagenav ul li a:hover, .pagenav-home ul li a:hover {
color:#a7a37e;
}		

.pagenav ul li.current_page_item a, .pagenav-home ul li.current_page_item a { 
color:#a7a37e;
}	
	
.pagenav ul li.current_page_item ul li a { 
color:#046380;
}

.pagenav ul li.current_page_item ul li a:hover { 
color:#a7a37e; /* child page */
}	 
	
#footer-top {
margin:0 auto;
width:804px;
height:9px;
}
	
#footer-bot {
margin:0 auto;
width:804px;
height:50px;
text-align:center;  
}

/* SIDEBAR addons */
#sidebar ul {
width: 180px;
margin-top:25px;
margin-left:30px; 
}
	
#sidebar ul ul, #sidebar h2 {
width:180px;
margin:0;
padding:0;
}

#sidebar h2 {
font: bold 14px 'Times New Roman';
padding-bottom:5px;
}

#sidebar ul ul { 
margin-bottom:20px; 
}

#sidebar ul  ul li  {
list-style-type:none;   
margin-left:0;  
}

.date {
float:left;
padding-left:20px;
margin-top:5px;
color:#c93;
background: url(images/calendar-icon.gif) left center no-repeat;
}
  
.comment {
float:right;
margin-top:5px;
}
   
/* footer addons */
#footer-top {
height:245px;
width:770px;
padding-top:20px;
background:#fff url(images/footer-bg.jpg) top center no-repeat;
color:#333; 
font-size:12px;
}

#footer-bot{
background:#fff url(images/footer-bg.jpg) top center no-repeat;
padding-top:10px;
}

#footer-top #popular-post {
float:left;
width:506px;
height:245px;
margin-left:18px;
}

#footer-top #popular-post ul { 
list-style:none;
margin:0;
padding:0;
}

#footer-top #popular-post ul li a{
color:#099;
}

#footer-top #popular-post ul li ul li {
padding-bottom:6px;
}

#footer-top #about {
float:right;
width:228px;
height:245px;
}

#footer-top #about a { color: #099; }

#footer-top #about p{ 
margin:0;
padding:0;
text-align:left;
color:#333;
margin-right:18px; 
}

#footer h2 {
background:none;  
margin-top:5px;
}

.fright {
float:right;
}

.commentlist {
padding:0;
margin:0;
padding:1px 0 0 40px;
background:url(images/post-bg.jpg) top left no-repeat;
}

#commentform, #respond {
margin-left:40px; 
}