/* 
Title:     Information Architects Styles for Screen Media
Author:    InformationArchitects.jp
Updated:   June 3rd, 2008
*/


/* Reset
-------------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img, hr, embed, object { 
	margin: 0;
	padding: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset,  img { 
	border: 0;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}
ol, ul, li {
	list-style: none;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	}
q:before, q:after {
	content: '';
	}
abbr, acronym {
	border: 0;
	}
img {
	display: block;
	}


/* Overall Elements (All Pages)
-------------------------------------------------------- */

html {
	min-height: 100%;
	margin-bottom: 1px;
	}
hr {
	border: none 0;
	border-top: 1px dotted #ccc;
	height: 1px;
	clear: both;
	margin-top: 1.438em;
	}
hr.notop {
	margin-top: 0;
	}
#contentSidebar hr {
	margin-top: 0.875em;
	}
#h5left .light, #h5right .light {
	color: #ccc;
	}
#h5left {
	width: 5em;
	float: left;
	text-align: left;
	}
#h5center {
	float: left;
	text-align: center;
	width: 11em;
	}
#h5right {
	width: 4em;
	float: right;
	text-align: right;
	}

#mainContainer {
	width: 59.375em;
	margin:  0 auto;
	padding: 0 0 3em 0;
	position: relative;
	}
br.clear {
	clear: both;
	display: block;
	height: 1.125em;
	}


/* Set Typography (All Pages)
-------------------------------------------------------- */

body {
	font-size: 100%;
	font-family: Meiryo, Arial, "ＭＳ Ｐゴシック", sans-serif;
	color: #333;
	border-top: 0.5em solid #666667;
	}
.mac body {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	}
html>body {
	font-size: 16px;
	}
p,li {
	line-height: 1.75em;
	/*font-size: 1em;*/
	font-size: .875em;
	}
a {
	font-weight: normal;
	text-decoration: none;
	}

/* waokon */
:lang(ja) .waokon {
	margin: 0 .25em;
	line-height: 1;
	vertical-align: baseline;
	word-spacing: -0.02em;
}

:lang(ja) .waokon.shortMargin {
	margin: 0 .1em;
}

:lang(ja) .waokon.noLeftMargin {
	margin-left: 0;
}

:lang(ja) .waokon.noRightMargin {
	margin-right: 0;
}

/* Links */
a:link {
	color: #c00;
	}
a:visited {
	color: #666;
	}
a:hover, a:active {
	color: #333;
	}
.post h1 a {
	color: #333;
	}
#issueFeature h1 a, #contentHeader h2 a, #contentIssue h4 a, #recentComments h4 a, #popular h4 a {
	color: #000;
	}
#issueFeature h1 a:hover, #contentHeader h2 a:hover, #contentIssue h4 a:hover, #recentComments h4 a:hover, #popular h4 a:hover, #contentSidebar h5 a:visited, #contentIssue h5 a:hover {
	color: #c00;
	}
#contentIssue h5 a {
	color: #999;
	}

/* Typography */
strong {
	font-weight: bold;
	}
em {
	/*font-style: italic;*/
	color: #666;
	}
.nosmallcaps {
	text-transform: none;
	font-variant: normal;
	/*font-size: 80%;*/
	}
.highlight {
	color: #c00;
	}
p.pluginError {
	font-size: 0.813em;
	line-height: 1.385em;
	padding: 1em;
	background-color: #fde;
	}

/* Headers */
h1 {
	/*font-size: 2em;*/
	font-size: 1.65em;
	/*line-height: 1.5em;*/
	line-height: 1.8;
	}
div.post h1 {
	font-size: 1.4em;
	line-height: 1em;
	padding: 0.5em 0;
	}
h2 { 
	/*font-size: 1.5em;*/
	font-size: 1.25em;
	line-height: 2em;
	margin-bottom: .2em;
	}
div.entry h2 {
	font-size: 1.125em;
	line-height: 1.2em;
	margin-top: 1.2em;
	margin-bottom: 0.6em;
	}
h3 {
	line-height: 1.5em;
	}
h4 {
	/*font-size: 1em; */
	font-size: .9375em; 
	line-height: 1.3em; 
	padding-bottom: 0.375em;
	margin-top: 1.5em;
	}
