/*  
Theme Name: Euphoria
Theme URI: http://www.double-glamour.org/ 
Description: Free Wordpress theme for fansites #1
Version: 1.0 
Author: Lily
Author URI: http://www.double-glamour.org/
Tags: 3 columns, white, pink, yellow, grey, spring, fixed width, widget ready, PSD included
*/

/* GENERAL */

* {
	margin: 0; 
	padding: 0; 
	}
	
body  {
	font-size: 11px;
	font-family: Arial, sans-serif;
	line-height: 16px;
	color: #594835;
	margin: 0;
	padding: 0;
	background: #fafaf0 url(images/bg.jpg) repeat-x;
}

b, strong {
	color: #ea4626;
}

i, italic, em {
	color: #f599a8;
}

a:link, a:visited, a:active {
	color: #c8182c;
	text-decoration: none;
	}

a:hover {
	color: #f599a8;
	text-decoration: none;
	}
	
.right
	{text-align: right;
	}

.justify
	{text-align:justify;
	}

input, textarea, option, select ,submit {
	background: #fff;
	border: 1px solid #efefef;
	color: #594835;
	padding: 2px;
	margin: 0;
	font-size: 11px;
	font-family: Arial, sans-serif;
	}

.entry img {
	padding: 5px;
	border: 1px solid #efefef;
	background: #fff;
	-moz-border-radius: 5px;
	margin: 10px 5px 10px 5px;
	}

.entry img:hover {
	border: 1px solid #cccccc;
	}

blockquote {
	margin: 10px 20px 10px 20px;
	padding: 5px 10px 5px 10px;
	color: #999;
	font-size: 10px;
	line-height: 16px;
	border: 0;
	background: #fafafa;
	-moz-border-radius: 5px;
	font-family: Tahoma, Arial, sans-serif;
}

blockquote :first-letter {
	color: #333333;
	font-size: 18px;
	font-family: Georgia;
}


.link {
	margin: 5px 10px 25px 10px;
	padding: 12px 12px 12px 85px;
	color: #999;
	line-height: 16px;
	border-bottom: 1px dotted #cccccc;
	background: #fafafa;
	font-family: Tahoma, Arial, sans-serif;
	background: #fafafa url(images/linkbg.png) no-repeat top left;
}

hr {
	width: 100%;
	border-top: 1px dotted #cccccc;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	margin: 15px 0 15px 0;
	}

/* CONTAINER */

#container { 
	width: 980px;
	background: #fafaf0;
	margin: 0 auto;
	text-align: left;
} 

/* HEADER AND NAVIGATION */

#header {
	background: #fafaf0; 
	padding: 0 0 0 0;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 430px;
} 

#navigation {
	height: 44px;
	margin: 0 auto 0 auto;
	padding: 0;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	border: 0;
	background: transparent;
}

#navigation ul {
	margin: 0;
	float: right;
	padding: 5px 10px 0 0;
	overflow: none;
}

#navigation li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	line-height: 33px;
}

#navigation li a {
	color: #fe9faf;
    padding: 5px 10px 5px 10px;
	text-decoration: none;
	background: #dd3c57;
	-moz-border-radius: 5px;
}

#navigation li a:hover {
	color: #fff;
	background: transparent;
	text-decoration: none;
	-moz-border-radius: 5px;
}

#welcome {
	float: right;
	width: 500px;
	color: #666666;
	padding: 134px 70px 65px 338px;
	line-height: 18px;
	text-align: right;
	font-family: Georgia;
	font-size: 10px;
}

/*Headers */
h1 {
	font-family: Georgia; 
	font-weight: normal;
	color: #cf4104;
	font-size: 18px;
	text-transform: lowercase;
	font-style:italic;
	letter-spacing: -1px;
	word-spacing: 3px;
	border-bottom:1px dotted #cf4104;
	padding: 3px;
        margin-bottom: 2px;
}

/* SIDEBARS */

#sidebar1 {
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
	text-align: justify;
	background: transparent;
	border: 0;
}

#sidebar1 .title, #sidebar2 .title {
	color: #0a0a0a;
	font-size: 14px;
	margin: 0 0 10px 0;
	text-indent: 10px;
	padding: 3px 0 3px 0;
	font-weight: normal;
	background: #f9cec6;
	font-style: italic;
	font-family: Times;
	-moz-border-radius: 5px;
}

#sidebar2 {
	float: right;
	margin: 0;
	padding: 0;
	width: 200px;
	text-align: justify;
	background: transparent;
	border: 0;
}

.widget {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 10px;
	color: #999;
	background: #fff;
	-moz-border-radius: 5px;
	border: 0px solid #f9f0ea;
}

