/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

h3#myWritings {
	background: none;
	width: 160px; height: 34px;
	margin: 0 0 10px 12px;
}

#logo a {
	/* background: url(images/logo.png) no-repeat; */
        cursor: pointer;
	position: absolute;
        top: 108px; left: 7px;
	display:block;
}
#main div.box1 ul {
	padding-top: 0px;
	list-style:inside;
}
#main div.box1 ol {
	/*padding:20px;*/
	list-style:inside;
	list-style-type:decimal;
}
#sidebar li li{
        margin-left: 15px;
        margin-top: 3px;
        margin-bottom: 0px;
        padding-bottom: 0px;
        border: none;
}



blockquote p {
       margin: 0;
       font-family: Arial, sans-serif;
       font-style: italic;
}

div.post img { border:0px; padding:5px !important; padding:0; }

div#content {text-align: justify;}

#main li{
	margin-bottom: 15px;
}

#main p a{
	border-bottom: 1px dotted;
}

#main p.txt0 a{
	border-bottom: none;
}
