/*  
Theme Name: Easy Buddy Modified!
Description: Professional theme, Valid XHTML & CSS, 3 Columns, Widget Ready
Version: 1.0
Author: X

*/


/* Begin Typography & Colors */
/*
body {
	font-size: 12px;
	font-family: Verdana, Arial, Georgia, Helvetica, sans-serif;
	color: #2F2F2F;
	text-align: center;
	background: #85c9ff url('images/header-bg.jpg') top repeat-x;
	}
*/

body { 
  margin: 10px 0 40px 0;
  font:12px Arial,Verdana,Helvetica,sans-serif;
  color:#333333;
  background:url("images/aspyr/background_tile.gif") repeat scroll 0 0 #d4e0ee;
}


small {
	font-family: Verdana, Arial, Georgia, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	}
	
/*	Begin Headers */
h1 {
	
	}

h2.pagetitle {
	text-align: left;
}

h3 {
	padding: 0;
	margin: 25px 0 0 0;
	}

h2, h3 {
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: normal;
	line-height: .9em;
	}
	
	
h2 {
	font-size: 1.8em; 
	margin: 12px 0 10px 0;  
	line-height:1.2em;
	}

h2.pagetitle {
	font-size: 1.8em;  
	}
h3 {
	font-size: 1.6em; 
	}

h1 {
	margin: 0;
	padding-top:8px;
	padding-left:50px;
	height:50px; 
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 40px;
	text-align: left;
	font-weight:normal;
	color:#fff;
	} 

#sidebar h2 {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11pt;
	font-weight:bold;
	margin:0;
	padding:2px 10px;
	color:#59749a;
	letter-spacing:.04em;
	line-height:1.2em;
	}

h1, h1 a, h1 a:hover, h1 a:visited{
	text-decoration: none;
	color: #333;
	padding-left:6px;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #60ac22; 
	}

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;
	}
	
	
/* End Headers */


.entry p a:visited {
	color: #60ac22;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: normal; 
	}

.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: 12px Arial, Helvetica, sans-serif;
	line-height: 1.4em; 
	background: #fff;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #333; 
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h2 a:hover, h3 a:hover {
	color: #36741b;  
	text-decoration: none;
	}
a {
	color: #59749A;
	text-decoration: none;
}
a:hover {
        color: #59749A;
	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 */
	
div#header { 
	margin: 0 auto;
	padding: 0x;
	width: 1025px;
	text-align: left;
	background-image: url("images/aspyr/background_top2.jpg"); 
	background-repeat: no-repeat;
	background-color:white; 
}
#header_top {
	border-bottom:solid 1px #cccccc;
	height:35px;
}

.subhead1 {
  padding: 20px 25px;
}
.subhead2 {
  padding: 15px 25px;
  background-image:url('images/aspyr/subhead_bg.jpg');
  background-repeat:no-repeat;
  background-position:center;
}
.header_left a {
  padding: 0px 0px 0px 15px;
  color:#333333;
  font-weight:bold;
  text-decoration:none;
}
.header_left a:visited {
  color:#333333;
}
.header_left a:hover {
  color:#333333;
}
.header_right a {
  padding: 0px 10px;
  color:#97aee0;
  font-weight:bold;
  text-decoration:none;
}
.header_right a:visited {
  color:#97aee0;
}
.header_right a:hover {
  color:#97aee0;
}
.header_right {
  float: right;
  padding: 10px 10px 0px 0px;
  text-align: right;
  width:375px;
}
.header_left {
  float: left;
  padding: 10px 0px 0px 0px;
  width:500px;
}



/*   PAGE ITEMS	  */
#page {
	margin: 0 auto;
	padding: 0;
	min-height: 500px;
	text-align: left;
	background-color:#FFF;
	width: 1025px;
	}

/*
#page-top {
    margin: 0 auto;
	width: 964px; 
	height: 13px;
	}
*/

#page-body { 
	min-height: 600px;
	padding: 20px 0;
	}

#content {
    float:left;
	width:560px;
	min-height:500px;
	margin-right:30px;
	margin-left:30px;
	background-color:#fff;
	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;
	margin: 0 auto;
	padding: 0;
	width:1025px;
	}

#footer a { color: #333333; }	

#footer-top {
   margin:0 auto;
   height:11px;
   background: url(images/aspyr/container_bottom.jpg) top no-repeat;
}
	
#footer-bot {
   text-align:center;  
}

#footer p {
	margin: 0;
	padding:15px 30px;
	text-align: center;  
	color: #787878;
	}
	
	

.narrowcolumn { 
	padding:0;
	margin:0;
}

.post {
	text-align: justify;  
	font-size:1em;
	min-height:50px;
	margin-bottom:24px;
	}
	
.post hr {
	display: block;
	}

.post-head {
    float:left;
	width:490px;
	margin-top: 18px;
	padding-bottom: 8px;
	}
	
.post-head h2 { margin: 0em 0px 0px 0px;}	

.date-posted { 
    float:left;
	margin-top: 15px;
	margin-left:-1px;
	text-align:center;
	height:54px;
	width:49px;
	margin-right:10px;
	color:#3d5d8a;
	font-family: 'century Gothic';
	background: url(images/date-posted-bg.jpg) no-repeat;
	}	

.dp-day {
    font-size:24px;
	font-weight:bold;
	margin-top:11px;
	}

.dp-month {
    text-transform:uppercase;
	padding-top:4px;
	font-size:12px;
	}
	
