/*
		Theme Name: ShariB
		Author: Bradyj
		Version: 1.0
		Description: www.sharibillger.com
*/



@import url(http://fonts.googleapis.com/css?family=Lato);


/*
===================================
				  INDEX
===================================

1. General
2. Shadows & Rounded Corners
3. Body & Container
4. Section
5. Header, Title & Logo
6. Footer
7. Nav & Links
8. Sidebar
9. Blog Styling

===================================
*/


/*
===========================================================================
                             1. GENERAL
===========================================================================
*/


* {     /* reset */
	margin: 0;
	padding: 0;
	border: 0;
	-font-weight: inherit;
	-font-style: inherit;
	-font-size: 100%;
}

h1 { 
    display: block;
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
    text-align: center;
    color: #f3ece6;
}

h2 {
	font-size: 18px;
	color: #f3ece6;
	-font-weight: bold;
}

h3 {
	font-size: 16px;
	-font-weight: bold;
	-text-decoration: underline;
}

h4 {
	font-size: 14px;
}

h1, h2, h3, h4 {
	font-family: "arial black", helvetica, freesans, sans-serif;
}

a:link, a:active {
	color: #c8be5a;
}

a:visited {
	color: #c8be5a;
}

a:hover {
	color: #fff;
}

p {
	color: black;
	font-family: 'Lato', sans-serif;
	margin: 15px 0;
}

p.wp-caption-text {
	font-size: 12px;
	text-align: center;
	margin: 1px 0;
}



/*
=============================================================================
					1. General
				  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
					2. Shadows and Rounded Borders
=============================================================================
*/


/*
.shadow1 { -hmm?
	box-shadow: 15px 15px 25px #000;
	-webkit-box-shadow: 15px 15px 25px #000;
	-moz-box-shadow: 15px 15px 25px #000;
	border-radius: 25px 0px 25px 0px;
	-moz-border-radius: 25px 0px 25px 0px;
	-webkit-border-radius: 25px 0px 25px 0px;
}

.shadow2 { -page
	box-shadow: 10px 1px 30px 10px #000;
	-webkit-box-shadow: 10px 1px 30px 10px #000;
	-moz-box-shadow: 10px 1px 30px 10px #000;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.shadow3 { -googlemap and fb sidebar
	box-shadow: 5px 3px 20px #000;
	-webkit-box-shadow: 5px 3px 20px #000;
	-moz-box-shadow: 5px 3px 20px #000;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.shadow4 { -banner
	box-shadow: 3px 5px 15px #000;
	webkit-box-shadow: 3px 5px 15px #000;
	moz-box-shadow:  3px 5px 15px #000;
	border-radius: 0px 0px 0px 25px;
	moz-border-radius: 0px 0px 0px 25px;
	webkit-border-radius: 0px 0px 0px 25px;
}

.shadow5 { -Blog posts and directions
	box-shadow: 1px 1px 5px 1px #000;
	-webkit-box-shadow: 1px 1px 5px 1px #000;
	-moz-box-shadow:  1px 1px 5px 1px #000;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;	
}
	
.shadow6 {  -4 corners 
	box-shadow: 1px 6x 10px #fffdcb;
	--webkit-box-shadow: 1px 6px 10px #fffdcb;
	--moz-box-shadow:  1px 6px 10px #fffdcb;
	border-radius: 25px 25px 5px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;	
}

.shadow7 {  -2 corners
	box-shadow: 2px 6px 25px #fffdcb;
	--webkit-box-shadow: 2px 6px 25px #fffdcb;
	--moz-box-shadow:  2px 6px 25px #fffdcb;
	border-radius: 0px 25px 0px 25px;
	-moz-border-radius: 0px 25px 0px 25px;
	-webkit-border-radius: 0px 25px 0px 25px;
}

.shadow8 {  -pics
	box-shadow: 1px 2px 20px #fffdcb;
	--webkit-box-shadow: 1px 2px 20px #fffdcb;
	--moz-box-shadow:  1px 2px 20px #fffdcb;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;	
}

.shadow9 {  -foot
	-box-shadow: 5px 5px 20px #000;
	--webkit-box-shadow: 5px 5px 20px #000;
	--moz-box-shadow:  5px 5px 20px #000;
	border-radius: 0px 0px 25px 25px;
	-moz-border-radius: 0px 0px 25px 25px;
	-webkit-border-radius: 0px 0px 25px 25px;
}
*/

/*
===========================================================================
								  2. Shadows and Rounded Borders
								 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                          3. Body & Container (header.php)
===========================================================================
*/


body {
	color: #c8be5a;
	font-family: arial, helvetica, freesans, sans-serif;
	font-size: 14px;    /* text size for sidebar */
	background: #6920ac url('img/folSphere.png') center top no-repeat;
	background-attachment:fixed;
}

#container {
	width: 90%;
	height: auto;
	-margin: 10px auto;
	border: 5px #ffffff;
	background-color: rgba(108, 60, 191, 0.95);
	box-shadow: 1px 2px 10px #fffdcb;
	border-radius: 25px 25px;
	-moz-border-radius: 25px 25px;
	-webkit-border-radius: 25px 25px;	
}


