/*
Theme Name: LocifyBase
Theme URI: http://www.locify.com
Description: Locify Base
Version: 0.3
Author: dc
*/


body#locify-com {
	background:white;
	color:black;
	/*font-family: Georgia, 'Times New Roman', Times, serif;*/
	font-family: Candara, Arial, Helvetica;
	text-align:center;
	margin:0px;
	padding:0px;
	font-size:1em;
}

h1, h2, h3, h4 {
  	/* afont-family: Georgia, 'Times New Roman', Times, serif; */
	font-family:Candara, Arial, Helvetica;
	color:#222;
	letter-spacing:-1px;
}

a {
	color:#6060ff;
}

a:visited {
	color:#6060ff;
}

a img	{
	border: none;
}

#header,
#content-container,
#content-container #page-title h1,
#content-container #main-full,
#content-container #main-tocleft,
#content-container #main-tocright,
#footer-container #footer,
#footer-container #footer-notice {
	width:900px;
	max-width:900px;
/*  margin:0px auto;*/
	padding:0px;
	text-align:left;
	margin-right: 150px;
}

#header {

}

#header #menu-sign {
	text-align:right;
	padding:6px 0px;
}

#menu-sign a {
	font-weight:bold;
}

#header #logo img {
	border:none;
	margin:-9px 0px 0px 0px;
	padding:0pt;
	float:left;
}

#header #menu-main {
	font-family:Candara, Arial, Helvetica;
	text-align:right;
	margin:70px 0px 0px 0px;
	font-weight:bold;
	font-size:1.2em;
}

#menu-main a {
	text-decoration:none;
}

#menu-main ul, ul.action-menu, #content-container #toc ul {
	list-style-type:none;
	list-style-position:outside;
	list-style-image:none;
	padding:0px;
	margin:0px;
}

#menu-main ul {
	padding-bottom:3px;
	text-align:right;
}

#menu-main ul.service {
	border-top: 2px solid #ffc68c;
}

#menu-main ul li {
	display:inline;
	margin:0px;
	margin-left:15px;
	margin-right:5px;
}

#menu-main ul.service li a, #menu-main ul.service li a:visited {
	color:#ff8f00;
}

#menu-main ul.main li a:hover {
	color:#ff8f00;
}

#menu-main ul.service li a:hover {
	color:#6060ff;
}

#content-container {
/*  clear:both;*/
	padding-top:10px;
}

#content-container #main-full, #content-container #main-tocleft, #content-container #main-tocright {
/*  margin:0px auto;*/
}

#content-container #main-tocleft #toc {
	width:160px;
	float:left;
}

#content-container #main-tocleft #maincontent {
	margin-left:180px;
}

#content-container #toc {
	padding-top:30px;
	padding-bottom:20px;
}

#content-container #toc ul {
	padding: 10px;
}

#content-container #toc ul h2 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:2px;
}

#content-container #toc ul ul {
	padding: 0px 0px 0px 20px;
}

#content-container #toc ul li {
	padding-bottom: 3px;
}

#content-container #maincontent {
	margin:0px;
	padding:0px;
	padding-bottom:20px;
}

#content-container #main-tocright #maincontent {
	width:500px;
	margin:0px;
	/*apadding:0px;*/
	float:left;
}

#content-container #main-tocright #toc {
	width:240px;
	float:right;
}

#footer-container {
	clear:both;
	background:White url('http://www.locify.com/images/footer_bg.png') repeat-x;
	margin-top:20px;
	border-top: 1px solid #888;
	padding:15px 20px;
	text-align:left;
	color:Black;
}

#footer-container a, #footer-container a:visited {
	color:Black;
}

#footer-container a:hover {
	color:Black;
}

#footer, #footer-notice {
	font-family:Candara, Arial, Helvetica;
}

#footer .section {
	padding:5px 25px;
	float:left;
	border-left:1px solid #FFF;
}

#footer .section a {
	text-decoration:none;
}

#footer .section a:hover {
	text-decoration:underline;
}

#footer .section ul {
	list-style-type:none;
	list-style-position:outside;
	list-style-image:none;
	padding:0px;
	padding-bottom:3px;
	margin:0px;
}

#footer-container #footer-notice {
	clear:both;
	padding-top:25px;
	font-size: 0.8em;
}


#commentform textarea {
	width:100%;
}

.post {
	padding-bottom:10px;
	margin-bottom:15px;
}

.post h2, .post h1 {
	margin-bottom: 3px;
}

.postmetadata {
	color: #888;
	padding-top:1px;
	margin-top:1px;
	margin-bottom:0px;
}

.postmetadata .tags {
	text-transform:uppercase;
}

.postmetadata a, .postmetadata a:visited {
	color: #888;
}

.post .postedit {
	text-align: center;
	margin:10px 5px;
	font-size:0.8em;
}

.post .postedit a, .post .postedit a:visited {
	text-decoration:none;
	padding:2px 5px;
	font-family:Candara, Arial, Helvetica;
	font-size:0.8em;
	background-color:#AAAAAA;
	color:#FFFFFF;
}