.category-icon {
    background: url(images/category-icon.jpg) left center no-repeat;
	width:12px;
	height:12px;
	padding-left: 15px;
    }	
	
.comment-icon {
    background: url(images/comment-icon.jpg) left center no-repeat;
	width:12px;
	height:12px;
	padding-left: 15px;
    }
	
.entry {
    margin-top:8px;
	padding-top:1px;
	background: url(images/post-divider.jpg) top right repeat-x;
    }

.postmetadata {
	clear: left;
	height:28px;
	background-color: #f6f8fa;
	line-height:2.3em;
	padding-left:5px;
	font-size: 10px;
	font-family: Verdana, Arial, Georgia, Helvetica, sans-serif;}

.postmetadata a {
    color: #006699;
	}

/* End Structure */




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

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: 20px;  
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	color:#59749a;

	}
	

#sidebar ul ul, #sidebar ul ol {
	margin: 0; 
	}

#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: 0px 10px 5px 10px; 
	padding: 0;
	list-style-type:none;	
	color:#59749a;
	}

#sidebar ul ul li a {color:#59749a;}

 div.textwidget  {
	padding: 0 10px;
}



/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	float:right;
	padding-right:25px;
	margin-top:32px;
}

#searchform  #s {
	width: 200px;
	}

#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; 
	}

#commentform textarea {
	width: 98%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
    margin-bottom: 2em;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify; 
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist li ul li {
    list-style: disc outside;
    border:0;
	margin:0;
	}
	
.commentlist li ol li {	
	list-style: decimal outside;
	margin:0;
	border:0;
    margin-left:4px;
	padding:5px;
	}

.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: 365px; */  
	min-height: 430px;
	margin-top:12px;
        color:#59749A;
	}
	
#sidebar1 {
    float:left;
	width:180px;
	min-height:100px;
	background-color:#cfd9e1;
	}
	
#sidebar1-top {
    width:180px;
	height:6px;
	background: url(images/aspyr/sidebar1_top.gif) top no-repeat;
    }

#sidebar1-bot {
    width:180px;
	height:6px;
	background: url(images/aspyr/sidebar1_bottom.gif) bottom no-repeat;
	}

#sidebar2{
    float:left;
	margin-left:13px;
	width:180px;
	min-height:100px;
	background-color: #e2e9ef;
	}
	
#sidebar2-top {
    width:180px;
	height: 6px;
	background: url(images/aspyr/sidebar2_top.gif) top no-repeat;
    }
	
#sidebar2-bot {
    width:180px;
	height:10px;
	background: url(images/aspyr/sidebar2_bottom.gif) bottom no-repeat;
    }

#sidebar form {
	margin: 0;
	} 
	
#sidebar .subscribe-rss {
	margin:0;
	}	
	
#sidebar .rss-feed-a {
    color:#59749A;
    /* background: url(images/rss-icon.jpg) right no-repeat; */
    padding: 2px 0;
    font-family:Arial,Verdana,Sans-Serif;
    font-size:11pt;
    font-weight:bold;
	}	
	

/* 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:#999999;  
	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-top: 10px;
	padding-bottom: 10px; 
	width:100%;
	}
/* End Various Tags & Classes*/  

/* ---------------- MENU BAR NAV STARTS --------------------- */

/* PAGE MENU */
#menu-bar {
	padding:10px 20px;
	border-top:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
	background-color:#f9f9f9;
	}
    
#menu-bar ul {
    padding:0;
	margin:0; 
	}	
	
.pagenav-home { 
   display:inline;
   list-style-type:none; 
   padding:0;
   margin:0;
   }
   
.pagenav {
 	list-style-type:none; 
	}

.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 {
	/* float: left; */
	padding-right:20px;
	text-decoration: none;
    color:#666666;
	font-size:13px;
	text-align:center;
	margin:0;
    }	
	
.pagenav ul li a:hover, .pagenav-home ul li a:hover {
    color:#333333;
	text-decoration:underline;
	}		

.pagenav ul li.current_page_item a, .pagenav-home ul li.current_page_item a { 
    color:#75b93e;
	}	
	
.pagenav ul li.current_page_item ul li a { 
    color:#75b93e;
	}	
	
/* ---------------- MENU BAR NAV ENDS --------------------- */
	
	
.yellow-green {
    color:#006699;
    }

#recent-comments {
    float:left;
    height:200px;
    width:552px;
    padding-left:38px;
	padding-top:10px;
    }

#recent-comments h2, #meta h2 {
    font-size:30px;	
    }

#recent-comments ul, #meta ul {
    font: 14px 'Century Gothic', Arial, Verdana, 'Lucida Grande', Sans-Serif;
    padding:2px; 
    padding-left:12px;
	margin:4px;
	}	
	
#recent-comments ul li {	
	padding:2px;
	}

#meta ul li {	
	padding:2px;
	}

#meta {
    float:left;
    height:200px;
    width:265px;
    padding-left:70px;	
	padding-top:10px;
	} 

/* SIDEBAR addons */	
	
#sidebar .categories ul li  {
   list-style-type:none;   
   padding-left:20px;
   margin-left:10px;    
   background: url(images/category-bullet.jpg) left no-repeat;
   }
  
#sidebar .archives ul li  {   
   list-style-type:none;   
   padding-left:20px;
   margin-left:10px; 
   background: url(images/archive-bullet.jpg) left no-repeat;
}

