/*  
Theme Name: iQ2
Theme URI: http://www.whoismanu.com/iq2
Description: WordPress photoblog theme playing nicely with <a href="http://www.whoismanu.com/photoq/">PhotoQ</a>.
Version: 1.2.3
Author: M. Flury
Author URI: http://www.whoismanu.com
*/

/*** central formats ***/

body
{
	font-family: /*"Trebuchet MS", "Lucida Grande", Helvetica, Verdana,*/ Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	background-color: #666;
}


/* page titles */
h2
{
	font-size: 12px;
	background-color: #FFF;
}

/* headers of post info sections and sidebar sections */
h3{
	font-size: 12px;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	padding-bottom: 2px;
}

/* appearance of links */
a{
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h1 a, h3 a, #navBar a, #footer a{
	text-decoration: none;
	font-weight: bold;
}
a:hover, #navBar a:hover, #footer a:hover{
	text-decoration: underline;	
}

/*** page structure, layout ***/

/* this is the frame around the whole page */
#pageFrame
{
	width: 900px;
	margin: 0px auto 30px auto;
	padding: 0px;
	background-color: #FFF;
}
/* everything between header and footer */
#content
{
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
}

/* everything between postTitle of photo and footer on single pages */
#bottomContent
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	width: 900px;
}

/* used to clear floats */
.clearing {
	margin: 0px;
	padding: 0px;
  	height: 0px;
  	clear: both;
}

/* invisible elements */
.invisible{
	display: none;
}

/* used only for the archive pages, everything that is not sidebar */
.narrowcolumn{
  float: left;
  width: 450px;
  margin: 20px 0px;
  padding: 0px 0px 0px 20px;
  min-height: 524px;
}


/*** header section with title, tagline, navigation bar */

/* this is the bar containing blog title and main navigation */
#header{
	padding: 5px 0px;
}

/* this is the blog title */
h1#blogTitle{
	font-weight: bold;
	font-size: 14px;
	margin-left: 5px;
	padding: 0px;
	display: inline;;
}

/* tagline of the blog */
#tagline{ 
	margin: 0px;
}

/* this is the list containing the main navigation 
 * (links to pages) 
 */
#navBar a{
	font-weight: normal;
}
ul#navBar{
	margin: 2px 5px;
	padding: 0px;
	display: inline;
	float: right;
}
#navBar li.page_item {
	margin: 0px;
	padding: 0px 5px 0px 10px;
	list-style: none;
	display: inline;
}
#navBar li.current_page_item a{
	text-decoration: underline;
}


/*** the footer ***/
#footer{
	clear: both;
	text-align: right;
	font-size: 11px;
	padding: 5px 5px;
}
.footerLeft{
	float:left;
	font-size: 11px;
}
.footerLeft a{
	font-weight: normal;
}
.footerLeft a:hover{
	text-decoration: underline;
}

/*** this is the post title just below the photo resp. page title below header ***/
.postTitle
{
	margin-top: 0px;
	padding: 0px;
	background-color: #FFF;
}
.postTitle h1
{
	display: inline;
	color: #333;
	font-size: 14px;
	padding: 0px 20px 0px 20px;
	margin: 0px;
}
.postTitle h2
{
	display: inline;
	color: #333;
	font-size: 14px;
	padding: 0px 135px 0px 135px;
	margin: 0px;
}


/*** post content ***/

/* this is everyhthing that is inside the_content
 * of the post (i.e. the main photo ).
 */
#topContent
{
	padding: 0px 0px 10px 0px;
	text-align: center;
	background-color: #FFF;
}

/* container for information: description (if available + meta)
 * i.e. the part between next/previous thumb links.
 */
#photoInfoBox{
	width: 510px;
	float: left;
	padding: 0px 0px;
	margin-bottom: 0px;
}

/* meta data for the post: time, cats, tags */
.postmetadata{
	text-align: justify;
	padding: 0px;
	margin-top: 5px;
}

