	body {
		color: #FFFFFF;
		background-color: #348C14;
		/*background-image: url('images/background-left.gif'), url('images/background-right.gif');
		background-position: top left, top right;
		background-repeat: repeat-y;*/
        	margin: 0px;
	        padding: 0px;
	        border: 0px;
                font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;;
 		font-size: 14px;
        	font-weight: normal;
        	height: 100%;
	}

	p
	{
        	margin: 8px 0px 8px 0px;
	}

	img {
		border-style: none;
                max-width:75%;
                height: auto;
                -moz-transition: all 0.3s;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;	
}
         img:hover {
                -moz-transform: scale(1.05);
                -webkit-transform: scale(1.05);
                transform: scale(1.05);
  }


	code, pre {
        	font-family: 'Courier New', Courier, Fixed;
	}
	
	pre {
		max-width: 60%; /*px;*/
        	overflow: auto;
        	border: 1px dotted #4D4D4D; /* inner_border_color */
        	padding: 5px;
	}
	
	blockquote {
	        margin: 15px 30px 0 10px;
        	padding-left: 20px;
	        border-left: 5px solid #4D4D4D;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #969696;
        	 font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;;
	        font-weight: bold;
	        margin: 2px 0px 2px 0px;
	}

	a:link, a:visited {
		color: #BDA910;
	        
        	text-decoration: none;
	}

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

	a:active {
		color: #D1BB11;
	}

form {
        font-size: 11px;
}

input, select, option, textarea
{
        font-size: 11px;
        text-align: left;
}


	hr	
	{
		color: #4D4D4D;
		background-color: #4D4D4D;
		margin: 4px 0px;
	}

	.copyright {
		color: #232323;
		font-size: 10px;
	}

	.subject {
		/* color: #969696; */
		color: #D1BB11;
        	 font: 400 40px 'Great Vibes', Helvetica, sans-serif;
                text-shadow: 2px 2px 0px rgba(0,0,0,0.2), 4px 4px 8px rgba(0,0,0,0.2);
        	font-size: 40px;
        	font-weight: bold;
	        padding: 4px 0px;
	}
	

	.byline {
		color: #383838;
        	font-size: 12px;
	        padding: 2px 0px;
	}
	
	#header {
		color: #232323;
		background-color: #2b557f;
	        min-height: 25px;
        	background: url(images/nav-background.gif) repeat-x;
	}

	#header a, #header a:hover
	{
	        color: inherit;
		font-size: inherit;
	        font-weight: inherit;
        	text-decoration: inherit;
	}
	
	#footer {
		background-color: #333333;
	        padding: 4px 20px;
        	clear: both;
	        border-top: #999999 1px solid;
	}
	
	#sidebar a:link, #sidebar a:visited
	{
		color: #3A9B16;
	}

	#page
	{
	/*	margin-left: 100px; margin-right: 100px;*/
        width: 90%;
	margin-left: 100px;
	}
	
	#sidebar a:hover
	{
		color: #94B9DD;
		text-decoration: none;
	}
	
	#sidebar a:active
	{
		color: #D1BB11;
		text-decoration: none;
	}
	
	#sidebar .menu_title,  #sidebar .menu_title a:link, #sidebar .menu_title a:visited, #sidebar .menu_title a:hover, #sidebar .menu_title a:active {
		color: #FFFFFF;
		background-color: #4D4D4D;
		border-color: #4D4D4D;
                font: 400 22px 'Great Vibes', Helvetica, sans-serif;
		text-shadow: 2px 2px 0px rgba(0,0,0,0.2), 4px 4px 8px rgba(0,0,0,0.2);
                padding: 7px 5px 5px 6px;
		text-size: 22px;
	}
	
#sidebar .menu_title a, #sidebar .menu_title:hover
{
        text-decoration: none;
        color: inherit;
}

	
	#sidebar .menu_body {
		color: #c3c3c3;
		background-color: #383838;
	        padding: 10px;
        	margin-bottom: 10px;
	        border: #4D4D4D 1px solid;
	}

  #sidebar {
       /* max-width: 20%px;*/
	width: 20%;
	font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;;
        text-shadow: 2px 2px 0px rgba(0,0,0,0.2), 4px 4px 8px rgba(0,0,0,0.2); 
        padding: 10px;
        float: right;
	clear: both;

  }

#maincontent
{
        padding: 20px 20px 20px 20px;
}
#maincontent .fluidMedia {
    position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#maincontent .fluidMedia iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 75%;
}

#popup
{
	padding: 20px;
}

.comment
{
	margin-bottom: 12px;
	/* border: 1px #0f0 dashed; */
}

.entry
{
	margin-bottom: 24px;
}

.comment .subject
{
	font-size: 16px;
}

.content
{
	padding: 10px 0px;
}

.buttons
{
	padding: 4px 0px;
}

/* Sidebar */

#sidebar .calendar a
{
	font-weight: bold;
	text-decoration: none;
}

#archive_tree_menu li	
{
	margin: 0px;
	padding: 0px;
	/* border: 1px #F0F dashed; */
}
	
	/* entry_bg
	entry_title_bg
	entry_border
	entry_title_text
	entry_text */

                div #toggleSetupLanguage, #toggleSetupGeneral, #toggleSetupEntries, #toggleSetupSidebar, #toggleSetupTrackbacks, #toggleSetupComments, #toggleSetupCompression
                {
                        border-color: #4D4D4D;
                }
@media only screen and (max-width: 480px) {
        #body { background-image: none !important;}

        #page { 
		width: 100%;
		margin-left: 0px;
		font-size: 1.1 em;
	      }
	img {
                border-style: none;
                max-width:90%;
                height: auto;
        }


        #header { width:100%;}
        #maincontent { width:95%; }
        #maincontent .entry .blog_body,
        #maincontent .static .blog_body,
        #maincontent .comment .blog_body
        {
          font-size: 1.1em;
        }
        #sidebar { width:95%;
                   font-size: 1.1em;
                 }
        }

@media only screen and (max-width: 640px) {

        #page { width: 100%;
                 margin-left: 0px;
                 }
        #header { width:100%;}
        #maincontent { width:90%; }
	img {
                border-style: none;
                max-width:90%;
                height: auto;
        }


        #sidebar { width:95%;}
        }

