/* --------------------general layout stuff ---------------------- */
html, 
body { 
	height: 100%; 
	margin: 0; 
	padding: 0; }

body {
	color: #000; 
	font-family: Helvetica, Calibri, Arial, Sans-Serif;  
	background: url('../img/bg/body2.png') repeat-x; 
	border: 0; }

#wrap { 
	width: 947px;
	min-height: 100%;
	margin: 0 auto; 
	padding: 0px 40px;
	background: url('../img/bg/wrap.png') repeat-y; }

.colwrap { 
	width: 905px;
	min-height: 300px;
	margin: 0 auto 10px 16px;
	padding: 30px 20px 10px 10px;
	overflow: hidden; 
	background: url('../img/bg/widebox.png') no-repeat 0 0; }
		
.boxbot { 
	clear: both;
	width: 911px;
	height: 24px;
	margin: -10px 0 0 16px;
	background: url('../img/bg/widebox_bot.png') no-repeat 0 0; }

.col1 { 
	float: left; 
	width: 209px;
	margin: 0 0 0 10px; 
	/*padding-right: 35px;*/ 
	border-right: 1px solid #c5c5c7; }
	
.col2 { 
	float: right;
	width: 570px;
	min-height: 250px;
	margin: 0 60px 0 0;
	padding-left: 50px; }

h1 {
	width: 905px;
	height: 45px;
	margin: 0 auto 10px 20px;
	padding: 13px 0 0 20px;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.05em;
	text-align: left;
	background: url('../img/h1_bar.png') no-repeat 0 0; }
h1 a { color: #fff; }

ul { padding: 0; }
ul li { list-style-type: none; }

p, dd, dl, ul, li {
	font-size: 12px;
	margin: 0 0 7px 0;
	text-align: left;
	color: #3f3f3f; }

ol li { color: #03508c; }

h2 {
	font-size: 24px;
	font-weight: normal; }
.col2 h2 { 	margin-bottom: 10px; }

h3, 
h4 { margin-bottom: 7px;
	color: #3f3f3f;
	font-weight: normal; }
	
h4 { font-size: 13px; }	

dl { line-height: 150%; }

.col2 p { 
	width: 400px;
	font-size: 13px;
	line-height: 140%; }
.col2 ul { width: 500px; }
.col2 img { margin: 10px 0; }

abbr, acronym { 
	font-variant: small-caps;
	border-bottom: none; }

.alert p {
	width: 300px;
	padding-top: 40px;
	margin-bottom: 15px;
	text-align: center; 
	font-size: 12px;}
.alert p a { 
	float: none; 
	text-transform: none;
	background-image: none;
	font-size: 11px; }	
		
pre { 
	padding: 10px; 
	color: #1f223f;
	font-size: 11px;
	background: #eff9ff; 
	border: 1px solid #ccc; }
pre strong { 
	color: #000;
	font-size: 13px; } /* linebreaks */
pre+p.info { /* info about linebreaks */ 
	width: 100% !important;
	margin-top: -35px;
	margin-left: -25px;
	text-align: right;
	color: #77787F;
	font-size: 11px;
	font-style: italic; }
	
.col2:after,
.clear:after { 
 	content: ".";
 	display: block;
	height: 0px;
	clear: both;
	visibility: hidden; } 

div.hr {
	display: block;
	float: none !important;
	clear: both;
	height: 1px;
	width: 800px !important;
	overflow: hidden;
	margin: 30px auto;
	border-top: 1px solid #8c8c8c;  }
div.hr hr { border: none 0; margin: 0; }

/* ----------------- header --------------------- */
#header { /* logo, navigation */
	width: 905px;
	margin: 0 auto;
	padding-top: 25px;
	overflow: auto;
	text-align: left; }

#logo:link, #logo:visited, #logo:hover {
	display: block;
	width: 230px;
	height: 68px;
	margin: 0;
	padding: 0;
	text-indent: -6666px;
	background-image: url(../img/logos/voicephp2.png);
	background-repeat: no-repeat;
}

/* ----------------- nav --------------------- */
#nav {
	float: right;
	clear: none;
	width: 620px;
	height: 33px;
	margin: 30px 0 0 0;
	padding: 0;
	text-align: center;
	background: url('../img/nav/nav.png') repeat-x 0 0; }

#nav li { float: left; }

#nav li a {
	display: block;
	height: 19px;
	padding: 10px 13px 0 13px;
	margin: 0;
	color: #21a8e1;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a:hover {
	color: #51b848;
	padding: 10px 13px 0 13px;
}

.features #a_features, /* you are here */
.developers #a_developers,
.distribution #a_distribution,
.about #a_about { 
	background: url('../img/nav/nav.png') repeat-x 0 -68px;
	}

#nav li a#a_home { 
	}
