/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

* html .clearfix {
    height: 1%;
}


/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Georgia, "Times New Roman", Times, serif;
	color:#333300;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
	line-height:29px;
}

h2 {
	font-size: 23px;
	line-height:27px;
}

h3 {
	font-size: 21px;
	line-height:25px;
}

h4 {
	font-size: 19px;
	line-height:24px;
}

h5 {
	font-size: 17px;
	line-height:22px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/*---------------- start style----------------------- */
a{
	text-decoration:none;
	color:#434343;
}
a:hover{
	text-decoration:underline;
	color:#434343;
}
h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:10px;
	font-weight:normal;
	color:#434343;
}

.post_title{
	font-style:italic;
}

.readmore{
	font-style:italic;
	text-decoration:underline;
	color:#434343;
}

.big{
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}



body{
    background-color:#e1dcd7;
}

#wrapper{
    width:980px;
    position:relative;
    padding-bottom:40px;
    display:block;
    overflow:hidden;
    margin:0 auto;
}

#header_wrap{
    position:relative;
    padding-left:40px;
    width:940px;
    display:block;
}
#logo_wrap{
    height:89px;
    margin-top:30px;
}
#logo_wrap h1 a {
	background: url(../images/salihara_logo.jpg) no-repeat scroll;
	display:block;
	width: 146px;
	height: 89px;
	text-indent: -9999px;
}
#lang{
    width:50%;
    height:40px;
    float:right;
    display:block;
    position:absolute;
    top:0;
    right:0;
}
#lang a{
    float:right;
    line-height:12px;
}
#lang img{
    float:left;
    padding-right:5px;
}
#search{
    width:300px;
    float:right;
    text-align:right;
}
    .qsearch{
	    margin:0;
	    padding:0;
	    margin-bottom:5px;
	    padding:5px 5px;
	    color:black;
	    font-size:12px;
	    background-color:#fff !important;
	    border:1px solid #d5cec7;
	    font-family:Arial, Helvetica, sans-serif;
    }
    .btnsrc{
        width:50px;
        height:26px;
    }
#page_wrap{
    width:980px;
    overflow:hidden;
}
#banner{
    border-top:1px solid #c3c3c3;
    border-left:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
    width:940px;
    float:right;
    background-color:#fff;
}
    #banner_left, #banner_right{
        padding:10px 15px;
    }
    
    #banner_left{
        float:left;
        padding-right:14px;
        border-right:1px solid #c3c3c3;
    }
    #banner_left a{
        float:left;
        display:block;
    }
    #banner_right{
        float:right;
        width:155px;
        height:155px;
        overflow:hidden;
    }
        #banner_right h6{
            margin-bottom:3px;
        }
