/*
Theme Name: TrentonTelephone
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 TrentonTelephone is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =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, 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 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}

ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}



/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}


ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 55%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #209549;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
}


/* =Menu
----------------------------------------------- */

.navigation-main {
	display: block;
	
}
.navigation-main ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.navigation-main li {
	float: left;
	position: relative;
}
.navigation-main a {
	display: block;
	text-decoration: none;
}
.navigation-main ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	position: absolute;
		top: 3.3em;
		left: 0;
	z-index: 99999;
background:#ffffff;
}
.navigation-main ul ul ul {
	left: 100%;
	top: 0;
}
.navigation-main ul ul a {
	width: 200px;
}
.navigation-main ul ul li {
}
.navigation-main li:hover > a {
}
.navigation-main ul ul :hover > a {
}
.navigation-main ul ul a:hover {
}
.navigation-main ul li:hover > ul {
	display: block;
}
.navigation-main li.current_page_item a,
.navigation-main li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

.main-small-navigation ul {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-small-navigation ul.nav-menu.toggled-on {
		display: block;
	}

	.navigation-main ul {
		display: none;
	}
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .submit {
	display: none;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}




/* =Custom Styles
----------------------------------------------- */

body {
background-position: top center;
}

div.site-branding {
width:184px;
float:left;
}

header {
height:72px;
}

h1.site-title {
width:187px;
height:72px;
background:url("images/tvn-logo.jpg") no-repeat;
float:left;
margin:10px 0;
padding:0px !important;
}

h1.site-title a {
	  text-indent: -9999px;
display:block;
}

#topbar {
background:url("images/topbackground.jpg") repeat-x top left;
height:34px;
margin:0px;
padding:0px;
}

#topbarcontents {
width:950px;
margin:0 auto;
}

div.menu-secondary-menu-container {
float:right;
margin-right:20px;
padding-top:8px;
}

#menu-secondary-menu li {
float: left;
font-family: Arial, sans-serif;
font-size:12px;
border-right:1px solid #9cbee4;
padding:0 10px;
}

#menu-secondary-menu li a {
color:#808285;
text-decoration:none;
}

#menu-secondary-menu li.menu-item-30 {
border-right:0px;
margin-right:20px;
}


#menu-secondary-menu li.menu-item-40 {
width:24px;
height:24px;
display:block;
background:url("images/facebook.png") no-repeat top left;
border-right:0px;
margin-top:-5px;
}
#menu-secondary-menu li.menu-item-40 a {
text-indent: -9999px;
display:block;

}


#menu-secondary-menu {
list-style:none;
}

#page {
margin:0 auto !important;
padding:0px;
width:950px;
}

#main {
width:950px;
margin:0 auto !important;
position:relative;
}

.navigation-main {
float:right !important;
}

.navigation-main ul.menu li {
height:28px;
font-family: 'Average', serif;
color:#414042;
font-size:17px;
margin:0 10px;
}

.navigation-main ul.menu li.menu-item {
padding:30px 10px 0 10px;
}
.navigation-main ul.menu li a {
color:#414042;
}

.navigation-main ul.menu li.current_page_item {
padding:27px 10px 0 10px;
border-top:3px solid #a8d166;
}

.navigation-main ul.menu li.current_page_item a {
color:#a8d166;
}

.navigation-main ul.menu li:hover {
background:#f1efef;
border-top:3px solid #f8ca7c;
}

.navigation-main ul.menu li ul.sub-menu li {
height:20px;
font-family: 'Average', serif;
color:#414042;
font-size:15px;
margin:0 10px;
}

.navigation-main ul.menu li ul.sub-menu li a {
color:#414042;
}

.navigation-main ul.sub-menu li:hover {
background:none;
border-top:0px;
color:#a8d166;
}

.navigation-main ul.sub-menu li a:hover {
color:#a8d166 !important;
}

.navigation-main ul.sub-menu li.menu-item {
padding:10px;
}

