

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.05em;
}

/* page titles */
h2{
	font-size: 14px;
}

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

/* appearance of links */
a{
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
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: 700px;
	margin: 30px auto;
	padding: 0px;
}

/* everything between header and footer */
#content{
	padding: 0px;
	margin: 0px;
}

/* everything between postTitle of photo and footer on single pages */
#bottomContent{
	margin: 0px;
	padding: 20px 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: 450px;
  margin: 20px 0px;
  padding: 0px 0px 0px 10px;
  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: bold;
}
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: none;
}


/*** the footer ***/
#footer{
	clear: both;
	text-align: right;
	font-size: 9px;
	padding: 5px 5px;
}
.footerLeft{
	float:left;
	font-size: 9px;
}
.footerLeft a{
	font-weight: bold;
}
.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: 5px;
}
.postTitle h2{
	display: inline;
}


/*** post content ***/

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

/* container for information: description (if available + meta)
 * i.e. the part between next/previous thumb links.
 */
#photoInfoBox{
	width: 452px;
	float: left;
	padding: 0px 30px;
	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: 82px;
	height: 82px;
	float: left;
	padding: 0px;
	margin: 4px 4px;
	text-decoration: none;
	display: inline; /*needed for stupid explorer*/
}
.thumbnail img{
	margin: 0px auto;
	padding: 0px;
	display: block;
	border: solid 1px #CCCCCC;
}


.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;
}
.right{
	text-align: right;
}



/*** 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; 
}




body {
text-decoration:none;
text-align: justify;
}


/*** all color definitions shown here for easy editing ***/

/* note that this stylesheet is included after the main one so you can 
   basically overwrite here whatever you want */

/* description with originally set color as comment after each entry */

body {
			/* color of frame around page:	#000000 (black) */ 
	color: black;						/* main text color:				#000000 (black) */
}
#pageFrame{
				/* main background color:		#000000 (black matte) */ 
}
/* this let's you accentuate some text that should appear differently */
.accent, a.accent{
	color: #cc0000;		/* alt. text color, e.g. used for blog title:	#cc0000 (lime) */	
}
a{
	color: black;						/* text color of links:			#000000 (black) */
}
a:hover, #navBar a:hover, #footer a:hover{
	color: #cc0000;						/* link color (hovering):		#cc0000 (lime) */
	text-decoration: none;
}
#header{
			/* background color of header:	#000000 (aubergine) */
	
	/* line below header:			#cc0000 (lime) */ 
}
#navBar li.page_item {
	border-left: 1px dotted #cc0000; /* separator btw main nav entires:	#cc0000 (lime) */ 
}
#footer{
			/* background color of footer:	#000000 (aubergine) */
	/* line above footer:			#cc0000 (lime) */ 
}

.bottomContent{
	border-top: 0px solid #cc0000;		/* line below post titles:		#cc0000 (lime) */
}
h3{
	border-bottom: 0px solid #cc0000; /* line below secondary headings:	#cc0000 (lime) */
}
.thumbnail img{
	border: 1px solid black;
	width: 75px;
	height: 75px;	/* border around thumbnails:			#000000 (black) */
}
.thumbnail a:hover img{
	border: 1px solid #cc0000;	/* border around thumbs (hovering):		#cc0000 (lime) */
}
input, textarea{
	background-color: #000000;	/* background color of form elements:	#000000 (black matte) */
	color: black;				/* text color of form elements:			#000000 (black) */

}


/*** end color definitions ***/

#pageFrame {
margin-top: 0px;
padding-top: 30px;

}

#header {
padding: 0px;
border: none;

}

body {
margin: 0px;
padding: 0px;
letter-spacing: .01em;
font-weight: bold;
}

#containerlno {
position:relative;
width:100%;
height:auto !important;
min-height:100%;
background-image:url(../images/bg.jpg);
margin:0;
padding:0;
}

#headerlno {
height:28px;
background:#000;
background-image:url(../images/hdr_bck.gif);
overflow:hidden;
margin:0;
padding:0;
}

#footerlno{
height:30px;
width:100%;
bottom:0;
background:#000;
background-image:url(../images/ftr_bck.gif);
background-position:top;
background-repeat:
repeat-x;
margin-top:400px;
overflow:hidden;
}


