/*  
    Theme Name: Chrissy P
    Theme URI: http://www.perfettimedia.com/
    Version: 1
    Author: Eddie Sullivan
    Author URL: http://www.chickenwingsoftware.com
    */

/* Some general settings for the whole document. */
body {

    font-size:80%;
    font-family:Verdana, Arial, sans-serif; 
    margin:0;
    margin-bottom:1em; 
    line-height:1.4em; 
    color:#333; 
}


h1 {
    font-size:150%; 
	font-family: helvetica, arial, sans-serif;
	margin-bottom:1em; 
    line-height:.5em; 
    color:#345B60;

}

h2 { 
    font-size:130%; 
	font-family: helvetica, arial, sans-serif;
	margin-bottom:.1em; 
    line-height:1.4em; 
}


/* Make links green */
a {
    text-decoration:underline;
	font-size:100%;
    color:#047391;

}


/* Sidebar links are a little different color, just to set them apart a bit. */
#sidebar a {
    color:#047391;
}

/* Do the cool link hover effect. */
a:hover, #sidebar a:hover {
    background:#0072bb;
    color:white;
}

/* Remove the box around linked images */
a img {
    border:none;
    background:transparent;
}

img {
    margin:0;
    padding:0;
}

#header {
    height:70px;
    padding:15px 10px 5px 10px; /* Remember: Total height = vertical padding + height */
    color:#99BB77;
    border-bottom:#99BB77 solid 2px;
}

#header img {
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;

}

#navbar {
    padding:24px 10px 0 20px;
}

#navbar a {
    color:#4E6600;
    font-family:helvetica, arial, sans-serif;
    font-size:95%;
}

#navbar a:hover {
    background:rgb(120, 120, 255);
}

#content {
    width:680px;
    float:left;
    padding: 5px 5px 15px 25px;
}

/* The content div is divided vertically into contentHeader up top and
   contentContent below. */

#contentheader {
    font-size:100%;
    font-weight:normal;
    color:#444;
    
}


#contentheaderbody {
    font-size:85%;
    font-weight:normal;
    color:#444;

}

#blogcontent {
    border: 0px dotted #444;
    padding:0px;
    margin:5px 0;
    color:#444;
}

#blogcontent  p {
	margin-top: 0;
}
	
#blogcontent h2 {
    color:#666;
    font-size:120%;
	font-family: helvetica, arial, sans-serif; 
    
}

.blogcontent-home {
    background-color:#F2F8E9;
}
	

.blogcontent-home h2 {
    color:#047391;
    font-size:100%;
	border-top:1px dotted #669927;
	
}

#blogcontent h3 {
    color:#669927;
    font-size:90%;
    margin-top:0;
}

#blogcontent  h4 {
    border-top: dotted #ccc 1px;
    font-size:100%;
    color:#669927;
    font-size:85%;
}

.home-header {
    font-size:100%;
    font-weight:normal;
    color:#444;
	
}


p.postTime {
    margin-bottom:0;
}

.post {
    border-bottom:2px #eee solid;
    margin-right:20px;
    margin-left:20px;
}

/* The text that comes after a post, with links to RSS feed, etc. */
.postmetadata {
  font-size:85%;
  color:#448;
}


#sidebar {
    width:180px;
    margin:0;
    float:left;
    padding: 10px 0 0 10px;

}

#sidebar ul {
    font-size:85%; 
	font-family:helvetica, arial, sans-serif;
    list-style:none;
    margin:0;
    padding:0;
	color:#444;
}

#sidebar h3 { 
    margin-bottom:0px;
    color:#757575;
 }


#sidebar .bullet {
    color:red;
}

widget li {
    list-style:circle;
    color:#D58802;
    margin-left:1em;
}

#footer {
    font-size:75%;
	border-top:1px dotted #EEE;
    clear:both;
    margin-left:1em; 
    text-align:left;
    color:#444;
}

#comment{
    width:600px;
}

/******************************************************************************
 * Emacs font-lock colors.
 ******************************************************************************/
comment {
    /* font-lock-comment-face */
    color: #0000ff;
}

doc-string {
    /* font-lock-doc-string-face */
    color: #008b00;
}

keyword {
    /* font-lock-keyword-face */
    color: #ff0000;
}

reference {
    /* font-lock-reference-face */
    color: #cd0000;
}

string {
    /* font-lock-string-face */
    color: #008b00;
}
function-name {
    /* font-lock-function-name-face */
    color: #ff0000;
}
type {
    /* font-lock-type-face */
    color: #4682b4;
}
variable-name {
    /* font-lock-variable-name-face */
    color: #8b008b;
}

