﻿/*
Theme Name: Tekpals
Theme URI: www.tekpals.com
Description: Tekpals WP Integration Style
Version: 1.0
Author: Tekpals
*/  

#masthead_top {
    background: rgb(255, 255, 255);
    height: 144px;
    background-image: url('images/tp_header.png');
    background-repeat: no-repeat;
}
#contact {
	background-image: url('images/tp_phone.gif');
	background-repeat: no-repeat;
	float: right;
	right: 5px;
	padding-right: 20px;
	padding-top: 25px;
	margin: 0px, 10px, 5px, 5px;
	height: 30px;
	width: 130px;
}
#search {
    float: right;
    right: 5px;
	clear: right;
    padding-left: 20px;
    padding-top: 55px;
    top: 0px;
    height: 35px;
}
#page_title {
	background: #112d9b;
	height: 45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(255, 255, 204);
	font-size: x-large;
	font-weight: bold;
	text-indent: 15px;
	text-align: left;
	line-height: 45px;
}
#wrapper1 {
	position: relative;
	text-align: left;
	width: 100%;
}
#wrapper2 {
	position: relative;
	float: left;
	text-align: left;
	width: 100%;
	background-image: url("images/tp_lcol_bg.jpg");
	background-repeat: repeat-y;
	background-position: top left;
}
#container {
	position: relative;
	margin: 0px;
	padding: 10px;
}
#page_content {
	position: relative;
	top: 5px;
	padding: 0 220px;
	line-height: 1.4em;
}
#left_col {
    position: relative;
    float: left;
	top: 0px;
	left: 0px;
	margin: 0 0 -10px 0;
	z-index: 20;
}
#right_col {
	position: relative;
	top: 0px;
	right: 0px;
	margin: 0 0 -10px 0;
	width: 190px;
	float: right;
	font-size: x-small;
	padding: 10px;
	line-height: 1.4em;
	z-index: 10;
}
#right_col table {
    width: 100%;
	border-style: solid;
	border-width: 1px;
	background-color: rgb(210, 210, 210);
}
.blue_table_head {  /*for right col table headers*/
	text-align: center;
	color: rgb(255, 255, 255);
	background-color: rgb(51, 102, 153);
	font-size: small;
	font-weight: bold;
	height: 35px;
}
.red_table_head {  /*for right col table headers*/
	text-align: center;
	color: rgb(255, 255, 255);
	background-color: rgb(204, 51, 51);
	font-size: small;
	font-weight: bold;
	height: 35px;
}
.yellow_table_head {  /*for right col table headers*/
	text-align: center;
	color: rgb(255, 255, 255);
	background-color: rgb(255, 130, 71);
	font-size: small;
	font-weight: bold;
	height: 35px;
}
#right_col p{
	padding: 2px 0px 16px 0px;
    font-size: .9em;
	margin: 0px;
	}
#right_col h2 {
	font-size: .9em;
}
#right_col ul {
	list-style: none;
    font-size: .8em;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
	
#right_col ul li {
	list-style: none;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
	
#right_col ul li a {
	color: #507AA5;
	text-decoration: none;
}

#right_col ul li a:hover {
	color: #507AA5;
	text-decoration: underline;
}
	