#page{
    width:940px;
    padding:0;
    float:right;
    display:block;
    background-color:#fff;
    border-left:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
    border-top:1px solid #c3c3c3;
}
    #sidebar{
        width:375px;
        float:right;
        overflow:hidden;
        display:block;
    }
    #content{
        width:565px;
        float:left;
        display:block;
        overflow:hidden;
    }
    .box_medium{
        width:350px;
        padding:10px 10px;
        display:inline-block;
        position:relative;
    }
    .box_wide{
        width:535px;
        display:inline-block;
        padding:10px 10px;
        position:relative;
        float:left;
    }
        .box_wide.ajax {
            padding:6px 0;
            width:100%;
        }
    .box_lil{
        width:165px;
        display:inline-block;
        float:left;
        padding:10px 10px;
        position:relative;
        background:none;
    }
        .box_lil h3.post_title {
            font-size:14px;
            line-height:15px;
            margin-bottom:20px;
        }
        .box_lil h3.post_title .readmore {
            font-size:12px;
        }
    
    .hanging_nav{
        display:block;
        position:absolute;
        margin-top:-1px;
        left:5px;
    }
    .row{
        overflow:hidden;
        display:block;
        width:100%;
    }
    .col_2{
        background:transparent url(../images/col_2.jpg) left top repeat-y;
        overflow:hidden;
    }
    .col_2_lil{
        background:transparent url(../images/col_2_lil.jpg) right top repeat-y;
        overflow:hidden;
    }
    .col_3{
        background-color:red;
        background:transparent url(../images/col_3.jpg) left top repeat-y;
        border-bottom:1px solid red;
    }
    /* block */
    .block{
        position:relative;
    }
    .block_title_wrap{
        color:#fff;
        font-family:Georgia, "Times New Roman", Times, serif;
        position:absolute;
        width:100%;
    }
    .block_title_wrap a{
        color:#fff;
    }
    .block_section{
        display:block;
        padding:5px 5px;
        text-align:left;
        font-size:16px;
        line-height:18px;
    }
    .block_acara{
        font-family:Verdana;
        padding:0 5px;
        font-size:12px;
        font-weight:bold;
        display:none;
    }
    .block_waktu{
        font-family:Arial;
        padding:0 5px;
        font-size:13px;
        font-weight:normal;
        display:none;
    }
    .block_title{
        padding:0 5px;
        font-size:16px;
        font-style:italic;
        display:none;
    }
    .block_title_wrap:hover{
        opacity:0.9;
        filter:alpha(opacity=90);
    }
    
    .block_title_wrap:hover .block_title,
    .block_title_wrap:hover .block_acara,
    .block_title_wrap:hover .block_waktu{
        display:block;
        
    }
    .maroon{
        background-color:#ec008c;
    }
    .blue{
        background-color:#73d1da;
    }
    .orange{
        background-color:#f4a333;
    }
    .grey{
        background-color:#b8afa3;
    }
    ul#art-store-list{
        margin:0;
        padding:0;
        list-style:none;
        font-family:Georgia, "Times New Roman", Times, serif;
        font-size:14px;
        font-style:italic;
        padding-top:20px;
        overflow:hidden;
    }
    ul#art-store-list a{
        color:#666633;
    }
    
    ul.sponsor,
    ul#flickr_photos {
        width:100%;
        margin:0;
        padding:0;
        list-style:none;
        overflow:hidden;
    }
    
        ul.sponsor li {
            float: left;
            width: 130px;
            max-height: 100px;
            margin: 0 3px 0 0;
            padding: 0;
        }
        
        ul.sponsor li img.platinum {
            margin: 5px auto;
            max-height:90px;
            max-width:120px;
        }
        
        ul.sponsor li img.gold {
            margin: 10px auto;
            max-height:60px;
            max-width:100px;
        }
        
    ul#flickr_photos {
        margin: 10px auto;
    }
        
        ul#flickr_photos li {
            float: left;
            width: 100px;
            height: 100px;
            margin: 5px 5px;
            padding: 0;
        }
        ul#flickr_photos li img {
            float: left;
            width: 100px;
            height: auto;
            margin: 5px 5px;
            padding: 0;
        }
        ul#flickr_photos li img {
            float: left;
            width: auto;
            height: 100px;
            margin: 5px 5px;
            padding: 0;
        }
#footer_wrap{
    clear:both;
    border:1px solid #c3c3c3;
    width:940px;
    float:right;
    background-color:#fff;
    font-size:10px;
}
    #footer{
        padding:20px 20px;
        display:block;
        overflow:hidden;
        width:900px;
    }
    #footer_caption{
        display:block;
        padding-top:10px;
        clear:both;
    }
    #footer a{
        float:left;
    }
/* misc */
.nolist{
    list-style:none;
    list-style-position:inside;
    margin:0;
    padding:0;
}
.nolist li{
    margin:0;
    padding:0;
    padding:5px 5px;
}
.borderdot{
    border-bottom:1px dotted #555;
}
img{
    display:block;
}
.margin0_right{
    margin-right:0 !important;
}
.margin20_right{
    margin-right:20px !important;
}
.margin10_right{
    margin-right:10px !important;
}

