/*
	Theme Name: Diary
	Theme URI: http://elohigadugi.org
	Description: Diary based on Taft
	Version: 1.0
	Author: duane
	Author URI: http://elohigadugi.org
*/

body { 
	margin:0; 
	padding:0;
        font-family: Zapfino,"Lucida Handwriting", Cochin, "Times New Roman", Times, serif;
	color: #000000;
	font-style: italic; 
	background:transparent url(images/background.jpg);
        font-size: 75%;
}

.content { 
        font-family: Zapfino,"Lucida Handwriting", Cochin, "Times New Roman",              Times, serif;
        font-size: 80%;      
        color: #000000;
	font-style: italic; 
	margin: 0 0 0 180px; 
	padding-top: 5px; 
	width: 900px;
        height: 600px; 
	background: transparent  url(images/diary.png) no-repeat center;
}

.content-open {
        font-family: Zapfino,"Lucida Handwriting", Cochin, "Times New Roman", Times, serif;
        font-size: 80%;
	color: #000000;
	font-style: italic; 
	margin: 0 0 0 180px; 
	padding-top: 5px; 
	width: 900px;
        height: 600px; 
	background: transparent  url(images/diary-open.png) no-repeat center;
}


p { 
        font-family: Zapfino,"Lucida Handwriting", Cochin, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 1.4em;
	line-height: 2.1em;
	font-style: italic;
	margin: 0 0 5px 0;	
	padding: 0; 
	color: #000; 
	background: inherit; 
}

hr { 
	border: 0; 
	height: 1px;
        width: 75%; 
	color: #000; 
	background-color: #000; 
}

a { 
	color: #000; 
	background: inherit;  
	text-decoration:none; 
}

a:hover { 	
	background: inherit;
	text-decoration: underline; 
}


h2 { 
        font-family: Zapfino,"Lucida Handwriting", Cochin, "Times New Roman", Times, serif;
	color: #000000;
	background-color: inherit; 	
        font-weight:normal; 
	margin: 10px 0 10px 0; 
	padding:0; 
}

h2 a { 
	color: #000; 
}

h2 a:hover { 	
	color: #000; 
	text-decoration: none;
}

ul { 
	margin: 5px 0 20px 15px; 
	padding-left: 8px; 
	list-style : none;
}

li { 
	list-style-image: url(images/li_bullet.png);	
	color: #800000;	
	margin: 0 0 0px 0;	
	padding: 0 0 0 0px; 
}

li a { 
	color: #800000;
	list-style-image: url(images/li_bullet.png); 
}

li a:hover { 
	color: #800000;  
}

.center { 
        font-family: Zapfino,"Lucida Handwriting", Cochin, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 2.1em;
	float:left; 
	width: 320px;
        height: 530px;
        overflow: hidden; 
	font-size: 95%; 
	margin: 40px 60px 25px 500px !important; 
	margin: 10px 0 5px 20px; 
	padding: 0px 0; 
	background: transparent; 
	color: #000;
}

.center a { color: #800000;}
.center a:hover { color: #800000; }
.center ul li a {
	list-style-image: url(images/li_bullet.png);
}

.center-open {
        font-family: Zapfino,"Lucida Handwriting", Cochin, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 2.1em;
	color: #000000;
	font-style: italic; 
	float:left; 
	width: 775px;
        height: 540px;
    /*    overflow: hidden; */
	font-size: 95%; 
	margin: 40px 50px 20px 70px !important;
	padding: 5px; 
	background: transparent; 
	color: #000;
}

.page-right, .content-open .page-right { 
          font-family: Zapfino,"Lucida Handwriting", Cochin, "Times New Roman", Times, serif;
	float:right;
        font-size: 1.4em;
	line-height: 2.1em; 
	width: 320px;
        height: 530px;
        overflow: hidden;
	font-size: 95%; 
	margin: -560px auto 25px 0 !important;
	padding: 0px 0; 
	background: transparent; 
	color: #000;
}

.page-left, .content-open .page-left { 
        font-family: Zapfino,"Lucida Handwriting", Cochin, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 2.1em; 
	width: 320px;
        height: 530px;
        overflow: hidden; 
	font-size: 95%; 
	margin: 20px auto 25px 10px !important;
	padding: 0px 0; 
	background: transparent; 
	color: #000;
}


.navi, .content.navi, .content-open.navi {
     color: #000000;
     align: center;
     font-size: 1.2em;
     line-height:1.3em;
}

.navi a {
     color: #800000;
     align: center;
     line-height:1.3em;
}

.large-indent{
      margin-left:200px;
}

.footer { 
	clear:both;
	width: auto;
	color:#000;  
	font-size:90%;
	background: transparent;
	text-align:center; 
}

.footer_text {
	text-align: left;
 	margin: 0; padding: 0;
	color: #000;
}

.footer_text a { color: #800000; }

.para {
       line-height: .4em;
}

.content-open span.columnleft {
        float:left;
        width:45%;
}

.content-open span.columnright {
        float:right;
        width:45%;
}