h5 {
	/*font-size: 0.875em;*/
	font-size: .75em;
	/*line-height: 1.714em;*/
	line-height: 2.2em;
	color: #999;
	/*font-variant: small-caps;*/
	text-transform: uppercase;
	}
div.entry h3 {
	font-size: 1em;
	margin-bottom: .3em;
	/*font-style: italic;*/
	/*font-weight: bold;*/
	}
	div.entry h3.linetop {
		padding-top: 1em;
		border-top: 1px dotted #ccc;
		}
div.entry h4, div.entry cite {
	font-size: 0.813em; 
	line-height: 1.846em; 
	color: #333;
	}
div.entry cite {
	display: block;
	clear: both;
	text-align: right;
	}


/* Header Content (Header) ja
-------------------------------------------------------- */

#topBar {
	position: relative;
	height: 2.5em;
	overflow: hidden;
	}
	#tF {
		padding: 0.5em 0 0 0;
		position: absolute;
		top: 0;
		right: 0;
		}
	#searchsubmit {
		padding: 0 0.5em;
		}
	#adminLink {
		position: absolute;
		top: 0;
		right: 16em;
		height: 2.5em;
		text-align: right;
		}
		#adminLink a {
			display: block;
			height: 2.857em;
			/*line-height: 2.857em;*/
			line-height: 4em;
			font-size: 0.875em;
			color: #999;
			font-variant: small-caps;
			text-transform: lowercase;
			}
		#adminLink a:visited {
			color: #c00;
			}
		#adminLink a:hover {
			color: #333;
			}
	#lS {
		position: absolute;
		top: 0;
		left: 7.5em;
		height: 2.5em;
		}
	#lS.lSH {
		left: 20em;
		}
		#lS div {
			float: left;
			line-height: 2.857em;
			line-height: 4em;
			/*font-size: 0.875em;*/
			font-size: .6875em;
			color: #999;
			/*font-variant: small-caps;*/
			text-transform: uppercase;
			}
		#lS a:visited {
			color: #c00;
			}
		#lS  a:hover {
			color: #333;
			}

#contentLogo {
	width: 18em;
	float: left;
	padding: 0;
	position: relative;
	}
	#contentLogo img {
		width: 181px;
		height: 75px;
		border: 0;
		position: absolute;
		left: 0;
		top: 2.5em;
		}
#contentHeader {
	float: right;
	width: 39.375em;
	}
	#contentHeader h5 {
		border-top: 1px dotted #ccc;
		}
#headerFeature p {
	color: #999;
	height: 3em;
	}
#headerFeature h5 {
	border-top: 1px dotted #ccc;
	clear: both;
	}
#headerFeature ul li a {
	font-size: 0.813em;
	line-height: 1.385em;
	}
#headerFeature ul {
	margin: 0 0 1.125em 0;
	}
#headerFeature p {
	margin-bottom: 1.125em;
	margin-bottom: 1.55em;
	}

#headerG {
	clear: both;
	border-top: 1px dotted #ccc;
	margin-top: 1.5em;
	}

#headerL, #headerR {
	width: 48%;
	margin: 0 0 1.5em 0;
	}
	#headerL h5, #headerR h5 {
		border-top: 0;
		}
	#headerL {
		float: left;
		}
	#headerL p {
		/*font-size: 0.813em;*/
		/*line-height: 1.385em;*/
		font-size: 0.75em;
		line-height: 1.5em;
		}
	#headerR {
		float: right;
		}
	#headerR li {
		/*font-size: 0.813em;*/
		/*line-height: 1.385em;*/
		font-size: 0.75em;
		line-height: 1.5em;
		color: #999;
		}

#contentBottom {
	clear: both;
	border-top: 1px dotted #ccc;
	}


/* Sidebar Content (Home Page)
-------------------------------------------------------- */

#contentSidebar {
	width: 18em;
	float: left;
	margin: 0 0 1.5em 0;
	}
#contentSidebar img {
	margin-top: 0.75em;
	width: 288px;
	}
