@import url("reset.css");
/*
Theme Name: Among Friends
Theme URI: http://amongfriends.friendshipvillage.com
Description: The customized WordPress theme based on the famous Kubrick.
Author: Studio98
Author URI: http://www.studio98.com/
Tags: fixed width, widgets

	This theme was designed, customized and built by Studio98,
	and is based on the famous Kubrick, the default Wordpress theme
*/


/* Begin Typography & Colors */

.thread-alt {
/*  border-bottom:1px solid #e9d1b7; */
	background:url(images/divider.gif) no-repeat 50% bottom;
	padding-bottom:15px;
}

.thread-even {
/*	border-bottom:1px solid #e9d1b7; */
	background:url(images/divider.gif) no-repeat 50% bottom;
	padding-bottom:15px;
}

.depth-1 {
 /* border: 1px solid #ddd; */
}

.even, .alt {
	border-left: 0px solid #ddd;
}

#wp-calendar caption, cite {
	text-decoration: none;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 26px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .postmetadata {
	margin: 0px 0 15px;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	text-align:center;
	padding-bottom:25px;
	margin-bottom:15px;
}

.clear {
	clear: both;
}
/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px;
	margin: 0 0 2px 17px;
	display: inline;
	border:1px solid #58492d;
	}

img.alignleft {
	padding: 0px;
	margin: 0 17px 2px 0;
	display: inline;
	border:1px solid #58492d;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	height:auto;
	width:100%;
	}

#sidebar #searchform #search-box{width:246px; height:28px; padding:2px; background:url(images/search-box.gif) no-repeat top left;}

#sidebar #searchform #s {
	width:149px;
	height:19px;
	border:0px solid #ffffff;
	background:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#8f1a1a;
	padding:5px 4px 0px;
	float:left;
	}

/* \*/ * html #sidebar #searchform #s {width:146px;} /* */

#sidebar #searchsubmit {
	width: 86px;
	height:28px;
	padding:0px;
	background:url(images/btn-search.gif) no-repeat top left;
	border:none;
	font-size:13px;
	font-weight:bold;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#262424;
	float:right;
	cursor:pointer;	
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform small{font-weight:normal;}	

#commentform input {
	width: 150px;
	padding: 2px;
	margin: 0px 5px 0px 0;
	outline:none;
	color:#403521;
	}
	
#commentform .comment-fld{
	border:1px solid #f8b2ad;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#403521;
	outline:none;
	background:#ffffff;
	}
	
#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform p label small{font-size:13px;}

#commentform textarea {
	width: 97%;
	padding: 2px;
	float:left;
	border:1px solid #f8b2ad;
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#403521;
	outline:none;
	background:#ffffff;
	line-height:19px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 5px 0 25px 0px;
	float: left;
	background:#ffffff;
	border:1px solid #f8b2ad;
	color:#403521;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif
	cursor:pointer;
	}
	
#commentform p{padding-bottom:7px; margin:0px; clear:both;}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 0px 0;
}
.children { padding: 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 5px 20px 19px 10px;
	padding-left: 13px;
	border-left: 3px solid #ddd;
	}
blockquote p{padding-bottom:0px;}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 0px;
	padding: 15px 0px;
	line-height:20px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

