/*
Theme Name: ZoomiLife
Theme URI: http://zoomilife.com/
Description: WordPress theme for the ZoomiLife blog.
Author: UniqueBlogDesigns
Author URI: http://uniqueblogdesigns.com/
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #292929 url(images/background.gif) repeat-x top;
	font: 12px Arial, Verdana, Sans-serif;
}

	.wrapper {
		width: 1002px;
		margin: 0 auto;
	}
	
		#header {
			height: 110px;
			padding: 0 0 3px 0;
		}
		
			h1 a {
				width: 397px; height: 66px;
				background: url(images/logo.gif) no-repeat;
				text-indent: -10000px;
				margin: 24px 0 0 20px;
				float: left;
			}
			
			#header #searchform {
				width: 255px; height: 26px;
				padding: 10px 0 0 0;
				float: right;
			}
			
				#header #searchform label {
					height: 26px;
					background: url(images/searchglass.gif) no-repeat left;
					font-weight: bold;
					color: #20a2ff;
					line-height: 26px;
					padding: 0 10px 0 25px;
					float: left;
				}
				
				#header #searchform #s {
					width: 160px; height: 16px;
					background: url(images/searchinput.gif) no-repeat;
					padding: 5px;
					border: 0;
					float: left;
				}
				
			#header ul {
				height: 29px;
				margin: 45px 0 0 0;
				float: right;
				clear: right;
			}
			
				#header ul li {
					list-style: none;
					margin: 0 0 0 5px;
					float: left;
				}
				
					#header ul li a {
						height: 28px;
						background: url(images/navigation.gif) repeat-x top;
						line-height: 28px;
						font-weight: bold;
						color: #20a2ff;
						text-decoration: none;
						border: 1px solid #f3f3f3;
						border-bottom: 0;
						padding: 0 20px;
						float: left;
					}
					
						#header ul li a:hover {
							background: url(images/navigation.gif) repeat-x bottom;
							color: #fff;
							text-decoration: none;
							border: 1px solid #4d98d7;
							border-bottom: 0;
						}
						
		#main-content {
			width: 1002px;
			background: url(images/main-content.gif) repeat-y left;
			overflow: hidden;
		}
		
			#content {
				width: 480px;
				padding: 12px;
				float: left;
				
			}
			
				div.postmetadata {
					line-height: 20px;
					color: #9a9a9a;
					padding: 10px 0 10px 0;
					border-bottom: 1px solid #dbdbdb;
					overflow: hidden;
					
				}
				
				div.postmetadata p.date {
					width: 41px; height: 33px;
					background: url(images/date-box.gif) no-repeat;
					line-height: 16px;
					text-align: center;
					font-size: 11px;
					font-weight: bold;
					color: #fff;
					padding: 4px 0;
					float: right;
				}
				
				div.postmetadata p.date span {
					font-size: 15px;
					display: block;
				}
				
				div.entry {
					padding-bottom: 10px;
					padding-top: 10px;
					line-height: 18px;
					text-align:justify;
					width:480px;
					padding-left: 0px;
					padding-right: 0;
					margin:auto;
				}
				
				div.entry p {
					padding: 10px 0;
				}
				
				a img {
					border: 0;
				}
				
				small {
					font-size: 10px;
					line-height: 14px;
				}
				
				h2, h2 a, h2 a:visited, h2 a:hover {
					font-size: 24px;
					font-weight: bold;
					color: #5f5f5f;
				}
				
				h2 {
					padding: 0 0 5px 0;
					border-bottom: 1px solid #dbdbdb;
				}
				
				h2.pagetitle {
					color: #119bfd;
					margin: 0 0 20px 0;
				}
				
				h3 {
					font-size: 20px;
					font-weight: normal;
					color: #5f5f5f;
					margin: 0 0 10px 0;
				}
				
				h3, h3 a, h3 a:visited, h3 a:hover {
					color: #5f5f5f;
				}
				
				h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, cite {
					text-decoration: none;
				}
				
				h2 a:hover, h3 a:hover {
					text-decoration: none;
				}

				small, .nocomments, blockquote, strike {
					color: #777;
				}
					
				code {
					font: 1.1em 'Courier New', Courier, Fixed;
				}
					
				acronym, abbr, span.caps
				{
					font-size: 0.9em;
					letter-spacing: .07em;
				}
					
				a {
					font-weight: bold;
					color: #119bfd;
					text-decoration: none;
				}
					
				a:hover {
					color: #119bfd;
					text-decoration: underline;
				}
						
				p img {
					padding: 0;
					max-width: 100%;
				}
					
				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
				}
						
				acronym, abbr, span.caps {
					cursor: help;
				}
					
				acronym, abbr {
					border-bottom: 1px dashed #dbdbdb;
				}
					
				blockquote {
					margin: 15px 30px 0 10px;
					padding-left: 20px;
					border-left: 5px solid #dbdbdb;
				}
					
				blockquote cite {
					margin: 5px 0 0;
					display: block;
				}
					
				.center {
					text-align: center;
				}
					
				.hidden {
					display: none;
				}
					
				hr {
					display: none;
				}
					
				a img {
					border: none;
				}
					
				.navigation {
					display: block;
					text-align: center;
					margin-top: 10px;
					margin-bottom: 60px;
				}
					
				html>body .entry ul {
					margin-left: 0px;
					padding: 0 0 0 35px;
					padding-left: 10px;
					text-indent: -10px;
				}

				html>body .entry li {
					margin: 7px 0 8px 25px;
					padding: 0 0 0 10px;
				}

				.entry ol {
					padding: 0 0 0 20px;
					margin: 0;
				}

				.entry ol li {
					margin: 0;
					padding: 0;
				}
				
				p.postmetadata {
					padding: 8px 0;
					margin: 0 0 20px 0;
					border-top: 1px solid #dbdbdb;
					border-bottom: 1px solid #dbdbdb;
					overflow: hidden;
				}
				
					p.postmetadata .comment a {
						margin: 0 20px 0 0;
					}
					
					p.postmetadata .comment a {
						background: url(images/comment-bubble.gif) no-repeat left;
						padding: 0 0 0 25px;
						margin: 0;
						float: right;
					}
			
			#sidebar {
				width: 442px;
				color: #757575;
				float: right;
				overflow: hidden;
			}
			
				#left-sidebar {
					width: 254px;
					padding: 0 14px;
					float: left;
				}
				
					#left-sidebar > li {
						width: 254px;
						list-style: none;
						padding: 15px 0;
						border-bottom: 1px solid #dbdbdb;
						overflow: hidden;
					}
					
					p.badges {
						width: 50%;
						float: left;
						overflow: hidden;
					}
					
					p.badges a {
						width: 100%;
						margin: 0 0 5px 0;
						display: block;
					}
					
					#left-sidebar li ul li {
						line-height: 22px;
						padding: 0 0 0 5px;
					}
					
						#left-sidebar li ul li a { color: #717171; }
					
						#sidebar h2 {
							font-size: 18px;
							font-weight: bold;
							color: #0396ff;
							padding: 0 0 5px 0;
							border: 0;
						}
						
						#sidebar  p {
							padding: 5px 0;
						}
						
						#sidebar p.rss-icon {
							height: 64px;
							overflow: hidden;
						}
						
							#sidebar p.rss-icon a {
								width: 66px; height: 64px;
								background: url(images/rss-icon.gif) no-repeat left;
								float: left;
							}
							#sidebar p.rss-icon span {
								float: right;
								font-size: 11px;
								text-transform: uppercase;
								color: #c1c1c1;
								padding: 10px 0 0 0;
								display: block;
							}
							
						#sidebar form {
							padding: 10px 0 0 0;
						}
						
							#sidebar label {
								width: 75px; height: 23px;
								line-height: 23px;
								font-weight: bold;
								color: #20a2ff;
								text-align: right;
								padding: 0 8px 0 0;
								float: left;
							}
							
							#sidebar #username, #sidebar #password {
								width: 161px; height: 17px;
								background: url(images/logininput.gif) no-repeat;
								padding: 3px 5px;
								border: 0;
							}
							
							#sidebar #loginsubmit {
								width: 69px; height: 23px;
								background: url(images/login.gif) no-repeat;
								border: 0;
								cursor: pointer;
								float: right;
							}
							
							#sidebar form p.left {
								width: 175px;
								padding: 0 10px 0 0;
								float: left;
							}
							
								#sidebar form p.left input {
									width: 165px; height: 15px;
									background: url(images/subscribeinput.gif) no-repeat;
									color: #ababab;
									padding: 4px 5px;
									margin: 0 0 8px 0;
									border: 0;
								}
								
							#sidebar form p.submit {
								width: 69px; height: 23px;
								padding: 31px 0 0 0;
								float: left;
							}
							
								#sidebar form p.submit input {
									width: 69px; height: 23px;
									background: url(images/subscribe.gif) no-repeat;
									border: 0;
									cursor: pointer;
								}
							
				#right-sidebar {
					width: 125px;
					padding: 18px 18px 0 17px;
					float: right;
				}
				
					#right-sidebar li {
						list-style: none;
						padding: 0 0 18px 0;
					}
					
		/** COMMENTS **/

		#content #cmw {
			text-align:center;
			font:12px/18px arial;
		}

		#content #cmbox { clear:both; text-align:left; margin: 0; padding: 0; }
		#content #cmbox  a {
			color:#565656;
		}

		#content #cmbox  a:hover {
			text-decoration:underline;
		}

		#content #commentform {
			padding:10px;
			overflow:hidden;
			border:1px solid #d6d6d6;
			width:508px;
			width/**/:/**/508px;
		}

		#content #commentform .changeAva {
			text-align:center;
			float:right;
			width:160px;
			width/**/:/**/148px;
			padding:5px 10px;
			border:1px solid #d6d6d6;
			background:#f9f9f9;
			font:11px/16px arial;
			margin:0 0 10px;
		}

		#content #commentform .changeAva h4 {
			color:#119bfd;
			font:bold 14px/18px arial;
		}

		#content #commentform .changeAva span {
			display:block;
		}

		#content #commentform .changeAva a {
			color:#119bfd;
		}

		#content #commentform input,
		#content #commentform textarea {
			padding:2px 3px;
			color:#565656;
		}

		#content #author,
		#content #email,
		#content #url,
		#content #comment{
			display:block;
			font-size:13px;
			border:1px solid #d6d6d6;
			font-family:arial;
			width:210px;
			width/**/:/**/218px;
			height:22px;
			height/**/:/**/auto;
			background:#f2f2f2 url(images/comment-input.gif) repeat-x;
		}

		#content #commentform textarea#comment {
			width:488px;
			min-height:100px;
			border-width:1px;
			margin:0 0 5px;
			background:#f2f2f2 url(images/comment-textarea.gif) repeat-x;
			clear: both;
		}

		* html #commentform textarea#comment {
			height:100px;
		}

		#content #commentform p {
			padding:0 0 8px;
		}

		#content .commentlist {
			list-style:none outside;
			width:100%;
			overflow:hidden;
		}

		#content .commentlist li {
			margin:0 0 20px;
			width:100%;
			overflow:hidden;
		}

		#content .commentlist li .cmAvatar { float:left; margin:0 -1px 0 1px; display:inline; width:66px; font:0/0 arial; color:#fff; position:relative; }
		#content .commentlist li .cmAvatar a { color:#fff; }
		#content #cmw #cmbox .cmAvatar img { position: relative; width: 66px; height: 66px; margin:0!important; border: solid 1px silver; display:block!important; }
		#content .commentlist li .cmContent {
			float:right;
			width:410px;
			width/**/:/**/380px;
			padding:5px 10px 0 10px;
			border:1px solid #d6d6d6;
			background:#f9f9f9;
		}

		#content .commentlist li.cadmin .cmContent {
			border:1px solid #d6d6d6;
			background:#626267;
			color:#fff;
		}

		#content .commentlist li.cadmin .cmContent a {
			color:#fff;
		}

		#content .commentlist li .cmContent .cmInfo {
			font:15px/20px arial;
			color:#626267;
			padding:0 0 10px;
		}

		#content #cmbox  .commentlist li .cmContent .cmInfo a {
			color:#626267;
		}

		#content .commentlist li.cadmin .cmContent .cmInfo {
			color:#fff;
		}

		#content #cmbox  .commentlist li.cadmin .cmContent .cmInfo a {
			color:#fff;
		}

		#content .commentlist li .cmContent .cmInfo .cauth {
			font: 15px/20px arial;
		}

		#content .commentlist li .cmContent .cmInfo .cauth img {
			display:none!important;
		}

		#content .commentlist li p {
			padding:0 0 15px;
			clear:both;
			text-align:justify;
		}

		h3#respond,
		h3#comments { font:bold 17px/22px arial; color:#626267; padding:5px 0 5px; margin:0 0 8px; background:url(images/post-footer.jpg) repeat-x left bottom; border-bottom: 1px solid #dbdbdb; }
		.apost h3 { color: #8e979c; font-size: 22px; margin-top: 10px; margin-bottom: 5px; }
		
	#footer {
		height: 298px;
		background: url(images/footer.gif) repeat-x top;
	}
	
		#footer div.wrapper {
			height: 208px;
			padding: 20px 0;
			color: #fff;
		}
		
			#footer #tagcloud {
				width: 400px;
				padding: 0 20px;
				float: right;
			}
			
			#footer #archives {
				width: 225px;
				padding: 0 20px 0 0;
				float: left;
			}
			
			#footer #featured-links {
				width: 300px;
				padding: 0 17px 0 0;
				float: left;
			}
		
		#footer h2 {
			font-size: 18px;
			font-weight: bold;
			color: #292929;
			padding: 0 0 5px 0;
			border: 0;
		}
		
		#footer ul li {
			width: 140px;
			line-height: 25px;
			list-style: none;
			padding: 0 10px 0 0;
			float: left;
		}
		
		#footer a {
			color: #fff;
		}
		
		#footer p.wrapper {
			height: 50px;
			line-height: 50px;
			color: #cbcbcb;
		}
		
		#footer .ubd-logo {
			width: 137px; height: 32px;
			background: url(images/ubd-logo.gif) no-repeat;
			text-indent: -10000px;
			margin: 6px 0 12px 0;
			float: right;
		}
		