#comments-container {
	margin-top:10px;
}

#comments-container h3 {
	font-size:1em;
	text-transform:uppercase;
	color:#FFFFFF;
	background-color:#AAAAAA;
	padding:1px 5px;
}

.center {
	text-align:center;
}

.clearer {
	clear:both;
}

#post-hp {
	text-align:center;
}

#post-hp h2 {
	padding-top:20px;
	padding-bottom:5px;
	margin-bottom:5px;
	margin-top:0px;
	clear:both;
}

.headline {
	font-size:2em;
	font-weight:bold;
	padding:10px 0px;
	color:#ff8205;
}

.headline-2 {
	padding:10px 0px;
	font-size:1.3em;
}

.onehalf {
	width:49%;
	float:left;
}

.onehalf .examplecontent {
	margin:5px;
	background-color:#f5f5fc;
}

.onehalf .boxl {
	padding:5px 15px 0px 0px;
	margin-bottom:10px;
}

.onehalf .boxr {
	padding:5px 0px 0px 15px;
	margin-bottom:10px;
}

.onehalf h2.texttitle {
	padding-top:5px;
	margin-top:5px;
	padding-bottom:3px;
	margin-bottom:3px;
}

#col1.onehalf {
	border-right:1px solid #ddd;
}

.onehalf .section {
	padding:0px 0px 15px 0px;
}

#col1.onehalf .section, .col1 .section {
	padding-right:15px;
}

#col2.onehalf .section, .col2 .section {
	padding-left:15px;
}

#hp-top-box-title {
/*	text-align:center;*/
	/* background-color:#6060ff; */
/*	background:#ccc url(http://www.locify.com/images/footer_bg.png) repeat-x scroll 0 0;*/
	/* color:Black; */
	padding:10px;
	border-bottom:1px solid white;
}

#hp-top-box-title h1 {
	margin:4px 0px 4px 0px;
	font-size:1.6em;
	letter-spacing:0px;
}

#hp-top-box, #hp-middle-box {
	text-align:center;
	background-color:#eee;
	padding:0px 10px 0px 10px;
	border-bottom:1px solid white;
}

#hp-top-box table, #hp-middle-box table {
	width:100%;
}

#hp-middle-box {
	background-color:White;
	border-bottom:1px solid white;
	padding:0px 0px 0px 0px;
}

#hp-top-box table, #hp-top-box table td, #hp-top-box table th, #hp-middle-box table, #hp-middle-box table td, #hp-middle-box table th {
	margin:0px;
	padding:0px;
	border-collapse: collapse;
}

#hp-top-box table td.third, #hp-middle-box table td.third {
	width:33%;
	text-align:left;
}

#hp-top-box table td.reg {
	border-right:1px solid white;
}

.third .box {
	padding:13px;
}

.third .box h2, .third .box h3 {
	margin-bottom:0px;
	padding-bottom:10px;
	margin-top:10px;
}

.third .box ul {
	margin-top:0px;
	margin-bottom:0px;
}

.third h2, .third h3 {
	font-size:1.2em;
}

.third ul {
	padding-left:20px;
	padding-bottom:8px;
}

.third ul li {
	padding-bottom: 5px;
}

ul.locified {
	padding-left:0px;;
}

ul.locified li {
	display:inline;
}

.section .serviceitem {
	padding-bottom:25px;
}

.section .servicename {
	margin: 0;
	font-size: 1.05em;
	font-weight:bold;
}

.section .serviceabout {

}

.section .serviceicon	{
	float: left;
	margin: 0.5em 0.5em 0.5em 0;
}

ul.serviceactions {
	list-style-type:none;
	list-style-position:outside;
	list-style-image:none;
	padding:0px;
	padding-bottom:3px;
	margin:0px;
	text-align:right;
	font-size:0.8em;
}

ul.serviceactions li {
	display:inline;
	margin:0px;
	padding:0px 10px 0px 10px;
	border-right: 1px solid #ddd;
}
ul.serviceactions li.last	{
	border-right: none;
}

.noavailable {
	color:#ddd;
}

form input, form button {
	padding: 2px;
}

fieldset {
	border:none;
	padding:0px;
	margin:0px;
}

fieldset legend {
	font-weight:bold;
	display:none;
}

table {
	border-collapse:collapse;
}

td, th {
	padding:3px 10px;
	vertical-align:top;
}

td.actions, tr.actions {
	vertical-align:middle;
}

table.filelist {
	border-collapse: collapse;
	border:none;
}
table.filelist thead tr {
	border-bottom:1px solid #444;
	border-top:1px solid #444;
	background-color:#6060ff;
	color:White;
	font-weight:bold;
}
table.filelist tr {
	border-bottom:1px solid #444;
	background-color:#F8F8F8;
}
table.filelist tr.s {
	background-color:#E8E8E8;
}
table.filelist tbody tr:hover	{
	background-color: #CCCCFF;
	cursor: pointer;
}
table.filelist thead a	{
	color: #ff8f00;
	text-decoration: none;
}
table.filelist thead a:hover	{
	color: #ffffff;
	text-decoration: none;
}


