/*
 Theme Name:   Myra's Tumblr
 Theme URI:    http://example.com/gridster-lite-child/
 Description:  Gridster Lite Child Theme
 Author:       MyraMidnight	
 Author URI:   http://myramidnight.com
 Template:     gridster-lite
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  myra-tumblr
*/

@import url("../gridster-lite/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

@font-face {
    font-family: 'tulpen_oneregular';
    src: url('tulpenone/tulpenone-regular-webfont.eot');
    src: url('tulpenone/tulpenone-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('tulpenone/tulpenone-regular-webfont.woff') format('woff'),
         url('tulpenone/tulpenone-regular-webfont.ttf') format('truetype'),
         url('tulpenone/tulpenone-regular-webfont.svg#tulpen_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {background-image: url('background_purple-560x1024.png');repeat-x left top;
	background-attachment:fixed;
	margin:0;padding:0;}

#sidebar {
	background-color: #5a19a3;
	border-right:5px solid #5a19a3;
	border-left: 5px solid #5a19a3;
	text-align: center;
	float: left;
	color:#fff;
	font-size:12px;
	font-family:century gothic;
	line-height: 15px;
	padding-bottom:30px;
	margin-bottom: -5000px;
	padding-bottom: 5000px;
	padding-top: 35px;
}

	
.sidebarwidget {
	border-bottom: none;
	box-shadow: none;
}

.sidebarwidget a, .sidebarwidget a:visited{
color:#c099ff;
}

.sidebarwidget a:hover{
color:#fff;
}

.logo {
	max-width:225px;
	border:10px solid #c099ff;
	overflow: hidden;
	margin-top:5px;
	margin-bottom:10px;
	width:180px;
	float:left;
}
	
#content {
	color:#31373b;
	background-color: white;
	border: 10px solid #c099ff;
	padding:30px;
	padding-bottom:20px;
	max-width:990px;
	margin-top:-140px;
	overflow:auto;
	font-family:century gothic;
}


.tagcloud a {
	background-color: #5a19a3;
	border: 2px dashed #c099ff;
	color: #c099ff;
}

.tagcloud a:hover {
	background-color: #5a19a3;
	border: 2px dashed #c099ff;
	color: #fff;
}

.tagline {
	font-family:tulpen_oneregular;
	margin-left:15px;
	margin-right:15px;
	font-size: 38px;
	line-height:15px;
	padding-bottom:15px;
	border-bottom: none;
	box-shadow: none;
}

.sidetitle {
	font-family:tulpen_oneregular;
	font-size:28px;
	background-color:#c099ff;
	padding: 10px;
}
/* =IMG customisation - for plugins and default journal
-------------------------------------------------------------- */

.img-shadow {
	float:left;
	margin:7px;}
	
.clear {
	clear:both;}
	
#content img {
	border: 1px solid;
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.4);
    margin: 5px;
    padding: 5px;}

#content IMG.alignright {margin :5px 5px 5px 20px;}
#content IMG.alignleft {margin :5px 20px 5px 5px;}

#content .wp-caption-text {	display:none;}
#content .wp-caption {border:none}


#imageDataContainer #caption {font-size:15px;}
blockquote.PWGP_caption {display:none}


/* Formatting
------------------------------------- */
#content ul, ol {
	margin-left:30px;}

p {clear:both;}

/* NAVIGATION BAR
------------------------------------- */

.page_navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    overflow:hidden;
}

.page_navbar li {
	display:inline;
	float:left;
	background-color: #f1f1f1;
}

.page_navbar li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
}

/* Change the link color on hover */
.page_navbar li a:hover {
    background-color: #555;
    color: white;
}

.page_navbar li.active a {background-color:#555;color:white;}