#sidebar1 ul, #sidebar2 ul {
	list-style-type: none;
	}

.choice li {
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
	text-indent: 5px;
	background: transparent !important;
	border-top: 0 !important;
	border-right: 0 !important;
	border-left: 0 !important;
	border-bottom: 1px solid #efefef !important;
}

.choice li a {
	display: block;
	padding: 3px 0 3px;
        color: #666666;
}

.choice li a:hover {
	display: block;
	color: #594835;
	padding: 3px 0 3px;
	background: #fff8ef;
	text-decoration: none;
}

#sidebar1 ul, #sidebar2 ul {
	list-style-type: none;
	}

.newsarchives {
	clear: both;
	display: block;
	padding: 15px 0 0 0;
}

.newsarchives img {
	margin: 0 3px -3px 2px;
}

.newsarchives a {
	padding: 3px 5px 3px 5px;
	-moz-border-radius: 5px;
	background: #fffbf6;
}

.newsarchives a:hover {
	text-decoration: none;
	background: #fef2e3;
}

.twitter .sidebarlink {
	display: block;
	padding: 10px 0 0 0;
	text-align: center;
}

.sidebarlink a {
	padding: 3px 7px 3px 7px;
	color: #3bbbfa;
	background: #fffbf6;
	-moz-border-radius: 5px;
}

.sidebarlink a:hover {
	padding: 3px 7px 3px 7px;
	color: #fff;
	background: #ffca3b;
	-moz-border-radius: 5px;
	text-decoration: none;
}

.tags-1 {
	font-size: 7px;
}

.tags-2 {
	font-size: 8px;
}

.tags-3 {
	font-size: 9px;
}

.tags-4 {
	font-size: 10px;
}

.tags-5 {
	font-size: 11px;
}

.tags-6 {
	font-size: 12px;
}

.tags-7 {
	font-size: 13px;
}

.tags-8 {
	font-size: 14px;
}

.tags-9 {
	font-size: 15px;
}

.tags-10 {
	font-size: 16px;
}

.tags-11 {
	font-size: 17px;
}

.tags-12 {
	font-size: 18px;
}

.tags-13 {
	font-size: 19px;
}

.tags-14 {
	font-size: 20px;
}

.tags-15 {
	font-size: 21px;
}
	
/* CONTENT */

#content {
	float: left;
	width: 560px;
	margin: 0 0 0 10px;
	padding: 0;
	text-align: justify;
}

#content p { 
	margin-bottom: 10px;
}

.entry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px;
	margin: 0;
	color: #666;
	background: #fff;
	-moz-border-radius: 5px;
	border: 1px solid #f9f0ea;
}

.posttitle, a.posttitle:link, a.posttitle:visited, a.posttitle:active {
	color: #b71b31;
	margin: 0;
	font-size: 18px;
	line-height: 25px;
	text-indent: 15px;
	font-weight: normal;
	text-align: center;
	font-family: Times;
        font-style: italic;
	background: transparent;
	text-shadow: 1px 1px 0 #ddd;
}

a.posttitle:hover {
	color: #f599a8;
	text-decoration:underline;
}
.meta {
	text-align: right;
	background: #fafafa;
	padding: 15px 10px 15px 20px;
	-moz-border-radius: 15px;
	margin-bottom: 10px;
	margin-top: 15px;
}
.talk {
	float: left;
	color: #fff !important;
	background: #d72b45 url(images/baloon.jpg) no-repeat 5px 7px !important;
	-moz-border-radius: 5px;
	padding: 3px 5px 3px 18px !important;
	margin: -15px 0 0 5px;
}

.talk a {
	color: #fff;
}

.entry_date {
	text-align: center;
	display: block;
	text-align: right;
	margin: 10px 0 20px 0;
}

.entry_date span {
	padding: 3px 10px 3px 10px;
	color: #999;
	background: #fafafa;
	-moz-border-radius: 5px;
}

h2 {
        background-color: #fafafa;
        color: #515151;
        font-family: Georgia;
        text-shadow: 1px 1px 1px #dedede;
        font-size: 11px;
        margin-bottom: 2px;
        margin-top: 20px;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:12px;
	padding-right:12px;
        text-transform: uppercase;
	-moz-border-radius: 5px;
}

h3 {
	background: #fef5e7;
	font-family: Bookman Old Style;
	color: #555;
	font-size: 11px;
	font-weight: normal;
	text-transform:uppercase;
	padding: 7px 10px;
	margin: 0px 0px 10px 0px;
	-moz-border-radius: 5px;
}

h4 {
	color:#0d0000;
	font-family:Georgia;
	font-size:12px;
	font-weight:bold;
	padding: 2px;
	line-height:9pt;
	text-align:justify;
	text-transform:uppercase;
	vertical-align: top;
	-moz-border-radius: 5px;
}