#footer {
    clear: both;
    height: 43px;
    width: 100%;
}
#footer_txt {
	background: rgb(255, 255, 255);
	background-image: url('images/tp_footer_txt.jpg');
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(0, 0, 0);
	font-size: x-small;
	text-align: center;
	line-height: 18px;
}
#footer_graphic {
    background: rgb(255, 255, 255);
    background-image: url('images/tp_footer_graphic.jpg');
   	line-height: 25px;
}
/* text classes */
.center {
	text-align: center;
}
.text_box {
	border-style: solid;
	border-width: 1px;
	padding: 4px;
}
.indent1 {
	margin-left: 40px;
}
.indent2 {
	margin-left: 80px;
}
.indent3 {
	margin-left: 120px;
}
.caption {
    font-size: x-small;
}
/* common formatting */
body {
    background: rgb(255, 255, 255);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #180509;
	font-style: normal;
	font-weight: normal;
	font-size: small;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #180509;
	font-size: large;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #112d9b;
	font-size: medium;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #180509;
	font-size: small;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(0, 0, 0);
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(0, 0, 0);
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(0, 0, 0);
}
li {
    font-family: Verdana, Arial, Helvetica, sans-serif;
   	color: rgb(0, 0, 0);
    font-size: small;
}
a.ovalbutton{
	background: transparent url('images/oval-blue-left.gif') no-repeat top left;
	display: block;
	float: inherit;
	font: normal 13px Tahoma; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url('images/oval-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}
#tabs { 
    display: inline-block; 
}
#techmenu {
	float: inherit;
	text-align: center;
}
#techmenu a {
	display: block;
	height: 157px;
	width: 207px;
	background: url(images/tp_tech_button.jpg) 0 0 no-repeat;
}
#techmenu a:hover {
	background-position: 0px -157px;
}
#acctmenu {
	float: inherit;
	text-align: center;
}
#acctmenu a {
	display: block;
	height: 157px;
	width: 207px;
	background: url(images/tp_acct_button.jpg) 0 0 no-repeat;
}
#acctmenu a:hover {
	background-position: 0px -157px;
}
#coachmenu {
	float: inherit;
	text-align: center;
}
#coachmenu a {
	display: block;
	height: 157px;
	width: 207px;
	background: url(images/tp_coach_button.jpg) 0 0 no-repeat;
}
#coachmenu a:hover {
	background-position: 0px -157px;
}
#textSlide                              { padding: 10px 30px 10px 10px;}
#textSlide h3                           { font: 20px Georgia, Serif; }
#textSlide h4                           { text-transform: uppercase; font: 15px Georgia, Serif; margin: 10px 0; }
#textSlide ul                           { list-style: disc; margin: 0 0 0 25px; }
#textSlide ul li                        { display: list-item; margin: 0; padding: 0; }

#quoteSlide                             { padding: 30px; }
#quoteSlide blockquote                  { font: italic 24px/1.5 Georgia, Serif; text-align: center; color: #444; margin: 0 0 10px 0; }
#quoteSlide p                           { text-align: center; }

/* Wordpress integration */
#content {
	width: 820px;
	margin: 0px auto 0px;
	padding: 0px;
	}

#content p{
	padding: 0px 0px 15px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
#content p img{
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	}
	
#content h1 {
	color: #333333;
	font-size: 22px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}
	
#content h1 a  {
	color: #333333;
	text-decoration: none;
	}

#content h1 a:hover {
	color: #658DB5;
	text-decoration: none;
	}
	
#content h2 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	border-top: 1px dotted #C0C0C0;
	border-bottom: 1px dotted #C0C0C0;
	}
	
blockquote{
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	background: #E8E8E8;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
	}
	
#content blockquote p{
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	}

#contentmiddle {
	float: left;
	width: 95%;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 10px 20px;
	display: block;
	}
	
#contentmiddle p img{
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	}
	
#contentmiddle ol{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
#contentmiddle ol li{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
#contentmiddle ul{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
#contentmiddle ul li{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
.contentdate {
	background: #FFFFFF url(images/date.gif);
	float: left;
	width: 45px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	}
	
.contentdate h3 {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 0px 0px 10px;
	margin: 0px;
	text-transform: uppercase;
	}
	
.contentdate h4 {
	font-family: Times New Roman, Helvetica, Sans-Serif;
	color: #999999;
	font-size: 21px;
	font-weight: bold;
	padding: 5px 4px 0px 0px;
	margin: 0px;
	text-align: center;
	}
	
.contenttitle {
	width: 450px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
.postspace {
	background: #EFEFEF url(images/spacer.gif);
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}