/* Enter Your Custom CSS Here */

/* =Global
----------------------------------------------- */

body {
	background-color: #000;
}
body,
button,
input,
select,
textarea {
	color: #000;
	font-family: Puritan, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-family: "Spicy Rice", sans-serif;
	font-weight: normal;
	margin: 10px 0;
}
h1 {
	color: #000;
	font-size: 36px;
	font-size: 3.6rem;
}
h2 {
	color: #EE1A98;
	font-size: 28px;
	font-size: 2.8rem;
}
h3 {
	color: #000;
	font-size: 22px;
	font-size: 2.2rem;
}
h4 {
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
}
h5 {
	color: #EE1A98;
	font-size: 14px;
	font-size: 1.4rem;
}
h6 {
	color: #000;
	font-size: 12px;
	font-size: 1.2rem;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 2em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	font-style: italic;
	margin: 0 0 1.5em;
	padding: .5em 0 .5em 1.5em;
	position: relative;
	z-index: 1;
}
blockquote:before {
	color: rgba(153,153,153,.1);
	content: " \201C ";
	float: left;
	font-family: "Times New Roman", serif;
	font-size: 200px;
	font-size: 20.0rem;
	font-weight: bold;
	line-height: 15px;
	line-height: 1.5rem;
	margin: 45px 0 0 0;
	padding: 0;
	position: absolute;
		top: 10px;
		left: -10px;
	z-index: 0;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 14px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
td,
th {
	padding: .5em;
}
th {
	background: #000;
	color: #EE1A98;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
tr.alternate {
	background-color: rgba(0,0,0,.02);
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	-moz-box-shadow:    inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow:         inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.4rem;
	line-height: 1;
	padding: .5em 1em;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	-moz-box-shadow:    inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	box-shadow:         inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow:    inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow:         inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=password],
input[type=text],
input[type=email],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=password]:focus,
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #111;
}
input[type=password],
input[type=text],
input[type=email] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #EE1A98;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	transition:         all .3s ease-in-out;
}
a:visited {
	color: #EE1A98;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	transition:         all .3s ease-in-out;
}
a:hover,
a:focus,
a:active {
	color: #000;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	transition:         all .3s ease-in-out;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 1.5em auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	border-bottom: 1px solid #666;
	display: block;
	font-size: 14px;
	margin: 0 auto 2em auto;
	max-width: 1000px;
	position: relative;
	text-align: center;
	z-index: 300;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	display: inline-block;
	position: relative;
}
.main-navigation a {
	color: #EE1A98;
	display: block;
	padding: .5em .75em;
	text-decoration: none;
}
.main-navigation ul ul {
	background: rgba(255,255,255,.8);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:    0 3px 3px rgba(0,0,0,0.2);
	box-shadow:         0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
		top: auto;
	text-align: left;
	width: 180px;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	color: #000;
}
.main-navigation ul ul li {
	display: block;
}
.main-navigation li:hover > a {
	color: #666;
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
	color: #EE1A98;
}
.main-navigation ul ul li.current_page_item a,
.main-navigation ul ul li.current-menu-item a,
.main-navigation li.current_page_item ul a,
.main-navigation li.current-menu-item ul a {
	color: #000;
}

/* Small menu */
.menu-toggle {
	background: #EE1A98;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 32px;
	font-size: 3.2rem;
	margin: .5em auto;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 10;
}
.main-small-navigation .menu {
	display: none;
	margin: 0 auto.5em auto;
	width: 80%;
}

/* =Content
----------------------------------------------- */

