/* @override http://smny.us/wp-content/themes/tanzaku/style.css */

@charset "utf-8";
/*
Theme Name: tanzaku
Theme URI: http://www.tripleships.com/sample/
Description: Variable grid layout, easing effect on window resizing.
Version: 1.0.5
Author: TRIPLESHIPS Inc.
Author URI: http://www.tripleships.com/
Tags: silver, dark, flexible-width, threaded-comments


Index:
  - Basic Elements
  - Basic Styling
  - Layout
  - Grid Items, Single Item and Comments
  - Navigation and Sidebar Widget
  - Form Elements

*/



/* ---------- Basic Elements ---------- */


body {
	margin: 0;
	padding: 0;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5;
	background-attachment: fixed;
}
html { min-height: 100%; margin-bottom: 1px; 
     overflow: -moz-scrollbars-vertical;
}

body, body.home, body.single {
	background: #000 url(bg/smny_bg.jpg) fixed;
}

body.single {/*background color-single post*/
/*			background-color: silver;
	background-image: url(bg/dots.png);
*/
}

body.archive {background: black url(bg/SMNY_bg2.jpg) repeat fixed;}

.button1 { width: 57px; height: 50px; margin-right: 25px; }
.button1 a { display: block; width: 57px; height: 50px; background: url(http://smny.us/wp-content/themes/tanzaku/images/SM-Logoroll.png) no-repeat top left; margin-left: 15px; display: inline-block; }
.button1 a:hover { background-position: bottom left; display: inline-block; }
	

a {
	color: #626262;
	letter-spacing: inherit;
	text-decoration: none;
}
a:hover {
	color: yellow;
	background-color: black;
}
a img {
	border: none;
}

p a {
	border-bottom: 1px dotted #fffeff;
}

htitle {	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: inherit;
	padding: 0 0px 0px 16px;
	margin-top: 10px;
}

htitle a {	color: #fff;
	font: 13px Helvetica Neue, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

hsubtitle {	color: yellow;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: inherit;
	padding: 0px 0px 0px 70px;
}
hsubtitle a {	color: yellow;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: inherit;

	}

h1,h3,h4,h5,h6 {
	font-weight: normal;
}


h1{
	font-size: 28px;
	color: #c7c7c7;
}

h2 {
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: gray;
}

h2 a{ /* Title in little posts*/
	color: #fafbff;
	text-transform: none;
}

h2 cufon.cufon.cufon-canvas {
	margin: 2.5em 0; 
} 


h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

h4,
h5,
h6 {
	font-size: 11px;
	padding-left: 5px;
	border-left: 5px solid #c4c4c4;
}


blockquote {
	margin: 0;
	padding: 10px;
	border-left: 5px solid #e9e9e9;
	background-color: #f9f9f9;
	color: #666666;
}

pre {
	margin: 0;
	padding: 10px;
	background-color: #f9f9f9;
	color: #666666;
}

fieldset {
	border: 1px solid #cccccc;
	padding: 10px;
}

table {
	margin: 1em 0;
	border: 1px solid #999999;
}
th, td {
	padding: 2px 4px;
	/*border: 1px solid #e9e9e9;*/
}
th {
	background-color: #d9d9d9;
	font-weight: normal;
}
td {
	background-color: #d9d9d9;
}

/* ---------- Basic Styling ---------- */

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

.alignright {
	float: right;
	margin: 0 0 42px 37px;
}

.alignleft {
	float: left;
	margin: 0 10px 2px 0;
}

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

img.alignright {
	padding: 5px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	display: inline;
}


.caution {
	padding: 10px;
	color: #e9e9e9;
	text-align: center;
	background-color: #cc0000;
}
noscript .caution {
	margin: 0;
}

.wp-caption {
	width: 100%;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: center;
}
.wp-caption img {
	padding-top: 5px;
}

.wp-caption-text {
	margin: 5px 0;
	text-align: left;
	font-size: smaller;
	color: #000;
	text-indent: 10px;
}

/* ---------- Layout ---------- */

#top-container {
	margin: 0 auto;
	padding: 5px;
}

#container {
	margin: 0 auto;
	padding: 0 40px;
}

	#header {
	z-index:1000;
	padding-bottom: 15px;
	margin: 10px 0px;
	padding-top: 10px;
}
	#header h1 {
		margin: 0;
		color: #000000;
	}
	#header h1 a{
		margin: 0;
		/*color: #000000;*/
	}
