/*
Theme Name: Igeektrooper
Theme URI: http://www.dizzain.com/blog_customization/
Description: The WordPress theme for site <b>Igeektrooper</b>.
Version: 1.0
Author: Dizzain.com
Author URI: http://www.dizzain.com/
*/

/*
	Reset by Eric Meyer
	http://meyerweb.com/eric/tools/css/reset/
*/

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;}
blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none; }
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table { border-collapse: collapse; border-spacing: 0; }
sup, sub { font-size: 70%; vertical-align: baseline; position: relative; }
sup {top: -0.4em;}
sub {bottom: -0.4em;}

/*
	Main styles
*/

html { width: 100%; }

html, body {height: 100%;}

body, textarea, input, select {font: 13px/18px Tahoma, Arial, Verdana; }

body {
	color: #242323;
	background: #23042c url("images/back.png");
}

p {
	margin: 10px 0 0 0;
}

ul, ol, dl {
	margin: 5px 0 5px 20px;
}

blockquote {
	margin: 10px 0 0 20px;
	font-style: italic;
}

pre {
	font: 14px/18px "Courier New", Courier, monospace;
	color: #333;
	margin: 10px 0;
}

a {
	color: #043585;
}

a:hover {
	text-decoration: none;
}

/*
	Global styles
*/

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.overflow {
	overflow: hidden;
}

/*
	Layonts
*/

#wrapper {
	background: #3b034a url("images/content/back.jpg") 0 0 no-repeat;
	margin: 0 auto;
	overflow: hidden;
	width: 1000px;
}

#header {
	float: left;
	height: 130px;
	width: 100%;
}

#page {
	float: left;
	width: 100%;
}

#content {
	background: #f8f8f8 url("images/content/top.jpg") 0 0 no-repeat;
	float: left;
	margin: 14px 0 10px 25px;
	width: 674px;
	position:relative;
}

	#content .bg_top {
		position:absolute;
		top:-12px;
		height:14px;
		width:674px;
		left:0;
		background:url("images/content/top_rounder.png") 0 0 no-repeat;
	}

#aside {
	float: left;
	margin: 46px 0 0 0px;
	width: 300px;
}

#footer {
	float: left;
	overflow: hidden;
	width: 100%;
}

/*
	Header
*/

/* Logo */

#logo {
	background: url("images/logo.jpg") 0 0 no-repeat;
	display: inline;
	float: left;
	height: 80px;
	margin: 20px 0 0 40px;
	width: 364px;
}

	#logo h1, #logo h2 {
		position: relative;
		margin: 0;
		padding: 0;
		text-indent: -1000px;
	}

		#logo h1 a, #logo h2 a {
			display: block;
			height: 80px;
			width: 364px;
		}

/* Menu */

#menu {
	display: inline;
	float: left;
	height: 44px;
	margin: 50px 0 0 20px;
	width: 300px;
}

	#menu ul {
		float: right;
		height: 44px;
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}

		#menu ul li {
			border: 0 none;
			float: left;
			height: 44px;
			margin: 0 2px;
			padding: 0;
			width: 44px;
		}

			#menu ul li a {
				display: block;
				height: 44px;
				padding: 0;
				text-indent: -1000px;
				width: 44px;
			}

				#menu ul li.da a {
					background: url("images/menu/da.png");
				}

				#menu ul li.facebook a {
					background: url("images/menu/facebook.png");
				}

				#menu ul li.fr a {
					background: url("images/menu/fr.png");
				}

				#menu ul li.ig a {
					background: url("images/menu/ig.png");
				}

				#menu ul li.rss a {
					background: url("images/menu/rss.png");
				}

				#menu ul li.twitter a {
					background: url("images/menu/twitter.png");
				}
				
				#menu ul li.mail a {
					background: url("images/menu/mail.png");
				}

/* Search */