.margin0{
    margin:0 !important;
}
.padding15_left{
    padding-left:15px !important;
}
.padding15{
    padding:15px 15px !important;
}
.padding15_right{
    padding-right:15px !important;
}
.border_left{
    border-left:1px solid #c3c3c3;
}   
.border_bot{
    border-bottom:1px solid #c3c3c3;
}
.border_right{  
    border-right:1px solid #c3c3c3;
}
.border_top{    
    border-top:1px solid #c3c3c3;
}
/* wp basic */

/* code / pre / blockquote */
code,pre{
    background-color:#373737;
    padding:20px 20px;
    display:block;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border:1px solid #000000;
    margin-bottom:20px;
}
blockquote{
    background-color:#ffffcc;
    padding:20px 25px;
    display:block;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border:1px solid #ffcc33;
    margin-bottom:20px;
}
/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
    }

/*  Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

img.alignnone{
    display: block;
    margin: 0 0 0 7px;
    text-align:left;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

img.alignright {
    margin: 0 0 5px 12px;
    display: inline;
    }

img.alignleft {
    margin: 0 12px 5px 0;
    display: inline;
    }

.alignright {
    float: right;
    }

.alignleft {
    float: left;
    }
.alignnone{
    
}
/* End Images */

/* Captions */
.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear:both;
}

.wp-caption {
    -moz-box-shadow: 0 0 10px #999;
    -webkit-box-shadow: 0 0 10px #999;
    box-shadow: 0 0 10px #999;
    padding: 7px 7px;
    margin:5px 0 20px 0;
    /*
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    */
}
.wp-caption img {
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    margin: 0;
    padding: 0;
    border: 0 none;
    display:block;
}
.wp-caption p.wp-caption-text {
    padding: 5px 5px ;
    margin: 0;
}
div.alignright {
    float: right;
    margin-left:12px;
    }

div.alignleft {
    float: left;
    margin-right:12px;
    }
/* End captions */

/* Begin Calendar */
#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 155px;
    }

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
    }

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
    }

#wp-calendar a {
    display: block;
    }

#wp-calendar caption {
    text-align: center;
    width: 100%;
    }

#wp-calendar td {
    padding: 3px 0;
    text-align: center;
    }

#wp-calendar td.pad:hover { /* Doesn't work in IE */
    background-color: #fff; }
/* End Calendar */

/* Begin Comments*/
#comment_wrap{
    position:relative;
    display:block;
    width:560px;
}
#comment_wrap .sub_title{
    margin-bottom:10px;
}
#add_comment_btn{
    position:absolute;
    top:0;
    right:0;
}
.alt {
    margin: 0;
    padding: 10px;
    }

.commentlist {
    padding: 0;
    margin:0;
    margin-top:40px;
    text-align: justify;
    /*
    display:inline-block;
    width:560px;
    */
    }
.comment-body{
    /*
    display:inline-block;
    width:550px;
    */
    padding:5px 0;
}
.commentlist li {
    margin:0;
    padding:0;
    list-style: none;
    margin-bottom:30px;
    width:535px;
    display:inline-block;
    padding-left:10px;
}

.commentlist li ul li { 
    margin-right: -5px;
    margin-left: 10px;
}
.avatar{
     background:#fff;
     padding:3px 3px;
     display:block;
     float:left;
    -moz-box-shadow: 0 0 10px #999;
    -webkit-box-shadow: 0 0 10px #999;
    box-shadow: 0 0 10px #999;
}
.comment-meta{
    padding-bottom:5px;
}
.comment-text{
    position:relative;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    
    width:435px;
    float:right;
    background-color:#f3f3f3;
    border:1px solid #ccc;
    padding:10px 10px 10px 20px;
}
.comment:hover .comment-text{
    -moz-box-shadow: 0 0 10px #999;
    -webkit-box-shadow: 0 0 10px #999;
    box-shadow: 0 0 10px #999;
}
.comment-corner{
    position:absolute;
    top:12px;
    left:-22px;
    background:transparent url(../images/makemac_comment_corner.jpg) left top no-repeat;
    width:22px;
    height:38px;
}
.comment:hover .comment-corner{
    background:transparent url(../images/makemac_comment_corner_hov.jpg) left top no-repeat;
}
.comment_author{
    padding-right:5px;
}
.commentlist p {
    margin:0;
    padding-bottom:10px;
}
.children { padding: 0; }

