/**********
Development
***********

Theme Name: Lebenswelt
Theme URI: http://fiatinsight.com
Version: 3
Author: Andrew Haines & Ben Zumdahl
Description: Project-facing styles; open-ended for new additions and overwrites to core stylizations
*/
	

/* --- Typography & Design --- */
	
	/* Highlighting */

	::selection {background: #fff2a8;}
	::-moz-selection {background: #fff2a8;}


	/* Selectors */

	h1, h2, h3, h4, h5, h6 {
		font-family: 'Oxygen', helvetica, sans-serif;
		font-weight: 400;
		color: #666;
		}

	h1 {
		font-size: 28px;
		padding: 0 0 10px;
		line-height: 1.2em;
		}

	h2 {
		font-size: 24px;
		padding: 0 0 5px;
		}

	h3 {
		font-size: 22px;
		padding: 0 0 5px;
		}
	
	h4 {
		font-size: 20px;
		padding: 0 0 5px;
		}

	h5 {
		font-size: 18px;
		padding: 0 0 5px;
		}

	h6 {
		font-size: 16px;
		padding: 0 0 5px;
		}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}
	h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {}

	p,.p {
		margin-bottom: 1em;
		font-size: 18px;
		line-height: 1.4em;
		color: #222;
		font-weight: 300;
		font-family: 'Oxygen', helvetica, arial, sans-serif;
		}

	p small {
		font-size: 14px;
		color: #888;
		}
	
	/* Large intro paragraph for posts */
	.single .textcontent > p:first-of-type {
			font-size: 1.7em;
			color: #222;	
			}
	
	/* Mod for Bootstrap buttons correction */
	.btn p {margin-bottom: 0;}
	
	
	/* Objects */

		/* Type */
	
		.primary { color: ;}
		
		.secondary { color: ;}
			
		.tertiary { color: ;}
		
		b, strong {
			color: #141414;
			font-weight: bold;
			}
	
		em { font-style: italic; }
	
		small { font-size: 80%; }
	
		.lead {
			font-size: 130%;
			font-weight: 200;
			text-shadow: none;
			}
	
		.big {
			font-size: 170%;
			text-shadow: none;
			}	

		.subtle {
			font-size: 90%;
			opacity: .8;
			}
	
		.short {
			margin: 0;
			padding: 0;
			line-height: 1em;
			}
			
		.spaced { line-height: 140%; }

		.white {
			color: #fff;
			text-shadow: none;
			}

		.black {
			color: #333;
			text-shadow: none;
			}
	
		sub,
		sup {
			position: relative;
			font-size: 75%;
			line-height: 0;
			vertical-align: baseline;
			}

		sup { top: -0.5em; }

		sub { bottom: -0.25em; }


		/* Design */
		
		hr {
			margin: 18px 0;
			border: 0;
			border-top: 1px solid #eeeeee;
			border-bottom: 1px solid #ffffff;
			}

 		/* Custom */
                 
        .postwrap iframe {
        	max-width: 100% !important;
        	}        
        	
        .wp-caption {
        	max-width: 100%;
        	}
        
        .wp-caption-text {
        	padding: 10px;
        	background: #333;
        	color: #fff;
        	opacity: 0.3;
        	}		 
                   
        .postwrap {
                background: rgb(255, 255, 255);
                border-bottom: 1px solid rgb(238, 238, 238);
                border-left: 1px solid rgb(238, 238, 238);  
                margin-bottom: 10px;
                overflow: visible;
                }
        
        a.recent-link {
                color: #556270;
                }
                
        a.recent-link:hover {
                color: #888;
                   overflow: visible;
                }
        
        a.recent-link {
                color: #556270;
                }
                
        a.recent-link:hover {
                color: #888;
                text-decoration: none;
                }       
        
        .popular {
                width: 400px;
                height: 280px;
                position: relative;
                display: inline-block;
                margin: 0px 16px;
                }

  		.popular:hover {
                box-shadow: 0 0 10px #b191bd;
                }
                
        .popular:hover h2 {
                font-size: 20px;
                }       

        .popular-post-title {
  				padding: 10px 30px;
                position: absolute;
                bottom: 0;
                color: #fff;
                }
                
        p.author-article-count {
                font-size: 60px;
                color: #b191bd;
                text-align: center;
  				margin-bottom: 0;
                }
        
        p.author-article-count-title {
                font-size: 20px;
                text-align: center;
                }

	.popover {
		width: 275px;
		border-radius: 0;
		background: #000;
		top: inherit !important;
		bottom: 10px !important;
		}
			
	.popover-content {
		font-size: 16px;
		line-height: 1.2em;
		color: #ddd;
		font-weight: 300;
		font-family: 'Oxygen', helvetica, arial, sans-serif;
		}	
			
	.popover .arrow, .popover .arrow:after {
		display: none;
		}

	.section {
		padding: 15px;
		}

	#footer tr td p {
		padding-top: 5px;
		}

	.social-footer img {
		margin: 10px;
		float: left;
		}

	/* Lists */

	ol {list-style:decimal}
	ul {
		list-style: square;
		font-size: 16px;
		color: rgb(102, 102, 102);
		font-weight: 300;
		}
	
	ul li {
		margin-bottom: 8px;
		}
	
	.hentry ul, ol{ margin-left:25px; margin-bottom: 1em;}

	   ul.styled {
                list-style: none;
                font-family: 'Mate', georgia, serif;
                color: #999;
                line-height: 1.4em;
                font-size: 18px;
                font-weight: 200;
                }
        
        ul.styled > li:before {
                content: "»";
                margin-right: 10px;     
                }

		
		
	/* Blockquotes */
   blockquote {
                padding: 20px 20px 20px;
                margin: 30px 0 30px;
                border-left: 5px solid #ddd;
                /*background: #f1f1f1;
                border-right: 5px solid #afd9f9;
                box-shadow: 0 0 15px #ccc;*/
                }

	 blockquote p {
                color: #333;
                margin-bottom: 18px;
                font-weight: 300;
                font-size: 16px;
                line-height: 22.5px;
                }


	  blockquote small {
                display: block;   
                line-height: 18px;
                color: #999999;
                }

        blockquote small:before {
                content: '\2014 \00A0';
                }


	blockquote.pull-right {
		float: right;
		padding-right: 15px;
		padding-left: 0;
		border-right: 5px solid #eeeeee;
		border-left: 0;
		}

	blockquote.pull-right p,
	blockquote.pull-right small {
		text-align: right;
		}

	q:before,
	q:after,
	blockquote:before,
	blockquote:after {
		content: "";
		}
			

	/* Links */

	 a {
                text-decoration:none;
                color: #0088cc;
                }

        a:hover {
                color: #b191bd;
                text-decoration: none;
                }


	.transparent a:hover {opacity: 0.5;}

	.inline-link {
		display: inline-block;
		margin: 0 0.2em;
		padding: 0 3px;
		background: #97CAF2;
		border-radius: 2px;
		transition: all 0.3s ease-out;

		/* Font styles */
		text-decoration: none;
		font-weight: bold;
		color: white;
		}

	.inline-link:hover   { background: #53A7EA; }
	.inline-link:active  { background: #C4E1F8; }
	
	a:focus {
		outline: thin dotted #333;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
		}


/* --- Site Layout --- */

	/*** General ***/

	body {
		background: url(http://juicyecumenism.com/wp-content/uploads/logos/ird-watermark.png) 120% 40% no-repeat fixed rgb(221, 221, 221);
  			font-size: 13px;   
                line-height: 1.6em;
                font-family: 'Oxygen', helvetica, arial, sans-serif;
                border-bottom: 10px solid rgb(34, 34, 34);
                }



	/*** Objects ***/

	.buffer { padding: 20px; }

	.shadow-soft { box-shadow: 0 0 15px #888; }
	
	.shadow-hard { box-shadow: 0 0 10px #222;}


	/*** Banner ***/

 #banner {
                background-color: rgb(255, 255, 255);
                background-image: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(238, 238, 238));
                margin: 0px auto;
                border-bottom: 1px solid #ddd;
                box-shadow: rgb(153, 153, 153) 0px 0px 45px;
                padding-top: 35px;
                }


	.headline {
		color:#000;
		padding: 0px 0px;
		opacity: .5;
		}

	.headline h1 a {
		color:#fff;
		font-size: 45px;
		text-shadow:1px 1px #777;
		float:left;
		line-height:1em;
		}

	.site-description {
		font-size:25px;
		font-family: georgia, sans-serif;
		float:left;
		margin:0px;
		color:#fff;
		}
		
		
	/*** TitleBar ***/

	#titlebar {
		background: #3F88AD;
		opacity: .8;
		border-bottom: 0px solid #eee;
		padding: 0 15px;
		box-shadow: 0 0 35px #444;
		}

	#titlebar h1 {}

	#titlebar h2 {}


	/*** Footer ***/

	#footer  {
		background: transparent url('') top left repeat;
		padding: 10px 0 1.5em;
		}

	.fcol{
		float: left;
		display:inline;
		margin-left: 0px;
		}



/* --- Navigation --- */

	/*** General ***/
	
	 .dropdown-menu {
                z-index: 1200; /*keep dropdown menu on top on post page*/
                }
        
        /*enable dropdown menu on hover
        .dropdown:hover .dropdown-menu {
        display: block; 
         }*/

	
	  .dropdown-menu > li > a {
                font-size: 16px; 
                text-align: left;
                }       
        
        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
                color: #fff;
                text-decoration: none;
                background-color: #777;
                }


	
	/*** Navigation ***/
	
	#navigation {}
	
	.navfloater.affix {
		top: 0;
		width: 100%;
		z-index: 4000;
		}


	/*** Navbar ***/

	/*** Huge Nav ***/
	
	.hugenav {
		font-size: 30px;
		margin: 100px 0 0;
		}

	.hugenav a {
		color: #fff;
		text-shadow: 0 0 8px #555;
		font-family: 'Mate', georgia, serif;
		opacity: .6;
		}

	.hugenav li {
		display: inline-block;
		padding: 20px;
		border-top: 10px solid transparent;
		}

	.hugenav li:hover, .hugenav .current {
		border-top: 5px solid #777;
		}
		
	.hugenav > li a:hover,
	.hugenav > li a:active,
	.hugenav > li a:focus {
		text-decoration: none;
		}


	/*** Top Nav ***/
	
	.topnav {
		font-size: 20px;
		margin: 0;
		}

	.topnav a {
		color: #eee;
		font-family: 'Mate', georgia, serif;
		opacity: 1;
		}

	.topnav > li {
		color: #fff;
		display: inline-block;
		padding: 10px 10px;
		}

	.topnav > li a:hover,
	.topnav > li a:active,
	.topnav > li a:focus {
		text-decoration: none;
		}

 .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
                background: #b191bd;
                }

	/*** Side Nav ***/
	
	.sidenav {
		font-size: 23px;
		padding: 20px;
		margin: 0;
		}

	.sidenav a {
		color: #888;
		padding: 20px;
		font-family: 'Mate', georgia, serif;
		opacity: 1;
		}

	.sidenav > a:hover {
		color: #556270;
		}
	
	.menu > li {
		background: #eee;
		border-bottom: 1px solid #fff;
		}

	.menu > li.current-menu-item {
		background: #30456e;
		border-bottom: 1px solid #fff;
		}

	.menu > li.current-menu-item a {
		color: #fff;
		}



