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 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body 
{
	line-height: 1;
	background: #ddf url(/images/background.png) repeat-x top;
	font-family:'Trebuchet MS','Lucida Sans Unicode','Lucida Grande',Garuda,Helvetica,sans-serif;
}

ul 
{
	list-style: none;
}

blockquote, q 
{
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after 
{
	content: '';
	content: none;
}

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

/* remember to highlight inserts somehow! */
ins 
{
	text-decoration: none;
}

del 
{
	text-decoration: line-through;
}

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

#body
{
	width: 600px;
	height: 310px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: auto;
	margin-top: -150px;
	margin-left: -300px;
	padding: 0px;
	background-color: #fff;
	border: solid 1px #000;
	box-shadow: 8px 8px 30px rgba( 0,0,0, 0.8 );
	-moz-box-shadow: 8px 8px 30px rgba( 0,0,0, 0.8 );
	-webkit-box-shadow: 8px 8px 30px rgba( 0,0,0, 0.8 );
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#header
{
	height: 8px;
	font-size: 20px;
	font-family: serif;
/*	text-shadow: 0px 0px 8px #369; */
	line-height: 8px;
/*	font-weight: bold; */
	padding: 4px 0px 4px 10px;
	width: 500px;
}

#page
{
	height: 260px;
}

#footer
{
	height: 16px;
	line-height: 16px;
	margin-top: 4px;
	padding: 4px 0px 0px 10px;
}

#outside-footer
{
	margin-top: 20px;
	font-size: 0.8em;
	text-align: center;
}

ul#social-list li
{
	margin-top: 10px;
	float: left;
	display: inline;
}

.social
{
	width: 200px;
	height: 120px;
	overflow: hidden;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	border: solid 1px black;
	border-width: 1px 0px;
}

.social-title-name
{
	padding-left: 70px;
    height: 120px;
    display: table-cell;
    vertical-align: middle;
	margin-left: 70px;
	font-size: 1.5em;
}

.social-content-content
{
    height: 120px;
    display: table-cell;
    vertical-align: middle;
	margin-left: 70px;
}

.social-content-name
{
	padding-top: 8px;
	font-weight: bold;
}

.social img
{
	position: absolute;
	top: 30px;
	left: 5px;
	border: none;
	border-collapse: collapse;
}

.social p
{
	margin: 0px 5px 5px 70px;
}

.social-title
{
	position: relative;
	top: -120px;
	left: 0px;
	width: 200px;
	height: 120px;
	background-color: #ddd;
	z-index: 99;
	margin: 0px;
	padding: 0px;
}

.social-content
{
	position: relative;
	top: -240px;
	left: 0px;
	width: 198px;
	height: 120px;
	background-color: #aaf;
	color: #000;
	z-index: 1;
	margin: 0px;
	padding: 0px;
	box-shadow: inset 0 0 12px #000;
	-moz-box-shadow: inset 0 0 12px #000;
	-webkit-box-shadow: inset 0 0 12px #000;
	border-left: solid 1px black;
	border-right: solid 1px black;
}

.social-tag
{
	font-size: 0.8em;
	font-style: italic;
}

.overlay
{
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	height: 120px;
	width: 200px;
	z-index: 999;
	text-decoration: none;
}

#contact-kieran
{
	position: absolute;
	top: 5px;
	left: 0px;
	width: 600px;
	height: 0px;
	background-color: #fff;
	z-index: 9999;
	margin-top: 20px;
	overflow: hidden;
	
}

#contact-kieran-form
{
	padding: 10px;
}

#contact-kieran-form p
{
	padding: 10px;
}

#contact-kieran-form label
{
	width: 180px;
	text-align: right;
	padding-right: 10px;
	float: left;
}

#contact-kieran-form input, #contact-kieran-form textarea
{
	width: 300px;
}

#contact-kieran-form textarea
{
	height: 100px;
}

#contact-kieran-form input[type=text], #contact-kieran-form textarea
{
	border: solid 1px #000;
	background-color: #eef;
}

#contact-kieran-form input[type=text]:focus, #contact-kieran-form textarea:focus
{
	border: solid 1px #aaf;
	background-color: #ffd;
}

#contact-kieran-form-submit
{
	margin-left: 190px;
}

#contact-icon
{
	vertical-align: bottom; 
	height: 16px; 
	width: 16px;
}

#footer span
{
	line-height: 16px;
	cursor: pointer;
}

.close-contact
{
	cursor: pointer;
}

div#sb_rss
{
	background-color: rgba( 255, 255, 255, 0.6 );
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 200px;
	border: solid 1px black;
	box-shadow: 4px 4px 10px rgba( 0,0,0, 0.8 );
	-moz-box-shadow: 4px 4px 10px rgba( 0,0,0, 0.8 );
	-webkit-box-shadow: 4px 4px 10px rgba( 0,0,0, 0.8 );
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	font-family: verdana;
	font-size: 0.8em;
	padding: 10px;
}

div#sb_rss a, div#sb_rss a:hover 
{
	text-decoration: none;
	color: #226;
}

div#sb_rss a:hover
{
	color: #369;
	text-decoration: underline;
}

div#sb_rss p
{
	text-align: center;
	font-weight: bold;
	margin-bottom: 0px;
}

div#sb_rss ol
{
	font-size: 0.85em;
	margin: 0 0 5px 20px;
	padding: 0px;
}

div#sb_rss ol li
{
	padding: 5px 0;
}