#comment_form{
    /* width:520px; */
    padding:20px 20px 10px 20px;
    background:#d5d8de url(../images/makemac_commentform.jpg) left top repeat-x;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border:1px solid #cccccc;
}
#commentform{
    padding:5px 0 10px 0;
    margin:0;
}
#commentform #comment{
    width:510px;
}
.comment-reply-link{
    clear:both;
    float:right;
}
.comment-reply-link:hover img{
    opacity:0.8;filter:alpha(opacity=80)
}
#commentform #submit{
    /*
    background:transparent url(../images/makemac_submit.jpg) left top no-repeat;
    text-indent:-9999em;
    border:none;
    */
    width:80px;
    height:40px;
}
#commentform .input_text{
    width:40%;
    line-height:10px;
    margin-right:12px;
    padding-left:28px;
    color:black;
    /* float:left; */
}
#commentform img.captcha {
    display:inline;
    margin-right:12px;
    vertical-align:middle;
}
.input_text{
    margin:0;
    padding:0;
    width:100%;
    margin-bottom:5px;
    padding:5px 5px;
    color:black;
    font-size:12px;
    background-color:#fff !important;
    border:1px solid #d5cec7;
    font-family:Arial, Helvetica, sans-serif;
}
.textarea{
    margin:0;
    padding:0;
    width:100%;
    margin-bottom:5px;
    padding:5px 5px;
    color:black;
    font-size:12px;
    background-color:#fff !important;
    border:1px solid #d5cec7;
    font-family:Arial, Helvetica, sans-serif;
}
#commentform p {
    margin: 5px 0;
    }

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
    }

.commentmetadata {
    margin: 0;
    display: block;
    }
/* End Comments */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
    cursor: help;
    }

acronym, abbr {
    border-bottom: 1px dashed #999;
    }

blockquote cite {
    margin: 5px 0 0;
    display: block;
    }

.center {
    text-align: center;
    }

.hidden {
    display: none;
    }
    
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
    display: none;
    }

a img {
    border: none;
    }

/* End Various Tags & Classes*/

.icon{
    float:left;padding-left:20px;
    background-position:left 2px;
    background-repeat:no-repeat;
    font-weight:bold;
}
.author{
    background:url(../images/makemac_icon_author.jpg) 5px 8px no-repeat;    
}
.email{
    background:url(../images/makemac_icon_email.jpg) 5px 8px no-repeat; 
}
.url{
    background:url(../images/makemac_icon_url.jpg) 5px 8px no-repeat;   
}
.border{
    background:url(../images/makemac_network_list.jpg) left bottom repeat-x;
}
.noborder{
    border:none !important;
}
.hidden{
    display:none;
}
.show{
    display:inherit;
}
.floatleft{
    float:left;
}
.floatright{
    float:right;
}

.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
    display: block;
    clear: both;
    margin-top: 10px;
} 

/* comment */
.comment{
    border-bottom:1px solid #f5f5f5;
    padding:10px 0;
}
.comment_author{
    font-weight:bold;
    font-style:italic;
}
#respond{
    padding-top:50px;
}
#respond h5{
    font-size:17px;
}

.book-ticket,
a.book-ticket:hover,
a.share,
a.download{
    background:url("../images/arrow.png") no-repeat scroll 0 1px transparent;
    padding-left:20px;
    clear:both;
    display:block;
    margin:10px 0;
    color:#7A0B18;
    width:120px;
}

