/*
Theme Name: Netlife
Theme URI: http://www.dizzain.com/blog_customization/
Description: The WordPress theme for site <b>Netlife</b>.
Version: 1.0
Author: Dizzain.com
Author URI: http://www.dizzain.com/
*/

html { width: 100%; }

* {
	margin: 0;
	padding: 0;
}

body {
	font: 13px/18px Arial, Verdana, Tahoma;
	color: #454545;
	background: #fff url("images/bg.jpg") 0 0 repeat;
}

a img, fieldset {
	border: none;
}

legend {
	display: none;
}

p {
	margin: 10px 0 0 0;
}

ul, ol {
	margin: 10px 0 0 20px;
}

pre {
	font: 14px/16px "Courier New", Courier, monospace;
	color: #333;
	margin: 10px 0;
}

a {
	color: #387ab3;
}

a:hover {
	text-decoration: none;
}

a:hover, a:active, a:focus {
	outline:none;
}

.overflow {
	overflow: auto;
}

/*
	Layonts
*/

#wrapper {
	float: left;
	min-width: 1000px;
	max-width: 1200px;
	overflow: hidden;
	background: url("images/header.jpg") 0 0 no-repeat;
}

#header {
	float: left;
	width: 1040px;
	height: 145px;
	overflow: hidden;
}

#container {
	float: left;
	width: 980px;
	background: #fff;
	overflow: hidden;
}

#content {
	float: left;
	width: 985px;
	background: url("images/content.jpg") 0 0 no-repeat;
	overflow: hidden;
}

#left {
	float: left;
	width: 505px;
	margin: 0;
}

#aside {
	float: left;
	width: 460px;
	margin-left: 20px;
}

#footer {
	float: left;
	width: 980px;
	height: 100px;
	background: url("images/footer.jpg") 0 0 no-repeat;
}

/*
	Header
*/



/*
	Logo
*/

#logo {
	float: left;
	width: 260px;
	height: 90px;
	margin: 50px 0 0 50px;
	background: url("images/logo.png") center no-repeat;
	text-indent: -1000px;
}

	#logo h1, #logo h2 {
		font: bold 18px/35px Arial, Tahoma, sans-serif;
		margin: 0;
		padding: 0;
	}

		#logo h1 a, #logo h2 a {
			display: block;
			width: 260px;
			height: 90px;
		}

/*
	Menu
*/

#menu {
	float: left;
	width: 432px;
	height: 90px;
	margin: 35px 0 0 240px;
}

	#menu ul {
		float: left;
		padding: 0;
		list-style-type: none;
		height: 46px;
		width: 430px;
		margin: 30px 0 0;
	}

		#menu ul li {
			float: left;
			margin: 0 5px 0 0;
			font: 17px/49px Georgia;
			padding: 0;
			height: 46px;
			width: 92px;
			text-transform: uppercase;
		}

			#menu ul li a {
				color: #c9dcef;
				display: block;
				text-decoration: none;
				padding: 0;
				text-align: center;
			}

				#menu ul li a span {
					padding-right: 8px;
				}

			#menu ul li.active a, #menu ul li a:hover {
				color: #fff;
				display: block;
				text-decoration: none;
				background: url("images/menu_hover.png") 0 0 no-repeat;
			}

				#menu ul li a:hover span {
					display: block;
				}

/*
	RSS
*/

#rss {
	float: left;
	width: 51px;
	height: 76px;
	margin: 45px 0 0 0;
}

	#rss a {
		display: block;
		background: url("images/rss.png") 0 0 no-repeat;
		width: 51px;
		height: 76px;
		text-indent: -2000px;
	}

/*
	Content
*/