.award-title {
        background-color: #f1f1f1;
        text-transform: uppercase;
        color: #222;
        padding: 10px;
}

#news_meta {
	height: 125px;
	color: #999;
	padding: 0;
	background: url() no-repeat;
}

.postmetadata {
	display: block;
	padding: 25px 0 0 15px;
	font-size: 10px;
}

.postmetadata a {
	padding: 3px 7px 3px 7px;
	color: #262626;
	background: #f7c5be;
	-moz-border-radius: 5px;
}

.postmetadata a:hover {
	padding: 3px 7px 3px 7px;
	color: #fff;
	background: #ffca3b;
	-moz-border-radius: 5px;
	text-decoration: none;
}


/* FOOTER */

.clearfloat {
	clear:both;
}

#footer {
	clear: both;
	width: 800px;
	padding: 20px 0 20px 0;
	text-align: center;
	margin: 50px auto 0 auto;
	color: #999;
	letter-spacing: 1px;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 11px;
	border: 0;
	background: transparent;
} 

.latestprojects .odd {
	display: block;
	padding: 15px 0 15px 0;
	background: #fafafa;
	border-bottom: 1px solid #fff;
}

.latestprojects .even {
	display: block;
	padding: 15px 0 15px 0;
	background: #fff;
	border-bottom: 1px solid #fff;
}

.latestprojects .odd:hover, .latestprojects .even:hover {
	border-bottom: 1px solid #efefef;
}

.latestprojects .odd:hover img, .latestprojects .even:hover img {
	border: 1px solid #ccc;
}

.latestprojects b {
	color: #db3651;
}

.project {
	float: left;
	margin: 0 10px 0 5px;
	padding: 3px;
	border: 1px solid #efefef;
	background: #fff;
}

.familypic img{
	padding: 3px;
	border: 1px solid #efefef;
	background: #fff;
	-moz-border-radius: 5px;
}

.familypic img:hover {
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
	-moz-border-radius: 5px;
}

.latestpics {
	font:10px Arial, Helvetica, sans-serif; 
	color: #7e7781;
}

.latestpics img {
	width:60px;
	padding: 6px;
	margin: 2px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius:  8px;
	}

.latestpics a:link img {
	width:60px;
	padding: 3px;
	border: 1px solid #efefef;
	background: #fff;
	-moz-border-radius: 5px;
}

.latestpics a:hover img {
	width:60px;
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
	}

/* Comments */

#cmnts {
	margin: 0 0 15px 0;
	padding: 15px;
	}

ol#comments li p {
	font-size: 100%;
	}

ul.post-meta {
	list-style: none;
	}

ul.post-meta span.post-meta-key {
	font-weight: bold;
	}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
	}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: transparent;
	border: 1px solid #bdc5ca;
	padding: .2em;
	}

#commentlist li ul {
	border-left: 1px solid #bdc5ca;
	font-size: 110%;
	list-style-type: none;
	}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #bdc5ca;
	padding: 2px;
	}


/* Comment box */

#commentform textarea {
	width: 80%;
	background: #f3f1eb;
	border: 1px solid #bdc5ca;
	}

/*Images */
.noborder {
	margin:0px;
	padding:0px;
	border: 0px solid;
	padding-left: 5px;
}

.noborder img {
	margin:0px;
	padding:0px;
	border: 0px solid;
}

.noborder a img {
	margin:0px;
	padding:0px;
	border: 0px solid; 
}

img.noborder, a img.noborder {
	background:none;
	padding:0;
	border:0;
}

img.wp-smiley { 	margin:0px;
	padding:0px;
	border: 0px solid; }

img.wp-smiley:hover {	margin:0px;
	padding:0px;
	border: 0px solid;}

.press ul li {
	list-style-type: none;
	list-style-position: inside;
	display:block;
	padding:10px;
	padding-left:24px;
	border-top: 1px solid #efefef;
}

.press ul li a {
	color: #68645b;
}

.press ul li a:hover {
	color: #594835;
	background: #fbf9f7;
	text-decoration: none;
}

.epguide {
	color: #68645b;}
.epguide em, .epguide i{
font-size: 10px;
font-style: italic;
color: #666;
}
.spot {
font-weight: bold;
color: #9a6949;
border-bottom: 1px dotted #666;
}

.link {
	margin: 5px 10px 25px 10px;
	padding: 12px 12px 12px 85px;
	color: #999;
	line-height: 16px;
	border-bottom: 1px dotted #cccccc;
	background: #fafafa;
	font-family: Tahoma, Arial, sans-serif;
	background: #fafafa url(images/linkbg.png) no-repeat top left;
}
