/* Notifications */
.notification-good, .notification-bad, .notification-medium {
	font-weight: bold;
	border: 2px solid black;
	padding: 8px;
	margin: 4px 0px 4px 0px;
	display: block;
}

.notification-good {
	color: green;
	border-color: green;
	background-color: #d3fba4;
}

.notification-medium {
	color: #ff6600;
	border-color:  #ff6600;
	background-color: #ffe58f;
}

.notification-bad {
	color: red;
	border-color: red;
	background-color: #ffd0bf;
}

.notification-highlight-good {
	color: green;
	border: none;
	margin: 0;
}

.notification-highlight-medium {
	color: #ff6600;
	border: none;
	margin: 0;
}

.notification-highlight-bad {
	color: red;
	border: none;
	margin: 0;
}

.clean {
	border: 0;
	padding: 0;
	margin: 0;
}

.new {padding: 0 2px 0 2px; margin: 0 2px 0 2px; background-color: yellow; color: red; font-weight: bold;}
.hot {padding: 0 2px 0 2px; margin: 0 2px 0 2px; background-color: red; color: yellow; font-weight: bold;}

a.keyword {border: 1px solid #eeeeee; padding: 4px; margin: 4px; line-height: 2.5em; font-weight: bold; color: blue;}
a:hover.keyword {background-color: #eeeeee; color:#286ea0;}

.addthis_toolbox {
	clear: both;
	float: right;
}

.addthis_toolbox a {
	border: 0;
	padding: 0;
	margin: 0;
}

.addthis_toolbox a:hover {
	text-decoration: none;
}

.metasticky, .metafeatured, .metahighlight {
	display: none;
}

.archive {
	border-bottom: 1px dashed gray;
	padding-top: 10px;
}

.archive p {
	padding-top: 0;
}

.submenu .current a, .submenu .current a:hover {
/*	color: white; */
}

.submenu .current {
	border-right: 5px silver solid;
}

.footer a:hover img {
	border-bottom: 0px;
}

.oneline {
	width: 350px;
}

textarea {
	width: 350px;
	height: 150px;
}

/* Mailchimp */
.indicate-required {
	width: 100%;
	text-align: right;
}

#mc_embed_signup legend {
	padding-left: 4px;
}

#mc_embed_signup form {
	border: 0;
	margin: 0px;
	padding: 0;
	background: none;
}

.fieldset {
	padding: 5px;
}

#mc_embed_close {
	display: none;
}

#mc_embed_signup label {
	display: inline;
	padding-left: 4px;
}

#mc_embed_signup input, #mc_embed_signup textarea, #mc_embed_signup select {
	margin-left: 4px;
	margin-bottom: 4px;
}

#mce-responses {
	margin: 4px;
}

#breadcrumbs {
	padding-left: 25px;
	float: left;
}

.flickr-photo-cc {
	float: right;
	padding-left: 5px;
}

.flickr-photo-cc-left {
	float: left;
	padding-right: 5px;
}

.flickr-photo-cc span {
	clear: left;
}

.featured {
	padding: 0 5px 0 5px;
	margin: 0;
	float: left;
	width: 140px;
}

.thumb-bucket {
	width: 140px;
	height: 140px;
	text-align: center;
}

ul.summary .goog-logo-link {
	display: inline;
}

ul.summary a.goog-logo-link:hover {
	background: none;
}

#cse-search-box input {
	border: none !important;
	border-width: 0 !important;
}

#cse-search-box {
	display: inline;
}

#cse-search-box .input-text {
	border: none !important;
	border-width: 0 !important;
}


/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;	
}
th {
	color: #555;
	background: #E6E6E6;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;	
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;	
}
tr {
	height: 34px;	
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #ECECEC;	
}	
/* end - table */

.flickrgrid-all img {
	padding: 4px;
	margin: 4px;
}

.thumbs p {
	display: none;
}

p.flickrgrid-this, ul.flickrgrid-this {
	display: block;
}

.extrameta {
	padding-top: 30px;
}

/* Navigation */

.navigation .level-1 {
	padding-left: 5px;
}

.navigation .level-2 {
	padding-left: 10px;
}

#mycarousel { 
	height: 170px;
	overflow: hidden;
}

.toptight {
	margin-top: 0px;
	margin-left: 0px;
}

.homepadded {
	padding-top: 24px;
}

/* Dropdown menu */
ul.topnav {  
    list-style: none;  
/*    padding: 0 20px;  
    margin: 0;  
    float: left;  
    width: 920px;  
    background: #222;  
    font-size: 1.2em;  
    background: url(topnav_bg.gif) repeat-x;  */
}  
ul.topnav li {  
/*    float: left;  
    margin: 0;  
    padding: 0 15px 0 0;  */
    position: relative; /*--Declare X and Y axis base for sub navigation--*/  
}  
ul.topnav li a{  
/*    padding: 10px 5px;  
    color: #fff; */ 
    display: block;  
    text-decoration: none;  
    float: left;
}  
ul.topnav li a:hover{  
    background: url(topnav_hover.gif) no-repeat center top;  
}  
ul.topnav li span { /*--Drop down trigger styles--*/  
    width: 17px;  
    height: 35px;  
    float: left;  
    margin-top: 6px;
    margin-left: 4px;
/*    background: url(subnav_btn.gif) no-repeat center top; */
	background: url(../images/dropdown-arrow.png) no-repeat center top;
}  
ul.topnav li span.subhover {background-position: center bottombottom; cursor: pointer;} /*--Hover effect for trigger--*/  
ul.topnav li ul.subnav {  
    list-style: none;  
    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/  
/*    left: 0; top: 35px;  */
	left: 0; top: 48px;
    margin: 0; padding: 0;  
    display: none;  
    float: left;  
    width: 220px;  
/*    background: url(../images/trans-75.png); */
    background-color: #333;
/*    border: 1px solid #111; */
	z-index: 100;
}  
ul.topnav li ul.subnav li{  
    margin: 0; padding: 0;  
/*    border-top: 1px solid #252525; /*--Create bevel effect--*/  
/*    border-bottom: 1px solid #444; /*--Create bevel effect--*/  
	border-bottom: 1px solid #000;
    clear: both;  
    width: 220px;
/*    height: 24px; */
	min-height: 24px;
    height: auto;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #333;
}  
html ul.topnav li ul.subnav li a {  
    float: left;  
    width: 195px; 
    font-size: 16px; 
/*    background: #333 url(dropdown_linkbg.gif) no-repeat 10px center; */
    padding-left: 20px;  
	background: url(../images/menubullet.png) no-repeat 0 -2px;
}  
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/  
/*    background: #222 url(dropdown_linkbg.gif) no-repeat 10px center; */
	background: url(../images/menubullet.png) no-repeat 0 -72px;
	
} 
