/*  --------------------

	A TEXTURA DESIGN GIG
	http://www.texturadesign.com

	SITE DESIGN - Scott Benish
	http://www.benish.org

	MARKUP & CSS - Mathew Foster
	http://www.made-electric.com

	-------------------- */

body
{
	margin: 0;
	padding: 0;
	background: #FFF url(../images/common/bg.gif) repeat-y 50% 207px;
	text-align: center;
	color: #363636;
	font: 12px/18px "Lucida Grande", Verdana, sans-serif;
}

img
{
	border: 0;
	margin: 0;
}

/* 
	Skip the Navigation
*/

.skippytheskipper { display: none; }

/*
	GENERAL LAYOUT
*/

#header
{
	margin: 0 auto 0 auto;
	background: #FFF url(../images/common/bg-header.jpg) no-repeat top left;
	padding: 0;
	width: 774px;
	height: 207px;
	clear: both;
}

#content-shell
{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 770px;
}

#header a#go-home
{
	margin: 0;
	padding: 0;
	float: left;
	width: 774px;
	height: 189px;
}

#left-col
{
	margin: 0;
	padding: 0;
	background: url(../images/l-col/header.gif) no-repeat top left;
	width: 120px;
	float: left;
}

#content-col
{
	margin: 0;
	padding: 0;
	background: transparent;
	width: 510px;
	float: left;
}

#right-col
{
	margin: 0;
	padding: 0;
	width: 181px;
	float: right;
}

/*
	Feedburner Styles
*/

/*
	Entry Styles
*/

div.entry
{
	position: relative;
	margin: 0;
	padding: 0;
	text-align: left;
	clear: both;
}

p.date
{
	margin: 0;
	padding: 0;
	color: #898989;
	font: bold 10px Arial, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	text-align: left;
}

div.entry p
{
	margin: 10px 0;
	padding: 0;
}

div.byline
{
	margin: 0;
	padding: 0;
	height: 17px;
	font-size: 11px;
	text-align: right;
	clear: both;
}

div.author
{
	margin: 0;
	padding: 0 0 5px 0;
	color: #666;
	float: left;
	text-align: left;
}