a.download{
    width:100%;
}

p.blog{
    margin-bottom:10px;
}

#stop-press h3.post_title {
    font-size:16px;
    margin-bottom:5px;
}

table.contact_table {
}

    table.contact_table tr {
        margin-bottom:5px;
    }
    
    table.contact_table th,
    table.contact_table td {
        font-weight:normal;
        text-align:left;
        padding: 5px;
    }
    
    table.contact_table th {
        width:125px;
    }
    
    table.contact_table td.person {
        width:150px;
    }
    
img.art_store_image {
    max-width:165px;
    max-height:114px;
    margin-right:12px;
}

img.logo_forum_komunitas {
    float:left;
    max-width:40px;
    margin:5px 5px 0 0;
}

#linklogin {
    position: relative;
    z-index: 1001;
    outline: none;
}
#loginbox {
    position: absolute;
    z-index: 1;
    right: 0;
    margin-top: -1px;
    border: 1px solid #E5E5E5;
    background: #FFF;
    padding: 10px;
    width: 200px;
}
#singin {
    position: relative;
    z-index: 1002;
    text-align: center;
}
#singin img {
    display: inline;
}




.nav_wrapper {
	position:absolute;
	width:800px;
	top:85px;
	left:240px
}
#nav{
	padding-top:30px;
	width:550px;
	display:block;
	float:left;
}
#nav_page{
	width:280px;
	padding-bottom:5px;
	float:right;
}
#nav_page, #nav_page a{
	font-size:12px !important;
	padding:4px 0;
	font-weight:normal !important;
}
#nav_page a.login{
	background-color:#d5cec7;
	border:1px solid #e5e5e5;
	padding:4px 10px;
	font-weight:bold !important;
}

/* basic structure */
.nav, .nav ul, .nav li{ /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

.nav a {
	display: block;
}

.nav li { /* all list items */
	float: left;
	 /* width needed or else Opera goes nuts */
}

.nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

.nav li:hover ul, .nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* third level */
.nav li ul ul {
	margin: -1em 0 0 10em;
}

.nav li:hover ul ul, .nav li.sfhover ul ul {
	left: -999em;
}

.nav li:hover ul, .nav li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul {
	left: auto;
}


/* start styling menu */
.nav li{
	margin:0;
	padding:0;
	float:left;
	position:relative;
	list-style:none !important;
	margin-right:15px;
}

#nav_page.nav li {
	margin:0;
	margin-left:11px;
}

.nav li a{
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:bold;
	color:#424343;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}
.nav li.page_item, .nav li.cat-item{text-align:left;}
.nav li.page_item:hover, .nav li.cat-item:hover{}
.nav li.page_item a, .nav li.cat-item a{padding:0;}
.nav li.page_item a:hover, .nav li.cat-item a:hover{}
.nav li:hover, .nav li:hover{}
.nav li.current_page_item a, .nav li.current-cat a, .nav li.current_page_ancestor a,.nav li.current-cat-parent a{}
.nav li.current_page_item, .nav li.current-cat, .nav li.current_page_ancestor, .nav li.current-cat-parent{}

/* child */
.nav li ul {width:190px;}

.nav li li {  width:230px;display:block;padding:0 5px;margin:0; }
.nav li li a { padding:5px 5px !important;font-size:12px;font-weight:normal; }
.nav li:hover ul, .nav li.sfhover ul { left: auto; }
.nav li:hover ul ul, .nav li.sfhover ul ul { left: -999em; }
.nav li:hover ul, .nav li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul { left: auto; }
.nav li li ul{
	margin:0;
	display:none;
	padding:0;
	background:none;
}
.nav li:hover{}
.nav_li_hover a{}
.nav li.current_page_item a, .nav li.current-cat a, .nav li.current_page_ancestor a,.nav li.current-cat-parent a{
	text-decoration:underline;
}
.nav li.page_item a:hover, .nav li.cat-item a:hover {
	text-decoration:underline;
}
.nav li a{}
.nav li li a{}
.nav li li a:hover { color:#333 !important; }


.children{
	background:transparent url(../images/menu_top.png) left top no-repeat;
	border-bottom:1px solid #c3c3c3;
	padding:15px 0 0 0 !important;
	z-index:1000;
}
.children li{
	background:transparent url(../images/menu_body.png) left top repeat-y;
}

.nav li.lang {
	width: 160px;
	margin: 0;
	text-align: right;
}
.nav li.lang img {
	position: relative;
	display: inline;
	padding-right: 4px;
	top: 1px;
}


#nav_page{
	float:right;
	width:280px;
	padding-bottom:10px;
}
#nav_page li{
text-align:left;
}
#nav_page li a{
	padding:4px 0;
}