.navigation-main ul.sub-menu li.current_page_item {
padding:10px;
border-top:0px;
}

#post-2 h1.entry-title, .entry-header {
display:none;
}

#homeshadow {
position:absolute;
margin:0 auto;
background:url("images/slideshowshadow.png") no-repeat top left;
width:950px;
height:54px;
z-index:100;}

#secondary {
    position: absolute;
    right: 30px;
    top: 10px;
    width: 250px;
    z-index: 100;
}
#secondary aside, #bottom-widgets aside {
    background: none repeat scroll 0 0 #F1EFEF;
    padding: 15px 15px 20px 15px;
font-family: 'Average', serif;
color:#58595b;
font-size:14px;
line-height:18px !important;
}

#bottom-widgets aside {
width:235px;
margin-top:50px;
line-height:16px !important;
}

#belowasidebot {
background:url("images/boxshadow-265.png") no-repeat top left;
width:265px;
height:23px;
}


#bottomwidgetcontent {
float:left;
}


aside h1.widget-title {
display:none;
}

#wysiwyg_widgets_widget-2, #wysiwyg_widgets_widget-6, #wysiwyg_widgets_widget-7 {
border-left:4px #f8ca7c solid;
}

#wysiwyg_widgets_widget-3, #wysiwyg_widgets_widget-5 {
border-left:4px #a8d166 solid;
}

#wgs_widget-2, #text-2 {
padding:5px !important;
border-left:4px #9cbee4 solid;
}

#yahoo-weather-forecast-2 {
border-left:4px #9cbee4 solid;
}

#wysiwyg_widgets_widget-6, #wysiwyg_widgets_widget-5 {
margin-right:34px;
}

#belowaside {
background:url("images/boxshadow-250.png") no-repeat top left;
width:250px;
height:16px;
}

#bottom-widgets aside h2 {
color:#294a9f;
font-size:20px;
}

p.intro-text {
padding:0px !important;
margin:0px !important;
}

.bigblue {
font-size:22px;
color:#294a9f;
font-weight:bold;
}

.small {
font-size:11px;
}

p.small {
padding:5px 0 0 0 !important;
margin:0px !important;
}

.biggerblue {
font-size:30px;
color:#294a9f;
font-weight:bold;
}

p.biggerblue {
padding:0px !important;
margin:0px !important;
}

.bigblack {
font-size:22px;
color:#000000;
font-weight:bold;
}

.big {
font-size:18px;
}

div.greenbutton {
text-align:center;
}

div.greenbutton a, input.login_button, input.wpcf7-submit {
color:#58595b;
font-family: Arial, sans-serif;
text-transform:uppercase;
text-shadow: 1px 1px #ffffff;
font-size:12px;
text-decoration:none;
background:url("images/greenlarge-button.jpg") repeat-x top left;
border:1px solid #9dbb60;
border-radius:5px;
padding:7px 15px 7px 15px;
}

div.greenbutton a:hover {
border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

#middle-widgets, #bottom-widgets {
margin:0 auto !important;
width:875px;
} 

#middle-widgets aside {
    background: url("images/couple-computer.png") no-repeat scroll top right #F1EFEF;
    padding: 15px 220px 25px 15px;
font-family: 'Average', serif;
color:#58595b;
font-size:14px;
line-height:18px !important;
width:640px;
border-left:4px solid #9cbee4;
}

h1 {
color:#1c8943;
font-family: 'Average', serif;
font-size:24px;
padding-bottom:.6em;
}

#dirleft, #dirright {
float:left;
width:115px;
}

#dirleft {
margin-right:5px;
}

#dirleft input, #dirright input {
width:105px;
}

#colophon {
border-top:14px #bcd9f2 solid;
background:#9cbee4;
color:#ffffff;
text-align:center;
padding:10px;
font-size:12px;
margin-top:20px;
}

.footbig {
font-size:24px;
font-family: 'Average', serif;
}