#left .posts {
	float: left;
	width: 500px;
	margin: 40px 0 0 20px;
}

	#left .posts .post {
		float: left;
		border-bottom: 1px dashed #454545;
		margin: 0 0 20px;
		padding: 0 0 20px;
		width: 480px;
	}

		#left .posts h2.pagetitle {
			color: #316baa;
			font: 26px/30px Georgia;
			letter-spacing: -1px;
			margin: 10px 0 20px 0;
			padding: 0 0 5px 30px;
			border-bottom: 1px dashed #000;
		}

		#left .posts .post h1, #left .posts .post h2 {
			color: #316baa;
			font: 30px/34px Georgia;
			letter-spacing: -1px;
		}

		#left .posts .post h3 {
			color: #316baa;
			font: 18px/20px Georgia;
			letter-spacing: -1px;
                        padding-top: 15px;
		}

			#left .posts .post h1 a, #left .posts .post h2 a {
				color: #316baa;
				text-decoration: none;
			}

			#left .posts .post h1 a:hover, #left .posts .post h2 a:hover {
				text-decoration: underline;
			}

		#left .posts .post .info {
			float: left;
			width: 100%;
		}

			#left .posts .post .info .date {
				width: 103px;
				float: left;
			}

				#left .posts .post .info .date .d {
					width: 103px;
					height: 20px;
					float: left;
				}

				#left .posts .post .info .date .m {
					width: 103px;
					height: 23px;
					float: left;
				}

			#left .posts .post .info .title {
				width: 350px;
				float: left;
				margin-left: 10px;
			}

		#left .posts .post .entry {
			float: left;
			padding: 10px 0 0 30px;
			width: 460px;
		}

		#left .posts .post .meta {
			float: left;
			padding: 15px 0 0 30px;
			color: #848484;
		}

			#left .posts .post .meta p {
				color: #848484;
				font: 13px/21px Arial;
				margin: 0 0 5px;
			}

				#left .posts .post .meta p.tags {
					background: url("images/tags.png") 0 0 no-repeat;
					padding-left: 20px;
				}

				#left .posts .post .meta p a.comment_cloud {
					display: block;
					float: left;
					width: 23px;
					height: 19px;
					background: url("images/comment_cloud.png") 0 0 no-repeat;
					text-align: center;
					font: 10px/14px Arial;
					text-decoration: none;
					color: #387ab3;
					margin-right: 5px;
				}

			/* Entry Flickr */

			#left .posts .post .entry .flickr {
				float: left;
				width: 100%;
				margin-top:20px;
			}

				#left .posts .post .entry .flickr .i {
					float: left;
					margin: 5px;
				}

					#left .posts .post .entry .flickr .i img {
						padding: 1px;
						border: 1px dashed #000;
					}

/* Comments */

#left .comments {
	float: left;
	width: 500px;
	margin: 10px 0 0 20px;
}

	#left .comments h3 {
		color: #316baa;
		font: 24px/30px Georgia;
		letter-spacing: -1px;
		margin-left: 30px;
	}

/* Commentform */

.commentlist {
	margin: 10px 0 0 50px;
}

	.commentlist li {
		margin: 0 0 10px;
	}

	.commentlist li .avatar {
		background: #fff;
		border: 1px solid #eee;
		float: right;
		padding: 2px;
	}

#commentform {
	float: left;
	width: 100%;
	margin: 0 0 20px 50px;
}

	#commentform textarea {
		float: left;
		width: 400px;
		height: 200px;
		margin: 0;
		font: 12px/16px Arial;
	}

/* Navigation */

#left .navigation {
	float: left;
	width: 500px;
	margin: 0 0 0 50px;
}

	#left .navigation p {
		font: 22px/32px Georgia;
	}

	#left .navigation p a {
		display: block;
		float: left;
		margin: 0 3px;
	}

	#left .navigation p .dots {
		display: block;
		float: left;
		margin: 0 3px;
	}

	#left .navigation p a.active {
		background: url("images/page_active.png") 0 0 no-repeat;
		width: 29px;
		height: 38px;
		text-align: center;
		color: #848484;
		text-decoration: none;
	}

	#left .navigation p a.p, #left .navigation p a.n {
		font: 12px/32px Georgia;
	}

/*
	Aside
*/

#aside .dropdowns {
	float: left;
	width: 460px;
	height: 105px;
        /*background-color: red;*/
}

	#aside .dropdowns .search {
		float: left;
		width: 200px;
		height: 50px;
		margin: 10px 0 0 40px;
		background: url("images/label_search.gif") 0 0 no-repeat;
	}

	#aside .dropdowns .archives {
		float: left;
		width: 175px;
		height: 50px;
		margin: 10px 0 0 10px;
		background: url("images/label_archives.gif") 0 0 no-repeat;
	}

		#aside .dropdowns .archives .link {
			float: left;
			margin: 23px 0 0 0;
		}

