/*

General styling

*/


@media print {
	.widget_search, .widget_archives {display:none;}
}

body {font-size: 62.5%;  /* Resets 1em to 10px */
	margin:0;
	background-color:#FFF;
	font-family:Verdana, sans-serif;
	color:#333;
}

@media screen {
	#wrapper {
    		width:93%;
    		margin:0 auto;
	}
}

#wrapper {font-size: 1.2em;}


a:link, a:visited {
	text-decoration:none;
	color:#6572b8;
}

a:hover {
    text-decoration:underline;
}

* {
padding:0;
margin:0;
}

/* HEADER */

#header {
    margin-bottom:20px;
    border-bottom:1px solid #CCC;
}

    #title {
    color:#5d2d91;
	font-weight: normal;
	margin: 10px 0 18px 0;
	letter-spacing: -2px;
	font-size: 3em;
    }
    
    #title a:visited {
        color:#5d2d91;
    }

    #title a:hover {
        color:#6572b8;
    }


			
    #header img {border: 0;}

@media screen {
	#header img {padding-left: 3.5%;}
	#title {padding-left: 3.3%;}
}

   
				

    

/* SIDEBAR */

@media screen {
		#sidebar {
    		width:47%;
    		float:right;
   	 	margin:0 5px 0 0;
		}
}

#sidebar a:link {
    color:#5d2d91;
    text-decoration:underline;
}

#sidebar a:hover, #sidebar a:visited {
    color:#6572b8;
    text-decoration:underline;
}

#searchform input {
	font-family: Verdana, sans-serif;
	font-size: 1.1em;
	color: #333;
}

input.button {margin-bottom: -2px;}

.rsslogo {margin-bottom: -4px;}


/* LISTS */

html>body .the_content ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .the_content li {
	margin: 7px 0 8px 10px;
	}

.the_content ol {
	padding: 0 0 0 15px;
	margin: 0;
	text-indent:-5px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style: none;
	margin-bottom: 30px;
	}

#sidebar ul p, #sidebar ul select {
	line-height: 1.6em;
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

.the_content ul li:before, #sidebar ul ul li:before {
	content: "\00BB\00A0";
	color:#6572b8;
	}


/* CONTENT */


@media screen {
	#content {
	    padding: 0 20px 0 0;
	    width:47%;
	    float:left;
	    background:#ffffff url("divider.gif") repeat-y right;
	}
}


.post {
    margin:0 0 30px 0;
    clear:both;
}

    .post .posttitle, #sidebar h2 {
        font-size:1.6em;
        line-height:1.2em;
        color:#5d2d91;
        margin:0 0 2px 0;
        font-weight:normal;
    }
    
        .post a:link, .post a:visited {
            color:#5d2d91;
        }
    
        .post a:hover {
            color:#6572b8;
            text-decoration:underline;

        }
    
      div.postdate {
		font-size: 1em;
		font-weight:normal;
            color:#AAA;
		margin: 0.4em 0 5px 0;
        }  
        
        
        
    .post .postmeta {
        font-size:1.2em;
        line-height:1.6em;
        color:#CCC;
        text-transform:uppercase;
        margin:0 0 5px 0;
    }
    
        .post .postmeta a:link, .post .postmeta a:visited {
            color:#AAA;
        }
        
        .post .postmeta a:hover {
            color:#6572b8;
            text-decoration:none;
        }
        
    .post p {
        margin:0 0 15px 0;
        line-height:1.6em;
    }

	


    
        .post p a:link,
        .post ul a:link,
        .post ol a:link {
            color:#5d2d91;
		text-decoration:underline;
        }


        .post ul a:visited,
        .post p a:visited,
        .post ol a:visited
        .post p a:hover,
        .post ul a:hover,
        .post ol a:hover {
		color:#6572b8;
            text-decoration:underline;
        }
        
        .post .the_content ul, .post .the_content ol {
            margin-bottom:15px;
        }
    
    .post blockquote {
        margin:0 0 15px 20px;
        padding:5px;
        border-top:1px solid #6572b8;
        border-bottom:1px solid #6572b8;
    }
    
        .post blockquote p {
            margin:0;
            font-style:italic;
        }
        
        .post blockquote blockquote {
            margin-top:15px;
            background-color:#F3F3F3;
        }

    .post img {
    border: 0;
    }
    
    .post .wp-smiley {
        float:none;
        border:0;
        margin:0;
    }


/* COMMENTS */

#commentlist, #trackbacks {
    list-style:none;
}

    #commentlist li {
        margin:0;
        padding:15px 10px 0 10px;
        border-bottom:1px solid #6572b8;
    }

    #commentlist li.odd {
        background-color:#F3F3F3;
    }
    
    #trackbacks li {
        padding:5px 10px 5px 10px;
    }

.post .commenttitle {
        font-size:1.5em;
        line-height:1.5em;
        color:#5d2d91;
        margin:0 0 2px 0;
        font-weight:normal;
    }
    
        .post #commentlist .commenttitle a:link, .post #commentlist .commenttitle a:visited {
            color:#5d2d91;
        }
    
        .post #commentlist .commenttitle a:hover {
            color:#6572b8;
            text-decoration:none;
        }
        
        textarea {
            width:100%;
        }

/* FOOTER */
        
#footer {
    clear:both;
    background:#ffffff url("footer.gif") repeat-x right;
    padding:40px 0 30px 0;
}

@media screen {
	#footer {padding-left: 3.5%;}
}



    #footer p {
        color: #3878db;
        font-size:1em;
    }
    