/*
Theme Name: iA3
Theme URI: http://informationarchitects.jp/downloads/ia3/
Description: A simple HTML5 wordpress theme based on Information Architects' website.
Version: 1.02
Author: Information Architects
Author URI: http://informationarchitects.jp/
Tags: monochrome, fixed width, simple, typographic, html5

	iA3 by iA
	http://informationarchitects.jp/

	This theme was designed and built by Information Architects.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@import url(css/bundle.css);
/*@import url(css/base.css);*/
/*@import url(css/typography.css);*/
/*@import url(css/list.css);*/
/*@import url(css/frame.css);*/
/*@import url(css/header.css);*/
/*@import url(css/footer.css);*/
@import url(css/iphone.css) screen and (max-device-width: 320px);

body {
color:#fff;
}

.site-description {
}

.upcase {
text-transform:uppercase;
}

.footer-img img {
float:right;

}

.footer-img {
float:left;
}

.footer-text {
float:left;
margin-left:18px;
}

.footer-entry .superiorTitle a:link, .footer-entry .superiorTitle a:visited {
color:#FFFD37;
text-decoration:none;
}

.footer-entry .superiorTitle a:hover {
text-decoration:underline;
}

.footer-entry {
margin-bottom:2em;
}

.clear-both {
clear:both;
width:100%;
height:2em;
}

#about {
	margin: 30px 0 45px 0;
	padding-top: 1px;

}

dl.entryList dt {
margin-bottom:10px;
}

.bottom-line {
width:100%;
height:2px;
}

.footer-img #no-img {
text-align:right;
color:#000;
}


/* ARCHIVE PAGE */

.page-title {
font-size:200%;
text-transform:uppercase;
margin-left:320px;
margin-top:40px;
background-image:url(../img/line_x_dotted_666.gif);
background-repeat:repeat-x;
width:200px;
}

.archive-image {

}

.entry-title {
display:block;
}

.entryList .date {
text-align:right;
position:relative;
color:#FFFD37;
font-size:150%;;
position:absolute;
left:200px;
margin-top:-30px;
}

/* SINGLE POST */

.top-image img.archive-image {
margin-left:320px;
margin-top:15px;
}

.blogEntry {
margin-top:0px !important;
}

#commentform a:link, #commentform a:visited, #commentform a:active {
color:black;
}

/* ATTACHMENTS */

#attachments ul {
list-style-type:none;
padding-top:1em;
}

#attachments li {
margin:0em 0 3em 0;
}

#attachments .text {
text-align:right;
}

#attachments ul li img {
margin:0;
}

#attachments ul li h3 {
margin:10px 0 0 0;
font-size:12px;
padding:1px 4px 1px 4px;
}

#attachments ul li p.caption {
font-size:10px;
padding:1px 4px 1px 4px;
}

#attachments li h3 {

}

body.s-tag-justify-image .top-image {
padding-left:320px;
}

body.s-tag-center-image .top-image {
text-align:center;
}