/*
Theme Name: Cellular Simplicity
Theme URI: http://www.jonjaques.com/
Description: Original theme made for Cellular Experts LLC. Fully styled and widget ready.
Version: 1.10
Author: Jon Jaques

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
*/

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, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */

:focus {
	outline: 0;
}
body {
	line-height: 1;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #CCCCCC;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
.post table {
	border-collapse: separate;
	border-spacing: 0;
}
.post caption, th, td {
	text-align: left;
	padding-left:5px;
	padding-right:20px;
	padding-bottom:7px;
	padding-top:7px;
}
.post th {
	background-color:#CDCDCD;
	color: #221F20;
	font-weight:bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.post tr.even td {
	background-color:#E8E8E8;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	color: #990000;
}
a:hover {
	color: #FF0000;
	text-decoration:underline;
}

hr {
	background:#BFBFBF;
	color:#BFBFBF;
	clear:both;
	float:none;
	width:100%;
	height:1px;
	border:none;
	margin-top: 20px;
	margin-bottom: 20px;
}
pre {
	overflow:scroll;
}
/*-----------------------------------------------------------------------------

 Section Properties Begin
 
 -----------------------------------------------------------------------------*/

#featurebox {width:950px; height:240px; background-image: url(images/fb_bg.jpg); margin-bottom:-30px}
#featurebox div {width:950px; height:240px;}
#featurebox div img {float:right; width:350px;}
#featurebox div h3 {width: 580px; font-size:30px; font-weight: strong; position:relative; top:30px; left:30px;}
#featurebox div p {width: 580px; font-size:16px; position:relative; top:50px; left:30px;}
#featurebox div span.disclaim {width: 580px; clear: left; display: block; font-size:9px; position:relative; top:50px; left:30px;}

.dish {color:#db2c3b;}
.directv {color:#28468e}
.qwest {color:#5495cd}
.tmobile {color:#f0027e}
.verizon {color:#d9001d}


/* wrapper -------------------------------------------------------------------*/

#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
background-color: #FFF;
}
#wrapperbg {
margin-bottom:100px;
}
/* header -------------------------------------------------------------------*/
#headerbg {
	background-image: url(images/headerbgblue.jpg);
	background-repeat: repeat-x;
}
#header {
	width: 950px;
	position: relative;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}
#header #search {
	position: absolute;
	top: 100px;
	height: 20px;
	right: 0px;
	width: 300px;
}
#header #search input {
	vertical-align: middle;
}
#header #search #text {
	width: 230px;
	color:#999999;
	padding: 2px;
	border: 1px solid #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
}
#header #search #text:focus {
	border: 1px solid #FF0000;
	color: #000;
}
#header #rss {
	position: absolute;
	top: 80px;
	height: 20px;
	right: 0px;
	width: 300px;
}
#header #rss li {
	background: url(images/rss_logo.png) no-repeat left center;
	padding-left: 20px;
	list-style: none;
}
#header #rss a {
	color: #666666;
	font: 10px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
}
#header #rss a:hover {
	color: #666666;
}
/* navigation -------------------------------------------------------------------*/
#navbg {
	background-color: #000;
	background-image: url(images/vertbg_sprite.jpg);
	background-repeat: repeat-x;
}
#navbar {
	width: 950px;
	position:relative;
	height: 57px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/vertbg_sprite.jpg);
	background-repeat: repeat-x;
}
#nav-sub {
	width: 950px;
	height: 34px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/vertbg_sprite.jpg);
	background-repeat: repeat-x;
	background-position: 0px -57px;
}
ul#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul#nav a {
	letter-spacing: .05em;
	text-decoration: none;
	font-weight:bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
}
ul#nav li {
	float: left;
	padding: 20px 15px;
	border-right: 1px solid #D77373;
}
ul#nav li a {
	color:#FFF;
}
ul#nav li:hover {
	background-image: url(images/vertbg_sprite.jpg);
	background-repeat: repeat-x;
	background-position: 0px -91px;
}
ul#nav li:hover a {
	color: #FFF;
}

ul#nav li.current_page_item {
	background-image: url(images/vertbg_sprite.jpg);
	background-repeat: repeat-x;
	background-position: 0px -148px;
	color: #FFF;
}
 ul#nav li.current_page_item a {
	color: #FFF;
}
ul#nav li ul {
	position:absolute;
	top:57px;
	left:0;
	width:100%;
	list-style:none;
	display:none;
}
ul#nav li ul li {
	padding-right: 10px;
	padding-left: 10px;
	padding: 10px 10px;
	text-transform: uppercase;
}
ul#nav li ul li:hover, ul#nav li ul li.current_page_item {
	background-color: #990000;
	background-image:none;
}
ul#nav li ul li a {
	font: 10px Helvetica, Arial, sans-serif;
	letter-spacing: .05em;
	color: #FFF !important;
	text-shadow:none !important;
}
ul#nav li ul li a:hover {
	text-decoration: none;
}
ul#nav li:hover ul, ul#nav li:hover ul {
	display:block;
}
/* content -------------------------------------------------------------------*/



