/*
Theme Name: cherrykissbase
Description: Free Wordpress Theme Base Provided By Cherry-Kiss.Us 
Version: 1.0
Designed by: Danny & Nelson
Author: Nelson
Author URI: http://cherry-kiss.us
*/


/********** PLEASE DO NOT STEAL ANY OF THE CODING AND CLAIM IT AS YOURS! THIS IS A FREE WORDPRESS THEME BASE PROVIDED BY CHERRY-KISS.US! MAKE SURE YOU CREDIT CHERRY-KISS.US FOR THE FREE WORDPRESS THEME BASE! WE WORKED HARD TO PROVIDE THIS BASE FOR OUR VISITORS AT CHERRY-KISS.US! IF YOU HAVE ANY QUESTIONS PLEASE DONT HESITATE IN CONTACTING US! THANK YOU **********/



/********** Main Background **********/

body { 	
	background-color: #b79af9;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: 50% 0px;
	font-family: Arial,tahoma,Verdana,Helvetica;
        margin: 0px;
}

 
#container   {
	text-align: justify;
	width: 900px;
	margin: 0px auto;
	position: relative;
	background-color: transparent;
}


/********** Welcome Message **********/

#welcome   {
	color: #ffffff;
	font-size:8pt;
	line-height: 100%;
	letter-spacing: -.35px;
	font-family: Georgia;
	text-align: center;
	text-transform:normal;
 	text-shadow: 1px 0px 1px #512f9d;
	right: 90px;
	top: 310px;
	width: 330px;
	position: absolute;
}


/********** Twitter or Latest News **********/

#twitter   {
	color: #ffffff;
	font-size:8pt;
	line-height: 100%;
	letter-spacing: -.35px;
	font-family: Georgia;
	text-align: center;
	text-transform:normal;
 	text-shadow: 1px 0px 1px #512f9d;
	left: 265px;
	top: 16px;
	width: 600px;
	position: absolute;
}


/********** Links **********/

a:link, a:active, a:visited {
	color: #5734a6;
	text-decoration : none; 
        font-weight: bold;
        font-style: italic;
	text-shadow: 1px 0px 1px #808080;
}
 