/*
===========================================================================
									 3. Body & Container
									~~~~~~~~~~~~~~~~~~~~~
                            4. Section (index.php)
===========================================================================
*/


section {
	font-family: arial, helvetica, freesans, sans-serif;
	font-size: 17px;
	position: relative;
   float: right;
	width: 68%;
	padding: 20px;
	border-left: 0;
	margin: 25px 50px;
}

section p {
	color: #c8be5a;	
}

section img {
	margin: 15px 15px 15px 15px;
	border: 3px outset #c8be5a;
	box-shadow: 1px 2px 10px #fffdcb;
	border-radius: 15px 15px;
	-moz-border-radius: 15px 15px;
	-webkit-border-radius: 15px 15px;
}

section ul {
	margin-left: 25px;
}

section ul li {
	list-style-type: disc;
	-list-style-image: url(http://www.sharibillger.com/wp-content/uploads/2015/02/fol-1-1.jpg);
}

/*
section h2 {
	margin: 10px 0px;
}
*/

/*
===========================================================================
									4. Section
								  ~~~~~~~~~~~~~~~~~~~~~~~~~
                           5. Header, Title & Logo (header.php)
===========================================================================
*/

header {
	height: 260px;
	width: 100%;
	position: relative;
	background-color: #6300a4;
	box-shadow: 1px 2px 10px #fffdcb;
	border-radius: 0px 0px 25px 25px;
	display: grid;
	grid-template-columns: 20% 60% 20%;
	justify-items: center;
}

#logo {
	/* position: absolute; */
	float: left;
	margin-top: 15px;
	margin-left: 40px;
	width: 191px;
	height: 200px;	
	-border: 1px solid white;
	background: transparent url('img/ShariBillger_lg.jpg') no-repeat;
	box-shadow: 1px 2px 8px #fffdcb;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
}


#title {
	float: left;
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin-top: 15px;
	/* margin-right: 100px; */
	width: 635px;
	height: 200px;
	-border: 1px solid white;
	background: transparent url('img/lotus2.jpg') no-repeat;
	box-shadow: 1px 2px 8px #fffdcb;
	border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
}

#titlePic {
	float: right;
	position: relative;
	overflow: hidden;
	margin-top: 15px;
	margin-right: 40px;
	width: 191px;
	height: 200px;
	-border: 1px solid white;
	background: transparent url('img/shariWand.jpg') no-repeat;
	box-shadow: 1px 2px 8px #fffdcb;
	border-radius: 15px 15px 15px 15px;
	
	/* position: absolute;
	margin-top: 15px;
	margin-left: 200px;
	width: 191px;
	height: 200px;	
	-border: 1px solid white;
	background: transparent url('img/shari01.JPG') no-repeat;
	box-shadow: 1px 2px 8px #fffdcb;
	border-radius: 15px 15px 15px 15px; */
}

#titleName {
	float: left;
	position: absolute;
	padding-left: 25px;	
}

#title p {
	font-family: georgia, serif;
	text-align: center;
	color: #005b30;
	font-style: italic;
	font-size: 18px;
}

#title h1 {
	-border: 1px solid red;
	margin: 5px 0px;
	text-shadow: 0px 0px 10px white;
	font-family: georgia, serif;
	color: #c8be5a;
	font-size: 40px;
}


/*
===========================================================================
									5. Header, Title & Logo
								  ~~~~~~~~~~~~~~~~~~~~~~~~~
                           6. Footer (footer.php)
===========================================================================
*/