#nextprev
{
position: relative;
top: -20px;
left: 16px;
z-index: 10;
cursor: pointer;
float:left;
}

#content {
	background-color:#FFFFFF;
	position: relative;
	width: 950px;
	overflow: hidden;
	clear:both;
}
/*for full width page template*/
		
		.fullwidth-column {
	width: 950px;
	padding-top: 20px;
	padding-right: 20px;
}
.left-column {
	width: 630px;
	float: left;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom:0px;
}
/*blog post properties*/

		.post {
	background-color: #FFFFFF;
	padding: 15px;
}
.post-top {
	height: 0px;
}
.post-bottom {
	height: 20px;
	padding: 15px 15px 5px;
	font: 10px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-align:left;
	letter-spacing: 0.10em;
	color: #999999;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.post-bottom a, .post-bottom span {
	color: #434343;
	text-decoration: none;
}
.post-bottom a:hover {
	text-decoration: underline;
}
.post-bottom li {
	display: inline;
	float: left;
}
.post-bottom li#right {
	display: inline;
	float: right;
}
.post-comment {
	background: #FFFFFF url(images/background-post-comment.jpg) no-repeat;
	height: 65px;
	text-align: center;
	padding: 30px 60px 20px;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	color: #999999;
	display: none;
}
.post-comment a, .post-comment li span, #recentcomments a {
	font: 10px Helvetica, Arial, sans-serif;
	color: #CCCCCC;
}
/*headers*/
			
			.post h1 a, .post h1 {
	color: #000;
	text-decoration: none;
	letter-spacing: -1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 32px;
	margin-bottom:10px;
	font-weight: normal;
}
.post h1 a:hover {
	text-decoration:none;
	color: #000000;
}
h1.pagetitle {
	padding: 15px;
	width: 630px;
	text-transform: uppercase;
	letter-spacing: 0.10em;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.post h2, .post h3, .post h4, .post h5, .post h6 {
	margin-bottom: 10px;
}
.post h2 {
	color: #000000;
	font: 24px Geneva, Arial, Helvetica, sans-serif;
}
.post h3 {
	color: #000000;
	font: 20px Geneva, Arial, Helvetica, sans-serif;
	font-style:italic;
}
.post h4 {
	color: #000000;
	font: 17px Geneva, Arial, Helvetica, sans-serif;
	font-weight:500;
}
.post h5 {
	color: #000000;
	font: 14px Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.post h6 {
	color: #000000;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
/*post format styles*/
		
.post ul {
	padding-left: 25px;
	list-style: square;
	margin-top: 15px;
	margin-bottom: 15px;
}
.post ol {
	padding-left: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
	list-style: decimal;
}
.post li {
	padding-top: 3px;
	padding-bottom: 3px;
}
.post strong {
	font-weight: bold;
}
.post em {
	font-style: italic;
}
.post p {
	color: #434343;
	line-height: 170%;
	margin-bottom: 15px;
}
.post blockquote {
	margin-left: 10px;
	padding-left: 20px;
	border-left: 2px solid #990000;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	margin-top: 30px;
	margin-bottom: 30px;
}
.post img {
	border-bottom: 4px solid #BFBFBF;
}
.post .category {
	font: 10px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 0.10em;
	margin-bottom: 20px;
}
.post .category a {
	color: #990000;
	text-decoration: none;
}
.post .category a:hover {
	color: #FF0000;
}
.post #authorbio {
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	color: #B4B4B4;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 20px;
	border-top: 1px dotted #B4B4B4;
}
h6.editlink {
	float:right;
	position: relative;
	top: 10px;
	right: 10px;
}
h6.editlink a {
	font-style:italic;
	color: #990000;
	text-decoration:none;
}
h6.editlink a:hover {
	text-decoration:none;
	color: #FF0000;
}
/*"read more" link*/
		
		.more-link {
	background: #003C68;
	padding: 5px;
	width: 75px;
	text-align: center;
	margin-top: 15px;
}
a.more-link {
	color: #FFFFFF;
	text-decoration: none;
}
.more-link:hover {
	background: #914222;
}
/*comments section on single blog post pages*/
			
		ol.commentlist {
	color: #434343;
	line-height: 170%;
}
ol.commentlist li {
	background: #EFEFEF;
	width: 600px;
	padding: 15px;
	clear:both;
	overflow: hidden;
}
ol.commentlist li a {
	color: #914222;
}
ol.commentlist li.alt {
	background: #DADADA;
}
#commentsleft {
	float: left;
	width: 100px;
}
#commentsleft #author, #commentsleft #author a {
	font-size: 16px;
	font-weight: bold;
	color: #914222;
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#commentsleft small {
	font: italic 10px Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #999999;
}
#commentsright {
	width: 500px;
	float: right;
}
h3#comments, h3#respond {
	color: #fff;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .25em;
	padding: 5px;
	width: 620px;
	background: #000;
	margin-top: 40px;
}
input#author, input#email, input#url, textarea#comment {
	font: italic 14px Geneva, Arial, Helvetica, sans-serif;
	color: #C5C5C5;
	padding: 2px;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #DADADA;
	width: 580px;
}
input#author:focus, input#email:focus, input#url:focus, textarea#comment:focus {
	color: #003C68;
	border: 1px solid #C4C4C4;
}
/*bottom of the page "older posts" & "newer posts" link*/
		
		.navigation {
	margin-top: 45px;
}
.navigation a {
	color: #990000;
	text-decoration: none;
	letter-spacing: -1px;
	font: 18px Helvetica, Arial, sans-serif;
	font-weight:bold;
}
.navigation a:hover {
	color: #FF0000;
}
/* sidebar -------------------------------------------------------------------*/

	.sidebar {
	width: 300px;
	padding-top: 20px;
	float: right;
}
.sidebar .rightbox {
	background: #FFFFFF;
	padding: 5px;
	margin-bottom: 20px;
}
.sidebar #ads img {
	margin-bottom: 20pxa;
}
.sidebar h2 {
	padding: 5px;
	width: 280px;
	background: #000000;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: .25em;
}
.sidebar h2.blue {
	padding: 5px;
	width: 280px;
	background: #000000;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: .25em;
}
.sidebar h2.blue a{
color:#FFFFFF;
}
.sidebar h2.blue a{
color:#FFFFFF;
text-decoration:none;
}
.sidebar em {font-style:italic; margin-left:10px; margin-right:10px;}
ul.list, .list ul {
	padding: 0px;
	list-style: none;
	margin-top: 15px;
	margin-bottom: 15px;
}
ul.list li, .list li {
	border-bottom: 1px solid #BEBEBE;
	padding: 5px 5px;
	background: url(images/background-list.jpg) repeat-x bottom;
}
ul.list li a, .list li a {
	color: #666666;
	text-decoration: none;
	display: block;
}
ul.list li:hover, .list li:hover {
	background: url(images/background-list-o.jpg) repeat-x bottom;
}
ul.list li a:hover, .list li a:hover {
	color: #221F20;
}
.list .textwidget {
	padding:10px;
	line-height: 170%;
}
/*tagcloud*/
		
		#tagcloud {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	line-height: 20px;
}
#tagcloud a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	font-style: italic;
	text-decoration: none;
}
#tagcloud a:hover {
	color: #221F20;
}
/*recent comments*/
		
		ul#recentcomments {
	font: italic 14px Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	padding: 20px 5px;
	height: 70px;
	width: 275px;
}
/* footer -------------------------------------------------------------------*/