/* --- Content --- */
		
	/*** General ***/
	
	#contentcontainer {
		background: transparent url('');
		}


	/*** Partial ***/
		
	.partial-sidebar.affix {
		top: 107px;
		}

	.partial-sidebar {
		width: 170px;
		padding-left: 20px;
		}

	
	/*** Pages & Posts ***/
		
		/* General */
		
		#maincontent {
			padding: 15px 0;
			}
			
		.page #maincontent {
			background: rgba(255, 255, 255, 0.9);
			}
		
		.copy {padding: 25px 30px 0px 30px;}
		
		.pagetitle {
			}
	
		.post{	
			background: transparent url('') repeat left top;
			clear: both;
			overflow: visible;
			}
		
		/* Images */
	
		img {
			max-width: 100%;
			vertical-align: middle;
			display: block;
			height: auto;
			border: 0;
			-ms-interpolation-mode: bicubic;
			/* Mimics Bootstrap responsive images for entire site */
			}
	
		img .border {
			border-image:url("images/frame.png") 30 repeat;
			-o-border-image:url("images/frame.png") 30 repeat;
			-moz-border-image:url("images/frame.png") 30 repeat;
			-webkit-border-image:url("images/frame.png") 30 repeat;
			border-width: 30px;
			}

		.rounded { border-radius: 8px; }
		
		.circle { border-radius: 25%; }

		.inset { box-shadow: inset 0 0 7px 4px rgba(255,255,255,.5); }

	
		/*.single img.alignleft {
			margin: 30px 30px 30px -80px;
			}
		
		.single img.alignright {
			margin: 30px -80px 30px 30px;
			}
		
		.single .postwrap img {
		    padding: 3px;
		    line-height: 1.428571429;
		    background-color: #ffffff;
		    border: 1px solid #dddddd;
		    border-radius: 4px;
			box-shadow: 0 0 5px #bbb;
			}
			*/
			
		/* Blog */

		.blog #maincontent,
		.single #maincontent {}

		.blog .postwrap,
		.single .postwrap {
			background: rgba(255, 255, 255, 0.9);
			margin-bottom: 10px;
			overflow: visible;
			z-index: 1000;
			position: relative;
			}
	
		.single .articleimage {
			height: 500px;
			background: #222;
			margin-left: -30px;
			margin-bottom: -270px;
			z-index: -1000;
			width: 110%;
			box-shadow: 0 -1px 15px #222;
			}
	
		.single .copy {
			background: transparent;
			padding: 20px 60px;
			}
	
		.single .post-title {
			padding-top: 20px;
			padding-bottom: 10px;
			border-top: 5px solid #555;
			}

		.metabar {
			background: transparent url('') top left no-repeat;
			padding: 5px 10px 5px 0;
			margin: 0;
			opacity: .9;
			}

		.metabar a {color: #0F2B59;}

		.metabar em {
			font-family: 'Signika', helvetica, sans-serif;
			border-left: 0px solid #eee;
			border-right: 0px solid #eee;
			background: transparent;
			color: #444;
			font-size: 16px;
			font-style: normal;
			padding: 5px 0;
			line-height: 2.2em;
			}

		.post-excerpt {}

 .recent-article-excerpt {
                        height: auto;   
                        overflow: hidden;
                        }

                .recent-article-thumb {
                        height: 150px;
                        margin-bottom: 20px;
                        }


		.post-title {margin-bottom: .4em;}

		.post-title h2{
                        font-size: 35px; 
                        line-height: 1em;
                        text-transform: none;
                        letter-spacing: -.02em;
                        padding: 0 0 7px;
                        }

  .recent-article-title h2{
                        font-size: 24px; 
                        line-height: 1.3em;
                        text-transform: none;
                        font-weight: 300;  
                        letter-spacing: -.02em;
                        padding: 0;
                        height: auto;
                        overflow: hidden;
                        margin-top: 0;
                        }
                        
            .recent-article-author {
            	font-size: 14px;
            	}           
                        
            .mostrecent .recent-article {
            	min-height: 280px;
            	}
            	
            body.archive .articlecard, body.blog .articlecard {min-height: 573px;}

			body.blog .articlecard:nth-child(4n+1), body.archive .articlecard:nth-child(4n+1) {
				clear: left;
				}
		

		 .post-title h2 a,.recent-article-title h2 a {color: #556270;}
		 .post-title h2 a:hover, .recent-article-title h2 a:hover {color: #999; text-decoration: none;}
		
		.post-nav {
			clear: both;
			padding:20px 20px 5px 20px;
			font-size: 11px;
			position: relative;
			}

		.post-nav a,
		.post-nav a:visited {
			color: #999;
			text-decoration: none;
			}

		.post-nav a:hover {
			color: #000000;
			text-decoration: none;
			}

		.post-nav .previous a {
			float: left;
			display: block;
			padding-left: 24px;
			}

		.post-nav .next a {
			float: right;
			display:block;
			padding-right: 24px;
			text-align: right;
			}

		.post-header {
			width: 355px;
			float: left;
			display: inline; /* IE HACK */
			}

		.post-header.post-nothumb {width: 100%;}

		.thumb.left img {margin-right:23px;}

		.thumb img {display:block; margin:0 0 0.8em;}	

		.author-info {padding: 15px;}

		.author-info small {color: #999;}

		.author-info h3{
			text-transform: capitalize;
			font-size: 26px;
			}

		.pic {text-align: left}
		.pic img {float:left}

		.post-author {margin: 0 0 1em;}

		.author-details {font-size: .85em;}

		.author-descr {display: table; height: 1%;}

		.auxilary a {font-variant: small-caps;}

		.auxilary a {color: #999;}

		.post .entry {
			margin-bottom: 1em;
			padding: 1em 0;
			border-top: 1px solid #eee;
			}

		.post-footer {
			height: 0px;
			padding: 10px 30px 6px;
			overflow: hidden;
			font-family:helvetica, arial, sans-serif;
			border-bottom: 0px solid #ccc;
			text-shadow: #fff 0 1px 0;
			font-size: 1em;
			}

		.post-footer.pfooterdark {
			padding-top: 0px;
			padding-bottom: 0px;
			line-height: 42px;
			}

		.post-footer a{
			color: #444;
			font-variant: small-caps;
			letter-spacing: 2px;
			font-family: helvetica, arial, sans-serif;
			}

		.post-footer .left {line-height: 38px;}

		.post-footer .left span {
			background: url(../images/comment_count_bg.png) no-repeat center left;
			font-weight: bold;
			font-size: 15px;
			text-align: center;
			padding: 3px 0 8px 0;
			width: 33px;
			margin-right: 6px;
			display: inline-block;
			line-height: 32px;
			text-shadow: #fff 0 1px 0;
			color: #aaa;
			}

		.post-footer .right {padding: 9px 0 0;}

		.post-footer .right span {line-height: 21px;}

		.post-footer img {margin: 0 0 0 2px;}

		.tags {font-style: italic; color: #777;font-size: 10px;}
		
		.post.sticky {
			border:5px solid #eee;
			}

 /* Single Article */

                .article-single-header {   
                        position: relative;
                        border: 1px solid #BABABA;
                        border-bottom: none;
                        min-height: 300px;
                        }
                        
                .article-single-header img {
                        position: relative;
                        }

 	.article-single-title {
                        position: absolute;
                        bottom: 15px;
                        background: #fff;
                        opacity: 0.8;
                        max-width: 83%;
                        }

    .article-single-title h1 {      
                        padding: 20px 30px;
                        margin: 0;
                        color: #000;
                        font-size: 36px;
                        }
                        
                .single-title-pad {
                	padding: 20px 40px;
					background: #fff;
					margin: 0 0 10px;
					}

                        
                .article-single-date {
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        background: #fff;
                        opacity: 0.8;
 						}

                .article-single-date p {        
                        padding: 10px;
                        margin: 0;
                        color: #000;
                        font-size: 16px;
                        }
                        
                .article-single-caption {
  						position: absolute;
                        bottom: 0px;
                        right: 0px;
                        }

                .article-single-caption p {     
                        padding: 0 3px 3px 0;
                        margin: 0;
                        font-size: 12px;
                        }

    .article-single-caption:hover { 
                        cursor: pointer; 
                        }

                #authorblurb img {
                        width: 125px;
                        float: left;
                        }

 #authorblurb .author-name p {
                        text-transform: uppercase;
                        color: #000;
                        margin: 0;
                        }
                        
                #authorblurb .author-name span {
                        text-transform: none;
                        }

     #authorblurb hr {
                        margin: 5px 0px;
                        border-top: 1px solid #999;
                        border-bottom: none;
                        }       

				.article-home-topic {
                        position: absolute;
                        bottom: -5px;
                        right: 0;
                        background: rgba(177,145,189,0.9);
 						}

                .article-home-topic p {        
                        padding: 5px;
                        margin: 0;
                        color: #fff;
                        font-size: 14px;
                        }


		/* Comments */

		.page .nocomments {display:none;}

		h3 #comments-title {
			background: url(../images/icons/comment.png) no-repeat 0px 3px;
			padding-left: 20px;
			clear: both;
			}

		#respond h3 {
			background: url(../images/icons/edit.png) no-repeat 0px 6px;
			padding-left: 22px;
			clear: both;
			}

		#commentform { margin-top: 10px; }

		#commentform label {
			font-weight: bold;
			color:#666;
			font-size: 100%;
			padding-left: 5px;
			}

		#commentform small {
			font-size: 90%;
			}

		#commentform input {
			padding: 5px;
			display: block;
			max-width: 100%;
			}

		#commentform textarea {
			background: #FFF;
			width: 95%;
			height: 140px;
			}

		#respond {margin: 20px 0;}

		ol ul #commentform textarea {width: 90%;}

		#commentform textarea:focus, #commentform input[type="text"]:focus {
			border: solid 1px #999;
			}

		#commentform .form-submit{margin-bottom: 2em;}
		#commentform #submit {display: inline;}

		.form-allowed-tags {font-size: .85em;}
		.form-allowed-tags code {color: #777;display: block;font-size:10px;}

		.nocommentform {display:none}

		.commentlist {
			list-style-type:none;
			margin: 10px 0px 10px 18px;
			line-height: 130%;
			padding-left:45px;
			font-family: helvetica, arial, sans-serif;
			}
	
		.commentlist li{
			padding: 10px;
			}
	
		.commentlist ul.children {list-style-type: none;margin: .7em;}
		.commentlist ul.children .even {background:#fff;}
		.commentlist .alt {
			background: #F4F4F4;
			border-top: 1px solid #eee;
			border-bottom: 1px solid #eee;
			}
	
		.commentlist cite {
			font-family:georgia, times;
			font-weight: bold;
			font-style: normal;
			font-size: 110%;
			}

		.commentlist img.avatar {  float: left;  margin: 0 5px 5px -53px;  position: relative; }
		.commentlist .children img.avatar {  float: left;  margin: 0 10px 5px 0;  position: relative; }
		.commentlist .comment-meta {
			margin-bottom: 5px;
			display: block;
			font-size: 87%;
			}

		.commentlist .comment-meta  a{
			color: #999999;
			}


	/*** Sidebar ***/

	#sidebar {
	 	background: transparent url('');
		padding: 25px 70px;
		position:relative;
		}

	#widgets{
		}
	
	#widgets ul {
		list-style: none;
		}
	
	.widget {
		background: transparent;
		margin-bottom: 20px;
		}
	
	h3.wtitle {
		display: none;
		}