#nav li a#a_home:hover {
	padding-left: 24px;
	}
/* ----------------- subnav --------------------- */
#subnav { 
	width: 555px;
	margin: -20px 0 10px 325px;
	padding: 5px;
	overflow: hidden;
	background: url('../img/nav/subnav.png') no-repeat 0 0; }
.podcasts #subnav,

.video #subnav { padding-left: 30px; }
.about #subnav { padding-left: 150px; }
.distribution #subnav { padding-left: 160px; }
.rss #subnav { padding-left: 230px; }
#subnav li {
	float: left; 
	margin: 0 10px;
	color: #51b848;
	list-style: disc outside; }
#subnav li:first-child { list-style-type: none; }
	

#subnav li a { color: #8C8C8C; }
#subnav li a:hover { color: #51b848; }

#about a#a_overview,
#distribution a#a_overview,
#contact a#a_contact { color: #404040; text-decoration: underline; }

/* ----------------- sidenav (features) --------- */
#sidenav li { 
	width: 209px;
	height: 42px; }

#sidenav li a {
	display: block;
	padding: 15px 0 14px 45px;
	background-position: 0 0; }
#sidenav li a:hover { background-position: 420px 0; }

/* ----------------- links ---------------------- */
a { color: #0071bc;
	text-decoration: none; }
a:hover { color: #51b848; }

a, a:active, a:hover, a:link, a:visited, a:focus {
	outline-style: none;
	border: 0; }

.btn {
	display: block;
	text-indent: -6666px; }
.startnow { 
	width: 136px;
	height: 35px;
	background: url('../img/btns/startnow.png') no-repeat 0 0    !important; }
.startnow:hover { background: url('../img/btns/startnow.png') no-repeat 0 -35px; }

.developers .colwrap div a,
.home .col1 a,
#api .col1 a,
.col2 a { 
	font-family: Verdana, sans-serif;
	}

.distribution .colwrap div a { 
	font-family: Verdana, sans-serif;}


/* ----------------- HOME ----------------------- */
#home #banner {
	width: 951px;
	height: 204px;
	overflow: auto;
	text-align: center;
	border: 1px solid #fff;
	background: url('../img/home_h1.png') no-repeat 0 0; }
#banner a { 
	margin-left: 600px; }
	
#home h1 {
	width: 500px;
	height: auto;
	margin: 35px 0 0 400px;
	padding: 0;
	color: #fff;
	font-size: 26px;
	line-height: 120%;
	font-weight: normal;
	text-align: center;
	background-image: none; }

#home h1 em {
	display: block;
	color: #51b848;
	font-size: 20px;
	margin-right: -20px;
	font-style: normal; }

.learnmore { 
	width: 96px;
	height: 30px;
	background: url('../img/btns/learnmore.png') no-repeat 0 0; }

#home .colwrap { 
	margin: 20px auto 0 auto;
	padding: 2px 0 10px 0; 
	background-image: none; }

#home .col1 { border-right: 1px solid #fff; }

#home #create, 
#home #distro { 
	width: 554px;
	height: 137px;
	border: 1px solid #fff; }

