/*
Theme Name: Nigiri Sushi
Theme URI: http://ericsetiawan.com/2005/12/08/wp-themes-nigiri-sushi/
Description: A (re-)design of a photoblog theme for Wordpress based on Polaroid theme by Taly (http://www.taly.com.ar/polaroid).
Version: Beta 2
Author: Eric Setiawan
Author URI: http://ericsetiawan.com

	All elements of this theme are protected by the GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #FFF;
    color: #2e2e2e;
    font-family: "Verdana", verdana, sans-serif;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
	padding: 0 0 20px;
    margin: 0;
}

.flickr img { 
    
    padding: 5px; 
    border: 0px;
} 
  
.flickr { 
    margin-bottom: 10px; 
    border: 0px;
} 

/* Main Structure */
.container {
    margin: 0 auto 0;
	width: 760px;
    padding: 80px 20px 20px;
	background: transparent;
}

.navigation {
    width: 680px;
}


/* Generals and Links */
a, a:visited {
	color: #800000;
    text-decoration: none;
	border: 0px;
}


a:hover, a:visited:hover {
	color: #800000;
	border: 0px;
}

acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
	border-bottom: 1px dashed #999;
	cursor: help;
}

blockquote {
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}

.center {
	text-align: center;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
img.noborder {
	border: none;
	}

.favorite img {
	padding: 0;
	border: none;
	}

small {
	font-size: .9em;
	line-height: 1.5em;
	}

small, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}


/* Top Navbar */
ul.menu {
	margin: 0 auto 0;
	padding: 0;
    top: 0;
	bottom: 0;
    width: auto;
    height: 65px;
    background: #800000;
    border-bottom: 2px solid #000;
	}

ul.menu li {
	display: inline;
	margin: 0 auto 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 5px 6px;
	}

ul.menu li a {
	font: 1em georgia, verdana, helvetica, arial, sans-serif;
	color: #999;
	margin: 0;
    text-decoration: none;
	}

ul.menu li a:hover {
	background: none;
	color: #fff !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #fff !important;
	background: none;
	text-decoration: none;
	}

ul.menu li.blogtitle {
    font-family: georgia, verdana, sans-serif;
    letter-spacing: .6em;
    font-weight: bold;
    color: #fff;
}

.admintab {
	position: absolute;
	right: 20px;
	}

/* Entry */
.entry, .pages {
    width: 620px;
   	margin: 20px auto 0;
  	padding: 0px;     
   	color: #999;
}

.entry img {
   	margin: 0 auto 0;
    padding: 6px;
    border: 1px solid #cccccc;	
}

.entrydata {
	margin: 5px 30px 0;
}

.pages {
    text-align: left;
}


/* Comments */
.comments { 
     width: 510px;
     margin: 0 auto 0;
     padding : 12px;     
     color : #2e2e2e;
     font-weight : normal;
     text-align : justify;
}

.commentsbody {
     border-bottom: 1px solid #E8E8E8;
     text-align: justify;
     margin-bottom: 10px;
     padding: 10px;
}


/* Archive */
.entryarchive {
     width: 620px;
   
   	 margin: 0;
     padding: 0px;     
     color: #a9a9a9;
     text-align: left;
}

.entryarchive img, .entryarchive img a, .entryarchive img a:visited {
     margin: 3px;
     padding: 3px;
     border: 1px solid #999;
}

.entryarchive a:hover img {
     margin: 3px;
     padding: 3px;
     border: 1px solid #000;
     background: #ee7;
}

.entryarchive p {
     display: inline;
}

.sidearchive {
     width: 180px;
     float: center;
     padding: 50px 10px 30px;
     text-align: left;
}

ul.sidelist {
     margin: 0;
     padding: 0;
}

ul.sidelist li {
     list-style-type: none;
}

.sidetitle {
     font-family: Lucida Grande, arial, sans-serif;
     margin: 15px 0 0;
     padding: 0;
}


/* Bottom Bar */

.bottom {
        margin: 0 auto 0;
        background: #ffffff;
        color: #fff;
}

.bottom a, .bbright a:visited {
      
}

.bottom a:hover {
        color: #000000;
        text-decoration: none;
}

.bottombar {
        padding: 0px 0px 40px 0px;

}

h3.bbtitle {
        display: inline;
        color: #800000;
        padding-right: 5px;
}

.bottombar a,
.bottombar a:visited {
        padding: 1px;
        border: 1px solid #FFF;
        background: #ffffff;
}

.bbleftmiddle {
        float: left;
        background: #ffffff;
}

/* Bottom Left Bar aka Latest Entries list */

.bbleft {
        width: 200px;
        float: left;
        background: #ffffff;
        margin: 0;
        padding: 2px;
        color: #800000;
}

.bbleft ul li {
        margin: 0 0 0 -40px;
        list-style-type: none;
}

.bbleft ul li a,
.bbleft ul li a:visited {
        color: #800000;
}

.bbleft ul li a:hover {
        color: #000000;
        text-decoration: none;
}

/* Bottom Middle Bar aka Archives list */

.bbmiddle {
        width: 183px;
        float: left;
        background: #ffffff;
        margin: 0;
        padding: 3px 3px 3px 15px;
}

.bbmiddle ul li {
        color: #800000;
        margin: 0 0 0 -40px;
        list-style-type: none;
}

.bbmiddle ul li a,
.bbmiddle ul li a:visited {
        color: #800000;
}

.bbmiddle ul li a:hover {
        color: #000000;
        text-decoration: none;
}


/* Bottom Right Bar aka Latest Comments list */

.bbright {
        width: 200px;
        float: right;
        background: #ffffff;
        margin: 0;
        padding: 3px;
}

div.bbright ul li span a, div.bbright ul li small a {
	color: #800000;
	font-weight: normal;
	word-spacing: -1px;
	}

.activityentry {
	font-size: 1.1em;
	}

div.bbright small {
	display: block;
	margin: 0;
	font-weight: normal;
	line-height: 1em;
        color: #800000;
	}

.bbright ul li.alternate small a,
.bbright ul li.alternate small a:visited {
        color: #800000;
}






/* Footer */

.footer {
     clear: both;
     color: #777;
}

.footer a, .footer a:visited {
     color: #777;
     border-bottom: 1px dotted #777;
}

.footer a:hover {
    color: #777;
}


/* Links */

ul.linklist li {
     list-style-type: none;
}

ul.linklist li h2 {
     font-size: 15px;
     font-family: georgia, arial, sans-serif;
     margin: 15px 0 0;
     padding: 0;
     color: #ccc;
}

ul.linklist li ul li,
ul.linklist li ul li a {
     margin: 0;
     padding: 0;
}

ul.linklist li ul li a,
ul.linklist li ul li a:visited {
     color: #aaa;
}

ul.linklist li ul li a:hover {
     color: #fff;
}