.strong {
	font-weight:bold;
}

.superhigh {
  vertical-align: super;
  font-size:0.65em;
  background-color:#ff8205;
  padding:0px 1px;
}

input, textarea {
	/*font-family: Georgia, 'Times New Roman', Times, serif;*/
	font-family: Candara, Arial, Helvetica;
}

.geshi	{
	font-size: 0.8em;
}
pre	{
	max-width: 100%;
	overflow: auto;
}

.howto-client {
	padding-left:18px;
	font-family: Consolas, "Courier New", Courier, monospace;
	background:#CFC url('http://www.locify.com/images/icons/phone_show.png') no-repeat;
}

.greyed {
	color:#AAA;
	font-size:0.8em;
}

.info-field-name {
	font-weight:bold;
}

.info-field-value {
	margin-bottom:10px;
}

.geo abbr {
	padding:1px 5px;
	font-weight:bold;
}

ul.action-menu li {
	display:inline;
	margin:0px;
	margin-right:10px;
	font-size:0.8em;
}

ul.action-menu li a {
	color:#FFF;
	text-decoration:none;
	padding:1px 3px;
	background-color:#AAA;
}

.clearer {
	clear:both;
	font-size:2px;
}

.just-hr, .clearer-hr {
	font-size:2px;
	border-bottom:2px solid #BBB;
}

.clearer-hr {
	clear:both;
}

.action-section {
	margin:20px 0px;
	font-family:Candara, Arial, Helvetica;
	font-size:1.2em;
	font-weight:bold;
}

.action-section .button {
	background-color:#ff8205;
	padding:5px 7px;
}

.action-section .button a {
	color:Black;
	text-decoration:none;
}

.action-section .button a:hover {
	color:White;
	text-decoration:underline;
}

.features-box {
	margin-top:15px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:15px;
	background-color:#E3F1F6;
}

.features-box table {
	margin:0pt auto;
	width:100%;
}

.features-box table td {
	padding:3px 5px;
	text-align:center;
	width:1%
}

.features-box table td img {
	border:1px solid #bbb;
}

div#google-map {
	margin: 1em auto;
	width: 750px;
	height: 400px;
}

.toc-inline	{
	background: #EEEEEE;
	border: 1px solid #666666;
	float: right;
	padding: 1em 3em;
	margin: 0 2em 2em;
}

.toc-inline ul, .toc-inline ol	{
	padding: 0;
	margin: 0;
}

.toc-inline h2	{
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

#ginfo	{
	max-width: 300px;
}
#ginfo h3	{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
}

#ginfo p	{
	margin: 0.5em 0;
	padding: 0;
}

.rss-list img	{
	vertical-align: middle;
	text-decoration: none;
}

.help-info, .help-warning, .flash-success, .flash-info, .flash-warning, .flash-error	{
	border: 1px solid #999;
	margin: 1em 2em;
	padding: 0.5em;
}
.flash-success, .flash-info, .flash-warning, .flash-error	{
	font-weight: bold;
	margin: 1em 6em;
}
.flash-success p, .flash-info p, .flash-warning p, .flash-error p	{
	margin: 0;
	padding: 0;
}
.flash-success p + p, .flash-info p + p, .flash-warning p + p, .flash-error p + p	{
	margin-top: 1em;
}
.flash-inline	{
	margin: 1em;
}
.help-info, .flash-success	{
	background: #ccffcc;
}
.help-warning, .flash-warning	{
	background: #ffff66;
}
.flash-info	{
	background: #99ccff;
}
.flash-error	{
	background: #ff9999;
}

.help-right	{
	float: right;
	margin: 0 0 1em 1em;
}

#langSelectBlock	{
	display: inline;
	position: relative;
}
#langSelect	{
	background: #FFF;
	border: 1px solid #000;
	line-height: 130%;
	margin: 0;
	padding: 5px 15px 5px 5px;
	position: absolute;
	right: 0;
	top: 10px;
	width: 100px;
	visibility: hidden;
}
#langSelect li	{
	list-style-type: none;
}
#langSelectBlock:hover #langSelect	{
	visibility: visible;
}
.invisible	{
	display: none;
}

#downloadButton	{
	background: #A1D564;
	color: #FFFFFF;
	display: block;
	font-size: 250%;
	font-weight: bold;
	height: 80px;
	line-height: 80px;
	-moz-border-radius: 40px 15px;
	text-align: center;
	text-decoration: none;
	width: 300px;
}
#downloadButton:hover	{
	text-decoration: underline;
}
#downloadButton.long	{
	font-size: 140%;
	height: 40px;
	line-height: 40px;
	margin: 0.5em auto;
	width: 340px;
}

.loadingInfo	{
	height: 40px;
	line-height: 32px;
	padding: 4px 10px;
	vertical-align: middle;
}

.loadingInfo img	{
	margin: 0 10px 0 0;
	vertical-align: middle;
}

