/*
Theme Name: NEW Protrack Design
Theme URI: http://www.protracksales.com
Description: New Protrack Sales Site, With New Homepage.
Version: 1.1
Author: Cal
Author URI: http://www.WPThemerKit.com
*/

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
files are available at http://www.wpthemerkit.com

License info can be found at http://www.wpthemerkit.com/license.php
=================================================================== */
/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.
2. General Classes - .entry-meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar Links - #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
-------------------------------------------------------------------*/

/*===START SECTION 1 - the main containers===*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #555555;
        background: #eeeded;
}


#wrapper {
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 0px;
        background: #ffffff;
}
#header {
	height: 75px;
	width: 1000px;
	margin: 0px;
        padding: 0px;
        background: url(images/headersmaller.jpg) no-repeat;
}

#menuholder{
        width: 540px;
        height: 51px;
	margin: 0px 0px 0px 450px;
        padding: 17px 0px 0px 0px;
}

#nav {
	padding-top: 13px;
	white-space: nowrap;
	margin: 0px 0px 0px 0px;
	width: 750px;
        font-family: Georgia, serif;
        font-size: 13px;
        font-weight: normal;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.8;
}

#nav a {
	display: block;
	padding:10px 13px 10px 13px;
	color: #737373;
        font-size: 11px;
	text-decoration: none;
        text-transform: uppercase;
}


#nav a:hover {
	color:#5BA1BB;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	display: block;
	list-style-type: none;
	margin: 0px 0px 0px 0;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 175px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	display: block;
        background: #eff0f1;
        /* for IE */
        filter:alpha(opacity=90);
        /* CSS3 standard */
        opacity:0.9;
}


#nav li ul a{ /* second-level lists */
	width: 144px;
        padding: 2px 0px 5px 20px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -37px 0 0 164px;
	padding: 0;
}

#nav li ul ul a{
	width: 144px;
	}

#nav li:hover, #nav li.hover {
    position: static;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#middlepic {
        height: 305px;
        width: 1000px;
        margin: 0px;
        padding: 0px;
}


#main {
	width: 1000px;
}
#content {
	width: 605px;
        padding: 30px 45px 0 25px;
        margin-left: 4px;
	float: left;
	line-height: 175%;
        background: url("images/content-bg-top.jpg") repeat-x scroll center top transparent;
}



#sidebar {
	width: 233px;
	float: right;
	padding: 0px 42px 0px 41px;
        margin-right: 4px;
        border-left: 1px solid #E0E0E0;
        background: url("images/content-bg-top.jpg") repeat-x scroll center top transparent;
}
#footer {
	height: 171px;
        background:  #ffffff url(images/footerbg2.jpg) no-repeat;
	clear: both;
	text-align: right;
	font-size: 0.8em;
	padding: 0px 0 0 0;
}


#footer p{
        padding-top: 50px;
}



/*===END SECTION 1===*/


/*===START SECTION 2 - general classes===*/
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
	padding: 5px;
	font-size: .9em;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
  clear: both;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: .9em;
}
#content .underpost a {
	text-decoration: underline;
}
/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
#content a:link, #content a:visited {
	padding: 2px;
}
#content a:hover {
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #737373;
	text-decoration: none;
        text-transform: uppercase;
}
#footer a:hover {
	text-decoration: none;
	color:#5BA1BB;
}
/*===END SECTION 3===*/


/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
}
#sidebar li a:hover {
	text-decoration: none;
}
#sidebar ul ul {
  margin-left: 0px;
}
#sidebar ul ul li, #sidebar ul ul li {
  font-size: .9em;
  margin-left: 0px;
}
/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#header h1 a:link, #header h1 a:visited {
	font-size: 1em;

	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	width: 600px;
	padding: 1px 0 0 25px;
	clear: both;
}
#header h1 a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 1.1em;
}
.post h2 {
	font-size: 1.8em;
	margin: 45px 0 10px 0;
	padding: 0;
}
.post h3 {
  font-size: 22px;
  margin: 0;
  padding: 0;
  color: #5BA1BB;
  font-family: Georgia, serif;
  font-weight: normal;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 8px;
}


/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
.entry-date {
	height: 89px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #000000;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}
/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}
li.author {
	padding: 5px;
}
/*===END SECTION 8===*/

/*START SECTION 9 - oh you're so fancy with those blockquotes....*/
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 350px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}
/*===END SECTION 9===*/

/*START SECTION 10 - images when inserted into a post.*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;

	display: inline;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
/*===END SECTION 11===*/