/* Featured Posts */
#featured {
	width: 536px;
	overflow: hidden;
}
#featured h2 {
	font-size: 18px;
	color: #0396ff;
	padding: 0 0 5px 0;
	border: 0;
}
#featured .content {
	clear:both;
	padding:0 0 10px 0;
}
#featured .info {
	width:100%;
	color:#888;
	font-size: 11px;
}
#featured .info li {
	list-style: none;
	float:left;
	padding:0 0 5px 0;
	border:none;
	background:none;
	width:auto;
}
#featured .info li a {
	color: #fff;
}
#featured .info li.comment {
	float: right;
}
#featured .thumb {
	width: 123px;
	background: #387bdf url(images/featured-content.gif) repeat-x top;
	padding: 10px;
	margin: 0 10px 0 0;
	margin-bottom:0!important;
	float: left;
}
#featured p {
	width: auto;
	background: #296ad3 url(images/featured-content.gif) repeat-x top;
	padding: 5px 10px;
	margin: 0 0 5px 0;
	display: table;
	overflow: hidden;
}
#featured .more-link {
	float:right;
	font-style: italic;
	color:#eda133;
	clear: both;
}
#featured a {
	color:#eda133;
}
#featured .list {
	font-size:1.08em;
	font-weight:bold;
	position:relative;
	z-index:5;
	float: right;
}
#featured .list li {
	list-style: none;
	float:left;
}
#featured .list li a {
	font-size: 18px;
	float:left;
	color:#0396ff;
	padding:1px 8px;
}
#featured .list li a:visited {
	color:#0396ff;
}
#featured .list li a:hover,
#featured .list li a:focus {
	color:#f49f25;
	text-decoration:none;
}
#featured .jcarousel-container {
	margin:0 0 5px;
	width:536px;
	position:relative;
}
#featured .jcarousel-clip {
	z-index:2;
	position:relative;
	overflow:hidden;
	width:536px;
}
#featured .jcarousel-list {
	z-index:1;
	overflow:hidden;
	position:relative;
	top:0;
}
#posts {
	margin: 0 0 20px 0;
}
#posts * {
	position:relative;
}
#posts li {
	width:514px;
	width/**/:/**/514px;
	background:#2a6fdc url(images/featured-post.gif) repeat-x top;
	list-style: none;
	border:1px solid #dbdbdb;
	padding:5px 10px;
	color: #fff;
	float:left;
}
#posts li h3, #posts li h3 a {
	font-size: 18px;
	color: #fff;
	padding: 0;
	margin: 0 0 5px 0;
}
#posts li:after {
	display:none;
}
.post {
	width: 480px;
	padding-left: 30px;
}