#main {
	background: #cbddeb;
	border-left: 4px solid rgb(238,26,152);
	border-right: 4px solid rgb(238,26,152);
	position: relative;
	z-index: 1;
}
#main:before,
#main:after {
	content: " ";
	display: table;
}
#main:after {
	clear: both;
}
.sticky {
}
.hentry {
	border-bottom: 1px dashed #eee;
	margin: 0 0 2em;
	padding: 0 0 2em;
}
.page .hentry {
	border-bottom: 0 none;
}
.entry-title {
	color: #000;
	float: left;
	font-family: "Spicy Rice", sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: normal;
	margin: 0;
	max-width: 90%;
}
.entry-title a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
header.entry-header {
	position: relative;
}
.entry-meta {
	clear: both;
	font-size: 13px;
	font-size 1.3rem;
}
footer.entry-meta {
	margin: 1em 0 0;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page .edit-link {
	clear: both;
	display: block;
}
.page .edit-link a {
	font-size: 12px;
}
.cat-links a,
.tag-links a,
.edit-link a {
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 0 5px;
	margin: 0 2px 4px 0;
}
.cat-links a {
	background-color: #EE1A98;
}
.cat-links a:hover {
	background-color: rgba(165,203,86,.7);
}
.tag-links a {
	background-color: #666;
}
.tag-links a:hover {
	background-color: rgba(102,102,102,.7);
}
.edit-link a {
	background-color: #999;
}
.edit-link a:hover {
	background-color: rgba(153,153,153,.7);
}
.comments-link {
	background: url(images/sprite.png) no-repeat;
	background-position: -480px -332px;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0 0 -51px;
	position: absolute;
		top: 0;
		left: 100%;
	width: 51px;
	height: 39px;
	text-align: center;
}
.comments-link a {
	color: #333;
	display: block;
	margin: 5px 0 0;
	width: 100%;
	height: 100%;
}
.entry-content,
.entry-summary {
	clear: both;
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	font-weight: bold;
	margin: 0 0 1.5em;
}
.page-header {
	border-bottom: 1px dashed #eee;
	margin: 0 0 2em 0;
	padding: 0 0 1em 0;
}
.page-title {
	color: #EE1A98;
}
.page-title a {
	font-weight: normal;
}


/* =Sidebar
----------------------------------------------- */

#secondary:before {
	border-left: 1px solid #eee;
	content: " ";
	display: block;
	position: absolute;
		top: -100px;
		left: -1px;
	width: 100%;
	height: 100px;
}
#secondary {
	border-left: 1px solid #eee;
	font-size: 14px;
	font-size: 1.4rem;
	word-wrap: break-word;
}
#secondary:after {
	background:url(images/sprite.png) no-repeat;
	background-position: -28px -340px;
	content: " ";
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
		top: 55px;
		left: -48px;
	width: 40px;
	height: 50px;
	z-index: 160;
}
#secondary input,
#secondary textarea {
	max-width: 100%;
}


/* =Footer
----------------------------------------------- */

#colophon {
	color: #999;
	font-size: 14px;
	padding: 1em 0;
	text-align: center;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Quotes
----------------------------------------------- */

.quote {
	margin: 0 0 1.5em;
	padding: 0.5em 0 0.5em 1.5em;
}

.quote blockquote {
	margin: 0;
	padding: 0;
}

.quote-caption {
	margin-bottom: 1.5em;
}

/* =Widgets
----------------------------------------------- */

.widget {
	border-bottom: 1px dashed #eee;
	margin: 0 0 1.5em;
	padding: 0 0 2em;
}
.widget-title {
	color: #000 ;
	font-size: 24px;
	font-size: 2.4rem;
}
.widget-title a {
	font-weight: normal;
}

/* Search widget */
#searchsubmit {
	display: none;
}

/* Calendar */
#wp-calendar caption {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
#wp-calendar th,
#wp-calendar td {
	text-align: center;
}

/* Flickr */
#flickr_badge_wrapper {
	border: 0 none;
}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
	#flickr_badge_uber_wrapper a:visited {
	color: #EE1A98;
}
.widget_recent_comments td {
	padding: 5px 5px 10px 5px;
	vertical-align: top;
}
.widget_authors ul,
.widget_author_grid ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_authors img {
	vertical-align: middle;
}
.widget_authors li {
	margin-bottom: 10px;
}
