/*
Theme Name: Lovely Dakota - Purple Blues
Version: 37
Theme URL: purplehymn.com
Description: Lovely Dakota - Designed by Gabby - www.dakota-fanning.org
Author: Gabby
*/

@charset "utf-8";

/* BEGINNING OF CUSTOM FONTS */


/* END OF CUSTOM FONTS */

/* BEGINNING OF BODY, HEADER AND NAVIGATION BAR */

body {
	font-family: Quicksand, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #f8f8f8;
	color: #7a7975;
	overflow-x: hidden;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}

#container {
    margin: 0 auto;
}



#header {
    background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: center 0; 
	height: 500px;
}

/* BEGINNING OF EXTRAS */

#extras {
    clear:both;
    height: 170px;
    width: 1230px;
    background-image: url(images/extras.png);
    background-position: 0 center;
    background-repeat: no-repeat;
}

#extras .updates {
    display: inline-block;
    padding-top: 15px;
    float: left;
    width: 400px;
    margin-left: 50px;
    color: #eaeaec;
    text-align: left;
    font-family: 'typrighterb', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
}

#extras .updates ul {
    display: inline;
    text-align: left;
    list-style: none;
    font-family: 'typrighter1regular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
}

#extras .updates li {
   background: #593684;
   border: solid 3px #4a2676;
   list-style: none;
   padding: 7px 10px;
   margin-left: 0px;
   margin-bottom: 3px;
   border-radius: 10px;
}

#extras .updates li a {
    color: #fff;
}

#extras .updates li a:hover {
    color: #f6fdd6;
}

#extras .additions {
    float: left;
    width: 350px;
    padding-top: 13px;
    margin-left: 35px;
    color: #eaeaec;
    text-align: left;
    font-family: 'typrighterb', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
}

#extras .additions img, img a {
    width: 40px;
    margin: 1px;
    border: solid 2px #fff;
    filter: none;
    -webkit-filter: grayscale(0);
}

#extras .additions img:hover {
    border: solid 2px #f6fdd6;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

#extras .family {
    float: right;
    width: 360px;
    padding-top: 10px;
    line-height: 25px;
    color: #eaeaec;
    text-align: left;
    font-family: 'typrighterb', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
}

#extras .family img, img a {
    width: 135px;
    margin-right: 10px;
    filter: none;
    -webkit-filter: grayscale(0);
    border: solid 2px #fff;
}

#extras .family img:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}





/* END OF EXTRAS */


#navbar {
	height: 35px;
	width: 1200px;
	line-height: 16px;
	margin: 0 auto;
	text-align: left;
	text-transform: uppercase;
	padding-top: 40px;
	font-family: 'Quicksand', sans-serif;
	font-size: 24px;
    font-weight: 800;
	letter-spacing: -2px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: left 10px;
}

#navbar ul, #navbar li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#navbar a {
	color: #593684;
	text-decoration: none;
	margin-right: 7px;
	margin-left: 0px;

}

#navbar a:hover {
	color: #C70039;
    border-bottom: 4px solid #333;
    border-image-source: #fff;
    border-image-slice: 3;
}

#navbar img, img a {
    max-height: 20px;
}


/* END OF BODY, HEADER AND NAVIGATION BAR */

/* BEGINNING OF GENERAL TEXT - Override by coding specifically on different sections */

a:link, a:visited {
	text-decoration: none;
	color: #1c1c1c;
}
a:hover {
	color: #b8c9ae;
	cursor: ne-resize;
}
b, strong {
    font-family: Quicksand, Arial, Helvetica, sans-serif;
	color: #494949;
    font-weight: 600;
}
em, i {
	font-family: Quicksand, Arial, Helvetica, sans-serif;
	color: #77b4cf;
}
u {
	font-family: Quicksand, Arial, Helvetica, sans-serif;
	color: #565554;
	background-image: linear-gradient(-90deg, #a8aa64, #c3e1e);
/*	background-repeat: no-repeat;*/
	background-position: center bottom;
	background-size: 100% 10%;
	padding-bottom: 3px;
}

/* END OF GENERAL TEXT */

/* BEGINNING OF CONTENT CONTAINER - Don't change inline-block or margins! */

#content {
	display:inline-block;
    text-align: center;
    width: 1230px;
	max-width: 1230px;
    margin: 0 auto;
    background-image: url(images/content.png);
    background-position: 0 center;
    background-repeat: repeat-y;
}