#nav_page a.login{
	background-color:#d5cec7;
	border:1px solid #e5e5e5;
	padding:4px 10px;
	font-weight:bold !important;
}





/* Comments */
      .commentlist {
      }
        li.comment {
          background: none;
            margin: 0px !important;
            padding-left: 0px !important;
            list-style: none !important;
        }
        .comment-reply-link {
          font-size: 8px;
          text-transform: uppercase;
          font-family: Tahoma;
          padding: 0px 8px 1px 8px;
            position: absolute;
            left: 0px;
            bottom: 0px;
            background: #f9f9f9;
            border-top: 1px solid #e8e8e8;
            border-right: 1px solid #e8e8e8;
            text-decoration: none !important;
        }
        .children .comment-reply-link {
          background: #fff;
        }
        .commentlist .children > li {
          border-left: 1px solid #cacaca;
          padding-left: 30px !important;
          margin: 0;
          list-style: none;
          background: transparent url(images/li-left.png) no-repeat 0 20px;
        }
        .commentlist .comment-body {
          background: #fbfbfb;
          border: 1px solid #f5f5f5;
          padding: 30px;
          position: relative;
          margin-bottom: 10px;
          padding-right: 150px;
          overflow: hidden;
          min-height: 80px;
        }
          .commentlist .comment-body .avatar {
            position: absolute;
            right: 30px;
            top: 30px;
          }
          .commentlist .comment-body .commentmetadata {
            font-size: 12px;
            font-style: italic;
            padding-bottom: 5px;
          }
            .commentlist .comment-body .commentmetadata a {
              color: #989898;
            }
          .commentlist .comment-body .comment-meta .comment-edit-link {
            display: none;
          }
          .commentlist .comment-body .fn {
            font-family: Helvetica, Arial;
            font-size: 20px;
            font-weight: bold;
            float: left;
            padding-right: 5px;
            padding-bottom: 5px;
          }
          .commentlist .children .comment-body {
            background: #f9f9f9;
            border: 1px solid #e8e8e8;
            padding: 20px;
            padding-left: 90px;
            min-height: 90px;
          }
            .commentlist .children .comment-body .avatar {
              width: 50px;
              height: 50px;
              position: absolute;
              left: 20px;
              top: 20px;
            }
            .commentlist .children .comment-body .fn {
              font-size: 16px;
            }
            .commentlist .comment-body .says {
              display: none;
            }
      .comments-navigation {
        
      }
        .comments-navigation .alignleft {
          float: left;
        }
        .comments-navigation .alignright {
          float: right;
        }
      #respond {
        overflow: hidden;
      }
        #respond h1 {
          padding-top: 30px;
          padding-bottom: 20px;
          font-size: 36px;
          margin: 0;
        }
          h1.comments-header span {
            color: #5f5f5f;
            font-size: 30px;
          }
        #respond form {
          padding: 10px 15px 30px 15px;
          background: #fff;
          border: 1px solid #dfdfdf;
          overflow: hidden;
          position: relative;
        }
        .commentlist #respond {
          margin-bottom: 10px;
        }
          .commentlist #respond h1 {
            display: none;
          }
          #respond p.input_block {
            margin: 15px;
            float: left;
            width: 209px;
            padding-bottom: 0px;
          }
            #respond p.input_block input {
              background: #fdfdfd;
              border: 1px solid #d6d6d6;
              padding: 8px 5px;
              font-size: 14px;
              width: 199px;
              font-family: Arial, Helvetica, sans-serif;
            }
            .children #respond p.input_block {
              width: 199px;
            }
              .children #respond p.input_block input {
                width: 188px;
              }
                .children .children #respond p.input_block {
                  width: 189px;
                }
                  .children .children #respond p.input_block input {
                    width: 178px;
                  }
                    .children .children .children #respond p.input_block {
                      width: 179px;
                    }
                      .children .children .children #respond p.input_block input {
                        width: 168px;
                      }
          #respond p.textarea_block {
            margin: 15px;
            float: left;
            width: 690px;
            padding-bottom: 0;
          }
            #respond p.textarea_block textarea {
              background: #fdfdfd;
              border: 1px solid #d6d6d6;
              padding: 8px 5px;
              font-size: 14px;
              width: 678px;
              font-family: Arial, Helvetica, sans-serif;
            }
              .children #respond p.textarea_block {
                width: 660px;
              }
                .children #respond p.textarea_block textarea {
                  width: 647px;
                }
                  .children .children #respond p.textarea_block {
                      width: 630px;
                    }
                      .children .children #respond p.textarea_block textarea {
                        width: 616px;
                      }
                        .children .children .children #respond p.textarea_block {
                          width: 600px;
                        }
                          .children .children .children #respond p.textarea_block textarea {
                            width: 585px;
                          }
          #respond label {
            display: block;
            color: #5d5d5d;
            font-family: Helvetica, Arial;
            font-size: 16px;
            padding-bottom: 10px;
          }
          input#add_comment {
            float: right;
            padding: 6px 9px 6px 9px;
            margin-right: 15px;
            text-shadow: 0 1px 0 #333;
            color: #fff;
            cursor: pointer;
            font-size: 12px;
            margin-top: 10px;
          }
          input:hover#add_comment {
            background: #e6e6e6;
            text-shadow: 0 1px 0 #fff;
            border: 1px solid #b3b3b3;
            color: #000 !important;
          }
          .cancel-comment-reply a {
            font-size: 8px;
            text-transform: uppercase;
            font-family: Tahoma;
            padding: 0px 8px 1px 8px;
            position: absolute;
            left: 0px;
            bottom: 0px;
            background: #f9f9f9;
            border-top: 1px solid #e8e8e8;
            border-right: 1px solid #e8e8e8;
            text-decoration: none !important;
          }
          /* Web Roundup */
          #content .webroundup {
            padding: 0px;
            margin: 0px;
          }
            #content .webroundup li {
                padding: 0px;
                margin: 0px;
                list-style: none;
                margin-bottom: 20px;
                overflow: hidden;
                margin-left: 0px;
                padding-left: 0px;
                background: none;
            }
            #content .webroundup a.button {
                color: #fff;
                padding: 5px 10px;
                text-decoration: none;
                font-size: 11px;
                text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                border-radius: 2px;
                text-decoration: none !important;
            }
            #content .webroundup a:hover.button {
                border-color: #b3b3b3;
                text-shadow: 0 1px 0 #fff;
                color: #000;
            }
            #content .webroundup div {
                padding: 10px;
                background-color: #f9f9f9;
                border: 1px solid #cbcbcb;
                float: left;
                margin-right: 15px;
                margin-bottom: 40px;
            }
            #content .webroundup img {
                border: 1px solid #cbcbcb;
                float: left;
            }
            #content .webroundup h4 {
                display: block;
                padding-bottom: 5px;
              margin-bottom: 0px;
            }

