/*
Theme Name: Two Point Oh
Theme URI: http://tennantcast.com
Description: v2 of Tennantcast
Version: 2.0
Author: Kari Krasicki
Author URI: http://designs.raining-you.org
*/



/*BODY & HEADERS */

body {
	background: #5b204c;
	font-size: 11px;
	font-family: 'Lucida sans', Verdana, Arial, Sans-Serif;
	color: #d7a4ce;
        margin: 0px;
	height: 100%;
	}

h1 {
	font-size: 24px;
	font-family: times;
	font-weight: bold;
	color: #6254cf;
	text-align: center;
        text-shadow: #3e0d31 0 1px 1px;
	margin-bottom: 5px;
	}

h1 a {
	font-size: 24px;
	font-family: times;
	font-weight: bold;
	text-align: center;
	color: #6254cf;
        text-shadow: #3e0d31 0 1px 1px;
	margin-bottom: 5px;
	}
	
h1 a:hover {
	font-size: 24px;
	font-family: times;
	font-weight: bold;
	text-align: center;
	color: #6254cf;
        text-shadow: #3e0d31 0 1px 1px;
	margin-bottom: 5px;
	}
	
h2 {
	font-size: 20px;
	font-family: times;
	font-weight: bold;
	text-align: center;
	color: #6254cf;
        text-shadow: #3e0d31 0 1px 1px;
	margin-bottom: 5px;
	}


/* LAYOUT STRUCTURE */

#container {
	min-height: 100%;
	}

#main {
	margin: 0 auto;
	width: 950px;
	position: relative;
	overflow:auto;
	padding-bottom: 60px;
	}
	
#header {
	background: url(images/finallbannernewflossie.jpg) no-repeat top center;
	width: 955px;
	height: 522px;
	}

#wrap {
        width: 950px;
        }

#content {
        width: 630px;
        float: right;
        }

#sidebar {
        width: 320px;
        float: left;
        }

#footer {
	background-color: #542359;
        clear: both;
        text-align: center;
	position: relative;
	margin-top: -60px;
	font-size: 13px;
	width: 100%:
	height: 60px;
	clear:both;
        color: #d7a4ce;
        }

#footer a {
        color: #ffccc9;
	font-family: georgia;
	font-size: 13px;
	font-weight: normal;
	text-shadow: #5a1f4b 1px 1px;
	padding: 7px;
        }

#footer a:hover {
        color: #ffccc9;
	font-family: georgia;
	font-size: 13px;
	font-weight: normal;
	text-shadow: #5a1f4b 1px 1px;
	padding: 7px;
        }

/* NAVIGATION */

.nav {
	padding-top: 7px;
	color: #b07ccf;
	font-family: georgia;
	font-size: 15px;
	font-weight: normal;
	text-shadow: #5a1f4b 1px 1px;
	}

.nav i {
	color: #ef847e;
	font-size: 15px;
	text-shadow: #5a1f4b 1px 1px;
	}

.nav a {
	color: #ffccc9;
	font-family: georgia;
	font-size: 15px;
	font-weight: normal;
	text-shadow: #5a1f4b 1px 1px;
	padding: 3px;
	}

.nav a:hover {
	color: #ffccc9;
	font-size: 15px;
	font-family: georgia;
	font-weight: normal;
	text-shadow: #5a1f4b 1px 1px;
	padding: 3px;
	}

/*	LINKS & COLORS */

a {
	color: #7278b5;
	text-decoration: none;
	font-family: georgia;
	}

a:hover {
	color: #5f65a3;
	text-decoration: none;
	}

strong, b {
        color: #9e7cac;
        }

em, i, u {
        color: #b574ce;
        }

textarea, input, select, option {
        background: #682758;
        color: #d7a4ce;
        font-family: georgia;
        font-weight: normal;
        border: 1px solid #682758;
	padding: 3px;
        }

/* POSTS & LISTS */

ul, li {
        list-style: none;
        }


#post {
        width: 620px;
        background-color: #632652;
	margin-bottom: 25px;
        }

#side {
        width: 320px;
        margin-bottom: 10px;
         }

.side-top {
	background: url(images/tcsidetop.jpg) no-repeat;
	height: 101px;
	}

.side-mid {
	background: url(images/tcsidebg.jpg) repeat-y;
        padding-left: 10px;
	padding-right: 10px;
}

.side-bot {
	background: url(images/tcsidebot.jpg) no-repeat;
	height: 45px;
	}

.post2 {
        padding: 5px;
}

.info {
        background: #783565;
	color: #d7a4ce;
	padding: 5px;
	text-align: center;
        }

blockquote {
        background: #a7deec;
        padding: 7px;
        color: 428192;
        }

img.alignleft, img.alignright  {
        padding:5px;
        background-color: #783565;
        }

img.centered {
        margin-left: auto;
        margin-right: auto; 
        padding:5px;
        background-color: #783565;
        }
img {
	border: 0px solid #000000;
	}

.imgimg {
	background: transparent;
	padding: 5px;
	}
	
a img {
        background-color: #783565;
        padding:5px;
	filer: alpha(opacity=40); 
	opacity: .6;
        }

a img:hover {
	filter: alpha(opacity=10); 
	opacity: 1.8;
	}

.alignleft {
       float: left;
       }

.alignright{
       float: right;
       }