#footer {
	width:950px;
	clear:both;
	background-color: #CCCCCC;
	background-image: url(images/vertbg_sprite.jpg);
	background-repeat: repeat-x;
	color:#333333;
	background-position: 0px -205px;
	height: 125px;
	
}
.copyright { font-size:10px; color:#666666; margin-top:5px;}
#footer a {
	color:#333333;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
}
#footer a:hover {  color:#000; text-decoration:underline;}
#footer #links {
	position: relative;
	top: 45px;
	height: 20px;
	left: 30px;}
#footer #links li
{
display: inline;
list-style-type: none;
}
#footer #links li:before { content: "  |  "}
#footer #links li.first:before { content: ""}
#footer #search_ft {
float:right;
	position: relative;
	top: 40px;
	height: 20px;
	right: 0px;
	width: 300px;
}
#footer #search_ft input {
	vertical-align: middle;
	margin-top: 5px;
}
#footer #search_ft #text {
	width: 180px;
	color:#666666;
	padding: 2px;
	border: 1px solid #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	background-color:#CCCCCC;
}
#footer #search_ft #text:focus {
	border: 1px solid #333333;
	color: #000;
	background-color:#FFFFFF;
}
/*-----------------------------------------------------------------------------

 Begin Images (default WP styles)
 
 -----------------------------------------------------------------------------*/


p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 0px;
	margin: 0 0 0px 25px;
	display: inline;
}
img.alignleft {
	padding: 0px;
	margin: 0 25px 0px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
.gallery-caption {
	text-align:center;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.wp-caption-text {margin-left:10px; margin-right:10px;}
li.linkcat {list-style: none;}

.addressbook-card-vcard strong {
     display:block;	
}
.addressbook-card-vcard em {
     display:block;	
}
.addressbook-card-vcard span {
     display:block;	
}
.addressbook-card-vcard img {
     float:right;	
}
.smstexter p, .smstexter input, .smstexter select {margin: 10px;}
.smstexter strong {margin-left: 10px;
	font-weight: bold;}