#searchform {
	background: url("images/aside/searchform.png") 0 0 no-repeat;
	float: left;
	height: 33px;
	width: 259px;
}

	#searchform div {
		margin: 0;
	}

	#searchform input {
		background: transparent;
		border: 0 none;
		color: #fff;
		float: left;
		height: 17px;
		margin: 0;
		padding: 8px 0 8px 25px;
		width: 155px;
	}

		#searchform input#searchsubmit {
			cursor: pointer;
			height: 33px;
			margin: 0 0 0 5px;
			text-indent: -1000px;
			width: 70px;
		}

/*
	Content
*/

/* Typograpthy */

#content ul {
	list-style: disc;
}

#content ol {
	list-style: decimal;
}

	#content ol ol li {
		list-style-type: lower-alpha;
	}

	#content ul ul li {
		list-style-type: circle;
	}

#content dt {
	font-weight:bold;
}

#content dd {
	margin: 0 0 10px 10px;
}

/* Layout */

#content .posts {
	background: url("images/content/bottom.jpg") 0 bottom no-repeat;
	float: left;
	display: inline;
	width: 100%;
	margin:-14px 0 0;
}

	#content .posts .post {
		border-bottom: 1px solid #dcdcdc;
		float: left;
		margin: 20px 0 0 30px;
		padding: 0;
		width: 610px;
	}

		#content .posts .post .info {
			float: left;
			width: 100%;
		}

			#content .posts .post .info .title {
				color: #787878;
				float: left;
				width: 550px;
			}

				#content .posts .post .title h1,
				#content .posts .post .title h2 {
					font: bold 19px/26px "Arial Black", Arial;
					color: #6b2e73;
					letter-spacing: -1px;
					text-transform: uppercase;
				}

				#content h1 a, #content h1 a,
				#content h1 a, #content h2 a {
					color: #6b2e73;
					text-decoration: none;
				}

			#content .posts .post .info .meta {
				color: #787878;
				float: left;
				font: bold 12px/22px Arial;
				margin-top: 5px;
				width: 550px;
			}

				#content .posts .post .info .meta a {
					color: #2e4e94;
				}

					#content .posts .post .info .meta .date {
						float: left;
						margin: 0 10px 0 0;
					}

						#content .posts .post .info .meta .date span {
							background: url("images/content/icons/date.png") 0 0 no-repeat;
							color: #656565;
							display: block;
							float: left;
							height: 13px;
							margin: 4px 5px 0 0;
							width: 13px;
						}

					#content .posts .post .info .meta .author {
						float: left;
						margin: 0 10px 0 0;
					}

						#content .posts .post .info .meta .author span {
							background: url("images/content/icons/author.png") 0 0 no-repeat;
							color: #656565;
							display: block;
							float: left;
							height: 29px;
							margin: 0;
							width: 20px;
						}

			#content .posts .post .info .avatar {
				float: right;
				width: 60px;
			}

				#content .posts .post .info .avatar img {
					border: 1px solid #bbb;
					float: left;
					margin: 0;
					padding: 2px;
				}

		#content .posts .post .entry {
			float: left;
			margin: 0 0 10px;
			display: inline;
		}
		
		.entry .wide {
			max-width:674px  !important;
			margin:5px -30px  !important;
		}

			#content .posts .post .entry h1,
			#content .posts .post .entry h2 {
				line-height: 26px;
			}

			#content .posts .post .entry h1 {
				font-size: 22px;
				margin: 10px 0;
			}

			#content .posts .post .entry h2 {
				font-size: 20px;
				margin: 10px 0;
			}

			#content .posts .post .entry h3 {
				font-size: 18px;
				margin: 10px 0;
			}

			#content .posts .post .entry h4 {
				font-size: 16px;
				margin: 10px 0;
			}

			#content .posts .post .entry h5 {
				font-size: 15px;
				margin: 10px 0;
			}

			#content .posts .post .entry h6 {
				font-size: 14px;
				margin: 10px 0;
			}
		
		#content .posts .post .link {
			color: #b2b2b2;
			float: left;
			font: bold 12px/20px Arial;
			height: 50px;
			margin: 10px 0 0 0;
			display: inline;
		}

			#content .posts .post .link .com {
				float: left;
				margin: 0 10px 0 0;
			}

				#content .posts .post .link .com span {
					background: url("images/content/icons/comments.png") 0 0 no-repeat;
					color: #656565;
					display: block;
					float: left;
					font: normal 11px/22px Arial;
					height: 24px;
					margin-right: 5px;
					text-align: center;
					width: 29px;
				}

			#content .posts .post .link .tags {
				float: left;
				margin: 0 10px 0 0;
			}

				#content .posts .post .link .tags span {
					background: url("images/content/icons/tags.png") 0 0 no-repeat;
					display: block;
					float: left;
					height: 21px;
					margin-right: 5px;
					width: 19px;
				}

			#content .posts .post .link .socialize {
				float: left;
			}

				#content .posts .post .link .socialize a {
					background: url("images/content/icons/socialize.png") 0 0 no-repeat;
					display: block;
					float: left;
					height: 16px;
					margin-top: 2px;
					width: 16px;
				}


