/*

Theme Name: TGIC
Theme URI: 
Description: 
Version: 1.0
Author: Aaron Proctor
Author URI: http://web.aaronproctor.com/

*/

* {
	margin:0;
	padding:0;
	}

html, body {
	background:#000;
	}

body {
	font-size: 62.5%;
	font-family: Arial, Sans-Serif;
	color: #fff;
	margin:0 auto;
	text-align: center;
	}

#page, #header, #headerprint, #footer, #footerprint, div.one {
	width: 960px;
	}

#page {
	background:#fff;
	margin:0 auto;
	text-align:left;
	}

#headerwrap {
	background: url('images/bg_header.gif') repeat-x top center;
	text-align:center;
	width:100%;
	}
	body.home #headerwrap { background-image: url('images/bg_header_home.gif'); }

#header {
	background:#641d1c;
	color:#fff;
	height:125px;
	margin:1em auto 0;
	text-align:left;
	overflow:hidden;
	}
	#header p {
		color:#ccc;
		font-family:Georgia;
		font-size:1.3em;
		height:25px;
		margin:0;
		}
	#header #logo {
		float:left;
		width:160px;
		}
	#header #navigation {
		float:left;
		width:800px;
		}

#headerprint { display:none; }

#content {
	background: #fff url('images/bg_page.gif') repeat-x top center;
	color:#000;
	float:left;
	width:640px;
	}
	body.home #content { background:transparent; padding-top:0; }
	#content strong { color:#7d1114; font-weight:bold; }

#sidebar {
	background: #fff url('images/bg_page.gif') repeat-x top center;
	color:#000;
	float:left;
	line-height:1.2em;
	padding-top:10px;
	width:320px;
	}
	body.home #sidebar { background:transparent; padding-top:0; }

#navbar {
	background:#852725;
	float:left;
	font-size:1.4em;
	height:35px;
	margin:0;
	padding: 0;
	width:800px;
	}
	#navbar ul {
		text-align:left;
		padding:0;
		margin:0;
		}
	#navbar ul li {
		float:left;
		height:35px;
		list-style:none;
		margin:0;
		min-width:62px;
		overflow:hidden;
		padding:0;
		}
	#navbar a { 
		color:#fff;
		}

div.breadcrumb {
	background:#eee;
	color:#ccc;
	padding:5px 0 5px 160px;
	}
	div.breadcrumb p { margin:0; }
	div.breadcrumb span { color:#555; }
	div.breadcrumb a { color:#555; font-weight:bold; }
	div.breadcrumb a:hover { border-bottom-color:#555; }

#footerwrap {
	width:100%;
	}

#footer {
	background:#641d1c;
	border-top:5px solid #852725;
	clear: both;
	color:#fff;
	margin: 0 auto 1em;
	padding:0;
	text-align:left;
	}
	#footer p { 
		line-height:1.2;
		}
	#footer ul {
		clear:both;
		display:block;
		text-align:left;
		margin:10px auto;
		}
		#footer ul li {F
			float:left;
			list-style:none;
			margin:0 20px 10px 0;
			}
		#footer a {
			color:#de1f26;
			text-decoration:underline;
			}

#footerprint { display:none; }

/* Grid */

div.two, div.three, div.threethree, div.four, div.fourfourfour {
	float:left;
	}
div.one {
	background:#fff;
	}
div.two {
	width:480px;
	}
div.three {
	display:block;
	overflow:hidden;
	width:320px;
	}
	div.threethree {
		width:640px;
		}
div.four {
	width:240px;
	}
	div.fourfourfour {
		width:720px;
		}
div.six {
	float:left;
	width:160px;
	}

div.gutter {
	padding:10px;
	}

.first { margin-top:0; }
.last { margin-bottom:0; }

/* Lists */

ul { margin:0; padding:0; }

#content ul {
	margin-bottom:1em;
	}

#content ul.pos {
	padding-left:1.2em;
	margin-bottom:0;
	}