.commentform label{
display:block;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
margin-bottom:5px;
}
.commentform input[type=text], .commentform textarea{
border:1px solid #CCCCCC;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
.commentform input[type=submit]{
    border:1px solid #666666;
    padding:4px 10px;
    background:#ccc;
}


.loginForm label {
	display:block;
	font-size:14px;
	margin:5px 0;
	font-weight:bold;
}
.loginForm input[type=text]{
	height:30px;
	width:300px;
	border:1px solid #999999;
	-moz-border-radius:4px;
	-webkit-birder-radius:4px;
	padding:0 4px;
}
.loginForm input[type=password]{
    height:30px;
    width:300px;
    border:1px solid #999999;
    -moz-border-radius:4px;
    -webkit-birder-radius:4px;
    padding:0 4px;
}
.loginForm input[type=text]:focus{
		border:1px solid #E1DCD7;
		-moz-box-shadow:0px 1px 10px #E1DCD7;
		-webkit-box-shadow:0px 1px 10px #E1DCD7;
}

.registrationForm label {
	display:block;
	font-size:14px;
	margin:5px 0;
	font-weight:bold;
}
.registrationForm input[type=text]{
	height:30px;
	width:300px;
	border:1px solid #999999;
	-moz-border-radius:4px;
	-webkit-birder-radius:4px;
	padding:0 4px;
}
.registrationForm input[type=text]:focus{
		border:1px solid #E1DCD7;
		-moz-box-shadow:0px 1px 10px #E1DCD7;
		-webkit-box-shadow:0px 1px 10px #E1DCD7;
}

.blockOverlay {
    opacity: 0.8;
    background url('../images/salihara_logo.jpg');
}



.galleryBox { }
.galleryDetail {}
.galleryDetailImage {}
.galleryDetailImage img { width:560px; padding:5px; border:1px solid #ddd; background-color:#ddd; }
.galleryDetailTitle { font-weight:bold; text-align:center; }
.galleryDetailDescription { text-align:center; }
.galleryDetailList { }
.galleryDetailListOthers { font-weight:bold; margin-top:20px; }
.galleryList { display:block; border-bottom:1px solid #ccc;padding: 15px 0; }
.galleryImage { display:table; width:160px; height:160px; margin:5px; padding:10px; text-align:center; background-color:#ddd; }
.galleryImageA { display:table-cell; vertical-align:middle; width:160px; height:160px; }
.galleryImage img {  }
.galleryTitle { font-weight:bold; text-align:left; }
.galleryDescription {}
.galleryDetailBack { margin-top:20px; }
.galleryImageNew { float:left; margin-right:15px; }
.galleryDescription p {
	line-height:15px;
}
#divFancyBox {
	text-align:center;
}

#divFancyBox {
    width:357px;
    /*height:403px;*/
    height:261px;
    background: #dedede;
    background:transparent url("../images/salihara-loader.gif") no-repeat top left;
}
#divFancyBox .fancyBoxContent {
    width:260px;
    margin:0 auto;
    color:#FFF;
    padding-top:100px;
    text-align:center;
}

#divFancyBox h1 {
	text-align:center;
	font-weight:normal;
	letter-spacing:-1px;
	font-size:27px;
}
#divFancyBox p {
	line-height:5px;
}
#divFancyBox p.desc {
	text-align:center;
}
#divFancyBox img.loading {
	margin:0px auto;
}

.photoGall ul li {
    padding:0;
    margin:0;
    list-style:none;
}
.photoGall{
    
}
.photoGall ul {
width:336px;
}
.photoGall ul li {
float:left;
margin-right:5px;
margin-bottom:5px;
}


.photoGallDetail ul li {
    padding:0;
    margin:0;
    list-style:none;
}
.photoGallDetail{
    
}
.photoGallDetail ul {
width:530px;
}
.photoGallDetail ul li {
float:left;
margin-right:1px;
margin-bottom:5px;
}

#cse-search-results iframe{
width:550px;
}
