/*
Theme Name: Jason Byrne
Version: 1.0
*/
@charset "utf-8";

html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }

body  {
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	font-family: 'Trebuchet MS', Arial, Verdana, Sans-Serif;
	font-size: 76%;
	/*background: #FFF;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #484848;
}

#wrapper
{
  width: 965px;
  margin: 0 auto;
  overflow: hidden;
}

#page
{
  width: 965px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

#header { 
	background: #FFF; 
	padding: none;
}

#content
{
  width: 676px;
  float: left;
  text-align: left;
}

#content narrowcolumn
{
  width: 965px;
  /*float: left;
  text-align: left;*/
}

/*******************************************************************************************/
/* FRONT PAGE     FRONT PAGE     FRONT PAGE     FRONT PAGE     FRONT PAGE     FRONT PAGE   */
/*******************************************************************************************/
.post
{
  margin-bottom: 25px;
  color: #484848;
  padding-left: 5px;
  font-size: 1.1em;
}
 
h2
{
  font-size: 1.6em;
  /*border-bottom: 1px solid #e8c38b;*/
  border-bottom: 1px solid #0DABF7;
}
 
h2 a:hover, h2 a:visited, h2 a
{
  text-decoration: none;
  /*color: #bd492a;*/
  color: #0DABF7;
}
 
.entry
{
  margin-top: 10px;
  margin-bottom: 15px;
}
 
.postmetadata
{
  padding: 2px;
  font-size: 0.8em;
  border-top: 1px solid #0DABF7;
}
 
.postmetadata a
{
  color: #484848;
}

.post p
{
  line-height: 1.4em;
  margin-bottom: 1em;
}

blockquote
{
  margin: 1em 1.5em;
  padding: 1em 1.5em;
  border: 1px solid #0DABF7;
  background: #FFFFFF url(images/blockquote.png) no-repeat   scroll top left;
  /*background: #FCF1E2 url(images/blockquote.png) repeat;*/
}
 
.post li
{
  margin-left: 20px;
}
 
.post ul
{
  list-style-image: url(images/listitem.png);
  list-style-type: bullet;
  margin-bottom: 10px;
}
 
acronym, abbr, span.caps
{
  cursor: help;
}
 
acronym, abbr
{
  border-bottom: 1px dashed #999;
}
 
blockquote cite
{
  margin: 5px 0 0;
  display: block;
}
 
.center
{
  text-align: center;
}
 
a img
{
  border: none;
}
 
h3
{
  margin-top: 1.5em;
  font-size: 1.4em;
}
 
h4
{
  margin-top: 1.2em;
  font-size: 1.2em;
}
 
h5
{
  margin-top: 1em;
  font-size: 1em;
}
 
.post a
{
  /*color: #bd492a;*/
  color: #0DABF7;
}

/*******************************************************************************************/
/*               END OF FRONT PAGE                        END OF FRONT PAGE                */
/*******************************************************************************************/


.navigation
{
  display: block;
  margin-top: 10px;
  margin-bottom: 40px;
}
 
.alignleft
{
  float: left;
  text-align: left;
  width: 50%;
}
 
.alignright
{
  float: right;
  text-align: right;
  width: 50%;
}

.entrytext .postmetadata
{
  font-size: 1.1em;
  background-color: #FDE5C3;
  width: 676px;
  margin: 2em auto3.5em auto;
  border: 1px dotted #e9b17b;
  padding: 5px;
  padding-left: 45px;
  background: #FDE5C3 url(images/metadata.png) no-repeat   scroll top left;
}

ol.commentlist
{
  width: 90%;
  margin: 0 auto;
}
 
ol.commentlist li
{
  margin-bottom: 1.5em;
  /*border: 1px solid #c69835;*/
  border: 1px solid #0DABF7;
  padding: 5px;
  /*background-color: #f5de74;*/
  background-color: #CBEDFE;
}
 
ol.commentlist li.alt
{
  /*background-color: #fdf6a7;*/
  background-color: #E2F5FE;
  
}
 
ol.commentlist a
{
  /*color: #bd492a;*/
  color: #0DABF7;
}
 
small.commentmetadata
{
  font-size: 0.8em;
  margin-bottom: 1em;
  display: block;
}

/*******************************************************************************************/
/* SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR */
/*******************************************************************************************/
#sidebar
{
  width: 251px;
  margin-left: 700px;
  
  /*background-color: #FCF1E2;*/
  background-color: #CBEDFE;
  
  color: #484848;
  /*border: 1px solid #FDE5C3;*/
  border: 1px solid #0CABF7;
  
  /*text-align: left;*/
}

#sidebar a
{
  text-decoration: none;
  color: #484848;
}
 
#sidebar a:hover
{
  text-decoration: underline;
}

#sidebar ul
{
  list-style: none;
  margin-bottom: 10px;
}

#sidebar ul ul
{
  list-style-image: url(images/listitem.png);
  list-style-type: circle;
  margin-left: 20px;
}

#sidebar ul h2
{
  background-color: #0CABF7;
  border-bottom: 1px solid #0DABF7;
  border-top: 1px solid #0DABF7;
  font-size: 1.2em;
  font-weight: normal;
  padding: 2px;
  margin-bottom: 5px;
  color: #FFF;
}

#sidebar ul ul ul
{
  margin-bottom: 0;
}

#searchform
{
  text-align: center;
}
 
#searchform input
{
  border: 1px solid #484848;
  background-color: #FDE5C3;
}
 
#searchform #s
{
  width: 50%;
  background-color: white;
}

#wp-calendar
{
  /*border: 1px solid #FDE5C3;*/
  border: 1px solid #0CABF7;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 15px;
}
 
#wp-calendar th
{
  /*background-color: #FDE5C3;*/
  background-color: #0CABF7;
}
 
#wp-calendar a
{
  border: 1px solid #484848;
  background-color: white;
  display: block;
}
 
#prev a, #next a
{
  border: 0;
}
 
#wp-calendar caption
{
  text-align: center;
  width: 100%;
}
/*******************************************************************************************/
/*                END OF SIDEBAR                           END OF SIDEBAR                  */
/*******************************************************************************************/

#footer
{
  margin: 2em auto;
  clear: both;
  text-align: center;
  width: 965px;
  height: 3em;
  color: #cccccc;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #484848;
}
#footer a
{
  text-decoration: none;
  color: #cccccc;
}
 
#footer a:hover
{
  text-decoration: underline;
  color: #ffffff;
}

*
{
  padding: 0;
  margin: 0;
}

hr
{
  display: none;
}
#author
{
  border: 1px solid #999;
  margin: 10px auto;
  text-align: center;
  width: 130px;
  padding: 2px;
}
 
#author img
{
  border: 0;
}