/*
Theme Name: Ditch Your Job for IM
Theme URI: http://ditchyourjobforim.com
Description: Custom Theme for Ditch Your Job
Version: 1.0
Author: Hungry Dog Media
Author URI: http://hungrydogmedia.com
*/

/* General */

body {
	margin: 0;
	background: #75aac9 url(images/background.gif) repeat-x;
	font: 14px Verdana, Arial, Sans-Serif;
	color: #000;
}

a {
	color: #5d8bb2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

h1, h2, h3, h4 {
	margin: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */
#page {
	margin: 0 auto;
	padding: 0 11px;
	width: 869px;
	background: url(images/page.gif) repeat-y;
}


/* Header */
#header {
	width: 869px;
	height: 384px;
	background: #FFF url(images/header.gif) repeat-x;
	position: relative;
}

	/* Header - Menu */
	
	#header ul#header-menu {
		margin: 0;
		padding: 0;
		list-style-type: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 625px;
		height: 37px;
	}
	
	#header ul#header-menu li {
		float: left;
		font-weight: bold;
		color: #fffFFF;
		line-height: 37px;
		padding-right: 1px;
		background: url(images/header_menu.gif) no-repeat top right;
	}
	
	#header ul#header-menu li a {
		color: #FFF;
		padding: 0 15px;
		display: block;
	}
	
		/* Header - Menu - Submenu */
		
		#header ul#header-menu li ul {
			display: none;
		}
	
	/* Header - Search */
	#header #searchform {
		position: absolute;
		top: 10px;
		right: 0px;
		margin: 0;
		padding: 0;
		width: 240px;
		height: 19px;
	}
	
	#header #searchform label {
		font-weight: bold;
		font-size: 14px;
		color: #FFF;
		line-height: 19px;
	}
	
	#header #searchform #s {
		width: 142px;
		height: 13px;
		padding: 2px 3px;
		border: 1px solid #5580aa;
		font-size: 12px;
		color: #1e1a16;
	}
	
	#header #searchform #searchsubmit {
		background: transparent;
		border: none;
		height: 19px;
		padding: 0;
		font-weight: bold;
		font-size: 14px;
		color: #FFF;
		line-height: 19px;
	}
	
	/* Header - Title */
	
	#header h1 {
		position: absolute;
		top: 40px;
		left: 8px;
		width: 853px;
		height: 110px;
	}
	
	/* Header - Box */
	
	#header ul#header-box {
		margin: 0;
		padding: 0;
		list-style-type: none;
		position: absolute;
		top: 154px;
		left: 8px;
		height: 222px;
	}
	
	#header ul#header-box li {
		float: left;
		font-size: 14px;
		line-height: 18px;
		width: 282px;
		height: 222px;
		background: url(images/header_box.gif) no-repeat;
		text-align: center;
		margin-right: 4px;
	}


/* Main */

#main {
	width: 869px;
	background: #FFF;
	overflow: hidden;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 567px;
		margin-left: 9px;
	}
	
		* html #content { display: inline; }
	
	/* Main - Content - About */
	
	#content .about {
		width: 567px;
		height: 160px;
		margin-bottom: 9px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		margin-bottom: 9px;
		width: 567px;
		background: url(images/post.gif) repeat-y;
	}
	
	#content .post-top {
		width: 567px;
		background: url(images/post_top.png) no-repeat;
	}
	
	#content .post-bottom {
		width: 567px;
		background: url(images/post_bottom.gif) no-repeat left bottom;
		padding-top: 10px;
	}
	
		/* Post - Title */
		
		#content .post h2 {
			color: #ffffff;
			font-size: 18px;
			font-weight: bold;
			padding: 0 8px;
			line-height: 25px;
		}
		
		#content .post h2 a {
			color: #ffffff;
		}
		
		#content .post .post-info {
			line-height: 20px;
			font-size: 11px;
			color: #ffffff;
			padding: 0 8px;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			line-height: 20px;
			padding: 1px 12px;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #7b9cbd;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 5px 0;
			color: #000000;
			font-size: 16px;
			font-weight: bold;
		}
		
		/* Post - Comments */
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li.alt {
			background: #ececec;
		}
		
		#content .post .comments ol li cite {
			color: #000000;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #000000;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			padding-left: 25px;
			margin: 0;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font-weight: bold;
	}
	
	#content .navigation a {
		margin-bottom: 9px;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: right;
		width: 282px;
		margin-right: 8px;
	}
	
		* html #sidebar { display: inline; }
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 282px;
		margin-bottom: 7px;
		background: url(images/sidebar_box.gif) repeat-y;
	}
	
	#sidebar .sidebar-box-top {
		width: 282px;
		background: url(images/sidebar_box_top.gif) no-repeat;
	}
	
	#sidebar .sidebar-box-bottom {
		width: 282px;
		background: url(images/sidebar_box_bottom.gif) no-repeat left bottom;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 262px;
			height: 28px;
			padding: 0 10px;
			line-height: 28px;
			color: #ffffff;
			font-weight: bold;
			font-size: 17px;
			background: url(images/sidebar_title.gif) no-repeat;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 5px 0;
			list-style-type: none;
		}
		
		#sidebar ul li {
			padding-left: 10px;
			line-height: 22px;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				padding: 0;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 20px 0;
			width: 282px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 240px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			padding: 5px 0;
			margin: 0 auto;
			width: 150px;
			line-height: 20px;
		}
		
		#sidebar #calendar_wrap table {
			width: 150px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 5px 10px;
			line-height: 20px;
		}
		#sidebar p {
			padding: 5px 10px;
			line-height: 20px;
		}

/* Footer */

#footer {
	margin-top: 30px;
	width: 869px;
	height: 34px;
	line-height: 34px;
	background: #ffffff;
	text-align: center;
}