/* Images */

#content img {
	padding: 0;
	max-width: 100%;
	margin: 5px;
}

	#content img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	#content img.alignright {
		margin: 10px 0 10px 10px;
		display: inline;
	}

	#content img.alignleft {
		margin: 10px 5px 10px 0;
		display: inline;
	}

.wp-caption {
	border: 1px solid #b2b2b2;
	margin: 0;
	max-width: 100%;
	padding: 0;
	text-align: center;
	/*-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
}

	.wp-caption img {
		border: 0 none;
		margin: 0;
		max-width: 100%;
		padding: 0;
	}

	.wp-caption p.wp-caption-text {
		font-size: 11px;
		line-height: 15px;
		padding: 0 0 5px;
		margin: 0;
	}

/* Tables*/

#content .posts table {
	border-width: 1px;
	border-spacing: 0px;
	border-style: ridge;
	border-color: #b2b2b2;
	border-collapse: collapse;
	margin: 5px 0;
}

	#content .posts table.full {
		width: 100%;
	}

#content .posts table th {
	border-width: 1px;
	padding: 3px;
	border-style: ridge;
	border-color: #b2b2b2;
}

#content .posts table td {
	border-width: 1px;
	padding: 3px;
	border-style: ridge;
	border-color: #b2b2b2;
}


/* Comments */

#content .comments {
	float: left;
	margin: 20px 0;
	overflow: hidden;
	width: 100%;
}

	#content .comments .wrapper {
		float: left;
		padding: 0 30px;
	}

#content .comments h3 {
	font: bold 19px/26px "Arial Black", Arial;
	color: #6b2e73;
	letter-spacing: -1px;
	margin: 0;
	text-transform: uppercase;
}

.commentlist {
	float: left;
	margin: 20px 0 0 20px;
}

	.commentlist li {
		margin: 0 0 10px 0;
	}

		.commentlist li .comment-author .avatar {
			display: none;
		}

#commentform, #respond {
	float: left;
	width: 100%;
	margin: 5px 0;
}

	#commentform textarea {
		float: left;
		width: 95%;
		height: 200px;
		margin: 0;
	}

	#commentform div {
		float: left;
		width: 100%;
	}

/*
	Aside
*/

