/*
Theme Name: APGX
Theme URI:
Description: Custom template coded for APG
Version: 1.0
Author: andrej
Author URI: http://wpmix.com/
*/
html, body{
margin: 0;
padding: 0;
}
html{
margin-bottom: 1px;
overflow: -moz-scrollbars-vertical;
}
body {
    background-color: #D0D0D0;
    font-family: Arial, Verdana, sans-serif; font-size: 12px;
    color: #2f2f2f;
}

h2 { 
        font-size: 1.2em; text-transform: none;
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	text-transform: uppercase;
	color: #000080;
}   /*Is setting Goals really necessary?*/

#container:after, #content .post .entry:after, #content .navigation:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#page {
	margin: 0 auto;
	width: 990px; padding: 0 3px 3px 3px;
	background-color: #fff;
}
#header {
	position: relative;
	/** height: 95px; **/
	background: no-repeat url(images/hd.png);
}

.branding h1{
    height:95px;
    margin: 0;
    padding: 0;
    position: relative;
    line-height: normal;
    font-size:100%;
}

.branding h1 a{
    display: block;
    width: 377px;
    height: 32px;
    text-indent: -9999em;
    position: absolute;
    top: 14px;
    right: 0;
    padding: 0px;
    margin: 0px;
}
.branding p{
    display: none;
    margin: 0;
    padding:0;
    width:1px;
    height:1px;
}

.nav-bar{
    height: 25px; line-height: 25px;
    background: #2f2f2f left bottom no-repeat url(images/bckmenu.gif);
}
#header form {
	position: absolute;
	top: 98px; right: 10px;
	margin: 0;
}
#header form input {
	float: left;
	padding: 0;
	border: #0b2266 1px solid;
}
#header form .text {
	margin: 0 5px 0 0; padding: 1px 2px;
	width: 100px;
	color: #000;
}
#header form .btn {
	width: 40px; height: 19px;
	background-color: #2c5c9a;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

#menu {
	margin: 0;
        padding: 0;
        background-color: transparent;
        margin-left: 4px;
}

#menu li {
	display: inline;
}
/**
#menu {
	margin: 0; padding: 0;
	list-style-type: none;
	height: 25px; line-height: 25px;
        background-color: transparent;
}
#menu li {
	display: inline;
	margin: 0 5px 0 0; padding: 0 0 0 15px;
	background: left 5px no-repeat url(images/bckmenuli.gif);
}
#menu li.first {
	background: none;
}
#menu li a {
	color: #fff;
	text-decoration: none;
}
#menu li a:hover, #menu li.current_page_item a {
	color: #edd1dd;
	text-decoration: none;
}
**/
#container {
	margin: 10px 0 25px 0;
	width: 100%;
}
/**
#sidebar-left h3{
    font-size: 1.2em;
    text-transform: none;
    font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
    color: #000080;
    margin: 0px;
    padding: 0px;
}**/

li.page-nav{
    padding: 0px;
    margin: 0px;
}

#sidebar-left {
	float: left;
	margin: 0;
        padding: 0;
	list-style-type: none;
	width: 190px;
}

.menu-box{
    background: #DBDDD0 url(images/bcksidebar-lefth3.gif) 0 0 no-repeat;
    width: 188px;
    margin: 0 0 .5em 0;
}
.menu-box h3, .menubox-widget h3{
    color:#07286F;
    padding: 3px 10px;
    margin: 0px;
    font-family: "Trebuchet MS";
}

.menubox-widget, .menubox-widget li{
list-style-type: none !important;
margin: 0;
padding: 0;
}

.menubox-widget li.widget{
    list-style:none;
}


.sidebar-left-menu, .menubox-widget ul{
    margin: 0;
    padding: 0 2px 3px 2px !important;
    list-style-type: none;
    background: #DBDDD0 left bottom no-repeat url(images/bcksidebar-leftli.gif);
}

.sidebar-left-menu li, .menubox-widget li.widget li{
    margin: 0;
    border-top: #eee 1px solid;
}


.sidebar-left-menu li a:link,
.sidebar-left-menu li a:visited,
.sidebar-left-menu li a:active,
.menubox-widget li a:link,
.menubox-widget li a:visited,
.menubox-widget li a:active
{
padding: 5px 10px 5px 20px;
background: #fff url(images/bcksidebar-leftlili.gif) 5px 9px no-repeat;
color: #2f2f2f;
text-decoration: none;
display:block;
}

.sidebar-left-menu li a:hover,
.menubox-widget li a:hover
{
    color: #c30;
}

/**
#sidebar-left .widget_text .textwidget {
	padding: 5px;
}
#sidebar-left ul ul {
	margin: 3px 0 0 10px;
	background: none;
}
#sidebar-left a {
        text-decoration: none;
}
#sidebar-left ul ul ul {
	margin-top: 0;
}
#sidebar-left li {
	margin: 0 0 10px 0; padding: 0 5px 5px 5px;
	background: #dbddd0 left bottom no-repeat url(images/bcksidebar-leftli.gif);
}
#sidebar-left li li {
	margin: 0; padding: 5px 10px 5px 20px;
	width: 160px;
	background: 5px 9px no-repeat url(images/bcksidebar-leftlili.gif);
	border-top: #eee 1px solid;
}
#sidebar-left li li li {
	padding: 0;
	width: auto;
	background: none;
	border-top: 0;
}
#sidebar-left a {
	color: #2f2f2f;
}
**/
#content {
	float: left;
	margin: 0 10px;
	width: 530px;
}
#content p.pagetitle{
font-weight: bold;
font-style: italic;
color: #666;
margin: 0;
padding: 0;
}
#content h1{
margin-top: .25em;
}
.double-column #content {
	margin: 0 10px 0 0;
	width: 710px;
}
#content a {
	color: #2f2f2f;
}
#content .post {
	margin: 0 0 25px 0;
}
#content .post .title {
	margin: 0 0 6px 0; padding: 0 0 5px 0;
	border-bottom: #dfdfdf 1px solid;
	font-size: 18px; font-weight: normal;
}
#content .post .title a {
	text-decoration: none;
}
#content .post .meta {
	margin: 0 0 10px 0;
	font-size: 11px;
}
#content .post .entry {
	width: 100%;
}