#aside .sidebars {
	float: left;
	width: 460px;
	background: url("images/aside.jpg") 0 0 repeat-y;
}

	#aside .sidebars ul {
		float: left;
		margin: 0;
		list-style-type: none;
	}

		#aside .sidebars ul li {
			float: left;
			margin: 0 0 0 5px;
			width: 220px;
		}

			#aside .sidebars ul.large li {
				float: left;
				margin: 20px 0 0 5px;
				width: 440px;
			}

			#aside .sidebars ul li ul {
				float: left;
				border-top: 1px dashed #000;
				width: 170px;
				margin: 0 0 0 30px;
				padding-top: 10px;
			}

				#aside .sidebars ul li ul li {
					float: left;
					width: 100%;
					margin: 3px 0 3px 0;
				}

			#aside .sidebars .follow {
				float: left;
				margin: 10px 0 10px 30px;
			}

			#aside .sidebars ul li h2 {
				width: 180px;
				height: 45px;
				background: url("images/h2.gif") 0 bottom no-repeat;
				font: 25px/40px Georgia;
				color: #387ab3;
				padding-left: 30px;
				letter-spacing: -1px;
				float: left;
				position: relative;
				margin: 0;
			}

				#aside .sidebars ul li h2.categories span {
					background: url("images/icons/categories.png") 0 0 no-repeat;
					width: 33px;
					height: 29px;
					display: block;
					float: left;
					position: absolute;
					top: 10px;
					left: 150px;
				}

				#aside .sidebars ul li h2.twitter span {
					background: url("images/icons/twitter.png") 0 0 no-repeat;
					width: 67px;
					height: 59px;
					display: block;
					float: left;
					position: absolute;
					top: -12px;
					left: 110px;
				}

				#aside .sidebars ul li h2.links span {
					background: url("images/icons/links.png") 0 0 no-repeat;
					width: 32px;
					height: 24px;
					display: block;
					float: left;
					position: absolute;
					top: 10px;
					left: 160px;
				}

				#aside .sidebars ul li h2.peeps span {
					background: url("images/icons/peeps.png") 0 0 no-repeat;
					width: 32px;
					height: 24px;
					display: block;
					float: left;
					position: absolute;
					top: 10px;
					left: 170px;
				}

				#aside .sidebars ul li h2.photos span {
					background: url("images/icons/photos.png") 0 0 no-repeat;
					width: 68px;
					height: 73px;
					display: block;
					float: left;
					position: absolute;
					top: -10px;
					left: 180px;
				}

				#aside .sidebars ul li h2.tags span {
					background: url("images/icons/tags.png") 0 0 no-repeat;
					width: 66px;
					height: 36px;
					display: block;
					float: left;
					position: absolute;
					top: 5px;
					left: 150px;
				}

#aside .sidebars ul.large .flickr {
	float: left;
	width: 380px;
	margin: 10px 0 0 30px;
}

	#aside .sidebars ul.large .flickr .i {
		float: left;
		margin: 5px;
	}

		#aside .sidebars ul.large .flickr .i img{
			width: 60px;
			height: 60px;
			padding: 1px;
			border: 1px dashed #000;
		}

#aside .sidebars ul.large .tag_cloud {
	float: left;
	width: 380px;
	margin: 10px 0 0 30px;
	padding-bottom: 20px;
}

/*
	Footer
*/

#footer p {
	font: 12px/14px Arial;
	margin: 50px 0 0 50px;
	color: #000;
}

#footer a {
	color: #000;
}

/*
	Other styles
*/

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


/*
	Search form
*/

#searchform {
	width: 204px;
	height: 34px;
	margin: 20px 0 0 0;
}

	#searchform p {
		margin: 0;
	}

	#searchform input {
		float: left;
	}

	#searchform .field {
		width: 150px;
		height: 20px;
		border: 1px solid #bfbfbf;
	}

	#searchform .button {
		cursor: pointer;
		width: 37px;
		height: 23px;
		background: url("images/go.png") 0 0 no-repeat;
		border: 0;
		margin-left: 5px;
		text-indent: -1000px;
	}


/*
	Archives form
*/