#header p {
	text-align: left;
	margin-left: 14px;
}

	#grid-wrapper {
		margin: 0;
		padding: 0;
		padding-top: 1000px; /* Prevent flicker in grid area. Check header.php. */
	}

	#single-wrapper {
		margin: 0;
		padding: 0;
		padding-top: 1000px; /* for single-page effect */
		width: 1024px;
	}

#bottom-container {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 20px 0 0;
}

#footer-wrapper {
		background: none;
	}

#footer {
	margin: 0 40px;
		
}

#footer p {
		margin: 0;
		padding: 10px;
	font: 11px Helvetica Neue, Arial, Helvetica, sans-serif;
		color: white;
	text-transform: uppercase;
}

	#footer p a {
		margin: 0;
		padding: 0px;
	font: 11px Helvetica Neue, Arial, Helvetica, sans-serif;
		color: white;
	text-transform: uppercase;
	border: none;
}

#footer p a:hover { color: yellow; }
	
	
	

/* ---------- Grid Items, Single Item and Comments ---------- */

/* value = (width * n) + (15+15+5) * (n-1). 
 * ex.
 * width=200 : 200, 425, 650, 875
 * width=250 : 250, 525, 800, 1075
 * width=290 : 290, 615, 940, 1265
 */
div.x1 { width:  252px;}
div.x2 { width:  615px; }
div.x3 { width:  940px; }
div.x4 { width: 1265px; }

div.grid-item a{
	padding-right: 8px;
	background-color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
}




div.grid-item
{
	border: 0;
	background-color: #d9d9d9;
	overflow: hidden;
	margin: 0 10px 10px 0;
	color: #757575;
	background-image: url(http://smny.us/wp-content/themes/tanzaku/images/BG_Ktrans40.png);

	text-align: left;
	font: 11px/13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	/* background-color: rgba(0,0,0,0.35); */
	background-color: transparent;
	border-top: 1px dotted grey;
	border-bottom: 1px dotted grey;
	height: 90px;
	padding-top: 0;
	margin-topright: 15px;
	display: block;
}


div.single-item { /**/
	overflow: hidden;
	margin: 0 5px 44px 0;
	/*background-color: #f4f3f0;*/
	padding: 15px 25px 120px;
color: #757575;
background-image: url(http://smny.us/wp-content/themes/tanzaku/images/BG_Ktrans.png);
	text-align: left;
	font: 11px/13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px dotted #5c5c5c;
	border-top-width: 1px;
	/* background-color: rgba(0,0,0,0.91);*/
}


div.single-item h2 a { /*Title in Main Post*/
	/*background-color: #fef700; */
	letter-spacing: 0px;
	text-transform: none;
	font: normal 32px "Georgia", Times;
	color: silver;
}
 div.single-item a {
}

div.single-item a:hover {
	color: yellow;
}

div.grid-item div.grid-image {
	margin-top: 10px;
	margin-bottom: 16px;
}

div.grid-item div.wp-caption {
	display: none;
}

div.grid-item h2, {
	margin-bottom: 7px;
	margin-top: 10px;
	padding-bottom: 3px;
}

#grid-wrapper div.post-body p{
	width: auto;
}

/*div.grid-item*/ div.post-body,
div.single-item div.post-body,
div.single-item .comment-body p { /* comment body*/
	font-size: 11px; font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
color: #757575;
	text-align: left;
	height: 100%;
	float: left;
}

about {
	font: 39px "Georgia", "Times New Roman", Times, serif;
	color: gray;
}

div.single-item.post-body h2 {
	padding: 0;
}


p {
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #d7d6d9;
	top: 0;
	text-align: left;
}

p object {
	margin-top: 12px;
}
div.post-body p a {
	font: 12px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	color: #fffeff;
}

div.post-body p a:hover {
	color: yellow;
}

p.post-meta,
p.comment-meta a {
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 1px 0 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	display: inline-block;
}

p.post-meta a.post-edit-link {
	padding-right: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}

.comment-meta.commentmetadata a {
	font-size: 10px;
}
.comment-list .navigation {
	margin: 10px 0;
}
.comment-list .navigation a {
	margin-right: 10px;
}

.comment-list ol li  {
	margin: 10px 0;
	font-size: 10px;
}
#comment-3 p {
	color: #000;
	font: 13px/15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 4px;
}

.comment-list ol li.trackback {
	padding: 5px;
	border: 1px solid #c4c4c4;
}

