/*
Theme Name: Strangelove
Theme URI: http://wordpress.org/
Description:  based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.1
Author: Chris Applegate

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Fix IE bugs */
#content, .sidebar, #flickr li {
	display: inline;
}
/* general */
* {
	margin: 0;
	padding: 0;
}
a, a:link, a:visited {
	color: #cf1782;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	background: url(images/bg_r.png) no-repeat right top #000;
	color: #eee;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}
#hp {
	margin: 0;
	padding: 0;
	background: url(images/bg_l.png) no-repeat left top;
}
#page {
	margin: 0 auto;
	padding: 1px 0 0 0;
	width: 960px;
}
#main {
	float: left;
	padding: 0;
	margin: 0;
	width: 730px;
}
#main.fixed {
	position: fixed;
	top: 0;
}
/* header */
#header {
	margin-top: 10px;
	float: left;
	margin-bottom: 20px;
}
#header h1 a {
	display: block;
	width: 350px;
	height: 135px;
	background: url(images/header.png) top left no-repeat;
}
#header h1 a span {
	display: none;
}
/* read more box */
#photosmart {
	margin-top: 10px;
	float: right;
	margin-bottom: 20px;
}
#photosmart p a {
	display: block;
	width: 360px;
	height: 140px;
	background: url(images/photosmart.png) top left no-repeat;
}
#photosmart p a span {
	display: none;
}
/* menu */
#pagenavi {
	height: 32px;
	display: inline;
}
#pagenavi ul {
	float: left;
	display: inline;
	margin-left: 25px;
	width: 410px;
}
#pagenavi ul li {
	float: left;
	display: inline;
	margin-right: 10px;
}
#pagenavi ul li a {
	display: block;
	float: left;
	height: 32px;
}
#pagenavi ul li#navi_food a {
	width: 115px;
	background: url(images/food.png) top no-repeat;
}
#pagenavi ul li#navi_families a {
	width: 70px;
	background: url(images/families.png) top no-repeat;
}
#pagenavi ul li#navi_fashion a {
	width: 125px;
	background: url(images/fashion.png) top no-repeat;
}
#pagenavi ul li#navi_blog a {
	width: 55px;
	background: url(images/blog.png) top no-repeat;
}
#pagenavi ul li#navi_food a:hover,
#pagenavi ul li#navi_families a:hover,
#pagenavi ul li#navi_fashion a:hover,
#pagenavi ul li#navi_blog a:hover,
#pagenavi ul li#navi_food.current_page a,
#pagenavi ul li#navi_families.current_page a,
#pagenavi ul li#navi_fashion.current_page a, 
#pagenavi ul li#navi_blog.current_page a {
	background-position: bottom;
}
#pagenavi ul li a span {
	display: none;
}
/* search field in header */
#search {
	float: right;
	display: inline;
	margin-right: 20px;
	margin-top: 5px;
	height: 27px;
	background: url(images/search.png) repeat-x;
	padding: 0 6px;
}
#searchform {
	vertical-align: middle;
}
#searchform #s {
	display: inline;
	vertical-align: middle;
	padding: 2px;
	margin-top: 4px;
	width: 95px;
	font-size: 1em;
	border: 1px solid #bbb;
}
#searchsubmit {
	display: inline;
	vertical-align: middle;
	border: none;
	background: none;
	color: #333;
	padding: 2px 3px;
	margin-top: 2px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}
