﻿/* ============================== */
/* = HOW TO CUSTOMIZE PAGELINES = */
/* ============================== */

/*

Rules placed in this stylesheet will override the default styles of the Base Platform theme and will not be changed or over written when you update the 
Platform framework. Additionally, since this stylesheet is purely for editing purposes you can easily undo or erase some of the CSS to return your site back to the look and feel of the Base theme. 

In the Base theme the footer is black and the CSS looks like this:

	#footer {
		clear:both;
		font-size:1em;
		overflow:hidden;
		text-align: left;
		background: #000;
		color: #999;
		position: relative;
	}
		
To change the background color to white, all you have to do is declare a new rule for the color like so:

		#footer { background: #FFF; }

A great tool for modifying themes and inspecting CSS elements is the FireBug extension for FireFox. You can also use the developer tools provided by Chrome (right-click and "inspect element") or Internet Explorer if you're feeling dangerous.

LEARN CSS - We recommend using Lynda.com video tutorials to learn using CSS. 
			Also, for a comprehensive list of CSS rules and usage try consulting W3 schools @ http://www.w3schools.com/css/default.asp
*/
/* ============================== */
/* = Start Your Custom CSS Here = */
/* ============================== */



/*
h1, h2, h3, h4, h5, h6, .site-title{
font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif, "Times New Roman", Times, serif;
letter-spacing:0.00em;text-transform:none;font-weight:normal;font-variant:normal;font-style:normal;
}

body, .font1, .font-primary, .commentlist{
font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif, "Times New Roman", Times, serif;
letter-spacing:0.00em;text-transform:none;font-weight:normal;font-variant:normal;font-style:normal;
}

.font2, .font-sub, ul.main-nav li a, #secondnav li a, .metabar, .subtext, .subhead, .widget-title, .post-comments, .reply a, .editpage, #pagination .wp-pagenavi, .post-edit-link, #wp-calendar caption, #wp-calendar thead th, .soapbox-links a, .fancybox, .standard-form .admin-links, #featurenav a, .pagelines-blink, .ftitle small
{
font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif, "Lucida Sans", "Lucida Sans Unicode", sans-serif;
letter-spacing:0.10em;text-transform:uppercase;font-weight:normal;font-variant:normal;font-style:normal;
}

input[type=text], input[type=password], textarea, #dsq-content textarea{font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif, Verdana, sans-serif;
                                                                        letter-spacing:0.00em;text-transform:none;font-weight:normal;font-variant:normal;font-style:normal;}


*/

ul{list-style:circle; line-height:1em}

table
{
    border-style: dotted;
    border-width: 1px;
    width: 100%;
}

table th,
table td 
{
    text-align:left;
    border-width: 1px;
    border-style:dotted;
}

.hentry table td
{
  text-align:left;
}