#archivesform {
	width: 190px;
	height: 34px;
	margin: 19px 0 0 0;
}

	#archivesform p {
		margin: 0;
	}

	#archivesform select {
		width: 130px;
		height: 21px;
		border: 1px solid #bfbfbf;
	}

	#archivesform .button {
		cursor: pointer;
		width: 37px;
		height: 23px;
		background: url("images/go.png") 0 0 no-repeat;
		border: 0;
		margin-left: 5px;
		text-indent: -1000px;
	}


/*
	Images
*/

#content p img {
	padding: 0;
	max-width: 460px;
	margin: 5px;
	border: 1px solid #ebf0f3;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content img.alignright {
	padding: 4px;
	margin: 5px 0 5px 5px;
	display: inline;
}

#content img.alignleft {
	padding: 4px;
	margin: 5px 5px 5px 0;
	display: inline;
}

.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;
}


/*  
	BRAD's CHANGES
*/
#post60-underline a:link, #post60-underline a:visited, #post60-underline a:active, #post60-underline a:hover {
	text-decoration:underline;
	border:none;
	background: #fff;
}
#post60-dotted a:link, #post60-dotted a:visited, #post60-dotted a:active, #post60-dotted a:hover {
	text-decoration:none;
	border-bottom: thin dotted;
	background: #fff;
}
#post60-dashed a:link, #post60-dashed a:visited, #post60-dashed a:active, #post60-dashed a:hover {
	text-decoration:none;
	border-bottom: thin dashed;
	background: #fff;
}
#post60-color a:link, #post60-color a:visited, #post60-color a:active, #post60-color a:hover {
	color: #039;
	text-decoration:none;
	background: #fff;
	border-bottom: none;
}
#post60-color-strong a:link, #post60-color-strong a:visited, #post60-color-strong a:active, #post60-color-strong a:hover {
	color: #039;
	text-decoration:none;
	background: #fff;
	border-bottom: none;
	font-weight: bold;
}
#post60-shifting a:link, #post60-shifting a:visited, #post60-shifting a:active, #post60-shifting a:hover {
	color: #039;
	text-decoration:none;
	background: #fff;
	border-bottom: none;
}
#post60-shifting a:hover {
	color: #039;
	text-decoration:none;
	background: #fff;
	border-bottom: none;
	font-weight: bold;
}
#post60-color a:link, #post60-color a:visited, #post60-color a:active, #post60-color a:hover {
	color: #039;
	text-decoration:none;
	background: #fff;
	border-bottom: none;
}
#post60-hover-underline a:link, #post60-hover-underline a:visited, #post60-hover-underline a:active {
	color: #039;
	text-decoration:none;
	background: #fff;
	border-bottom: none;
	font-weight: bold;
}
#post60-hover-underline a:hover {
	color: #039;
	text-decoration:underline;
	background: #fff;
	border-bottom: none;
	font-weight: bold;
}
#post60-hover-colour a:link, #post60-hover-colour a:visited, #post60-hover-colour a:active {
	color: #039;
	text-decoration:none;
	background: #fff;
	border-bottom: none;
	font-weight: bold;
}
#post60-hover-colour a:hover {
	color: #333;
	text-decoration:none;
	background: #fff;
	border-bottom: none;
	font-weight: bold;
}
#post60-hover-background a:link, #post60-hover-background a:visited, #post60-hover-background a:active {
	color: #039;
	text-decoration:none;
	background: #fff;
	border-bottom: none;
	font-weight: bold;
}
#post60-hover-background a:hover {
	color: #039;
	text-decoration:none;
	background: #bcbcbc;
	border-bottom: none;
	font-weight: bold;
}
a:link.post60-wikipedia-external, a:hover.post60-wikipedia-external
{
	background-image: url(wikipedia-external.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 13px;
}
a:link.post60-google-external, a:hover.post60-google-external
{
	background-image: url(google-external.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
}
a:link.post60-pdf, a:hover.post60-pdf
{
	background-image: url(pdf.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}
.example {
	padding-top:0px;
	margin-top: 18px;
	margin-bottom: 18px;
	border: 1px solid black;
	padding: 18px;
	width: 50%;
}
.example p {
	padding-top:0px;
	margin-top:-5px;
}
#sharethis {
	padding-bottom: 10px;
}
#donate-button {
	padding-top: 20px;
}