/* Custom Styles */
body{background:#e4bd94 url(images/bg.gif) repeat top left; font-family:Arial, Helvetica, sans-serif; color:#403521; font-size:13px;}
h1, h2, h3, h4, h5, h6, p, ul, li, ol, dl, dt, dd, input, form, textarea{font-weight:normal; padding:0px; margin:0px;}
a img{border:0px;}
a{outline:none;}
.clearfix{height:0px; line-height:0px; font-size:0px; content:'.'; display:block; visibility:hidden; clear:both}
.clear:after{height:0px; line-height:0px; font-size:0px; content:'.'; display:block; visibility:hidden; clear:both}
/* \*/ * html .clear{height:1px} /* */

/* Common Styles */
h1{font-size:21px; font-weight:normal; padding:0px 0px 5px 0px; line-height:27px; color:#770b07;}
h1 a{font-weight:normal; color:#770b07;}
h1 a:hover{color:#666535; text-decoration:none; }

h2{font-size:19px; font-weight:normal; line-height:23px; padding-bottom:5px; color:#770b07;}
h2 a{color:#770b07; font-weight:normal; text-decoration:none;}
h2 a:hover{color:#666535; text-decoration:none;}

h3{font-size:18px; padding-bottom:12px; line-height:20px; color:#666535;}
h4{font-size:15px; font-weight:bold; line-height:22px;}

p{line-height:23px; padding-bottom:12px;}
.align-right{text-align:right; clear:both; display:block;}
.align-center{text-align:center; clear:both;}
.red{color:#770b07;}
.metalic{color:#403521;}

a{text-decoration:none; color:#770b07; font-weight:bold;}
a:hover{text-decoration:none; color:#666535; text-decoration:none;}

/* Main Containers */
#wrapper{width:100%; height:auto; background:url(images/bg-top.gif) repeat-x top left;}
#page{width:1003px; height:auto; margin:0px auto;}

/* Header */
#header{width:1003px; height:202px; position:relative; background:url(images/header-bg.gif) no-repeat top left;}
#header #logo{width:585px; height:86px; overflow:hidden; position:absolute; top:66px; left:209px;}
#header #logo img{width:585px; height:86px;}
#header #font-size { position: absolute; top: 10px; right: 25px; }

/* Top Navigation */
#nav{width:949px; height:33px; position:absolute; top:169px; left:27px;}
#nav ul{list-style:none; height:33px;}
#nav li{float:left; height:33px; width:236px; padding-right:1px;}
#nav li img{height:33px; width:236px;}
#nav a{float:left; height:33px; width:236px; display:block; background:url(images/navigation.gif) no-repeat;}

#nav li#nav-spotlight, #nav li#nav-spotlight img, #nav li#nav-spotlight a{width:238px;}
#nav li#nav-spotlight a{background-position:0px 0px;}
#nav li#nav-spotlight a:hover, #nav li#nav-spotlight a.selected{background-position:0px -33px;}

#nav li#nav-headlines a{background-position:-239px 0px;}
#nav li#nav-headlines a:hover, #nav li#nav-headlines a.selected{background-position:-239px -33px;}

#nav li#nav-insights a{background-position:-476px 0px;}
#nav li#nav-insights a:hover, #nav li#nav-insights a.selected{background-position:-476px -33px;}

#nav li#nav-fun{padding-right:0px;}
#nav li#nav-fun a{background-position:-713px 0px;}
#nav li#nav-fun a:hover, #nav li#nav-fun a.selected{background-position:-713px -33px;}

/* Content Section */
#content{width:1003px; height:auto; background:url(images/page-shadow.gif) repeat-y 17px 0px;}
#content-top{width:949px; height:auto; padding:1px 27px 0px; background:url(images/content-top.gif) no-repeat top left;}
#content-inner{width:949px; height:auto; background:#fff url(images/sidebar-bg.gif) repeat-y top left;}

/* Content Section Columns */
.widecolumn{width:949px; height:auto; margin:0px; padding:0px;}
.narrowcolumn{width:633px; height:auto; float:left; padding:22px 25px 10px 20px;}
#sidebar{width:271px; height:auto; float:left; padding:19px 0px 0px 0px; background:#f3eed7;}

/* Footer */
#footer{clear:both; width:969; height:auto; text-align:center; padding-top:12px; background:url(images/footer-bg.gif) no-repeat top left; margin-left:17px;}
#footer ul{list-style:none; height:12px; margin:0px auto; width:429px;}
#footer li{float:left; height:12px; padding:0px 19px; overflow:hidden;}
#footer li img{height:12px;}
#footer ul li a{height:12px; display:block; background:url(images/footer-nav.gif) no-repeat;}

#footer li#fnav-spotlight, #footer li#fnav-spotlight img, #footer li#fnav-spotlight a{width:87px;}
#footer li#fnav-spotlight a{background-position:0px 0px;}
#footer li#fnav-spotlight a:hover, #footer li#fnav-spotlight a.selected{background-position:0px -12px;}

#footer li#fnav-headlines, #footer li#fnav-headlines img, #footer li#fnav-headlines a{width:88px;}
#footer li#fnav-headlines a{background-position:-124px 0px;}
#footer li#fnav-headlines a:hover, #footer li#fnav-headlines a.selected{background-position:-124px -12px;}

#footer li#fnav-insights, #footer li#fnav-insights img, #footer li#fnav-insights a{width:71px;}
#footer li#fnav-insights a{background-position:-250px 0px;}
#footer li#fnav-insights a:hover, #footer li#fnav-insights a.selected{background-position:-250px -12px;}

#footer li#fnav-fun, #footer li#fnav-fun img, #footer li#fnav-fun a{width:31px;}
#footer li#fnav-fun a{background-position:-360px 0px;}
#footer li#fnav-fun a:hover, #footer li#fnav-fun a.selected{background-position:-360px -12px;}

#footer address{font-size:15px; color:#58492d; font-weight:bold; font-style:normal; padding:27px 0px 0px 0px;}

#footer p#copyright{font-size:11px; color:#58492d; padding:3px 0px 20px 0px; font-weight:normal;}
#footer p#copyright a{color:#58492d; text-decoration:none; font-weight:normal;}
#footer p#copyright a:hover{color:#770b07; text-decoration:none;}

/* Sidebar Specifics */
#sidebar{line-height:19px; font-family:"Times New Roman", Times, serif;}
#sidebar h2{color:#666535; font-size:20px; font-family:"Times New Roman", Times, serif;}
#sidebar ul{padding:0px; margin:0px;}
#sidebar ul li{padding:0px; margin:0px; line-height:19px;}
#sidebar ul li.widget{background:url(images/divider-h.gif) repeat-x bottom left; padding:0px 10px 2px 10px; margin-bottom:10px;}

#sidebar ul ul{padding-bottom:10px; padding-left:7px;}
#sidebar ul li ul li{list-style:disc; padding:0px; margin:0px; color:#8f1a1a; font-size:18px; font-weight:normal; line-height:21px; padding-bottom:2px;}
#sidebar ul li ul li a{font-weight:normal;}
#sidebar ul li h2 span a{font-weight:bold; font-size:15px; color:#8f1a1a;}
#sidebar ul li h2 a{color:#666535; font-size:20px; text-decoration:none;}
#sidebar ul li h2 a:hover{color:#770b07;}

#sidebar ul#newtagcloud{padding-left:0px; text-align:center;}
#sidebar ul#newtagcloud a{margin:0px 7px 0px 0px; line-height:23px;}
#sidebar ul#newtagcloud li{list-style:none; padding-left:0px; text-align:center;}

/* Default List in left Column */
.narrowcolumn ul, .widecolumn ul{list-style:none; margin:0px !important; padding:0px 0px 19px 20px !important;}
.narrowcolumn ul li, .widecolumn ul li{list-style:disc; line-height:20px; padding:0px 0px 4px 0px !important; margin:0px !important;}

.entry{padding:5px 0px 8px;}

.postmetadata{border:1px dotted #c95249; border-width:1px 0px; padding-bottom:1px; color:#8f1a1a;}
.postmetadata a{font-weight:normal;}
.divider{border-bottom:1px dotted #c95249; margin-bottom:20px; font-size:0px; line-height:0px; height:1px;}

small{color:#666535; font-size:11px; font-weight:bold; line-height:19px;}
cite.fn{line-height:23px; font-weight:normal;}
cite.fn a{color:#770b07; text-decoration:none; font-weight:bold;}
cite.fn a:hover{color:#666535; text-decoration:none;}

h3#comments, h3.reply{font-size:18px;}
.comment-body p{padding-bottom:5px;}

li.comment{border-bottom:1px dotted #c95249;}
.post-ratings{line-height:19px; height:36px;}