#aside ul {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0 0 0 20px;
	width: 280px;
}

	#aside ul li {
		float: left;
		margin: 10px 0 10px 0;
		width: 280px;
	}

	#aside ul li ul {
		list-style-type: none;
		margin: 10px 0 20px 10px;
		color: #fff;
	}

		#aside ul li ul li {
			list-style-type: none;
			margin: 0;
			padding-left: 12px;
		}

	#aside a {
		color: #fff;
	}

	#aside h3 {
		color: #fff;
		display: block;
		font: bold 20px/24px "Myriad Pro", Arial;
		letter-spacing: -1px;
		position: relative;
	}

		#aside h3.feeds span {
			display: block;
			background: url("images/rss_large.png") 0 0 no-repeat;
			height: 40px;
			left: 60px;
			position: absolute;
			top: -10px;
			width: 39px;
		}

	/* Categories */

	#aside ul li.widget_categories {
		color: #fff;
		font: 15px/28px "Myriad Pro", Arial;
		letter-spacing: -1px;
		text-transform: uppercase;
	}

		#aside ul li.widget_categories ul {
			margin: 0;
		}

			#aside ul li.widget_categories ul li {
				background: #542363;
				border: 1px solid #61336f;
				height: 30px;
				padding: 0;
				overflow: hidden;
				width: 128px;
			}

				#aside ul li.widget_categories ul li a {
					display: block;
					padding-left: 10px;
					text-decoration: none;
				}

		#aside ul li.widget_categories h3 {
			height: 36px;
			position: relative;
			width: 260px;
		}

			#aside ul li.widget_categories h3 span {
				height: 36px;
				background: url("images/aside/titles/categories.png") 0 0 no-repeat;
				position: absolute;
				width: 260px;
			}

	/* Epic */

	#aside ul li.widget_epic {
		color: #fff;
		font: bold 12px/14px Arial;
		margin-top: 20px;
	}

		#aside ul li.widget_epic ul {
			margin: 0;
			zoom:1;
		}

			#aside ul li.widget_epic ul li {
				background: #542363;
				border: 1px solid #61336f;
				padding: 6px 0 5px 5px;
				width: 253px;
				float:left;
				margin:0  !important;
			}

				#aside ul li.widget_epic ul li img {
					margin:0 0 4px 0;
					max-width:247px;
				}

				#aside ul li.widget_epic ul li a.thumb {
					display:block;
				}

					#aside ul li.widget_epic ul li a.text {
						display: block;
						float: left;
						margin: 5px 0;
						text-decoration: none;
						width: 85px;
					}

				#aside ul li.widget_epic ul li span {
					background: url("images/aside/star.png") 0 0 no-repeat;
					color: #000;
					display: block;
					float: left;
					height: 28px;
					line-height: 28px;
					margin:2px 5px 0 0;
					text-align: center;
					width: 28px;
				}

		#aside ul li.widget_epic h3 {
			height: 36px;
			position: relative;
			width: 260px;
		}

			#aside ul li.widget_epic h3 span {
				height: 36px;
				background: url("images/aside/titles/epic.png") 0 0 no-repeat;
				position: absolute;
				width: 260px;
			}
			
			#aside ul li.widget_epic.collectibles h3 span {
				background: url("images/aside/titles/collectibles.png") 0 0 no-repeat;
			}

	/* Banners */

	#aside .banners {
		float: left;
		margin-top: 20px;
		text-align:center;
	}

		#aside .banners div {
			display:inline;
			margin: 0 2px;
		}


/*
	Blogroll
*/