#home #create { background: url('../img/home_create.png') no-repeat 0 0; }
#home #distro { background: url('../img/home_distro.png') no-repeat 0 0; } 
	
#home h2 { margin: 30px 0 0 20px; }
#home #create h2 { color: #054e77; }
#home #distro h2 { color: #51b848; }

#home .col2 {
	width: 340px;
	margin: 0 220px 0 0;
	font-size: 14px; 
	padding: 0 0 0 40px; }

#home .col2 p {
	width: 340px;
	margin: 0 220px 0 0;
	font-size: 14px; 
	padding: 0 0 0 40px; }
	
#home .col2 a { margin-left: 270px; }

#home .col1 { 
	margin: 0 20px 0 0;
}

#home .col1 p {
	margin: 0 220px 0 0;
	font-size: 14px; 
	padding: 0 0 0 40px; }
	
#home .col1 a { 
	float: left; 
	margin-right: 0; }	
	
#home h3 {
	display: block;
	width: 307px;
	height: 362px;
	margin: 0;
	text-indent: -6666px;
	background: url('../img/home_featured3.png') no-repeat 0 0; }
	
#featurecontent {
	width: 307px;
	height: 190px;
	margin: 0;
	text-indent: -6666px;
	background: url('../img/home_featured5.png') no-repeat 0 0; 
}

#howitworks {
	width: 307px;
	height: 90px;
	margin: 0;
	text-indent: -6666px;
	background: url('../img/howitworks2.png') no-repeat 0 0; 
}

/* ----------------- features ------------------- */
.features h2+a { /* start now button */
	float: right; 
	margin: -43px -53px 0 0; }
.features a+img { margin-left: -15px; }
	
.features .col2 { min-height: 340px; }
.features .col2 p { width: 500px; }
.features .col2 ul { padding-left: 20px; }
.features .col2 ul li { 
	list-style-type: disc;
	line-height: 120%; }
.features .col2 ul li ul { margin-left: 0 !important; }
.features .col2 dl { margin-top: 10px; }
.features .col2 dt { font-weight: bold; }

.features .col2 ul+p,
.features .col2 a+p  { margin-top: 20px; }

.features .col2 p { 
	/*width: 440px !important;*/
	margin-left: 0;
	font-size: 13px;
	line-height: 140%; }
	
.features.main .col2 h2,
.features.main .col2 p,
.features.main .col2 ul { 
 }
 
