/*
Theme Name: Time For A Makeover!
Theme URI: 
Description: Temporary site for my portfolio
Author: Tracy Berna
Version: 1.0
Author URI: http://www.tracyberna.com
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}

blockquote {
	quotes: none;
	border-left:2px solid #83D4E7;
	margin-left:80px;
	margin-right:100px;
	padding-bottom:5px;
	padding-left:15px;
	padding-top:5px;
	background-color: #eee;
}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* Layout
-------------------------------------------------------------- */
body {
	background: #fffab8;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-size:14px;
}

p {
    margin-bottom: 1em;
}

a  {
    color: #FF6699;
    font-weight: bold;
    text-decoration: none;
}

a:hover  {
    color: #b7e0c3;
}


#container { 
	width: 1024px;
	margin: 0 auto;
	background: #f4faed url(images/starburst.png) center 355px no-repeat;
}

#header {
	background: url(images/header.png) left top no-repeat;
	height: 355px;
	width: 1024px;
}

#mainContent {
	padding: 30px;
	line-height: 1.5em;
	width: 680px;
	float: left;
}

.textwidget {
     line-height: 1.2em;
    padding: 5px 15px 0 0;
}

ol, ul {
    list-style: circle outside none;
    margin: 0 10px;
}
li {
	margin-bottom: 10px
}

h2 {
    clear: both;
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 1em;
    font-family: 'PacificoRegular';
    color: #ff6699;
}

h3 {
    clear: both;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: .8em;
    font-family: 'PacificoRegular';
}


#sidebar {
    background: url("images/sidebar.png") no-repeat scroll center top transparent;
    float: right;
    height: 771px;
    margin-top: 50px;
    padding: 40px 0 0 40px;
    width: 234px;
}

#footer {
    background: none repeat scroll 0 0 #FFFAB8;
    height: 50px;
    padding: 20px;
    text-align: center;
}
/* let's keep the post/page editor-entered images from looking like crap... */

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}