#blogroll {
	float: left;
	width: 100%;
}

	#blogroll ul li {
		float: left;
		padding-bottom: 20px;
	}

		#blogroll ul li ul {
			list-style-type: none;
		}

	#blogroll .block {
		background: url("images/blogroll/back.png") 0 0 repeat-y;
		float: left;
		margin: 20px;
		width: 100%;
	}

		#blogroll .block .wrapper {
			background: url("images/blogroll/bottom.jpg") 0 bottom no-repeat;
			float: left;
			width: 100%;
		}

			#blogroll .block ul {
				background: url("images/blogroll/top.png") 0 0 no-repeat;
				float: left;
				list-style-type: none;
				margin: 0;
				min-height: 250px;
				width: 100%;
			}

	/* Twitter */

	#blogroll ul li.widget_twitter {
		color: #fff;
		font: 12px/20px Arial;
		margin: 20px 0 0 30px;
		width: 279px;
	}

		#blogroll ul li.widget_twitter ul {
			background: none;
			color: #eba8ff;
			margin: 0;
		}

			#blogroll ul li.widget_twitter ul li {
				padding: 0;
				margin: 5px 0 0 10px;
				overflow: hidden;
				width: 260px;
			}

				#blogroll ul li.widget_twitter ul li a {
					color: #fff;
				}

				#blogroll ul li.widget_twitter ul li span {
					color: #b453cb;
				}

		#blogroll ul li.widget_twitter h3 {
			height: 49px;
			position: relative;
			width: 279px;
		}

			#blogroll ul li.widget_twitter h3 span {
				height: 49px;
				background: url("images/blogroll/twitter.png") 0 0 no-repeat;
				position: absolute;
				width: 279px;
			}

	/* Division */

	#blogroll ul li.widget_division {
		color: #fff;
		font: 12px/20px Arial;
		margin: 26px 0 0 40px;
		width: 279px;
	}

		#blogroll ul li.widget_division ul {
			background: none;
			color: #eba8ff;
			margin: 0;
			width: 100%;	
		}

			#blogroll ul li.widget_division ul li {
				padding: 0;
				margin: 5px 0 0 10px;
				overflow: hidden;
				width: 120px;
			}

				#blogroll ul li.widget_division ul li a {
					color: #fff;
				}

				#blogroll ul li.widget_division ul li img {
					vertical-align: middle;
				}

		#blogroll ul li.widget_division h3 {
			height: 49px;
			position: relative;
			width: 279px;
		}

			#blogroll ul li.widget_division h3 span {
				height: 49px;
				background: url("images/blogroll/division.png") 0 0 no-repeat;
				position: absolute;
				width: 279px;
			}

	/* Tags */

	#blogroll ul li.widget_tags {
		color: #fff;
		font: 12px/20px Arial;
		margin: 26px 0 0 30px;
		width: 279px;
	}

		#blogroll ul li.widget_tags p {
			background: none;
			margin: 10px 0 0 5px;
			width: 250px;
		}

			#blogroll ul li.widget_tags a {
				color: #fff;
			}

		#blogroll ul li.widget_tags h3 {
			height: 36px;
			position: relative;
			width: 260px;
		}

			#blogroll ul li.widget_tags h3 span {
				height: 36px;
				background: url("images/blogroll/tags.png") 0 0 no-repeat;
				position: absolute;
				width: 260px;
			}

/*
	Banner
*/

#banner {
	border-bottom: 1px solid #5d2c6b;
	border-top: 1px solid #5d2c6b;
	float: left;
	width: 100%;
}

	#banner .wrapper {
		margin: 10px;
		text-align: center;
	}

		#banner .wrapper img {
			margin: 0;
		}

/*
	Footer
*/

#footer .alignleft {
	margin: 10px 0 20px 20px;
}

#footer .alignright {
	margin: 10px 20px 0 0;
}

	#footer p {
		color: #f8f8f8;
		font: 13px/18px Arial;
		margin: 2px 0;
	}

#footer a {
	color: #7f9fd4;
}

.dd_button {
width:72px  !important;
margin:10px 0 0  !important;
}

.categories_list {
	float:left;
	width:100%;
}

	.categories_list ul {
		margin:0;
		margin:0 0 0 25px;
		width:680px;
		float:left;
	}

	.categories_list li	{
		background:none repeat scroll 0 0 #542363;
		border:1px solid #61336F;
		height:30px;
		overflow:hidden;
		padding:0;
		width:167px;
		float:left;
	}
	
		.categories_list li	 a {
			display:block;
			padding-left:10px;
			text-decoration:none;
			color:#FFFFFF;
			font:13px/28px Arial;
			text-transform:uppercase;
		}
