@charset "utf-8";
/* Spash Style */
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {background:url('/wp-content/themes/dailyaddict/img/splashbg.jpg');}
.splashcontainer {width:340px; background:#f0f0f0; margin:50px auto 30px; padding:30px; -webkit-border-radius: 20px;-moz-border-radius: 20px; border-radius: 20px; text-align:center; line-height:24pt; font-size:9pt; color:#666; -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, .3); -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, .3);box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 1); }
.splashcontainer a {text-decoration:none; background:#900; width:250px; display:block; text-align:center; margin:0 auto; color:#FFF; font-size:13pt; border-bottom:#820F12 1px solid; padding:5px 0; letter-spacing:1px; text-shadow: 0px 1px 1px #000000; filter: dropshadow(color=#000000, offx=0, offy=1);-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .3);
-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .3); box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .3); }
.splashcontainer a.top { margin-top:10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 10px 10px 0px 0px;
border-radius: 10px 10px 0px 0px; 
background-image: linear-gradient(bottom, rgb(153,0,0) 6%, rgb(168,22,22) 67%, rgb(181,33,33) 90%);
background-image: -o-linear-gradient(bottom, rgb(153,0,0) 6%, rgb(168,22,22) 67%, rgb(181,33,33) 90%);
background-image: -moz-linear-gradient(bottom, rgb(153,0,0) 6%, rgb(168,22,22) 67%, rgb(181,33,33) 90%);
background-image: -webkit-linear-gradient(bottom, rgb(153,0,0) 6%, rgb(168,22,22) 67%, rgb(181,33,33) 90%);
background-image: -ms-linear-gradient(bottom, rgb(153,0,0) 6%, rgb(168,22,22) 67%, rgb(181,33,33) 90%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.06, rgb(153,0,0)),
	color-stop(0.67, rgb(168,22,22)),
	color-stop(0.9, rgb(181,33,33))
);
}
.splashcontainer a.top:hover,
.splashcontainer a.middle:hover,
.splashcontainer a.bottom:hover {	
background-image: linear-gradient(bottom, rgb(153,0,0) 6%, rgb(140,0,0) 67%, rgb(133,0,0) 90%);
background-image: -o-linear-gradient(bottom, rgb(153,0,0) 6%, rgb(140,0,0) 67%, rgb(133,0,0) 90%);
background-image: -moz-linear-gradient(bottom, rgb(153,0,0) 6%, rgb(140,0,0) 67%, rgb(133,0,0) 90%);
background-image: -webkit-linear-gradient(bottom, rgb(153,0,0) 6%, rgb(140,0,0) 67%, rgb(133,0,0) 90%);
background-image: -ms-linear-gradient(bottom, rgb(153,0,0) 6%, rgb(140,0,0) 67%, rgb(133,0,0) 90%);
background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.06, rgb(153,0,0)),
	color-stop(0.67, rgb(140,0,0)),
	color-stop(0.9, rgb(133,0,0))
);}

.splashcontainer a.bottom {-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-radius: 0px 0px 10px 10px;
border-radius: 0px 0px 10px 10px; }
.clear {clear:both;}
h1 { background:url('/wp-content/themes/dailyaddict/img/logo.png'); width:334px; height:91px; text-indent:-9999px; display:block; margin:20px auto 20px;}
.topbar { height:20px; background-color:#000;}
p.description { font-size:10pt; line-height:18pt; text-align:center; color:#000}
#sociallinks {
	margin:0px auto;
	width:132px;
	height:28px;
}
#sociallinks a {
	display:block;
	float:left;
	width:28px;
	height:28px;
	text-indent:-9999px;
	background: url('/wp-content/themes/dailyaddict/img/socialiconssplash.png');
	margin-right:5px;
}
#sociallinks a.fblink {
	background-position:0 0;
}
#sociallinks a.fblink:hover {
	background-position:0 -32px;
}
#sociallinks a.twlink {
	background-position:-33px 0;
}
#sociallinks a.twlink:hover {
	background-position:-33px -32px;
}
#sociallinks a.lilink {
	background-position:-66px 0;
}
#sociallinks a.lilink:hover {
	background-position:-66px -32px;
}
#sociallinks a.gplink {
	background-position:-99px 0;
}
#sociallinks a.gplink:hover {
	background-position:-99px -32px;
}
.copyright { color:#666; font-size:9px; text-align:center; margin:20px; letter-spacing:1px;}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