/* --- Interactive --- */
		
	/*** Gravity Forms ***/
				
	.gform_body {
		font-family: 'Oxygen', helvetica, sans-serif;
		}

	.field-background {
		background: #f4f7f7;
		}

	.gform_footer {
		display: block;
		}

	ul.gform_fields {
		list-style: none;
		margin: 0;
		}

	.gfield {
		margin: 0px 0;
		padding: 15px 0;
		}

	.gfield p {	
		padding: 0 15px;	
		}

	label.gfield_label {
		font-size: 18px;
		color: #666;
		margin: 0;
		padding: 0 15px;
		}

	.ginput_container {
		margin: 10px 0 0;
		padding: 0 15px;
		}

	.gform_button {
		margin: 0 15px;
		}

	ul.gfield_radio, ul.gfield_checkbox {
		list-style: none;
		margin: 0;
		}

	.gfield_radio > li {
		display: inline-block;
		background: #f4f7f7;
		padding: 10px;
		margin: 5px;
		width: 40%;
		}

	#ui-datepicker-div {
		background: #fff;
		}

	.gfield .ginput_complex > span {
		display: block;
		margin-bottom: 15px;
		}


	/*** Carousel Fade alternative to slide  ***/

	.carousel-fade .item {
		opacity: 0;
		-webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        }

	.carousel-fade .active {
        opacity: 1;
        }

	.carousel-fade .active.left,
	.carousel-fade .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
        }

	.carousel-fade .next.left,
	.carousel-fade .prev.right {
        opacity: 1;
        }

	.carousel-control.left, .carousel-control.right {
		background: none;
		}

	.carousel-caption {
		bottom: 0;
		background: #000;
		opacity: 0.7;
		left: 0;
		width: 100%;
		}	
	
	.carousel-caption p {
		margin-bottom: 0;
		font-size: 130%;
		color: #fff;
		}	
		
  
		
		    .btn-purple {
                color: #fff;
                background-color: #b191bd;
                border-color: #9E74AD;
                }
                
        .btn-purple:hover,.btn-purple:focus,.btn-purple:active,.btn-purple.active,.open .dropdown-toggle.btn-purple {
                color:#fff;
                background-color:#9E74AD;
                border-color:#285e8e
                }       

		