#content ul.pos li {
	list-style:square;
	padding:0;
	}
#content ul.relatedpages {
	border-right:1px solid #eee;
	padding-right:10px;
	}
	#content ul.relatedpages li {
		text-align:right;
		}

#content li {
	font-size:1.2em;
	list-style:none;
	margin-top:5px;
	}
	#content li li { 
		font-size:100%;
		list-style:square;
		}
	#content .entry ul { margin-left:1.2em; }
	#content .entry ul li { list-style:square; }


#content ul.meta {
	display:block;
	float:none;
	list-style:none;
	margin-top:0;
	min-height:25px;
	width:100%;
	}
#content ul.event li, #content ul.meta li {
	color:#666;
	float:left;
	font-size:1.1em;
	line-height:1em;
	list-style:none;
	margin-right:10px;
	}

/* Typography */

p {
	font-size: 1.2em;
	line-height:1.5em;
	margin-bottom:1em;
	}
	#footer p { font-size:100%; }
	p img { margin-bottom:0.5em; }

li {
	font-size:100%;
	}

small {
	color:#666;
	font-family: Helvetica, Sans-Serif;
	font-size:1em;
	line-height:1.2em;
	padding-bottom:1em;
	padding-top:0.25em;
	}
	small a, small a:link, small a:visited, small a:active,
	#module_browse li small a { font-weight:normal; }

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h1, h2, h3 {
	font-weight:normal;
	}

h1 {
	font-family:Georgia;
	font-size: 3.5em;
	font-weight:normal;
	margin:0;
	padding:0;
	}

h2 {
	color:#000;
	font-family:Georgia;
	font-size: 1.8em;
	font-style:italic;
	font-weight:normal;
	margin:0 1em 0.5em 0;
	}
	h2.sans, span.sans { font-style:normal; }
	span.sans { font-family: Helvetica; }
	div.post h2 { margin-top:10px; margin-right:40px; }
	div.post h3 { margin-right:40px; }
	#sidebar h2 { margin-top:10px; }

h3 {
	color:#7d1114;
	font-size: 1.5em;
	font-weight:normal;
	margin: 0;
	}
	div.post h3 { text-transform:none; }

h4 {
	color:#7d1114;
	font-size: 1.2em;
	font-weight:bold;
	margin: 0;
	}

div.post {
	border-bottom:1px solid #eee;
	display:block;
	margin:0 0 0 160px;
	padding:10px 0 0;
	}
	body.is_child div#details, body.is_grandchild div#details,
	body.is_child div#detailsSide, body.is_grandchild div#detailsSide {
		margin:0 20px 0 0;
		overflow-y:hidden;
		height:100px;
		}
	div#details div.gutter, div#detailsSide div.gutter {
		padding-bottom:0;
		padding-top:0;
		padding-left:0;
		}
	a#details-less { display:none; }
	a#detailsSide-less { display:none; }

div.entry {
	display:block;
	margin-bottom:1em;
	}

/* Links */

a, a:link, a:visited, a:active { color:#de1f26; text-decoration:none; }
a:hover { color:#de1f26; border-bottom:1px solid #de1f26; }
	#header a:hover { border-bottom:0; }

#footer a { color:#fff; text-decoration:none; }
#footer a:hover { color:#fff; border-bottom:1px solid #fff; }

a.trade {
	background:#eee;
	border-bottom:0;
	color:#000;
	float:right;
	margin:0 10px;
	padding:0 2px;
	}
	a.trade:hover {
		background:#641d1c;
		border-bottom:0;
		color:#fff;
		}

a.toggle {
	bottom:0;
	font-weight:700 !important;
	margin-right:20px;
	}


/* Form */

form {
	display:block;
	font-family:Georgia;
	margin:0;
	padding:0;
	}
form small {
		float:left;
		font-size:90%;
		left:4em;
		margin:0 0 0.5em;
		padding:0;
		position: relative;
		top: -2.4em;
		width:160px;
		}
form#searchform, form#mailinglist {
	float:left;
	}

form#searchform input, form#mailinglist input, form#orderform select {
	border:1px solid #000;
	clear:none;
	color:#666;
	float:left;
	font-family:Helvetica;
	font-size:1.5em;
	font-weight:bold;
	height:15px;
	top:-5px;
	padding:9px 10px;
	position:relative;
	width:160px;
	}
	form#orderform select { float:none; font-size:1.2em; height:auto; top:0; width:120px; }
	#sidebar form#mailinglist input { font-size:1.2em; line-height:1.5em; }
	form#searchform input { top:0; }
	form#mailinglist input.submit {
		border:0;
		float:left;
		height:35px;
		left:0;
		padding:0;
		position:relative;
		top:-5px;
		width:67px;
		}
		form#searchform input.submit {
			border:0;
			float:left;
			height:35px;
			left:0;
			padding:0;
			position:relative;
			width:76px;
			}
		form#orderform input.submit {
			border:0;
			clear:both;
			height:35px;
			left:0;
			padding:0;
			position:relative;
			width:120px;
			}