footer {
	position: relative;
	clear: both;
	height: 50px;
	width: 100%;
	background-color: #ffffff;
	-background: transparent url('img/goldwavesFooter.jpg') repeat;
	-box-shadow: 5px 5px 20px #000;
	border-radius: 0px 0px 25px 25px;
}

footer p {
	text-align: center;
	padding: 30px 0px;
}

footer ul {
	position: absolute;
	-left: 875px;
	top: 0px;
   -border: 1px solid red;
	width: 50px;
}

footer ul li {
	list-style-type: none;
}	

footer ul li a {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 10px;
}

#facebook {
	 background-image: url(img/fbclear.png);
	 width:50px;
    height:50px;
    display:block;
}

#facebook:hover {
	background-image: url(img/fbclear.png);
	width:50px;
   height:50px;
   display:block;
}


/*
===========================================================================
					6. Footer
				  ~~~~~~~~~~~~~~~~                           
					7. Nav & Links (header.php)
===========================================================================
*/


nav {		/* entire bar */
	position: absolute;
	width: 100%;
	height: 30px;
	margin-top: 230px;
	background-color: #ffffff;
	-background-image: url(img/goldwaves.jpg);
	border-top: 1px solid white;
	-overflow: hidden;
	border-radius: 0px 0px 25px 25px;
	-moz-border-radius: 0px 0px 25px 25px;
	-webkit-border-radius: 0px 0px 25px 25px;
}

nav ul {		/* buttons */
	margin: 0px auto;
	text-align: center;
	width: 840px;
	display: flex;
	justify-content: space-evenly;
}

nav ul li {		/* button postion */
	position: relative;
	float: left;
	list-style-type: none;
	-border-left: 2px solid black;
	margin: 2px 10px;
	text-align: center;
}

nav ul li a:link, nav ul li a:visited, nav ul li a:hover {		/* button style font size */
	display: block;
	width: 75px;
	line-height: 25px;
	color: #b3297e;
	font-size: 18px;
	text-decoration: none;	
	padding: 0px 5px;
}

nav ul li a:link, nav ul li a:visited {		/* button link style */
	-color: #000000;
	background-color: white;
	opacity: .9;
	box-shadow: 1px 1px 5px 1px #000;
	-webkit-box-shadow: 1px 1px 5px 1px #000;
	-moz-box-shadow:  1px 1px 5px 1px #000;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}

nav ul li a:hover {		/* button hover style */
	color: #6600cc;
	background-color: white;
	opacity: .95;
	box-shadow: 1px 1px 5px 1px #000;
	-webkit-box-shadow: 1px 1px 5px 1px #000;
	-moz-box-shadow:  1px 1px 5px 1px #000;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}

nav ul li:last-child {
	-border-right: 1px solid white;
}

nav ul ul {		/* drop down button style */
	position: absolute;
	margin: 0px;
	display: none;
	width: 200px;
	color: #b3297e;
	-background-color: #c8be5a;
   -border: 2px solid #5f5600;
	-left: -2px;
	z-index: 100;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}

nav ul ul li {		/* drop down button style */
	float: none;
	margin: 2px 0px;
}

nav ul ul li a:link, nav ul ul li a:visited {		/* drop down button style */
	width: auto;
	color: white;
	background-color: #b3297e;
}

nav ul ul li a:hover {
	width: 190px;
	color: #b3297e;
	background-color: white;
}

nav ul li:hover ul {
	display: block;
}

/* .current-menu-item{
	background-color: #0b1141;
} */


/*
===========================================================================
										7. Nav & Links
									  ~~~~~~~~~~~~~~~~
                              8. Aside / Sidebar
===========================================================================
*/


aside {
	position: relative;
	float: left;
	width: 26%;
	border-right: 1px solid #c8be5a;
	margin: 14px 0px;
	padding: 0px 10px;
}

.links {
	padding: 10px;
}

.links ul {
	margin-left: 25px;
}

.links ul li {
	margin-top: 3px;
}

.links ul li a:link, #links ul li a:visited {
	text-decoration: none;
	font-size: 14px;
}

.links ul li a:hover {
	text-decoration: underline;
}

#about, aside div.links:last-child {
	background-color: #c8be5a;
	padding: 5px;
}

.white, aside div.links:last-child h3 {
	-color: black;
}