.features h3 {color: #21a8e1; }
.features h3+p {padding-left: 20px;  }

.features.main .col2 img { margin-left: -15px; }

/* -- colleft and colright --*/
	
.features h2+a { /* Learn More button */
	float: right; 
	margin: -88px +10px 0 0; }
.features a+img { margin-left: +10px; }

.features .colleft { }
.features.main .colleft h2{  }
.features.main .colleft img { margin-left: -15px; }

.features .colright { float: right; }
.features.main .colright h2 {  }
.features.main .colright img { margin-left: -15px; }

/* -- */

.sms.main .colwrap,
.tracking.main .colwrap,
.widgets.main .colwrap { 
	padding-top: 43px; }

/* ----------------- developers ----------------- */
.about h2,
.about dl,
.about textarea,
.developers h2,
.developers .hr,
.developers h4,
.developers ol,
.distribution h2,
.distribution dl,  /* this shit should all get distilled and put in copy later 080814mfj */
.distribution .hr,
.gallery h2  { margin-left: 40px !important; }

.about .colwrap p,
.developers.main .colwrap p{
	width: 820px;
	margin: 5px 0 20px 40px;
	font-size: 14px;
	line-height: 140%; }

.distribution .colwrap p{
	width: 820px;
	margin: 5px 0 20px 40px;
	font-size: 14px;
	line-height: 140%; 
	padding: 0 0 0 20px;}


.developers.main h3 {
	margin: 0;
	color: #51b848;}
	
.distribution h3 {
	margin: 0;
	color: #51b848;
	padding: 0 0 0 40px; }
	
.distribution h4 {
	margin: 0;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 10px 50px; }

.developers.main .colwrap div {
	float: left;
	width: 210px; 
	margin: 10px 5px 10px 40px;
	padding: 0 0 0 30px; }

.distribution .colwrap div {
	float: left;
	width: 315px; 
	margin: 10px 5px 10px 40px;
	padding: 0 0 0 30px; }
			
.developers.main .colwrap div p,
.distribution .colwrap div p  { 
	font-size: 13px;
	width: auto; 
	margin: 5px 0 0 0; }
	
.developers img { margin: 10px 0 10px 90px; }

.developers.main h4 { 
	width: 420px; 
	float: left;
	font-size: 15px; }
.developers.main ol { 
	width: 420px;
	float: left;
	padding-left: 20px; }
.developers.main ol li { 
	line-height: 140%; 
	font-size: 14px; }

.developers.main .colwrap ol+p { 
	float: right; 
	clear: none;
	width: 231px !important;
	margin-right: 120px;
	padding: 20px 0;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	text-align: center;
	text-transform: uppercase; 
	}

/* ----------------- distribution ----------------- */
.distribution .colwrap div { border-left: 1px solid #8c8c8c; }
.distribution .colwrap div.hr+div { /* no border on free */
	border-left: 0px solid #fff; }

.distribution img { margin: 10px 0; }
.distribution .colwrap div.hr+div+div img { /* push channel image down a scosh */
	margin-top: 27px; }
/* temp until 3rd col ready */
/*.distribution .colwrap div.hr+div { border-right: 1px solid #8c8c8c; }
.distribution .colwrap div { width: 40%; padding-left: 14px; }
.distribution img { margin: 10px auto; }*/
/* end temp */

.distribution.fa p { width: 420px; }
.distribution.fa img { 
	float: right;
	margin: -60px 20px 0 0; }

.distribution.free dd { text-align: center; }
.distribution.free dt { 
	clear: both;
	padding-left: 45px;
	color: #3f3f3f;
	font-size: 16px;
	line-height: 36px;
	background: url('../img/h3_video.png') 0 0 no-repeat; }
.distribution.free dt.rss { background: url('../img/h3_rss.png') 0 0 no-repeat; }
.distribution.free dt.widgets { background: url('../img/h3_widgets.png') 0 0 no-repeat; }
.distribution.free dd {
	float: left;
	clear: none; 
	margin: 0 10px; }	

.channels dl { float: left; }
.channels dl+dl { 
	float: right; 
	margin-right: 50px; }

/* ------------------ contact / misc about ------- */
#about .colwrap p { 
	height: 120px;
	padding-left: 260px;
	background: url('../img/ui/aboutus.jpg') 0 0 no-repeat; }
.contact h2 { 
	padding-bottom: 180px; 
	background: url('../img/ui/contactus.png') 0 50px no-repeat; }	
.contact h2+dl { margin-left: 250px !important; }

.contact dl { 
	float: left;
	width: 590px;
	margin-top: -180px; /* compensate for h2 padding */
	padding: 10px 0 70px 20px; 
	border-left: 1px solid #c0c0c0; }

.press .col1 { width: 290px; }
.press .col2 { width: 490px; }
.press .col1 p { 
	width: 260px;
	font-size: 12px;
	font-style: italic;  }
.press dl {	
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c0c0c0; }
.press img { margin: 15px 0; }

.gallery object {
	display: block;
	float: left;
	clear: none;
	margin: 10px 20px 20px 20px; }
	
.tos .colwrap p { 
	width: 800px; 
	font-size: 12px; 
	text-align: right; }

/* ------------------ FOOTER -------------------- */
#footer ul { 
	width: 860px;
	margin: 10px auto 0 auto; 
	overflow: hidden; 
	text-align: center; 
	}
#footer li {
	float: left; 
	margin: auto 16px; 
	padding: 0; 
	text-align: center; 
	float:right}
#footer li a {
	font-family: Verdana;
	font-size: 9px;
	color: #aaa; }