/* --- General Elements --- */

	article,
	aside,
	details,
	figcaption,
	figure,
	footer,
	header,
	hgroup,
	nav,
	section {
		display: block;
		}

	.aligncenter,.alignnone {display: block;margin-left: auto;margin-right: auto;}
	.center, .textcenter {text-align: center;}
	.alignleft {float: left;margin:0 1.4em .4em 0;}
	.left {	float: left; }
	.textleft {text-align: left;}
	
	.alignright {float: right;margin:0 0 .4em 1.4em;}
	.right { float: right; }
	.textright {text-align:right;}
	
	.clear {clear:both;}
	
	.block{display:block;}
	
	.fix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
	.fix{display:inline-block;} 
	* html .fix{height:1%;}
	.fix{display:block;}
	
	.pad_small{padding: 8px;}
	.pad_big {padding: 15px 20px;}

	.hide {display:none;}
	
	.affix {position: fixed;}

	.page-nav {padding: 15px;}
	.page-nav .previous-entries {float: left;}
	.page-nav .next-entries {float: right;}		
	
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../images/icons/glyphicons-halflings-regular.eot');
  src: url('../images/icons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../images/icons/glyphicons-halflings-regular.woff') format('woff'), url('../images/icons/glyphicons-halflings-regular.ttf') format('truetype'), url('../images/icons/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}	

            

                






		