#box-rght{
    float: right;
	width: 240px;
}

.post-pic{
    margin: 0 0 10px 0;
    text-align:center;
}

#sidebar-right {
	margin: 0; padding: 0;
	list-style-type: none;
}
#sidebar-right ul, #sidebar-right .widget_text .textwidget {
	margin: 0; padding: 0;
	list-style-type: none;
	background: #fff left bottom no-repeat url(images/bcksidebar-rightul.gif);
}
#sidebar-right .widget_text .textwidget {
	padding: 3px;
}
#sidebar-right ul ul {
	margin: 3px 0 0 10px;
	background: none;
}
#sidebar-right ul ul ul {
	margin-top: 0;
}
#sidebar-right li {
	margin: 0 0 10px 0; padding: 0 3px 3px 3px;
	background: #dbddd0 left bottom no-repeat url(images/bcksidebar-rightli.gif);
}
#sidebar-right li li {
	margin: 0; padding: 5px;
	width: 220px;
	background: none;
	border-top: #eee 1px solid;
}
#sidebar-right li li li {
	padding: 0;
	width: auto;
	border-top: 0;
}
#sidebar-right li li a {
	text-decoration: none;
}
#sidebar-right a {
	color: #2f2f2f;
}
#sidebar-right h3 {
	margin: 0 -3px; padding: 5px 0 5px 10px;
	background: no-repeat url(images/bcksidebar-righth3.gif);
	font-size: 12px;
}
#footer {
	text-align: center;
}
#footer a {
	color: #2f2f2f;
}

#content .navigation {
	margin: 15px 0;
	width: 100%;
	font-weight: bold;
}
#content .navigation a {
	text-decoration: none;
}
#content .postnavigation {
	margin: 25px 0 0 0;
}

.commentlist, .children {
	margin: 0; padding: 0;
	list-style-type: none;
}
.children {
	margin: 10px 0 0 10px;
}
.commentlist .comment {
	margin: 0 0 15px 0; padding: 5px;
	background-color: #fdfdfd;
	border: #dfdfdf 1px solid;
}
.commentlist .avatar {
	float: right;
	margin: 0 0 5px 5px;
	border: #dfdfdf 1px solid;
}
#author, #email, #url, #comment {
	margin: 0 5px 0 0; padding: 2px;
	background-color: #fff !important;
	border: #dfdfdf 1px solid;
}
#comment {
	width: 300px;
}
#comments, #respond h3 {
	font-size: 15px;
}
a#cancel-comment-reply-link {
	font-weight: bold;
}

/* A few generic styles used across the site */

a img {
	border: 0;
}

td {
	vertical-align: top;
}

input, textarea, select {
	vertical-align: middle;
	font-family: Arial, Verdana, sans-serif; font-size: 12px;
	color: #2f2f2f;
}
input[type="text"], input[type="password"] {
	padding: 2px;
	background-color: #fff !important;
	border: #dfdfdf 1px solid;
}
textarea, select {
	padding: 2px;
	background-color: #fff !important;
	border: #dfdfdf 1px solid;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #dfdfdf;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	color: #000;
}

.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;
}
.p_indent {
     margin-left:30px;
     margin-right:15px;
}   
.summary-title {
               font-weight:bold;
               color:#000080; 
}
.archives a {
     text-decoration: none;
}
/*#################### menu styles ###########################*/
.entry {
 font-family: Verdana,Arial, 'Lucida Grande',Helvetica, sans-serif;
 font-size:1.1em;
 line-height:1.3;
}

.post-meta{
font-size: 11px;
position: relative;
height: 20px;
}

div.post-meta-i{
padding: 0;
margin: 0;
position: absolute;

}
div.last-update{
    top: 2px;
    left: 0px;
}
div.bookmark{
top: -10px;
right: -8px;
}

div.bookmark ul{
    padding: 0px;
    margin: 0px;
}

h2.title{
color: #CC3300;
    padding:0;
}

h2.title a {
color:#c30 !important;
}

h2.title a:hover {
color:#000 !important;
}

.entry h3{
    margin-bottom: 0 !important;
    padding-bottom:0px !important;
    line-height: 1.2em;
    font-family:"Trebuchet MS", Verdana, Arial, Helvetica;
}

.entry p{
    margin: .5em 0;
}

p.postmetadata{
padding: 12px 0;
text-align: right;
font-size:11px;
}

p.postmetadata a:link,
p.postmetadata a:visited,
p.postmetadata a:active{
color: #c30 !important;
}
p.postmetadata a:hover{
color: #000  !important;
}

#footer{
margin: 1em 0 0 0;
border-top: 3px double #DDD;
padding: .5em 0 1em 0;
}

.widget_goalsense{
text-align: center !important;
}
.widget_goalsense ins, .widget_goalsense iframe{
text-align: center !important;
margin: 0 auto;
width:200px !important;
}

.widget_goalsense h3{
height:1px  !important;
padding:1px 0 !important;
}

.widget_goalsense_inner{
padding: 10px 0;
background-color: #fff;
text-align: center;
}