#about p, aside div.links:last-child p, aside div.links:last-child p {
	color: white;
	margin-top: 10px;
	text-align: justify;
	font-size: 12px;
}


/*
===========================================================================
									 8. Sidebar
									~~~~~~~~~~~~~~~~~
                            9. Blog Styling
===========================================================================
*/


a.blog-title:link, a.blog-title:active, a.blog-title:visited {
	text-decoration: none;
}

a.blog-title:hover {
	text-decoration: underline;
}

.posted {
	font-family: georgia, serif;
	color: #c8be5a;
	font-weight: bold;
	font-size: 12px;
}	

.author-info {
	margin-bottom: 15px;
}

.blog-content {
	float: left;
	-width: 504px;
}

.blog-content a:link, .blog-content a:active, .blog-content a:visited {
	text-decoration: none;
	font-style: italic;
}

.blog-content a:hover {
	text-decoration: underline;
}

.blog-content p {
	margin-bottom: 15px;
	text-align: justify;
}

.blog-image {
	float: right;
}

.blog-image img {
	margin-top: 0px;
	box-shadow: none;
	border-radius: 10px;
	border: 2px solid #5f5600;
}

.content-wrapper {
	width: 100%;
	overflow: auto;
	border-bottom: 1px dashed #5f5600;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
	
.screen-reader-text {
	display: none;
}


/*
===========================================================================
					Search Bar & Submit Button
===========================================================================
*/

	
#searchform input[type='text'] {	
	border: 2px inset #b3297e;
	padding: 3px;
	width: 50%;
	margin: 10px 0px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
	
input[type='submit'] {
	background-image: linear-gradient(105deg, #eee, #b3297e 75%);
	-border-radius: 5px;
	padding: 2px 10px;
	border: 1px solid #6920ac;
	-box-shadow: 5px 5px 10px #eee;
	font-weight: bold;
	font-size: 15px;
	color: white;
	cursor: pointer;
	box-shadow: 1px 1px 2px 1px #eee;
	-webkit-box-shadow: 1px 1px 2px 1px #eee;
	-moz-box-shadow:  1px 1px 2px 1px #eee;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}

/*
===========================================================================
                             fixes ???
===========================================================================
*/

.navigation {
	width: 504px;
	margin-bottom: 15px;
	overflow: auto;       /* clearfix bug fix "0px" height */
}

.prev {
	float: left;
}

.next {
	float: right;
}

.comments-wrapper {
	clear: both;
}

textarea {
	border: 1px solid #5f5600;
}

#commentform textarea {
	margin: 15px 0px;
	width: 504px;
	padding: 5px;
}

.aligncenter {
	margin: 0 auto;
	display: block;
}

.alignright {
	float: right;
	clear: right;
}


/*
===========================================================================
					      Responsive Design
===========================================================================  
*/


@media screen and (max-width: 767px) {
	#container {
		width: 100%;
	}
	
}

@media screen and (min-width: 767px) {
	#container {
		width: 100%;
	}
	
}


@media screen and (min-width: 954px) {
	#container {
		width: 100%;
	}
	
}


@media screen and (min-width: 1200px) {
	#container {
		width: 100%;
		max-width: 1200px;
		margin: auto;
	}
	
	aside {
		width: 240px;
		padding-right: 50px;
	}
	
	section {
		width: calc(100% - 441px)
	}
	
}

/*
===========================================================================
					Events Calendar
===========================================================================
*/


.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]{   
    background-color: #fff !important;   /* background color of calendar day present */
    color: #b3297e !important;   /* font color of calendar day present */
}

#tribe-events-content .tribe-events-calendar td {   /* background color of calendar day box */
    background-color: #6920ac !important;
}

.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]{
    color: #999;
    background-color: #a175c9 !important;   /* background color of calendar day past */
}

.tribe-events-calendar th {
    background-color: #fff !important;   /* background color of calendar head */
    color: #b3297e !important;
}

.tribe-events-calendar div[id*=tribe-events-daynum-]{
    background-color: #f0f0f0 !important;   /* background color of calendar day tomorrow */
    color: #a5a5a5 !important;   /* font color of calendar day tomorrow */
}

.tribe-events-calendar div[id*=tribe-events-daynum-] a {
    background-color: #f0f0f0 !important;   /* background color of calendar day event */   
    color: #b3297e !important;   /* font color of calendar day event */
}


