/*
Theme Name: PuchiTheme
Version: 5
*/


*
{
	margin:0;
	padding:0;
}

body
{
	background-color:#FFFFFF;
	font-size:75%;
	line-height:180%;
}

h1,h2,h3,h4
{
        font-weight:normal;
}

img
{
	border:none;
}

blockquote
{
        background:#EEEED1;
        padding:1px 20px;
        font-style:italic;
}

a:link,a:visited
{
        color:#000;
        text-decoration:none;
}

a:hover
{
        color:#000;
        background:#FFFF00;
        text-decoration:none;
}

.clear
{
        clear:both;
}


#wrapper
{
	width:870px;
	margin:0 auto;
}

#header
{
	
}

#header h1
{
	margin:20px 0 40px 0;
}

#header h1 a:link,#header h1 a:visited
{
	width:157px;
	height:96px;
	background:url(img/logo.jpg) no-repeat left top;
	display:block;
	text-indent:-8000px;
}

#leftBox
{
	width:550px;
	float:left;
	padding:0 50px 0 0;
}

#leftBox p
{
	margin:1em 0;
}

.date
{
        color:#666;
        font-size:10px;
	font-family:Century Gothic;
}

#leftBox .entryTitle
{
        font-family:Century Gothic;
	background:url(img/entry_mark.jpg) no-repeat left;
	text-indent:25px;
	font-size:180%;
        clear:both;
}

.entry
{
	margin:15px 0;
}

.entry li
{
        list-style-position:inside;
        margin:0.5em 0 0.5em 1em;
}

.entry a:link,.entry a:visited
{
        background:#DCDCDC;
}

.entry a:hover
{
        background:#FFFF00;
}

.entry .link_no_color a:link,.entry .link_no_color a:visited
{
        background:none;
}

.entry .link_no_color a:hover
{
        background:none;
}

.postmeta
{
        margin:10px 0 40px 0;
}

.postmetadata a:link,.postmetadata a:visited
{
        color:#900;
}

.postmetadata a:hover
{
        color:#000;
        background:#FFFF00;
}

.entry .postmetadata a:link,.entry .postmetadata a:visited
{
        color:#900;
}

.entry .postmetadata a:hover
{
        color:#000;
        background:#FFFF00;
}

#leftBox h2.pagetitle
{
        margin:0 0 10px 0;
}

#leftBox .navigation
{
        margin:0 0 15px 0;
}

#leftBox p.similar
{
       margin:10px 0;
       font-size:120%;
       font-family:Century Gothic;
       background:url(img/mark.jpg) no-repeat left;
       text-indent:25px;
}

#leftBox cite.fn
{
       font-style:normal;
}

#leftBox cite.fn a:link,#leftBox cite.fn a:visited
{
       background:#FFFF00;
}

.alignleft
{
        float:left;
}

.alignright
{
        float:right;
}


#rightBox
{
	width:270px;
	float:left;
}

#rightBox ul
{
	margin:0;
	padding:0;
}

#rightBox li
{
	margin:0 0 0 10px;
	list-style:none;
}




#footer
{
	clear:both;
	letter-spacing:0.1em;
	color:#003;
	font-family:Century Gothic;
	text-align:right;
	padding:20px 0 0 0;
}


.color-b
{
	color:#069;
}

.color-r
{
	color:#900;
}

.color-g
{
	color:#999;
}

/*********Widget**********/

#rightBox h2.widgettitle
{
        font-size:140%;
        margin:15px 0 10px 0;
        background:url(img/entry_mark.jpg) no-repeat left;
	text-indent:25px;
        font-family:Arial;
}

#tag_cloud
{
        font-family:Century Gothic;
}

#tag_cloud a:link,#tag_cloud a:visited
{
        background:#FFC;
}

#tag_cloud a:hover
{
        background:#FFF;
        color:#900;
        text-weight:bold;
}

#recent-posts li,#popular-posts li
{
        margin:0 0 0 20px;
        list-style-type:circle;
}

.myblogparts
{
        margin:15px 0 0 0;
}