#sidebarArchives {
	}
	#sidebarArchives table {
		font-size: 0.813em;
		line-height: 1.385em;
		font-weight: bold;
		}
	#sidebarArchives table td.archive {
		text-align: right;
		vertical-align: top;
		padding-right: 1em;
		width: 4em;
		}
	#sidebarArchives table tr.issueYears td {
		padding-top: 1.385em;
		}
	#sidebarArchives h5 {
		margin-bottom: 0.5em;
		}

#sidebarCategories {
	}
	#sidebarCategories table {
		font-size: 0.813em;
		line-height: 1.385em;
		font-weight: bold;
		}
	#sidebarCategories table td.catArchiv {
		text-align: right;
		vertical-align: top;
		padding-right: 1em;
		width: 4em;
		}
	#sidebarCategories h5 {
		margin-bottom: 0.5em;
		}


/* Issue Content (Home Page)
-------------------------------------------------------- */

#contentIssue {
	width: 39.375em;
	float: right;
	margin-bottom: 4.5em;
	}
#issueFeature {
	clear: both;
	}
.issueIssue, .issueRight {
	width: 48%;
	}
.issueIssue {
	float: left;
	}
.issueRight {
	float: right;
	}
.issueIssue p, .issueRight p {
	/*font-size: 0.813em;*/
	font-size: 0.75em;
	/*line-height: 1.385em;*/
	line-height: 1.5;
	}


/* Sub-Footer Content (subfooter.php)
-------------------------------------------------------- */

#popular {
	clear: both;
	padding-top: 1.5em;
	overflow: hidden;
	}
#popular h5 {
	border-top: 1px dotted #ccc;
	}
#popular .popBox {
	clear: both;
	}
#popular .popL, #popular .popR {
	width: 48%;
	}
#popular .popBox p {
	/*font-size: 0.813em;*/
	font-size: 0.75em;
	/*line-height: 1.385em;*/
	line-height: 1.5;
	float: right;
	width: 70%;
	}
#popular .popBox img {
	float: left;
	}
#popular .popL {
	float: left;
	}
#popular .popR {
	float: right;
	}




/* Search Results (search.php)
-------------------------------------------------------- */

#searchP {
	clear: both;
	width: 43.5em;
	}
#searchP h5 {
	border-top: 1px dotted #ccc;
	margin-left: 8.571em;
	}
#searchP h2 {
	margin-left: 5em;
	}
#searchP .searchD {
	float: left;
	width: 7.692em;
	font-size: 0.813em;
	font-variant: small-caps;
	text-transform: lowercase;
	color: #666;
	text-align: right;
	line-height: 1.846em;
	}
#searchP h3 {
	float: right;
	width: 36em;
	}
#searchP p {
	float: right;
	width: 36em;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	}
	#searchP p.nb {
		border: 0;
		}
#searchP form {
	float: right;
	width: 36em;
	margin-bottom: 6em;
	}
#pageNavigation {
	height: 1.5em;
	line-height: 1.5em;
	float: right;
	width: 36em;
	margin-bottom: 6em;
	}
	.pNavLeft {
		float: left;
		}
	.pNavRight {
		float: right;
		text-align: right;
		}

/* Comment Form + Comments
-------------------------------------------------------- */

#singleForm #commentform h5 {
	border-top: 0;
	}

#sButton {
	margin-top: 0.75em;
	float: right;
	text-align: right;
	}
	#sButton input {
		padding: 0 0.5em;
		}
#comment {
	width: 100%;
	}

div.cD {
	float: left; 
	width: 6.5em;
	text-align: right;
	color: #999;
	height: 2.625em;
	}
	div.cD p {
		font-size: 0.75em;
		line-height: 1.75em;
		}
.commentlist .cC {
	float: right;
	width: 31.25em;
	margin-right: 4.75em;
	overflow: hidden;
	}
	.commentlist .cC cite {
		font-variant: small-caps;
		text-transform: lowercase;
		font-size: 0.875em;
		line-height: 1.5em;
		}
	.commentlist .cC p {
		font-size: 0.875em;
		line-height: 1.5em;
		margin-bottom: 1.5em;
		}





div.commentLabel {
	float: left;
	color: #999;
	text-align: right;
	width: 6.5em;
	}
	div.commentLabel label {
		font-size: 0.857em;
		line-height: 1.65em;
		}