.logospace { height:28px; width:10px; float:right; }


#logo001 {
display:block;
width:70px;
height:28px;
background:url("../images/nav/ln_v9_nav_10.gif") no-repeat 0 0;
}

#about001 {
display:block;
width:36px;
height:28px;
background:url("../images/nav_about.gif") no-repeat 0 0;
}

#resume001 {
display:block;
width:14px;
height:28px;
background:url("../images/cv.gif") no-repeat 0 0;
}

#mywork001 {
display:block;
width:54px;
height:28px;
background:url("../images/mywork.gif") no-repeat 0 0;
}

#clientlist001 {
display:block;
width:65px;
height:28px;
background:url("../images/clientlist.gif") no-repeat 0 0;
}

#contact001 {
display:block;
width:43px;
height:28px;
background:url("../images/nav/ln_v9_nav_09.gif") no-repeat 0 0;
}

#wordmark001 {
display:block;
width:129px;
height:28px;
background:url("../images/wordmark_r.gif") no-repeat 0 0;
}

#twitter001 {
display:block;
width:25px;
height:28px;
background:url("../images/twitter_r.gif") no-repeat 0 0;
}

#linkedin001 {
display:block;
width:25px;
height:28px;
background:url("../images/linkedin_r.gif") no-repeat 0 0;
}


#wordmark {
float:left;
margin:0;
padding:0;
}

#logo,#about,#resume,#mywork,#clientlist,#contact,#twitter2,#linkedin,#cv {
float:right;
margin:0;
padding:0;
}

#logo001:hover,#about001:hover,#resume001:hover,#mywork001:hover,#clientlist001:hover,#contact001:hover,#wordmark001:hover, #linkedin001:hover, #twitter001:hover {
background-position:0 -28px;
}

#logo001 span,#about001 span,#resume001 span,#mywork001 span,#clientlist001 span,#contact001 span,#wordmark001 span,#twitter001 span,#linkedin001 span {
display:none;
}


#footer {
background-position:
center;
background-repeat:no-repeat;
background-position:bottom;
}

/* Zack Changes begin */

#main_feature img, #home_content img, .post_entry img, #content img, #single img, .wp-caption img, object {
border:0px solid #000000;
}

.main_meta h2 {
margin:2em 0 10px;
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
}

.postTitle {
margin-top:20px;
padding:5px;
}

.postTitle {

}

#pageFrame {


}

#footer {

}

.accent, a.accent {
color:#cc0000;
}

#navBar li.page_item {
border-left:1px dotted #333333;
}

#topContent {
text-align: left;
}

.photoQDescr {
padding-top: 10px;
padding-left: 5px;
}

h3 {
border-bottom: none;
}

h1#blogTitle {
font-size:14px;
font-weight:bold !important;
}

.thumbnail img{
	margin: 0px auto;
	padding: 0px;
	display: block;
	border: solid 1px #333333 !important;
}

#topContent .photoQDescr {
display: none;
}

#topContent {
padding:0px;
}

.postTitle {
margin-top:0px;
}

.thumbnail a {
color: #000;
}

.thumbnail a:hover img{
color: #000;
}

.thumbnail a:hover img{
color: #000;
}

.linkTextNext, .linkTextPrevious{
	margin-top: 5px;
	color: #333 !important;
}

.postTitle {
margin-top:0;
}


#content {
padding-top: 20px;
}

input, textarea {
background-color:#090909;
border:1px solid #333;
color:black;
}

#sidebar ul, #sidebar li {
list-style-type:none;
padding-left: 0px;
}

input, textarea {
background-color:#222222;
border:1px solid #333333;
color:black;
margin-bottom:10px;
}

#footerlno{
color: #ffffff;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:11px;
}

#footerlno a {
color: #cc0000;
font-size:11px;
text-decoration:none;
}

#footerlno a:hover {
color: #ffffff;
text-decoration:none;
}

#footiemate {
	float: right; 
	padding-top: 8px; 
	padding-right: 5px;
	margin:0px;
	font-weight: bold;}
	
	#tagline {
display: none;
}

.postTitle h2 {
display:none;
}