/* the list of comments */
ul.commentlist{
	padding: 0px;
	margin: 0px;
}
.commentlist li{
	list-style: square;
	padding: 0px;
	margin: 15px;
}

/* form to post comments */
#commentForm{
	padding: 0px;
}
#commentForm input{
  width: 230px;
}
#commentForm textarea{
	width: 400px;
}

/* the exif information */
.exifInfoBox{
	padding: 0px;
	margin-top: 20px;
}
ul.photoQExifInfo{
	margin: 0px;
	padding: 10px 15px;
}
li.photoQExifInfoItem{
	list-style: square;
}



/*** photos and thumbnails ***/

/* per default we dont want a border around images */
img{
	border: none;
}

/* thumbs both for archives and next/prev links */
.thumbnail
{
	width: 150px;
	height: 100px;
	float: left;
	padding: 0px;
	margin: 4px 20px 4px 20px;
	text-decoration: none;
	display: inline;
	/*needed for stupid explorer*/
}
.thumbnailArchive
{
	width: 225px;
	height: 150px;
	float: left;
	padding: 4px;
	margin: 10px 28px 10px 28px;
	text-decoration: none;
	display: inline;
	/*needed for stupid explorer*/
	border: 1px #999 solid;
}

.thumbnailArchiveSingle
{
	width: 200px;
	height: 133px;
	float: left;
	padding: 4px;
	margin: 5px 5px 5px 5px;
	text-decoration: none;
	display: inline;
	/*needed for stupid explorer*/
	border: 1px #999 solid;
}


.thumbnail img{
	margin: 0px auto;
	padding: 0px;
	display: block;
}


.thumbnail a:hover img{
	text-decoration: none;
}

/* next, previous links */
.nextPrevThumbnail{
	height: auto;
	padding: 0px 2px;
}
.nextPrevThumbnail img{
	margin: 0px;
	padding: 0px;
	display: inline;
}
.linkTextNext, .linkTextPrevious{
	margin-top: 0px;
}
.linkTextNext{
	float: left;
}
.linkTextPrevious{
	float: right;
}
.right{
	text-align: right;
}

/* navigation for paged archives */
.pagedNavNext, .pagedNavPrevious{
	margin-top: 5px;
}
.pagedNavNext{
	float: right;
}
.pagedNavPrevious{
	float: left;
}
.pagedNav a{
	text-decoration: none;
}



/*** the sidebar shown on non single/index pages ***/
#sidebar {
	margin: 0px;
	margin-top: 20px;
	margin-left: 470px;
	padding: 0px 20px 0px 30px;
	width: 180px;
}

/* titles of sidebar sections */
#sidebar .widgettitle {
	margin-bottom: 5px;
}

/* these define spacing between sidebar sections */
#sidebar ul, #sidebar li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar > li{
	margin-bottom: 20px;
}

/* these apply to lists inside a sidebar section */
#sidebar > li ul{
	margin: 0px;
	padding: 5px 15px;
}
#sidebar > li li{
	padding-top: 2px;
	list-style: square;
}

/* this applies to child categories*/
#sidebar .children {
	padding: 0px;
	padding-left: 5px; 
}
.photoQDescr
{
	color: #333;
	padding: 3px 20px 0 20px;
	text-align: left;
	font-size: 12px;
}
.jtpTopNav
{
	text-align: center;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-top: 3px;
	padding-bottom: 5px;
	background: #cccccc;
	margin-bottom: 0px;
	word-spacing: 1px;
	margin-top: 8px;
}
.jtpTopNav2
{
	text-align: center;
	border-top: 0px #999 solid;
	border-bottom: 1px #999 solid;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #f1f1f1;
	margin-bottom: 0px;
	word-spacing: 1px;
}
.thumbnailBreak
{
	border-top: 4px #CCC solid;
	border-right: 0px #CCC;
	border-bottom: 0px #CCC;
	border-left: 0px #CCC;
	margin: 0px;
	padding: 0px;
}
a
{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: #630;
	text-decoration: underline;
}
