/*
Theme Name: Talk Wireless
Theme URI: http://www.talkwireless.com
Description: Talk Wireless
Version: 1
Author: Chadrick Rode
Author URI: http://www.spritzcreative.com
*/


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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* MAIN */


html, body, * {
	padding:0;
	margin:0;
}

html>body #content {
	height: auto;
	min-height: 580px;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 115%;
	background-color: #999999;
	background-image: url(images/tw_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#wrap {
	width: 955px;
	margin:0 auto;
	background-image:url(images/content_bg.gif);
	background-repeat:repeat-y;
}

#header {
	margin:0 auto;
	padding:0;
	height:191px;
	width:955px;
}


#content {
	width:955px;
	margin:0 auto;
}

#main {
	margin:0;
	padding:0;
	width:677px;
	background-image:url(images/content.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
	float:right;
}

#main .storycontent {
	overflow:hidden;
}

.storycontent p {
	padding:10px 0 0 0;
}

/* SIDEBAR */

#sidebar {
	float:left;
	width:278px;
	background-image:url(images/sidebar.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#sidebar h4 {
	color: #D42674;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 15px;
	padding: 20px 3px 3px 3px;
	background-image:url(images/menutitle_bg.gif);
}

#sidebar p {
	padding: 3px;
	font-size: 70%;
}

#banners img{
	margin-left:0px;
	border:0;
	padding-top:15px;
}

/* TEXT STYLES */

a, a:link {
	color: #0A4F90;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 150%;
	padding-top: .1em;
	padding-bottom: .5em;
	color: #0670C4;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 150%;
	color: #0A4F90;	
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-weight: normal;
	color: #0A4F90;
	line-height:120%;
}

h3 a{
	color: #0897FF;
	text-decoration:underline;
}

h3 a:hover{
	color: #0A4F90;
	text-decoration:none;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #0A4F90;
	font-weight:normal;
	padding-top: 10px;
}

p {
	font-size: 85%;
	margin-bottom:1em;
	text-align: justify;
	color:#555555;
	line-height: 160%;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a img {
	padding:0 5px;
}



/* ITEMS AND LISTS */

.item {
	text-align:left;
	padding:20px 65px 10px 25px;
}

.item ul {
	list-style-type: disc;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 85%;
	color:#555555;	
}

.item li {
	list-style-type:circle;
	margin:10px 0 0 0;
}

.item ol{
	list-style-type: decimal;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 80%;
}

.itemhead{
	padding-top: 5px;
	padding-bottom: 5px;
}

.itemhead h3{
	display: inline;
	color:#0F3973;
}

.item img {
	margin:0 0 0 20px;
	padding:0;
}



#imgrandom {
	margin: 0px;
}

img {
	margin: 0px 10px;
}

img.right {
	float:right;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin-left: -47px;
}

.alignright {
   float: right;
   margin-right: -47px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.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;
}

.chronodata, .tags, .catagory, .metadata {
	margin:5px;
	font-size:11px;
	font-style:italic;
	color:#B0D4EC;
	display: block;
}

input, textarea {
	font-size: 12px;
	color:#000000;
	border:1px solid #0A4F90;
	background-color:#B0D4EC;
}

#searchform input, #s input {
	display:inline;
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	color:#FFFFFF;
	border:1px solid #B0D4EC;
	background-color:#0A4F90;
}

#author, #email, #url {
	width:200px;
}

#comment {
	width:450px;
	height:175px;
	padding:10px;
}

#comment .alt {
	color:#e2c7cd;
	background-color:#e9d6dc;
}

#comments {
	color:#7a414d;
}

.metadata {
	color: #af949a;
}

.metadata a:link, .metadata a:hover, .metadata a:visited{
	color: #af949a;
}

.commentlist p {
	clear: both;
	font-size: 95%;
}

cite{
	font-size: 95%;
}

blockquote, blockquote blockquote {
	margin: 15px 30px 15px 10px;
	padding: 15px 15px 15px 25px;
	border-left: 5px solid #0670C4;
	background-color:#DDDDDD;
	background-image:url(images/quote.gif);
	background-repeat:no-repeat;
	color:#000000;
}

blockquote blockquote {
	border-left: 5px solid #EFBE00;
	background-color:#DDDDDD;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

#respond {
	color:#0A4F90;
	margin-bottom:15px;
}

#respond h3 {}

.commentmetadata {
	font-size: 80%;
	float: right;
}
.commentlist {
	margin-top: 5px;
}

.commentlist li {
	padding: 5px;
	border-top: 1px solid #0670C4;
	overflow:hidden;
	color:#555555;
	background-color:#D3E6F5;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #0A4F90;
}

.navigation a:link, .navigation a:hover, .navigation a:visited{
	color: #0A4F90;
}

.alignright {
	float: right;
	padding-right:50px;
	font-size:9px;
}

.alignleft {
	float: left;
	padding-left:50px;
	font-size:9px;
}

#searchform {
	clear: both;
	margin-bottom: 5px;
	margin-left: 2px;
	padding: 3px;
}

#menu {
	padding:20px 0 10px 20px; 
	text-align:left;
	color: #EFBE00;
}

#menu ul {
	list-style:none; 
	margin:0; 
	padding:0px 0px 15px 0px;
	font-size:90%;
}

#menu ul li, #recentcomments li, #recentcomments li.recentcomments {
	padding:0; 
	margin:0;
	width:225px;
}

#menu ul li a {
	display:block; 
	padding:2px 4px 2px 10px; 
	text-decoration:none; 
	color: #D3E6F5;
}

#menu ul li a:hover, #recentcomments li a:hover, #recentcomments li.recentcomments a:hover {
	color:#FFFFFF;
	background-image:url(images/menubg.png);
}

#recentcomments li, #recentcomments li.recentcomments {
	display:block; 
	padding:4px 4px 4px 10px; 
}

li .categories, li .linkcat, li .pagenav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/* FOOTER */

#footer {
	height:163px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	clear:both;
}

#footer p {
	text-align: center;
	color: #FFFFFF;
	font-size:10px;
	padding-top:85px;
}

#footer a:link, #footer a:hover, #footer a:visited{
	color: #B0D4EC;
}

.avatar {
	border:none;
	float:left;
	margin:0 5px 2px 0;
}

#menu .taggage {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}

#menu .taggage a {
	text-decoration:none;
}

#menu .widget-move-over {
	margin-bottom:15px;
}