/* END OF CONTENT CONTAINER */

/* BEGINNING OF POST AREA */ 

#main {
	float: left;
	width: 715px;
	margin-right: 15px;
    padding-right: 0px;
    padding-top: 20px;
    padding-left: 10px;
    margin-left: 50px;
}

#post {
	float: left;
	width: 700px;
    padding-bottom: 30px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-image: url();
    background-repeat: no-repeat;
    background-position: bottom center;
    line-height: 17px;
	text-align: justify;
    color: #000;
}

#category {
	float: left;
	width: 745px;
	padding-bottom: 10px;
	font-family: Quicksand, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	letter-spacing: 1px;
    text-align: left;
}
#category a {
	text-decoration: none;
	margin-right: 5px;
	color: #598992;

}
#category a:hover {
	color: #abaf71;
	cursor: help;
}


span.ct {
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
}


#title, #title a {
	float: left;
	width: 750px;
	font-family: 'Nunito', sans-serif;
	font-size: 30px;
    font-weight: 600;
	color: #593684;
	letter-spacing: -2px;
	background: -webkit-linear-gradient(#9876c3, #593684);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-decoration: none;
    text-align: left;
	font-weight: normal;
}
#title a:hover {
	background: -webkit-linear-gradient(#54B9CD, #C5F3FC);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	cursor: help;
	}

#title .date {
	font-size: 16px;
	letter-spacing: 0px;
}

#post blockquote {
	opacity: 0.9;
	font-weight: normal;
	margin: 15px;
	font-size: 12px;
	padding: 25px;
	font-style: normal;
	letter-spacing: 1px;
	color: #593684;
    background-color: #f6fdd6;
    background-image: url();
    background-position: top right;
    background-repeat: no-repeat;


}

#comments {
	text-align: justify;
	width: 745px;
	line-height: 16px;
	font-size: 12px;
	float: left;
	padding: 10px;
}

/* POST IMAGES */

#post img {
    display: inline-block;
    text-align: center;
	margin: 4px;
    border: solid 5px #593684;
    border-radius: 5px;
    width: 130px;
}

#post img a {
    display: inline-block;
    text-align: center;
	margin: 4px;
    border: solid 2px #593684;
    border-radius: 5px;
    width: 130px;
}

#post img a:hover, #post img:hover {
    display: inline-block;
    text-align: center;
	margin: 4px;
    border: solid 5px #c1c1e5;
    border-radius: 5px;
    width: 130px;
}

#post .gallery {
	font-family: Quicksand, Arial, Helvetica, sans-serif;
	font-weight: 600;
	margin: 15px;
	font-size: 12px;
	padding-top: 20px;
	padding-left: 30px;
    padding-bottom: 20px;
	color: #593684;
	background-image: url(images/camera.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    background-color: #f9f9fa;
    background-size: 40px;
    border-radius: 10px;
}

#post .ext-links a {
	font-family: Quicksand, Arial, Helvetica, sans-serif;
	font-weight: 600;
    text-shadow: 1px 3px #fff;
	color: #593684;
}

#post .ext-links a:hover {
	color: #54B9CD;
}


/* END OF POST AREA */

/* BEGINNING OF SIDEBAR */

#sidebar {
	float: right;
	width: 360px;
	margin-left: 20px;
    margin-right: 30px;
    margin-top: 20px;
	font-family: Quicksand, Arial, Helvetica, sans-serif;
	line-height: 15px;
    padding-left: 25px;
    color: #593684;
    border-left: dashed 1px #593684;

}

#sidebar b, strong {
    color: #9c2b46;
    text-shadow: #fff;
}

#sidebar .wrap {
    width: 340px;
}

#sidebar p {
    text-align: justify;
    width: 300px;
    margin-top: 7px;
    margin-left: 25px;
    margin-bottom: 5px;
}

#sidebar .notes {
    margin-left: 0px;
    padding: 0;
}

#sidebar ul {
    padding: 3px;
    text-align: left;
 
    list-style: none;
    margin-bottom: 5px;

}