div.commentFields {
	float: right;
	width: 36em;
	height: 4.5em;
	margin-bottom: 0.75em;
	}
	div.commentFields em {
		font-size: 0.813em;
		line-height: 1.714em;
		color: #999;
		padding-left: 0.25em;
		}
	div.commentFields p {
		clear: both;
		margin: 0;
		height: 1.5em;
		line-height: 1.5em;
		}
div.commentRight {
	float: right;
	width: 36em;
	}




/* Issue Archives (archives.php)
-------------------------------------------------------- */

#issueCovers li {
	margin-right: 3em;
	}
#issueCovers li img {
	width: 5em;
	margin-right: 1em; 
	float: left;
	}
#issueCovers caption {
	font-weight: bold;
	}
#issueCovers p.coverCaption {
	font-size: 16px;
	}



/* Archives Full (archivesfull.php)
-------------------------------------------------------- */

p.archivePostInfo {
	font-size: 0.813em;
	line-height: 1.846em;
	margin-top: 1.846em;
	color: #333;
	}
div.postDateArchives {
	font-size: 0.813em;
	line-height: 1.846em;
	color: #666;
	text-align: right;
	text-transform: lowercase;
	font-variant: small-caps;
	width: 11em;
	margin-left: -12em;
	float: left;
	position: relative;
	}


/* Single Page
-------------------------------------------------------- */

#singlePage, 
#page {
	width: 36em;
	float: left;
	padding-left: 7.5em;
	}
#singleComments {
	width: 43.5em;
	float: left;
	margin-bottom: 0;
	}
	#singlePage {
		margin-bottom: 0;
		}
	#singleComments h5 {
		border-top: 1px dotted #ccc;
		clear: both;
		width: 576px;
		float: right;
		margin-bottom: 1.714em;
		}
	#singleComments .noC {
		width: 31.25em;
		/*margin: 0 0 2em 7.5em;*/
		margin: 0 0 2em 120px;
		}
	#singleForm {
		width: 43.5em;
		float: left;
		margin: 3em 0 6em 0;
		}
		#singleForm h5 {
			border-top: 1px dotted #ccc;
			clear: both;
			width: 41.143em;
			width: 576px;
			float: right;
			}
		#singleForm h2 {
			width: 24em;
			width: 576px;
			float: right;
			}
	#pageSubfooter {
		border-top: 1px dotted #ccc;
		clear: both;
		width: 36em;
		margin: 0 0 6em 7.5em;
		}

#singlePage h3 {
	margin-top: 1.5em;
	}
#singleLogo {
	position: absolute;
	top: 4em;
	left: 0;
	}
#singleLogo img {
	width: 100px;
	height: 55px;
	border: 0;
	}
#singleAd {	
	width: 14.7em;
	float: right;
	border-top: 1px dotted #ccc;
	}
	#singleAd form {
		float: right;
		width: 7em;
		}
	#singleAd #readMore {
		float: left;
		width: 8em;
		}
	#singleAd h5 {
		border-top: 1px dotted #ccc;
		clear: both;
		}

#singleTrackback {
	width: 14.7em;
	float: right;
	}
	#singleTrackback h5 {
		border-top: 1px dotted #ccc;
		clear: both;
		}
	#singleTrackback p {
		font-variant: small-caps;
		text-transform: lowercase;
		font-size: 0.875em;
		line-height: 1.5em;
		margin-top: 1.5em;
		}

#singleNavigation {
	height: 5.625em;
	}
	#singleNavigation h5 {
		border-top: 0;
		}
	#singleNavigation p { 
		margin-left: -0.825em;
		color: #999;
		}

#singleIssue {
	margin-bottom: 4.5em;
	}
#singleIssue h5 {
	border-top: 1px dotted #ccc;
	clear: both;
	}
#singleIssue .arkGroup {
	padding-bottom: 3em;
	}
	#singleIssue .arkGroup h5 {
		clear: both;
		}
	#singleIssue .arkGroup img {
		float: left;
		margin: 0 1em 1em 0;
		}


/* Single Page / Post Info
-------------------------------------------------------- */

div.post {
	width: 31.25em;
	}
div.entry span.icaption {
	color: #999;
	font-style: italic;
	font-size: 0.813em;
	line-height: 1.385em;
	display: block;
	}