.comment-list ul.children {
	list-style: none;
}
.comment-list ul.children li {
	border-left: 5px solid #c4c4c4;
	padding-left: 5px;
}

.comment-list li.bypostauthor {
}
.comment-list li.bypostauthor cite.fn {
	text-decoration: underline;
}

.comment-list li.comment .reply {
	margin: 10px 0 20px;
}
h2#comments.comment-title a {
	padding: 0 0 0 10px;
	font-size: 13px;
}


div.reply a{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}
div.comment-author.vcard {
	margin-bottom: 1px;
	letter-spacing: 0;
	word-spacing: 0;
	font-size: 10px;
	text-transform: uppercase;
}
cite.fn a.url {
	font-size: 10px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}

div.comment-author.vcard img {
	margin-right: 13px;
}
div.comment-form p {
	font-size: 10px;
	padding-left: 0;
	padding-right: 0;
}
div.comment-form p a {
	font-size: 10px;
	padding-left: 10px;
	padding-right: 0;
}



/* ---------- Navigation and Sidebar Widget ---------- */

/* Pagination for grid items and paginated posts */
.pagination {
	margin: 50px 0 0;
	font-size: 12px;
}
.pagination .current {
	color: #333333;
	font-weight: bold:
}
.pagination .next, 
.pagination .prev {
}

.pagination .page-numbers{
	border-style: none;

}
	
.pagination .current {
	margin: 0 10px 0 0;
	padding: 5px 3px;
	text-decoration: none;
	color: #d6e1dc;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
/* page-numbers hover color */
a.page-numbers:hover {
	color: red;
	background-color: none;
}
#post-pagination {
	margin: 1em 0;
	color: #c4c4c4;
}
#post-pagination .prefix {
	color: #eaeaea;
}

/* Sidebar 
 * In this theme, sidebar is a horizontal line.
 * Sidebar2 is a block on the bottom.
 * See also "Form Elements" section.
 */
#sidebar{ /* this is sidebar 1*/
	list-style: none;
	list-style-type: none;
	margin: 20px 0px 0 0;
	padding-left: 0;
	letter-spacing: 1pt;
	display: inline-block;
}

#sidebar2 {
	list-style: none;
	list-style-type: none;
	margin: 25px 0;
}
#sidebar li a {
	color: #fff;
	font: bold 11px  Helvetica;
	padding: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}


#sidebar child.widget  {
	background-color: #63fa78;
	font-size: 40px;
}


#sidebar li.widget h2.widgettitle {
	display: none;
}

#sidebar li.widget ul {
	list-style: none;
	margin: 0;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
}

#sidebar li.widget ul li  {
	padding-bottom: 0px;
	display: inline-block;
	float: left;
}

#sidebar li.cat-item a  {
	color: white;
	padding-bottom: 5px;
	border: 1px dotted #3e3f3f;
	display: inline-block;
	padding: 7px;
}

#sidebar li.cat-item a:hover  {
	background-color: #8b1e2d;
}

#sidebar li.current-cat a  {
	color: white; 
	background-color: #8b1e2d;
}

#sidebar li.widget ul.cat-item a  {
	color: #fcdb00;
}

.cat-item {
	padding-top: 23px;
	padding-right: 10px;
}


/* Sidebar 2 has been turned off
#sidebar2 li.widget {
	display: block;
	overflow: hidden;
	float: left;
	margin: 0 5px 5px 0;
	width: 252px;
	padding: 0;
	border: 0;
}

#sidebar2 h2.widgettitle {
	margin-top: 0;
	padding: 5px 10px;
	color: #333333;
	background-color: #d9d9d9;
}

#sidebar2 li.widget div {
	padding: 0 10px;
	font-size: 12px;
}

#sidebar2 li.widget ul {
	margin: 0;
	padding: 0 10px;
	font-size: 10px;
}

#sidebar2 li.widget ul li {
	list-style: none;
}
#sidebar2 ul.children ul li {
	list-style: none;
} */ 

#wp-calendar {
	margin: 1em 0;
	border: none;
}
#wp-calendar caption{
	text-align: left;
	margin: 2px 0 0 0;
	padding: 0;
}
#wp-calendar td {
	text-align: center;
}

/* ---------- Form Elements ---------- */

div.comment-form {
	margin: 0;
	padding: 0;
}

#commentform {
	margin: 0;
	padding: 0;
	font: 11px Helvetica;
}
#commentform textarea {
	width: 99%;
	max-width: 640px;
	text-decoration: ;
}

/* for sidebar widget */