#sidebar li {

   border-bottom: solid 1px #F7F7F7;
   list-style: none;
    padding-bottom: 5px;
    padding-top: 5px;
}

#sidebar a {
    color: #66b7bd;
}


.sbtitle {
    width: 300px;
    padding: 10px 10px;
    margin-left: 10px;
    background: #593684;
	font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
	font-size: 16px;
    font-weight: 800;
    color: #fcffee;
    text-align: center;
  	letter-spacing: -1px;   
    margin-top: 0px;
    margin-bottom: 5px;
    border: solid 3px #4a2676;    
    border-radius: 30px;

}

#sidebar .sb {
	text-align: justify;
	background-color: #fff;
	margin-bottom: 30px;
	color: #585756;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
    overflow-wrap: break-word;

}

#sidebar .sb a {
    margin:auto;
}

#sidebar blockquote {
    margin: 10px 30px;
    padding: 20px;
    background-color: #f6fdd6;
    font-family: Quicksand, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: justify;
    text-align-last: left;
    border-radius: 0px;
    line-height: 12px;
}

/* SIDEBAR IMAGES */

#sidebar img, #sidebar img a:visited {
    display: inline-block;
    text-align: center;
	margin: 4px;
    border: solid 2px #593684;
    border-radius: 5px;
    width: 130px;
    max-width: 300px;


}
#sidebar img a:hover, #sidebar img:hover {
    display: inline-block;
    text-align: center;
	margin: 4px;
    border: solid 2px #593684;
    border-radius: 5px;

}

/* OFFICIAL MEDIA */



#sidebar .officialMedia li {
    width: 270px;
    font-size: 13px;
    background-color: #f9f9fa;
    padding: 10px 20px;
    border-radius: 10px;
    margin-left: 18px;
    margin-bottom: 10px;
}

#sidebar .officialMedia a {
	color: #593684;
}

#sidebar .officialMedia b, strong {
	color: #593684;
}

/* COLOR OF FONTAWESOME ICONS - Official social media! */

#sidebar .officialMedia i {
	color: #593684;
}



/* END OF SIDEBAR */


/* FAVORITE FANSITES */

#sidebar .fansites img {
    width: 70px;
    padding: 0px;
    box-shadow: 2px 2px #000;
    border: none;
}

/* LATEST MAGAZINE */

#sidebar .magazines {
    width: 300px;
	margin-left: 17px;
}

#sidebar .magazines img {
    width: 138px;
    height: 160px;
    object-fit: cover;
    display: inline-block;
    text-align: center;
    border: solid 3px #E1EEA2;
    border-radius: 5px;
}



/* PAGE NAVIGATION */


#navigation li {
    padding-left: 60px;
    margin-bottom: 10px;
    padding-top: 6px;
    padding-bottom: 5px;
    background-color: #f9f9fa;
    list-style: none;
    background-image: url(images/folder.png);
    background-position: 7px 2px;
    background-repeat: no-repeat;
    margin-left: -40px;
    
}

#navigation li:hover {
    background-image: url(images/folder-open.png);
    background-position: 7px 2px;
    background-repeat: no-repeat;
    
}



#navigation a {
        font-size: 13px;
}

#navigation a:hover {
    
}

#navigation b, bold {
}



/* BEGINNING OF FOOTER */


#footer {
    display: inline-block;
	width: 1230px;
	padding-top: 20px;
	padding-bottom: 15px;
    background-image: url(images/footer.png);
    color: #fff
}

#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #54B9CD;
}

#footer u {
	color: #acaca8;
}

span.footert {
	font-family: Satisfy, Serif;
	font-size: 18px;
}

span.footerlink {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Lato, Arial, Helvetica, sans-serif;
}

#footer p {
    display: inline-block;
    text-align: center;
    width: 90%;
    
}

/* END OF FOOTER */

#wp_page_numbers {
    margin-top: 10px;
    width: 100%;
    background: none;
    margin-bottom: 10px;
    list-style: none;
    height: 20px;
    clear: both;
}
#wp_page_numbers ul {
    list-style: none;
    display: flex;
    flex-direction: row;
}

#wp_page_numbers li {
    padding: 4px 10px;
    border: solid 1px;
    margin-right: 5px;
}