form textarea {
	resize: vertical;
	}

#respond h3, #respond label {
	font-family:Helvetica;
	}

#respond form {
	margin:0;
	padding:0;
	}
#respond form fieldset {
	border:0;
	display: block;
	margin:0;
	padding:0;
	width:230px;
	}
#respond form label {
	clear: both;
	float: left;
	display: block;
	font-weight: normal;
	font-size:115%;
	margin:0;
	padding:0;
	}
#respond form input, #respond form select, #respond form textarea {
	background:#fff;
	border:1px solid #000;
	clear:both;
	float:left;
	font-size:115%;
	left: 80px;
	padding:0.5em 0.85em;
	position: relative;
	top: -1.4em;
	width:auto;
	}
	#respond form textarea {
		font-family:Helvetica;
		}
#respond div.comment-body {
	margin-left:0;
	}
	
ol.commentlist
li.comment
li.even
li.thread-even
li.depth-1
div.comment-body
div.comment-author
div.comment-meta,
#respond ol.commentlist li,
#respond ol.commentlist,
#respond div.comment,
#respond div.comment-body,
#respond div.comment-author,
#respond div.comment-meta,
#respond div.commentmetadata {
	left:0;
	margin:0;
	padding:0;
	}
#respond input.submit {
	background:#000;
	color:#fff;
	font-family:Helvetica;
	font-weight:bold;
	margin-top:1em;
	text-transform:uppercase;
	}

li.current_page_item a { border-bottom-color:#000; color:#000; }

/* Images */

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;
	}

img.share {
	margin-left:10px;
	position:relative;
	top:2px;
	}
	a.share:hover { border-bottom:0; }

img.logo {
	background:#eee;
	padding:10px;
	}

/* Other Typography */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dotted #ccc;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a.noborder, a img, img {
	border:0;
	}

/* Other Elements */

.feed { float:right; }

#cover {
	height:190px;
	margin:0 auto;
	overflow:hidden;
	width:960px;
	}

#module_about, #module_news, #module_blog, #module_browse { 
	background:#fff;
	color:#000;
	}
	body.home #module_news div.gutter,
	body.home #module_blog div.gutter {
		border-right:1px solid #eee;
		padding-right:10px;
		}

#module_news li a, #module_blog li a, #module_browse li a { font-weight:bold; }

#module_blog #alex {
	margin-left:10px;
	width:120px;
	}
	#module_blog #alex img { margin-bottom:5px; }

#module_browse {
	min-height:266px;
	}
	#module_browse ul.posts {
		margin-bottom:0;
		width:50%;
		}
		#module_browse ul.posts li {
			margin-top:-1em;
			margin-bottom:0.5em;
			}

#module_carousel {
	background:#852725;
	color:#fff;
	}

#module_carousel h2 {
	color:#fff;
	float:left;
	}
#mailinglistwrap {
	float:left;
	margin:0;
	}
	#sidebar #mailinglistwrap {
		margin:10px 0;
		}