#searchform {
    width: 300px;
}
#searchform div {
	padding: 0;
	font-size: 12px;
}
#searchform label.screen-reader-text {
	display: none;
}
#searchsubmit {
	display: inline;
	font: ;
}

#s { /* #searchform input#s */
	width: 170px;
	margin: 10px 0 0 11px;
}



/* @group News */

.news-container {
	display: inline-block;
	width: 500px;
}

.news-item {
	background-color: #d9d9d9;
	margin: 0 10px 20px 0;
	color: #757575;
	background-image: url(http://smny.us/wp-content/themes/tanzaku/images/BG_Ktrans40.png);
	text-align: left;
	font: 11px/13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	/* background-color: rgba(0,0,0,0.35); */
	background-color: transparent;
	border-top: 1px dotted grey;
	border-bottom: 1px dotted grey;
	display: inline-block;
	padding: 15px 15px 15px 5px;
}

.news-date-container {
	float: left;
	text-align: center;
	width: 35px;
	height: 35px;
	padding-top: 0;
	padding-left: 0;
	margin-right: 10px;
	border-style: dotted;
	border-width: 1px;
	margin-top: 10px;
}

.news-month {
	padding: 3px;
	font-weight: bold;
	background-color: #000;
	color: #fffeff;
	text-transform: uppercase;
}

.news-day {
	padding-top: 2px;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #fff;
}

.news-list {
	width: 725px;
	margin-left: 20px;
}

.news-image-column {
	padding-top: 43px;
	width: 225px;
	float: left;
}

.news-info-column {
	width: 525px;
	float: left;
	margin-left: 15px;
}

.entry-excerpt {
	margin-bottom: 10px;
	float: left;
	display: inline-block;
	width: 600px;
}

.news-image {
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 100px;
}

.news-title a {
	text-transform: uppercase;
	line-height: 25px;
	color: #fffeff;
}

.news-container p a {
	
}
	
.news-container p a {
	background-color: black;
	color: #fffeff;
	font-weight: bold;
}

.news-container p a:hover {
	color: yellow;
}

/* @end */

quote p {
	font: italic 14px/21px Georgia, "Times New Roman", Times, serif;
	margin-left: 15px;
	color: #b3b3b3;
}

.people-module {
	width: 260px;
	float: left;
	display: inline-block;
	margin: 10px;
	background-image: url(http://smny.us/wp-content/themes/tanzaku/images/BG_Ktrans.png);
	padding: 10px;
}

.people-module-image {
	float: left;
	margin-right: 15px;
	display: inline-block;
}

.people-module-title a {
	color: #cecece;
	font: 24px Georgia, "Times New Roman", Times, serif;
}

.people-module-body p {
}


.mission {
	border-top: 1px dotted #fffeff;
	border-bottom: 1px dotted #fffeff;
	display: inline-block;
	margin: 15px 0;
}

.mission p {
	padding-left: 37px;
	padding-right: 10px;
	font-size: 16px;
}

.mission cufon.cufon.cufon-canvas {
	margin: 2em 0; 
} 


.disabled{
	visibility: hidden;
}

.scrollableContainer{
	float: left;
	min-width: 1024px;
}

.scrollable {
/* required settings */
	position:relative;
	overflow:hidden;
	width: 924px;
	height:610px;
	float: left;
}

.aboutBox{
	float: left;
	width: 924px;
	height: 500px;
}

.caroselBox{
		background-image: url(http://smny.us/wp-content/themes/tanzaku/images/BG_Ktrans.png);
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

.browse{
	display:block;
	width:50px;
	height:120px;
	float:left;
	margin:140px 0px;
	cursor:pointer;
	font-size:1px;
}

.left{
	margin-left: 0px;
	opacity:.25;
	background-image: url(http://smny.us/wp-content/themes/tanzaku/images/prev_btn.png);

}

.left:hover{
	opacity:1;
}

.right:hover{
	opacity:1;
}

.right{
	clear:right; 
	margin-right: 0px;
	opacity:.25;
	background-image: url(http://smny.us/wp-content/themes/tanzaku/images/next_btn.png);

}

.mediaContainer{
	float: left;
	height: 100%;
	width: 640px;
	margin-right:20px;
}

.descriptionContainer{
	position:relative;
	float: right;
	font: 12px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
	color: #d7d6d9;
	top: 0;
	text-align: left;
	width: 300px;
}


div.descriptionContainer a{
	font: 12px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: yellow;
	margin: 0;
	padding: 0;
}