a:hover {
	color: #ffffff;
	text-decoration : None;
}

 
/********** Text Effects **********/
 
	b{color: #5734a6;}
	i{font-size:11px; font-family: arial;}
	u{border-bottom:1px solid #ffffff; text-decoration:none; color: #5734a6;}
	
	
/********** List **********/
 
li { 
	list-style-image:url(http://i25.tinypic.com/16jlu1c.png);
	margin-left: -10px; 
} 


/********** Extra **********/


.limages img {
width:72px;
height: 72px;
}


textarea, button, select {
	background-color: #8e6ae4;
	border-top: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	padding:5px;		
	font-weight: normal; 
	text-transform: none;
	letter-spacing:0px;
	line-height : 12px;
	font-size:11px;
	text-decoration : none;
	font-family: Arial; 
	text-align :justify;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	}

option {
	background-color: #8e6ae4;
	border-top: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	padding:5px;		
	font-weight: normal; 
	text-transform: none;
	line-height : 11px;
	font-size:10px;
	text-decoration : none;
	font-family: Arial; 
	text-align :justify;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	}

input {
	background-color: #8e6ae4;
	border-top: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	padding:3px; 
	font-weight: normal; 
	text-transform: none;
	letter-spacing:0px;
	line-height : 12px;
	font-size:11px;
	text-decoration : none;
	font-family: Arial; 
	text-align :justify;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


/********** Blockquote **********/

blockquote {
	background-color: #8e6ae4;
	border-top: 0px solid #ffffff;
	border-left: 10px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-shadow: 1px 0px 1px #808080;
	text-align: center;
	padding:5px;
	color: #ffffff;
	font-family: Tahoma;
	margin: 10px;
	line-height: 100%;
}


/********** Image Effects **********/

.pic {
	background-color:#b79af9;
	border-top: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding:4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	opacity:.70;
}

.pic:hover {
	background-color:#8a6fc8;
	border-top: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding:4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	opacity:.90;
}



/********** Navigation **********/


#navigation   {
	background-color: #transparent;
	left: 50px;
	top: 85px;
	line-height: 100%;
	text-align: center;
	color: #5734a6; 
        width: 770px;
	position: absolute;
	display: inline;
}

a.nav:link, a.nav:visited, a.nav:active {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size:13px; 
	font-style:italic; 
	font-weight: bold; 
	color: #ffffff; 	
	padding: 0px; 
	text-decoration: none; 
	text-align: center;
	text-shadow: 1px 0px 4px #362165;
}

a.nav:hover {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size:13px; 
	font-style:italic; 
	font-weight: bold; 
	color: #5734a6; 
	padding: 0px; 
	text-decoration: none; 
	text-align: center;
        text-shadow: 1px 0px 4px #362165;
} 


/********** Content **********/


#content {
	float: right;
	width: 517px;
	margin-bottom: 10px;
	margin-right: 10px;
	background-color: transparent;
}


#contentbottom {
	position: relative;
	width: 517px;height:209px;
	background-image: url(images/content/news_bottom.png);
	background-color: transparent;
}


/* Content Text */

.content{
	color: #ffffff;         
	font-size:9pt;
	font-family: Georgia;
	line-height:12px;
	background-color: transparent;
	background-image: url(images/content/newsbg.png);
	letter-spacing:0;
	text-align: left;
	text-shadow: 1px 0px 3px #3a2569;
	padding: 25px;
	font-weight:normal;
}


/* Content Links */

.content a:link, .content a:active, .content a:visited {
	color: #25125a;
	text-decoration : none; 
	text-shadow: 1px 0px 3px #3a2569;
        font-style: italic;
}
 
.content a:hover {
	color: #ffffff;
	text-decoration : None;
}


/* Content Text Effects */

.content b{color: #25125a;}
.content i{font-size:11px; font-family: arial;}
.content u{border-bottom:1px solid #ffffff; text-decoration:none; color: #25125a;}


/* Title */

#title {
	position: relative;
	width 517;height:206px;
	background-image: url(images/content/news_top.png);
	background-color: transparent;
}

.title {
	color: #ffffff;         
	font-size:14pt;
	font-family: Georgia;
    font-weight: bold;
    font-style: italic; 
	line-height: 16px;
	background-color: transparent;
	letter-spacing:0;
	text-align:Center;
	text-shadow: 1px 0px 3px #3a2569;
	padding-right:5px;
	padding-left:5px;
	padding-top:85px;
	padding-bottom:0px;
}

.title a:link, .title a:active, .title a:visited{
	color: #ffffff;         
	font-size:14pt;
	font-family: Georgia;
    font-weight: bold;
    font-style: italic; 
	line-height: 100%;
	background-color: transparent;
	letter-spacing:-1px;
	text-align:Center;
	text-shadow: 1px 0px 3px #3a2569;
}
 

.title a:hover {
	color: #b79af9;
	text-decoration : None;
}


/* Posting Info */

.posted {
    background-color: transparent;
    text-shadow: 1px 0px 3px #3a2569;
    text-align: center;
    padding:5px;
    color: #ffffff;
    font-family: Tahoma;
    font-size: 9pt;
}

.posted a:link, .posted a:active, .posted a:visited {
	color: #b79af9;
	text-decoration : none; 
	text-shadow: 1px 0px 3px #3a2569;
        font-style: italic;
}
 
.posted a:hover {
	color: #ffffff;
	text-decoration : None;
}


/* Comments */

.comments {
    line-height: 100%;
    margin-left: 265px;
    margin-top: 90px;
    position: absolute; 
    height: auto !important; 
    font-family: Georgia;
    font-size: 20pt;
    font-weight: bold;
    font-style: italic;
    text-shadow: 1px 0px 4px #3a2569;
    text-align: center;
    letter-spacing:-1px;
    color: #b79af9;
    clear:both;
    background-color: #transparent;
}


.comments a:link, .comments a:active, .comments a:visited{
	color: #b79af9;
	text-decoration : none; 
	font-size: 30pt;
	text-shadow: 1px 0px 4px #3a2569;
	text-align: center;
	letter-spacing:-1px;
    font-weight: bold;
    font-style: italic;
	line-height: 100%;
}
 

.comments a:hover {
	color: #ffffff;
	text-decoration : None;
}


/********** Sidebar **********/
 
 
#sidebar {
	float: left;
	width: 268px;
   	margin-bottom: 10px;
	margin-left: 10px;
	background-color: transparent;
}


#sidebarbottom {
	position: relative;
	width: 268px;height:122px;
	background-image: url(images/sidebar/sidebottom.png);
	background-color: transparent;
}


/* Sidebar Header */

.sidetop {
	color: #ffffff;         
	font-size:14pt;
	font-family: Georgia;
	text-align: center;
	text-shadow: 1px 0px 4px #4c377c;
	font-weight: bold;
	font-style: italic;
        line-height: 196px;
	width: 268px;
	height:196px;
	background-color: transparent;
	background-image: url(images/sidebar/sideheader.png);
}
 
 
/* Sidebar Text */

.side{
	color: #ffffff;         
	font-size:9pt;
	font-family: Georgia;
	line-height:12px;
	background-color: transparent;
	background-image: url(images/sidebar/sidebg.png);
	letter-spacing:0;
	text-align: left;
	text-shadow: 1px 0px 4px #4c377c;
	padding:15px;
	font-weight:normal;
}


/* Sidebar Links */

.side a:link, .side a:active, .side a:visited {
	color: #4e2d9a;
	text-decoration : none; 
    font-weight: bold;
    font-style: italic;
	text-shadow: 1px 0px 4px #4c377c;
}
 
.side a:hover {
	color: #ffffff;
	text-decoration : None;
}


/* Sidebar Text Effects */

.side b{color: #4e2d9a;}
.side i{font-size:11px; font-family: arial;}
.side u{border-bottom:1px solid #ffffff; text-decoration:none; color: #4e2d9a;}