.right, div.right { float:right; }
.left, div.left { float:left; }

ul.posts {
	padding:0;
	}
	ul.posts li, #sidebar ul.results li {
		list-style:none;
		font-size:1.2em;
		line-height:1.5em;
		margin-bottom:1em;
		}
		ul.posts li a {
			font-weight:bold;
			}
		ul.posts li p {
			font-size:100%;
			margin:0;
			}

#share { border:1px solid #eee; }

#content div.entry ul.share li, #content div.entry ul.share,
#content div.entry ul.meta li, #content div.entry ul.meta { list-style:none; margin-left:0; }

ul.share a { margin-left:20px; }
li.twitter { background: url("images/share_twitter.gif") no-repeat 0 50%; }
li.delicious { background: url("images/share_delicious.gif") no-repeat 0 50%; }
li.digg { background: url("images/share_digg.gif") no-repeat 0 50%; }
li.facebook { background: url("images/share_facebook.gif") no-repeat 0 50%; }

#content ul.browse, ul.results {
	display:block;
	margin:0;
	padding:0;
	}
	#content ul.browse li {
		clear:none;
		float:left;
		font-weight:normal;
		}
	#content ul.browse li a, ul.browse li a {
			background:#eee;
			padding:0 2px;
			margin:0;
			}

ul.share {
	color:#999;
	padding-bottom:1em;
	width:140px;
	}
	#content div.entry ul.share { width:auto; }
	#content div.entry ul.share li { float:left; margin-right:10px; }

img.flag {
	margin-right:10px;
	vertical-align: middle;
	}

dl, dt, dd {
	margin:0;
	padding:0;
	display:block;
	}
dt {
	font-size:1.2em;
	font-weight:bold;
	line-height:1.5em;
	padding-top:0.5em;
	vertical-align:top;
	}
	div.four dt { width:240px; }
dd {
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:0.5em;
	padding-top:0.5em;
	}
	div.four dd { width:240px; }

/* Tables */

table {
	margin:0;
	padding:0;
	}
td {
	border-top:1px solid #eee;
	font-size:1.2em;
	line-height:1.5em;
	padding:5px 0;
	vertical-align:top;
	}
	
/* Tabs */

@media projection, screen {
    .ui-tabs-hide {
        display: none;
    }
}

@media print {
    .ui-tabs-nav {
        display: none;
    }
}

.ui-tabs-nav, .ui-tabs-panel {

}
.ui-tabs-nav {
    list-style: none;
    margin: 0 0 0 160px;
    padding: 0 0 0;
}
.ui-tabs-panel p {
	margin: 0 0 0 160px;
	}
.ui-tabs-panel div.gutter {
	padding-left:0; 
	}
.ui-tabs-nav:after {
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 5px 0 0;
    min-width: 84px;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 5px 10px;
    background: #993831;
    color:#fff;
}
.ui-tabs-nav a {
    margin: 1px 0 0;
    padding-left: 10px;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav a:hover { border-bottom:0; }
.ui-tabs-nav .ui-tabs-selected a {
	background:#cf5147;
	}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #fff;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border-top: 1px solid #ccc;
    padding: 10px 0;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

/* Ratings */

div#ratings span {
	font-size:125%;
	}

/* POS */

div#pos {
	background:#641d1c;
	color:#eee;
	margin:0;
	}
	div#pos strong {
		color:#fff;
		}
	div#pos a {
		color:#ffffcc;
		}
	div#pos a:hover {
		border-bottom-color:#ffffcc;
		}
		
/* Thumbnail */

div.thumb {
	min-height:100px;
	height:auto;
	overflow:hidden;
	width:140px;
	}
	
/* Carousel */

body ul#slide_buttons { top:5px; }


#find {
	background:#eac672;
	clear:right;
	margin:10px 0;
	}

p#welcome { color:#671f1b; }

#slide_captions span {
	background:#fff; 
	color:#000;
	margin-top:5px;
	padding:5px 10px;
	}