/*
THEME NAME: Onlineassist4u Development
THEME URI: http://onlineassist4u.com
DESCRIPTION: Under development Theme
VERSION: 1.0 
AUTHOR: Kirk O'Connor
AUTHOR URI: http://onlineassist4u.com/
*/

/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 16px;
	font-family: inherit;
	vertical-align: baseline;
}

body { 
  line-height: 1.5; 
  background: #fff url(images/bg-page.png) repeat; 
  margin:0; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

/* -------------------------------------------------------------- 
  
   Structure   
   
-------------------------------------------------------------- */

body {
	background:#fff url(images/bg-page.png) repeat;
	color:#333;
	font-size:12px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	display: table;
}
a {
	text-decoration:none;
	color:#0066cc;
}
a:hover	{
	text-decoration: underline;
	color: #F30;	
}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
}

.big-text	{
	font-size: 30px;
	line-height: 40px;
	text-decoration: underline;
}

#wrapper {
	text-align:center;
	display: table-cell;
	vertical-align: middle;
}
#main {
	width:960px;
	margin:10px auto 24px auto;
	font-family: “Gill Sans”, “Trebuchet MS”, Calibri, sans-serif;
}
h1 {
	font-family: “Gill Sans”, “Trebuchet MS”, Calibri, sans-serif;
	font-weight:bold;
	font-size:30px;
}
h1 span {
	font-size:24px;
	text-transform:uppercase;
	letter-spacing:1px;
}

#page-info {
	clear:both;
	width:960px;
	margin:0 auto;
	font-family: “Gill Sans”, “Trebuchet MS”, Calibri, sans-serif;
	font-size:12px;
	color:#777;
}
#page-info a {
	color:#777;
	font-style:italic;
}
#page-info a:hover {
	text-decoration: underline;
}

/* tables */

table.adv {
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
}

table.adv th {
	text-align:left;
	border-width: 1px;
	padding: 1px;
	border-style: outset;
	border-color: gray;
	background-color: #e2ffff;
}

table.adv td {
	text-align:left;
	border-width: 0px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
}

/* =Images
-------------------------------------------------------------- */

/*  Only added for the sake of compliance with Themes Directory   */

.entry-content img { margin: 0 0 18px 0; max-width:100%; }

img.alignleft,img.align-left {
	float: left;
	margin-right:20px;
}
img.alignright,img.align-right {
	display: block;
	float: right;
	margin-left:20px;
}
img.center, img.centered {
	margin: 0 auto;
	display: block;
	float: none;
	clear: both;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
}
