/* Sweetcron Boxy CSS - 08/09/2008

	Table of Contents:
	Reset
	Typography
	Positioning
	Per-Domain Styling
	IE Fixes
	3rd Party
			
*/

/* ********************************* */
/* ERIC MEYER'S CSS RESET - RELOADED */
/* ********************************* */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* define focus styles! */
:focus {
	outline: 0;
}

html {
	font-size: 62.5%;  /* 16px × 62.5% = 10px */ 
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* ************* */
/* END CSS RESET */
/* ************* */


/* Typography
---------------------------------------------------------------------------------------- */

body {
	font-family: 'Times New Roman', serif;
	font-size: 12px;
	color: #fff;
	line-height: 1.7em;
	padding:58px 20px 0 20px;
	background:#000 url(./images/face.jpg) bottom left no-repeat;
}	

ul#activity_list {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size:16px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Souvenir, Bookman, 'Times New Roman', serif;
	letter-spacing:1px;
}

h1 {
	font-size: 34px;
	line-height:38px;
	margin:0 0 14px;
	font-weight:bold;
}

h2 {
	font-size:20px;
}

h3 {
	font-size:18px;
	font-weight:bold;
}

h4 {
	font-size:16px;
}

a {
	color: #fff;
}

a:hover {
	color: #003399;
}

ul#activity_list li.item p.date, p.date a {
	color: #b9b9b9;	
}

ul#activity_list li.item .item_tag_list li, ul#activity_list li.item .item_tag_list li a {
	color: #999;	
}

input.text_input {
	font-size: 13px;	
}

p#pagination {
	font-size: 20px;
}	

p#pagination {
	font-weight: bold;
	color:#98cc60;
}

h1 a, h3 a, p#pagination a {
    text-decoration: none;   	
}

p#pagination a {
	padding:14px 3px 3px;
}

h1 a:hover, h3 a:hover, p#pagination a:hover {
	text-decoration: underline;
}

h1 a:hover, p#pagination a:hover {
	color:#000;
	background:#f8feff;
}


/* Positioning
---------------------------------------------------------------------------------------- */

div#header {
	margin: 0 10% 0 0;
    width: 20%; 
    float: left;
}

div#main_container {
	margin: 0 10% 0 0;
    width: 40%; 
    float: left;
}

div#sidebar_container {
    display: inline;
    width: 20%;
    float: left;
}
    
ul#activity_list li.item {
    margin: 0 0 15px 0;
    overflow: hidden;
	padding-left:45px;
}

ul#activity_list li.item h3.item-title {
    margin: 0 0 4px 0;
}

ul#activity_list li.item p.date, ul#activity_list li.item .item_tag_list li {
	font-size: 12px;
	line-height:12px;
	margin-top:3px;
}

ul.item_tag_list {
	margin:0;
	padding:0;
}

ul.item_tag_list li {
    display: inline; 
	margin-right:5px;
	padding:0;
}

ul.item_tag_list li a {
    margin:0;
	padding:0;
}

div.clear {
	clear: both;	
}

p#breadcrumb, p#pagination {
    margin-bottom: 15px; 
    padding: 3px;  
    border: 1px solid #CCC;
    border-style: dotted none;
}

p#pagination a {

}

p#pagination {
	padding: 10px 0;	
}

div#sidebar_container h3 {
    border: 1px solid #CCC;
    border-style: none none solid none;
    margin: 10px 0 5px 0;   
}

form#search_form {
	margin: 8px 0 0 0;	
}

form#search_form fieldset {
	border:0;
	margin:0;
	padding:0;
}

input.text_input {
    background: #FFFFCC;
    width: 180px;   
}

div#footer {
    clear: both;
}

div#footer {
    padding: 8px;
	text-align:center;
}

li.activity_item {
	clear: both;	
}

#pubList li {
	padding:15px;
	margin:0;
}

#pubList li h4 {
	margin:0;
	font-weight:bold;
}

#pubList li.design h4, #pubList li.design a:hover, li.item.lindseyboisedesign_com a:hover, ul#activity_list li.item.lindseyboisedesign_com .item_tag_list li a:hover {
	color:#cc60a1;
}

#pubList li.photos h4, #pubList li.photos a:hover, li.item.flickr_com  a:hover, ul#activity_list li.item.flickr_com .item_tag_list li a:hover {
	color:#60cb82;
}

#pubList li.video h4, #pubList li.video a:hover, li.item.vimeo_com a:hover, ul#activity_list li.item.vimeo_com .item_tag_list li a:hover {
	color:#ccc860;
}

#pubList li.writing h4, #pubList li.writing a:hover, li.item.notasgoodasthebook_com a:hover, ul#activity_list li.item.eastnashvilleblog_com a:hover, li.item.notasgoodasthebook_com .item_tag_list li a:hover, li.item.eastnashvilleblog_com .item_tag_list li a:hover  {
	color:#609dcc;
}

#pubList li.music h4, #pubList li.music a:hover, li.item.aguatrip_com a:hover, ul#activity_list li.item.aguatrip_com .item_tag_list li a:hover {
	color:#8260cc;
}

#pubList a {
	font-size:14px;
}

#pubList li li {
	padding:0 0 0 75px;
	height:60px;
	margin-top:10px;
}

#pubList li li.lbd {
	background: url(images/feedicons/lindseyboisedesign.jpg) 0 0 no-repeat;
}

#pubList li li.enb {
	background: url(images/feedicons/eastnashvilleblog.jpg) 0 0 no-repeat;
}

#pubList li li.f {
	background: url(images/feedicons/flickr.jpg) 0 0 no-repeat;
}

#pubList li li.v {
	background: url(images/feedicons/vimeo.jpg) 0 0 no-repeat;
}

#pubList li li.at {
	background: url(images/feedicons/aguatrip.jpg) 0 0 no-repeat;
}

#pubList li li.nagatb {
	background: url(images/feedicons/notasgoodasthebook.jpg) 0 0 no-repeat;
}

/* Per-Domain Styling
---------------------------------------------------------------------------------------- */

li.item.flickr_com {
	background: url(images/feedicons/small/flickr.jpg) 0 0 no-repeat;
}

li.item.vimeo_com {
	background: url(images/feedicons/small/vimeo.jpg) 0 0 no-repeat;
}

li.item.notasgoodasthebook_com {
	background: url(images/feedicons/small/notasgoodasthebook.jpg) 0 0 no-repeat;
}

li.item.eastnashvilleblog_com {
	background: url(images/feedicons/small/eastnashvilleblog.jpg) 0 0 no-repeat;
}

li.item.lindseyboisedesign_com {
	background: url(images/feedicons/small/lindseyboisedesign.jpg) 0 0 no-repeat;
}

li.item.aguatrip_com {
	background: url(images/feedicons/small/aguatrip.jpg) 0 0 no-repeat;
}

/* IE Fixes (lulz)
---------------------------------------------------------------------------------------- */

body {
	word-wrap: break-word;	
}
