@charset "utf-8";

/* -------------------------------------------------------------------------------------------- */

@media (max-width:767px) {

	.blog-menu {
	    display:  none;
	    position: absolute;
	    top: 0;
	    left: 0px;
	    width: 100%;
	    height: 480px;
	}

	.menu-btn.blogmenu {
	    padding: 22px;
	    position: absolute;
	    top: 23px;
	    right: 103px;
	    cursor:  pointer;
	}
}

#tagcloud {
    color:#fff;
    padding: 20px;
    text-align:center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	background: #06263a;
}

#tagcloud h4 {
    color:#fff;
	text-transform: UPPERCASE;
	padding: 0 0 10px 0;
	margin: 0;
	text-align: left;
}

#tagcloud a:link, #tagcloud a:visited {
    text-decoration:none;
    color:#fff;
}

#tagcloud a:hover {
    text-decoration: underline;
}

#tagcloud span {
    padding: 4px;
	float: left;
}

#tagcloud .smallest {
    font-size: 10px;
}

#tagcloud .small {
    font-size: 15px;
}

#tagcloud .medium {
    font-size:20px;
}

#tagcloud .large {
    font-size:25px;
}

#tagcloud .largest {
    font-size:30px;
}

#greybox {
	width: 100%;
	border: none;
	margin:0 0 20px 0!important;
	padding: 0!important;
}

#greybox ul {
	padding:0 !important;
	margin:0 !important;
	width: 100%;
}

#greybox ul li{
    list-style-type:none;
    margin:0!important;
    padding: 0!important;
    clear:both !important;
}

#greybox ul li a {
	width: 97%;
    /*height: 26px !important;*/
    line-height: 26px !important;
    float: left !important;
    border-bottom: 2px solid #fff !important;
	font-size: 14px !important;
	text-decoration: none;
    margin:0!important;
    padding: 0 0 0 3%;
	text-align: center;
	text-transform: capitalize;
}


#greybox ul li a:link, #greybox ul li a:visited {
	text-align:left;
	background: #36a9e0;
}

#greybox ul li a:hover, #greybox ul li a:active {
	text-align:left;
	background: #06263a;
	color: #fff;
	text-decoration: none;
}

.selectedListItem {
	background: #06263a!important;
}

/* -------------------------------------------------------------------------------------------- */

.blog_title {

}

.blog_title a:link,
.blog_title a:visited {
	text-decoration: none;
}

.blog_title a:hover,
.blog_title a:active {
	text-decoration: underline;
}

#add_this_button {
	margin-top: 10px;
}

#page {
}

/* -------------------------------------------------------------------------------------------- */

#rightColumnBlog h2 {
	font-size: 1.0em!important;
	width: 100%;
}

#rightColumn a:link, #rightColumnBlog a:link,
#rightColumn a:link, #rightColumnBlog a:visited {
	text-decoration: none;
}

#rightColumn a:active, #rightColumnBlog a:hover,
#rightColumn a:active, #rightColumnBlog a:hover {
	text-decoration: underline;
}

#blog_page_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

#blog_page_list li {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
}

#blog_page_list li span {
	font-weight: normal;
	color: #969696;
}

#blog_archive_list {
	border: none!important;
	margin:0 0 10px 0!important;
	padding: 0!important;
}

.blog_archive_year {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.blog_archive_year h2 {
	padding: 0 0 5px 3px!important;
	margin: 0!important;
	font-size: 14px!important;
	border-bottom: none!important;
}

.blog_archive_expander_bar {
	clear: both;
	padding: 5px 0 5px 5px;
	height: 20px;
	margin: 0 0 1px 0;
}

.blog_archive_expander_bar h3 {
	font-size: 12px;
	padding: 0 0 0 3%;
	margin: 0;
	float: left;
	width: 97%;
}

.blog_archive_expander_bar img {
	padding-top: 5px;
}

.blog_archive_month {
	list-style: none;
	margin-left: 1px;
	margin-right: 1px;
	padding-left: 1px;
	padding-right: 1px;
}