div.entry p {
	margin-bottom: 1.125em;
	}
	div.entry p.update {
		padding: 1.125em 2em;
		border-top: 1px solid #e0e0e0;
		border-bottom: 1px solid #e0e0e0;
		background-color: #fafafa;
		}
	div.entry p.alert {
		padding: 1.125em 1.125em 1.125em 2em;
		border-bottom: 2px solid #c00;	
		border-top: 2px solid #c00;
		background: #ebb url(images/alerticon.gif) center no-repeat;
		background-position: 0.5em 50%;
		}
div.entry ul li {
	list-style-position: outside;
	list-style-image: url(images/arrow.gif);
	margin-bottom: 1.125em;
	}
div.entry ul, div.entry ol {
	margin-bottom: 1.125em;
	}
div.entry ol li, div.entry ul li {
	line-height: 1.5em;
	}
div.entry ol li {
	list-style: decimal;
	list-style-position: outside;
	}
div.entry blockquote {
	margin-bottom: 1.25em;
	line-height: 1.7em;
	/*font-size: 1em;*/
	font-size: .875em;
	/*width: 27.25em;*/
	padding-left: 2.5em;
	padding-right: 2em;
	}
div.entry p img {
	margin: 1.125em 3.5em 1.125em -2.5em;
	border: 0;
	clear: right;
	position: relative;
	}
	div.entry p img.nofloat {
		margin-left: 0;
		}
p.postInfo {
	font-size: 0.813em;
	line-height: 1.53em;
	color: #333;
	}



/* Footer Content (footer.php)
-------------------------------------------------------- */

#footerLinks {
	clear: both;
	border-top: 1px dotted #ccc;
	display: block;
	overflow: hidden;
	}
	#footerLinks li {
		font-size: 0.813em;
		line-height: 1.846em;
		float: left;
		margin-right: 2em;
		}
	#footerLinks li a {
		display: block;
		}

#footerNewsletter {
	font-size: 0.813em;
	clear: both;
	border-top: 1px dotted #ccc;
	height: 3.692em;
	position: relative;
	}
#footerNewsletter .wpmlwidget {
	position: absolute;
	top: 50%;
	left: 0;
	height: 1.846em;
	margin-top: -0.769em;
	display: inline;
	}
	#footerNewsletter fieldset {
		float: left;
		}
	#footerNewsletter div {
		float: left;
		margin-right: 1em;
		}
	#footerNewsletter input {
		float: left;
		margin-right: 1em;
		}
		#footerNewsletter input.button {
			padding: 0 0.5em;
			}

#footerCopyright {
	border-top: 1px dotted #ccc;
	}
#footerCopyright p {
	text-align: right;
	font-size: 0.563em;
	line-height: 2.667em;
	color: #ccc;
	}

#twit1, #twit2 {
	width: 48%;
	margin-top: 1.5em;
	border-top: 1px dotted #ccc;
	}
	#twit1 {
		float: left;
		}
	#twit2 {
		float: right;
		}
#twit1 li, #twit2 li {
	/*font-size: 0.8125em;*/
	/*line-height: 1.385em;*/
	font-size: 0.75em;
	line-height: 1.4em;
	margin-bottom: 0.692em;
	}
#twit1 p, #twit2 p {
	/*font-size: 0.8125em;*/
	/*line-height: 1.385em;*/
	font-size: 0.75em;
	line-height: 1.4em;
	/*font-style: italic;*/
	}
#twit1 span, #twit2 span {
	color: #999;
	}
#twit1 h5, #twit2 h5 {
	margin-bottom: 1.5em;
	}

/* wtm4 order button */
#paypal {
	display: block;
	clear: both;
	text-align: center;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	background-color: #fafafa;
	padding: 20px 0 16px 0;
	margin-bottom: 18px;
	}

 /* titing images for "Our Works" Page*/

div.entry ul.tilingimages {
	margin: 0 0 1em;
	padding: 0;

	/*overflow: hidden;*/
	/*\*/
	_overflow: visible;
	_height: 1px;
	zoom: 1;
	/**/
	/*\*//*/
	display: inline-table;
	/**/
}

div.entry ul.tilingimages li {
	list-style: none;
	float: left;
	margin: 0 0 3px 3px;
}

div.entry ul.tilingimages:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}