/* content area */
#content {
	clear: both;
	display: block;
}
#content.blog {
	border: 3px solid #fff;
	padding: 30px;
	background: #000;
}
h2.pagetitle {
	display: none;
	font-size: 3em;
	color: #fff;
	font-weigth: bold;
	margin-bottom: 1em;
}
.post, .page .page, .search .page, #notfound {
	clear: left;
	margin: 0 30px 20px 30px;
	text-align: justify;
	font-size: 1.4em;
	line-height: 1.4em;
}
#notfound h2 {
    margin-bottom: 0.5em;
}
#content #searchform {
    margin-left: 30px;
}
#content #searchform #searchsubmit {
    color: #eee;
    margin-left: 5px;
}
.page #post-131.page {
	font-size: 1.2em;
	text-align: justify;
}
.post hr {
	display: block;
}
.post .datetime {
	font-size: 0.9em;
}
.entry {
    margin-top: 1em;
}
.entry p {
	margin-bottom: 0.75em;
}
.postmetadata {
	font-size: 0.85em;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #ddd;
}
.clear {
	clear: both;
}
/* sidebar */
.sidebar {
	width: 200px;
	float: right;
}
.sidebar ul li {
	list-style: none;
	margin-bottom: 25px;
}
.sidebar ul li ul li {
	margin-bottom: 0;
}
.sidebar #gotominisite {
	padding: 20px 15px 10px 15px;
	font-size: 1.1em;
	background-color: #fff;
	color: #333;
}
.sidebar #gotominisite h2 {
	display: none;
}
.sidebar #gotominisite {
    text-align: justify;
}
.sidebar #gotominisite .go a {
	display: block;
	width: 170px;
	height: 40px;
	margin-top: 1em;
	background: url(images/minisite.png);
}
.sidebar #gotominisite .go a span {
	display: none;
}

.sidebar .textwidget ul li {
	font-size: 1.3em;
}
.sidebar .textwidget h2 {
	margin-bottom: 10px;
	font-size: 1.5em;
	font-weight: normal;
}
.sidebar .textwidget h3 {
	font-size: 1em;
}
.sidebar .textwidget h3 a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.sidebar .textwidget h3 a:hover {
	text-decoration: underline;
}
.sidebar #recentposts ul li {
	margin-bottom: 1em;
}
/* special rules for blogroll */
.sidebar #blogroll ul li ul li {
	font-size: 1em;
}
.sidebar #blogroll ul li h2 {
	font-size: 1em;
	margin-bottom: 3px;
}
.sidebar #blogroll ul li ul {
	margin-bottom: 10px;
}
.sidebar #blogroll ul {
	margin-left: 1.3em;
}
.sidebar #blogroll ul li ul li {
	list-style: square;
	margin-bottom: 2px;
}
.sidebar #blogroll ul li a {
	color: #fff;
}
.sidebar #blogroll ul li#linkcat-5 {
	color: #b332f0;
}
.sidebar #blogroll ul li#linkcat-6 {
	color: #0084bf;
}
.sidebar #blogroll ul li#linkcat-4 {
	color: #f6d500;
}
.sidebar #banner div {
	width: 180px;
	height: 150px;
	background-color: #fff;
	color: #999;
}


/* end sidebar */

#rssicons {
	margin-top: -4px;
}
#rssicons li {
}
#rssicons a, #rssicons img {
	vertical-align: middle;
}
#footer {
	padding: 15px 0;
	clear: both;
	color: #CCC;
	font-size: 0.9em;
}
/* End Structure */

/* End Headers */



/* Begin Images */
img[usemap] {
	border: none;
}
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: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.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-bottom: 0.75em;
	padding: 0 0 0 30px;
	list-style: disc;
}
html>body .entry ul li {
	margin-bottom: 0.25em;
}
.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;
}
.addthis_container {
	clear: right;
	float: right;
}
/* End Entry Lists */



/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
h3#comments {
	margin: 40px 0 20px 30px;
	font-size: 1.4em;
}
.commentlist {
	margin: 0 250px 0px 30px;
	font-size: 1.2em;
}
.commentlist li {
	border-bottom: 1px dotted #ddd;
	list-style: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
#respond {
	margin: 20px 250px 0px 30px;
}
/* End Comments */



/* Begin Sidebar */
#archivedescription p {
	margin-top: 0;
}
/* End Sidebar */



/* 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;
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
}
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-top: 10px;
	margin-bottom: 10px;
	width: 300px;
}
.postnavigation {
	height: 1em;
	padding-bottom: 10px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	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 {
	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." */