#menu2{

	white-space: nowrap;
	margin: 0px 0px 0px 0px;
	padding-top: 105px;
        font-family: Georgia, serif;
        font-size: 11px;
        font-weight: normal;
}
#menu2 ul {
	margin: 0px;
	padding: 0px;
}

#menu2 a{
        color: #ffffff;
}

#menu2 li {
	display: inline;
	list-style-type: none;
	margin: 0 0 0 10px;
        padding-left: 15px;
}
#menu2 li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 3px;
}
#menu2 li a:hover {
        color: #316070;
	text-decoration: none;
}

img {
        border: none;
}

img a{
        border: none;
}

#sidebar h3{
  font-size: 22px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px;
  color: #5BA1BB;
  font-family: Georgia, serif;
  font-weight: normal;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 8px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
        color: #5BA1BB;
        font-weight: normal;
        font-style:italic; 
        font-size: 18px;
}

a {
        color:#5BA1BB;
        text-decoration: none;
}

a:hover {
        color: #356f84;
}

.sidebartext {
	padding-left: 20px;
        padding-top: 10px;
        line-height: 150%;
}

.sidebarcolor {
	font-family: Georgia, "Times New Roman", Times, serif;
        color: #5BA1BB;
        font-weight: normal;
        font-style:italic; 
}

img.sidebar1 { margin: 35px 0px 15px 0px; }
img.sidebar2 { margin: 20px 0px 20px 0px; }
img.sidebar3 { margin: 20px 0px 20px -40px; }
img.sidebar4 { margin: 20px 0px 20px -40px; }

li.brochures {
        background: url(images/brochurebuttonbg.png) no-repeat;
        border-bottom:1px solid #E0E0E0;
        margin:0 0 10px 0px;
        padding:7px 0 25px 45px;
        font-style: italic;
        font-family: Georgia, serif;
}

li.brochures a { font-size: 14px;}
li.brochures a:hover { color: #41768A; text-decoration: none;}

li.brochureshome {
        background: url(images/brochurebuttonbg.png) no-repeat;
        border-bottom:1px solid #E0E0E0;
        margin:20px 0px 10px -5px;
        padding:5px 0 25px 45px;
        font-style: italic;
        font-family: Georgia, serif;
}

li.brochureshome a { font-size: 14px;}
li.brochureshome a:hover { color: #41768A; text-decoration: none;}

#sidebarhome {
	width: 402px;
	float: right;
	padding: 0 36px 0 31px;
        margin-right: 4px;
        background: url("images/content-bg-top.jpg") repeat-x scroll center top transparent;
}
#sidebarhome ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebarhome li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
}
#sidebarhome li a:hover {
	text-decoration: none;
}
#sidebarhome ul ul {
  margin-left: 0px;
}
#sidebarhome ul ul li, #sidebar ul ul li {
  font-size: .9em;
  margin-left: 0px;
}

#contenthome {
	width: 465px;
        padding: 30px 32px 0 25px;
        margin-left: 4px;
	float: left;
	line-height: 175%;
        border-right: 1px solid #E0E0E0;
        background: url("images/content-bg-top.jpg") repeat-x scroll center top transparent;
}

.hometag {
        margin-top: 30px;
        margin-bottom: 35px;
        padding: 0px 0px 20px 0px;
        border-bottom: 1px solid #E0E0E0;
        color: #333333;
        font-size: 29px;
        font-family: Georgia, serif;
}        

.smallupper {
        font: 12px arial, sans-serif;
        color: #5BA1BB;
        text-transform: uppercase;
        margin-top: 5px;
}

.smalluppergrey {
        font: 12px arial, sans-serif;
        color: #A6A6A6;
        text-transform: uppercase;
        margin: 17px 0px 5px 0px;
}

.partnerlogos {
        padding: 25px 0px 0px 0px;
}

.left {
        width: 205px;
        float: left;
        padding-right: 40px;
}

.left ul {
        list-style: none;
        margin: 0px 0px 0px -35px;
}

.right {
        width: 220px;
        float: left;
        font: 12px Georgia, serif;
        font-style: italic;
        color: #999999;
}

.lefttext {
        font: 12px Georgia, serif;
        font-style: italic;
        color: #999999;
        padding: 5px 0px 10px 0px;
        border-bottom: 1px solid #E0E0E0;
        margin-bottom: 30px;
}   

img.viewdemo {
        padding: 10px 0px 10px 0px;
}

.resellers {
        margin: 25px 0px 25px 0px;
}

.contactinfo {
}

span.grnitalic {
	font-style: italic;
	color: #5BA1BB;
}

.homelocation {
	color:#999999;
	font:italic 12px Georgia,serif;
}

img.locationheader {
	margin: 25px 0px 5px 0px;
}