#tvnlogo {
width:127px;
height:136px;
    background: url("images/ttc-tvnlogo.jpg") no-repeat scroll top right #F1EFEF;
margin:10px auto;
}

.last-update, p.condition, p.y-temperature, p.pressure {
display:none !important;
}

.copyright {
display:none !important;
}

p.temp {
    padding: 0px !important;
    margin: 0px 0 10px 0 !important;
}

.yahoo {
text-align:right;
padding-top:5px;
}

#contentinside {
background:#ffffff url("images/insidebackground.jpg") no-repeat top left;
margin-top:24px;
padding:0 50px;
}

#contentinside h1 {
font-size:36px;
line-height:30px;
margin:0px !important;
}

#contentinside h2 {
color:#294a9f;
font-family: 'Average', serif;
font-size:20px;
line-height:20px;
padding:.8em 0;
clear:none;
}

#contentinside h3 {
color:#294a9f;
font-family: 'Average', serif;
font-size:18px;
line-height:16px;
padding:.6em 0;
clear:none;
}

ul.orange {
list-style:none;
margin-left:30px;
}

ul.orange li {
background:url("images/orangesquare.jpg") no-repeat top left;
padding: 0 0 0 18px;
margin:15px 0;
line-height:16px;
}

#plan {
padding:20px;
margin:20px 0;
border-left:4px #f8ca7c solid;
box-shadow: 4px 4px 5px #bfbfbf;
}


#plan2 {
padding:20px;
margin:20px 0;
border-left:4px #a8d166 solid;
box-shadow: 4px 4px 5px #bfbfbf;
}

#plan3 {
padding:20px;
margin:20px 0;
border-left:4px #9cbee4 solid;
box-shadow: 4px 4px 5px #bfbfbf;
}

.name {
color:#294a9f;
font-family:Arial,sans-serif;
font-size:24px;
font-weight:bold;
margin-right:20px;
width:320px;
float:left;
}

.features {
float:left;
font-size:14px;
font-family:Arial,sans-serif;
width:320px;
}

.price {
float:right;
color:#294a9f;
font-weight:bold;
font-family:Arial,sans-serif;
font-size:28px;
}


.options {
float:right;
width:450px;
}

.options p {
border-bottom:1px dashed #666666;
line-height:22px;
}


.optionprices {
float:right;
color:#294a9f;
font-weight:bold;
font-family:Arial,sans-serif;
font-size:22px;
}

.cost {
color:#294a9f;
font-weight:bold;
font-family:Arial,sans-serif;
font-size:34px;
}

#insidetop-widgets ul.menu {
list-style:none;
}

#insidetop-widgets ul.menu li {
float:left;
}

.channels {
font-size:12px;
line-height:14px;
float:left;
margin-right:25px;
}

.tvname {
color:#294a9f;
font-family:Arial,sans-serif;
font-size:24px;
font-weight:bold;
margin-right:20px;
width:150px;
float:left;
}

.tvname p {
font-weight:normal !important;
font-size:14px !important;
line-height:16px !important;
}

ul.arealinks {
margin-left:30px;
}

#kidimages img {
margin:0 15px;
}

#instructions {
padding:20px;
    background: none repeat scroll 0 0 #F1EFEF;
border-left:4px #a8d166 solid;
}

span.collapseomatic {
background-color: #b0d56e;
    background-position: 5px;
    color: #ffffff;
    border-radius: 5px;
 padding: 5px 10px 5px 25px;
    display: block;
    margin-bottom: 20px;
    width: 100px;
}

#ld {
float:left;
line-height:32px !important;
margin-right:30px;
}

.menu-item-343 a {
font-weight:bold;
color:#129142 !important;
}

#left {
float:left;
width:50%;
}

.wp-caption {
    padding: 15px;
}

.menu-item-383 a:hover {
    background: url("http://www.tvn.net/wp-content/uploads/2015/04/redcar3.png") no-repeat scroll left 95% transparent !important;
    text-align: right;
    width: 90px !important;
    display: block;
}
