/*
Theme Name: Office News 2.0
Theme URI: http://www.offices.net/news/
Description: Theme for Offices.net Blog
Version: 2.0
Author: Craig Sefton
Author URI: http://www.craigsefton.com/
Tags: blue, business
*/

/* Reset, thanks to Eric Meyer */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

/* Begin defaults */
a { text-decoration: none; }
a:link { color: #3f698b; border-bottom: 1px solid #3f698b; }
a:visited { color: #463d3b; border-bottom: 1px solid #463d3b; }
a:active { color: #9e5e02; border-bottom: 1px solid #9e5e02; }
a:hover { color: #2079ba; border-bottom: 1px solid #2079ba; }

.clearboth { clear: both; }

/* Begin Typography & Colors */
body {
	font-size: 14px; /* Resets 1em to 10px */
	font-family: 'Arial Unicode MS', 'Arial';
	color: black;
	text-align: center;
	background-color: white;
}

	#page {
	}
	
		#header {
			height: 66px;
			width: 100%;
			border-bottom: 1px solid #3d2f2d;
		}
		
			#headerOne {
				height: 4px;
				background-color: #c00000;
			}
			
			#headerTwo {
				height: 62px;
				background-color: black;
			}
			
				#headerTwo {
					display: hidden;
				}
			
				#headerTwo #central {
					margin: 0 auto 0 auto;
					text-align: left;
					width: 990px;
					position: relative;
				}
					
					#headerTwo #logo {
						display: block;
						background: url('images/logo.png');
						width: 301px;
						height: 58px;
						position: absolute;
						top: 3px;
						left: 0;
						cursor:pointer;
						cursor:hand;
					}
			
					ul#headerNavigation {
						position: absolute;
						top: 33px;
						right: 0;
					}
					
						ul#headerNavigation li { 
							display: inline; 
						}
						
							ul#headerNavigation li a:link,
							ul#headerNavigation li a:visited,
							ul#headerNavigation li.current_page_item a:hover {
								display: block;
								float: left;
								margin-left: 20px;
								color: #f5f2bc;
								border-bottom: 1px solid #f5f2bc;
								padding-bottom: 2px;
							}
							
							#headerTwo ul#headerNavigation li.current_page_item a:link,
							#headerTwo ul#headerNavigation li.current_page_item a:visited,
							#headerTwo ul#headerNavigation li a:hover {
								color: white;
								border-bottom: 1px solid white;
							}
			
			#headerThree {
				height: 22px;
				background-color: #3f698b;
			}
			
		#main {
			margin: 0 auto 0 auto;
			text-align: left;
			width: 990px;
		}
		
			#content {
				float: left;
				line-height: 1.35;
				width: 680px;
			}
			
				#content .navigation {
					
						display: block;
						width: 100%;
						
					}
					
				#content .navigation .alignleft,
				#content .navigation .alignright {
					padding-bottom: 10px;
				}
					
					
				#contentpad {
					padding: 20px 0 0 0; 
				}
			
				.post {
					clear: both;
				}
				
					.post p {
						margin-bottom: 15px;
					}
					
					.post .entry {
						padding-top: 15px;
					}
				
					.postmetadata {
						border-top: 1px solid #ededed;
						border-bottom: 1px solid #ededed;
						padding: 10px 15px;
						background-color: #f5f5f5;
					}
					
					.clear {
						clear: both;
					}
					
					h2 { font-size: 18px; font-weight: bold; }
				
					h3.comments {
						padding: 0;
						margin: 40px auto 20px ;
						}
					
					small, 
					#sidebar ul ul li, 
					#sidebar ul ol li, 
					.nocomments, 
					.postmetadata, 
					blockquote, 
					strike {
						color: #777;
					}
					
					code {
						font: 1.1em 'Courier New', Courier, Fixed;
					}
					
					.commentlist li {
						font-weight: bold;
						}
					
					.commentlist li .avatar { 
						float: right;
						border: 1px solid #eee;
						padding: 2px;
						background: #fff;
						}
					
					.commentlist cite, .commentlist cite a {
						font-weight: bold;
						font-style: normal;
						}
					
					.commentlist p {
						font-weight: normal;
						text-transform: none;
						}
					
					.commentmetadata {
						font-weight: normal;
						}
				
				
			#sidebar { 
				padding: 20px 0 0 0;
				line-height: 1.35; 
				float: right;
				width: 290px;
			}
			
				
				#sidebar h2 {
					font-size: 16px;
					margin: 5px 0 0;
					}
					
				#sidebar #searchform {
					text-align: center;
					}
				
				#sidebar #searchform #s {
					width: 208px;
					padding: 2px;
					}
				
				#sidebar #searchsubmit {
					padding: 1px;
					}
					
					
		#footer {
			width: 100%;
			clear: both;
			line-height: 1.35;
			background-color: #3f698b;
			border-top: 1px solid #3d2f2d;
			padding-bottom: 10px;
			}
			
			#footercontainer {
				text-align: right;
				width: 990px;
				margin: 0 auto;
				padding: 20px 0;
				color: #f5f2bc; 
			}
			
				#footercontainer a:link,
				#footercontainer a:visited,
				#footercontainer a:hover {
					color: #f5f2bc;
					border-bottom: 1px solid #f5f2bc;
				}
				
			
			#footer p {
			margin: 0;
			padding: 20px 0;
			text-align: center;
			}
			
			.footerBlock { width: 320px; float: left; text-align: left; background-color: silver; }
				.footerBlock .pad {
					padding: 10px 0;
				}
				
			#blockOne, #blockTwo {
				margin-right: 15px;
			}





acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	list-style: square;
	}
.entry ol {
	padding: 0 0 0 35px;
	}

	
.entry ol li {
	
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	}

#sidebar ul li {
	margin-bottom: 15px;
	}
	
#sidebar ul ul li {
	list-style: square;
}

#sidebar ul p, 
#sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 16px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}


/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