span.who { color: #111111; }
div.byline img.com-sep { float: left; }

div.responses
{
	margin: 0;
	padding: 0;
	color: #666;
	float: left;
	text-align: left;
}

div.tags
{
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 11px;
	float: left;
	text-align: left;
}

div.entry p img
{
	margin: 0 12px 5px 0;
	padding: 3px;
	border: 1px solid #EBEBEB;
	float: left;
	vertical-align: top;
}

div.entry p img.img-right
{
	margin: 0 0 5px 12px;
	padding: 3px;
	border: 1px solid #EBEBEB;
	float: right;
	vertical-align: top;
}

div.feedburner300250AdBlock
{
	margin: 0 0px 20px 0;
	padding: 0px;
	border: 0px solid #EBEBEB;
	float: none;
}

/*
	Read More Button
*/

ul.read-more
{
	position: relative;
	background: url(../images/blog/more.gif) 0 0 no-repeat;
	margin: 0;
	padding: 0;
	width: 63px;
	height: 17px;
	float: right;
}

ul.read-more li
{
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.read-more li, ul.read-more a
{
	height: 17px;
	display: block;
}

li.read
{
	top: 0;
	left: 0;
	width: 63px;
}

li.read a:hover { background: transparent url(../images/blog/more.gif) 0 -17px no-repeat; }

/*
	Seperators and Padders	
*/

div.dots25
{
	margin: 0;
	background: url(../images/blog/sep-line-dots.gif) repeat-x 0 11px;
	height: 25px;
	clear: both;
}

div.side-dots
{
	margin-left: 7px;
	background: url(../images/blog/sep-line-dots.gif) repeat-x 0 20px;
	height: 42px;
	width: 174px;
	clear: both;
}

div.double
{
	margin: 0;
	background: url(../images/blog/com-dots.gif) repeat-x 0 20px;
	height: 42px;
	clear: both;
}

div.clear { clear: both; }

div.clear40
{
	clear: both;
	height: 40px;
}

div.clear20
{
	clear: both;
	height: 20px;
}

/*
	Link Styles
*/

div.entry p a:link, div.entry p a:visited
{
	font-weight: bold;
	color: #00587B;
	text-decoration: none;
}

div.entry p a:hover
{
	font-weight: bold;
	color: #00587B;
	text-decoration: underline;
}

div.byline a:link, div.byline a:visited
{
	font-weight: bold;
	color: #00587B;
	text-decoration: none;
}

div.byline a:hover
{
	font-weight: bold;
	color: #00587B;
	text-decoration: underline;
}

div.tags a:link, div.tags a:visited
{
	font-weight: bold;
	color: #00587B;
	text-decoration: none;
}

div.tags a:hover
{
	font-weight: bold;
	color: #00587B;
	text-decoration: underline;
}

h1
{
	margin: 0px 0 -5px 0;
	padding: 0;
	color: #959595;
	font: 26px "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
}

h3
{
	margin: 0 0 -1px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

h1 a:link, h1 a:visited
{
	color: #626262;
	text-decoration: none;
}

h1 a:hover
{
	color: #363636;
	text-decoration: none;
}

/*
	Comment Styles
*/

#comment-shell
{
	margin: 0;
	padding: 0;
}

div.comment
{
	margin-top: 12px;
	padding: 0;
}

span.said
{
	color: #666;
	font-size: 10px;
}

span.said a:link, span.said a:visited
{
	font-weight: bold;
	color: #00587B;
	text-decoration: none;
}

span.said a:hover
{
	font-weight: bold;
	color: #00587B;
	text-decoration: underline;
}

form#comment-form
{
	margin-top: 10px;
	border: 0;
	padding: 0;
	width: 390px;
	font: 10px Verdana, Arial, sans-serif;
}

div.form-left
{
	margin: 0;
	padding: 0 0 12px 0;
	float: left;
}

div.form-email
{
	margin: 0;
	padding: 0 0 25px 0;
	float: right;
}

div.form-right
{
	margin: 0;
	padding: 0 0 12px 0;
	float: right;
}

input#author, input#email, input#url
{
	margin-top: 4px;
	width: 165px;
}

textarea#text
{
	margin-top: 4px;
	width: 390px;
	height: 100px;
}

img.pol { margin: 8px 0 5px 0; }

span.policy
{
	margin: 0;
	padding: 0;
	font-size: 10px;
	text-align: left;
}

/*
	Left Column Styles
*/

img.ad1 { margin-top: 18px; }
img.ad2 { margin-top: 10px; }
#google-ads { margin-top: 20px; }

/*
	Right Column Styles
*/

div.side-item
{
	margin: 0;
	padding: 0;
	width: 174px;
	text-align: left;
	float: right;
	clear: both;
}

div.side-item input.txt
{
	margin: 2px 0 0 0;
	padding: 0;
	width: 126px;
	color: #464646;
	font-size: 10px;
	float: left;
}

div.side-item input.btn
{
	margin: 0;
	padding: 0;
	float: right;
}

div.side-item a:link, div.side-item a:visited
{
	font-weight: bold;
	color: #00587B;
	text-decoration: none;
}

div.side-item a:hover { text-decoration: underline; }

/*
	List Styles
*/

ul.tags
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 15px;
}

ul.tags li
{
	margin: 7px 0 0 0;
	padding: 0;
}

ul.tags li.all
{
	list-style-image: url(../images/r-col/li-arrow.gif);
	margin: 6px 0 0 12px;
	padding: 0;
	text-transform: uppercase;
	font-size: 10px;
}

ul.archive
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 15px;
}

ul.archive a:link, ul.archive a:visited
{
	font-weight: bold;
	color: #00587B;
	text-decoration: none;
}

ul.archive a:hover { text-decoration: underline; }

ul.archive li
{
	margin: 7px 0 0 0;
	padding: 0;
}

span.copy
{
	color: #666;
	font-size: 11px;
	line-height: 14px;
}

#xml-list
{
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
	display: none;
}

div.entry ul
{
	list-style-image: url(../images/r-col/li-arrow.gif);
	margin: 0 0 10px 13px;
	padding: 0;
}

div.entry ul.shirts
{
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 10px 0;
	padding: 0;
}

div.entry ul.shirts li { display: inline; }

div.entry ul.shirts form
{
	display: inline;
	margin: 0;
	padding: 0;
}

div.entry ul a:link, div.entry ul a:visited
{
	font-weight: bold;
	color: #00587B;
	text-decoration: none;
}

div.entry ul a:hover
{
	font-weight: bold;
	color: #00587B;
	text-decoration: underline;
}

/*
	TAG ARCHIVE PAGE STYLES
*/

ul.tag-list
{
	list-style-type: none;
	margin: 5px 0 -5px 0;
	padding: 0;
	line-height: 18px;
	clear: both;
}

h3.intro { }

div.left-col
{
	float: left;
	margin: 20px 0 0 0;
	width: 145px;
}

div.right-col
{
	float: right;
	margin: 20px 0 0 0;
	width: 145px;
}

div.left-col a:link, div.left-col a:visited
{
	font-weight: bold;
	color: #00587B;
	text-decoration: none;
}

div.left-col a:hover
{
	font-weight: bold;
	color: #00587B;
	text-decoration: underline;
}

div.right-col a:link, div.right-col a:visited
{
	font-weight: bold;
	color: #00587B;
	text-decoration: none;
}

div.right-col a:hover
{
	font-weight: bold;
	color: #00587B;
	text-decoration: underline;
}

span.grey { color: #999; }
span.excerpt { font-size: 10px; }

div.entry img.tee
{
	margin-left: 5px;
	float: right;
	border: 0px;
	outline: none;
}

/*
	Author Images
*/

img.auth
{
	margin: 0 8px 8px 0;
	padding: 0;
	border: 1px solid #CCC;
	float: left;
	vertical-align: top;
}

h3.intro
{
	text-decoration: none;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
}

hr.clearer
{
	display: block;
	clear: left;
	margin: -0.50em 0;
	visibility: hidden;
}

/*
Theme: inphecthyuz
Author: Infected-FX
URL: www.infectedfx.net
Country: Mexico
*/

table
{
	border-spacing:1px;
	background-color:#E7E7E7;
	color: #222;
	width:100%;
}

caption
{
	font-weight: bold;
	background: #50ADEA url(http://infectedfx.net/css/tables/corner.gif) no-repeat right top;
	border-bottom:2px solid #1975d7;
	color: #FFF;
	text-transform:uppercase;
	padding:10px;
}

td,
th
{
	padding: 4px;
	vertical-align: top;
}

td small
{
	color: #222;
	font-size: 11px;
}

td.topic
{
	width:50%;
}

thead th
{
	text-align: center;
	background: #F5F5F5;
	color: #222;
	border: 1px solid #FFF;
}

tbody th {
	font-weight: bold;
}

tbody tr.row
{
	background-color:#FFF; 
	text-align:left;
}

tbody tr.row_odd
{
	background: #f9f9f9;
	border-top:1px solid #FFF;
	text-align:left;
}

tbody tr td
{ 
	background: #FFF;
	border: 1px solid #FFF;
}

tbody tr.row_odd td
{ 
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

tbody th a:link,
tbody th a:visited,
table td a:link,
table td a:visited
{
	color: #1975D7;
	text-decoration: none;
}

tbody th a:hover,
table td a:hover
{
	color: #50ADEA;
	text-decoration: none ;
}

tbody td a[href="http://www.infectedfx.net"]
{
	margin: 0 auto;
	background: url(http://infectedfx.net/css/tables/ok.gif) no-repeat;
	border-bottom: 0;
	padding:3px 0px 0px 18px;
	font-weight:bold;
	color:#FF8601;
}

table a[title^="Download"]
{ 
	background: url(http://infectedfx.net/css/tables/down.gif) no-repeat center;
	padding:20px 0px 0px 15px;
}

tfoot th,
tfoot td
{
	background-color:#E7E7E7; padding:10px;
	text-align:center; 
	font-family:'Lucida Grande', verdana, helvetica, 'trebuchet ms', arial, sans-serif;
	font-size:22px; font-weight:bold; font-style:italic;
	border-bottom:3px solid #CCC;
	border-top:1px solid #DFDFDF;
}