<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-11958412-2");
pageTracker._trackPageview();
} catch(err) {}</script>/*  
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.1
Author: M. Flury
Author URI: http://www.whoismanu.com
*/

/*** CENTRAL FORMATS ---------------------
------------------------------------- ***/

html {overflow-y: scroll;}

body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.7em;
        
}

* {
  margin: 0;
  padding: 0;
  }



#content{
	padding: 0px;
	margin: 0px;
}

/* TEXT FORMATTING -----------------------
--------------------------------------- */





/* PAGE STRUCTURE/ LAYOUT -----------------
-------------------------------------- ***/

/* this is the frame around the whole page */
#pageFrame{
	width: 800px;
	margin: 30px auto;
	padding: 0px 0px 0px 0px;
}

#newthumbbox {
width:auto;
}

#newthumbbox a {
        color:#787878;
        font-size:1.2em;
        font-weight:bold;
}

#newthumbbox a:hover {
        color:#3a3a3a;
        font-size:1.2em;
        font-weight:bold;
}

#newnavigation {
width:auto;
clear:both;
padding-left:0px;
padding-right:0px;
padding-bottom:5px;
padding-top:5px;
margin-bottom:10px;
margin-top:5px;
border-bottom:1px solid #3a3a3a;
border-top:1px solid #3a3a3a;
}

/* everything between postTitle of photo and footer on single pages */
#bottomContent{
	margin: 0px;
	padding: 0px 0px;
}

/* 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: 620px;
  padding-right:10px;
  min-height: 463px;
}


/*** header section with title, tagline, navigation bar */

/* this is the bar containing blog title and main navigation */
#header{
width:800px;
}


/* 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{
	
	padding: 0px 0px 0px 0px;
	display: inline;
        text-decoration: none;
}
#navBar li.page_item {
	margin: 0px;
	padding-right:5px;
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
	list-style: none;
	display: inline;
        text-decoration: none;
}
#navBar li.current_page_item a{
	text-decoration: none;
        padding: 0px 0px 0px 0px;
}



/*** the footer ***/
#footer{
	clear: both;
margin-top:10px;
	text-align: right;
        padding-top:5px;
}
.footerLeft{
	float:left;
        text-align:left;
}
.footerLeft a{
	font-weight: normal; 
        text-decoration: none;
}
.footerLeft a:hover{
	text-decoration: none;
}

/*** this is the post title just below the photo resp. page title below header ***/
.postTitle{
	margin-top: 5px;
        margin-bottom:2px;
}
.postTitle h2{
	display: inline;
        font-size:1em;
        text-decoration:none;
}


/*** post content ***/

/* this is everyhthing that is inside the_content
 * of the post (i.e. the main photo ).
 */
#topContent{
	
	text-align: center;
}

/* container for information: description (if available + meta)
 * i.e. the part between next/previous thumb links.
 */
#photoInfoBox{
	width: 800px;
        clear:both;
	float: left;
	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: 800px;
}

/* 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: auto;
	float: left;
	padding: 0px;
	margin-right:4px;
        margin-bottom:20px;
	text-decoration: none;
	display: inline; /*needed for stupid explorer*/
}
.thumbnail img{
	margin: 0px auto;
	padding: 0px;
	display: block;
}

.thumbnail a {
        color:#787878;
        font-size:1.2em;
        font-weight:bold;
}

.thumbnail a:hover {
        color:#3a3a3a;
        font-size:1.2em;
        font-weight:bold;
}

.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: 5px;
}
.linkTextNext{
	float: right;
}
.linkTextPrevious{
	float: left;
}

.linkTextPrevious a{
	color:red;
}

.right{
	text-align: right;
}

/* navigation for paged archives */
.pagedNavNext, .pagedNavPrevious{
	margin-top: 5px;
        margin-bottom: 15px;
}
.pagedNavNext{
	float: right;
}
.pagedNavPrevious{
	float: left;
}


.pagedNav a{
	text-decoration: none;
        color:red;
}



/*** the sidebar shown on non single/index pages ***/

#newside {
margin-top:10px;
padding: 0px 0px 0px 0px;
width:160px;
float:right;
}

#sidebar {
        padding: 0px 0px 0px 0px;
        background-color:#000;
}

/* 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;
        text-decoration: none;
}
#sidebar > li{
	margin-bottom: 20px;
}

/* these apply to lists inside a sidebar section */
#sidebar > li ul{
	margin: 0px;
	padding: 5px 15px;
        text-decoration: none;
}
#sidebar > li li{
	padding-top: 2px;
	list-style: square;
}

/* this applies to child categories*/
#sidebar .children {
	padding: 0px;
	padding-left: 5px; 
}

#sidebar h3 {
font-size:1em;
font-weight:bold;
margin-top:5px;
padding-bottom:5px;
}


