/*   
Theme Name: Anger Burger
Theme URI: http://www.angerburger.com/
Description: theme based on Galactic Mu
Author: Leesa Leva
Author URI: 
Version: v0.1
*/

.searchbar {
    float: right;
    margin: 8px 0;
}

.searchbar input {
	border: 1px solid #CCC;
	background: white;
    color: gray;
    }

#navspace {
     width: 100%;
     height: 10px;
	 clear:both;
     }

#aboutnav {
    width: 100%;
	float: left;
    }

#aboutnav a { 
    color: #CCC;
    font: 18px  helvetica, arial,sans-serif;
    float: left;
    margin: 10px 0 0 0;
    }

#aboutnav a:hover { 
    color: #09c;
    }

#entry-1 .middy{
    padding: 0 0 10px 0;
    background: #fff;
    }

.wp-smiley {
    border: 0px;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
	}

ul.linklog {
	display: inline;
	}

ul.linklog li {
	list-style: none;
	float: left;
	font: 1.3em arial;
	width: 450px;
	height: auto;
	margin: 15px 0 5px 0;
	padding: 0 0 0 15px;
	border-left: 35px solid #C00;
	}

/* ----------------------- Structure ------------------------------------------------ */

body {
	font-family: "Helvetica Neue Light", helvetica, arial, san-serif;
	margin: 0px;
	min-width: 550px;
	text-align: center;
	background: #fff url(images/burgers.jpg);
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: top left;
}

html body.loggedin {
	background-position: 0px 25px;
}
	
h1, h2, h3, h4, h5{
	font-size: 100%;
	font-family: "Helvetica Neue Light", helvetica, arial, san-serif;
	margin: 0px;
	padding: 0px;
	}

h6{
font: 17px "Helvetica Neue", helvetica, arial, san-serif;
color: #000;
font-weight:bold;
	margin: 0px;
	padding: 0px;
	}
	
a:link, a:visited, a:hover {
	text-decoration: none;
color:#09c;
	}
	
#about {
	width: auto;
	margin: 0 10px;
	font-size: 100%;
	}
	
.main {
	margin: 0px 0px 0px 450px;
	width: 650px;
	height: auto;
	min-height: 400px;
	background: white;
	text-align: left;
}
	
.header {
	border-bottom: 0 dotted #ccc;
	background: url('images/header-title.jpg') no-repeat;
	overflow:hidden;
	padding-bottom: 5px;
}
	
.header h1 {
	font: 44px "Helvetica Neue Light", helvetica, arial, san-serif;
	margin: 0 0 0 -500px;
	text-transform: lowercase;
}
	
.header a:link, .header a:visited {
	margin: 0 0 0 700px;
	color: #09C;
	padding:0  0px 0px 0px;
}
	
/* --------- Navigation ----------- */

#navcontainer {
text-align:left;
float:right;
width: 650px;
height: 25px;
padding-top: 5px;
margin-top: 5px;
}	


ul#navlist {
    margin: 0;
    padding: 0;
    white-space: nowrap;
	}

#navlist li {
    display: inline;
    list-style-type: none;
    text-transform: lowercase;
	}

#navlist a { 
	color: #777;
	font: 18px "Helvetica Neue Light", helvetica, arial, san-serif;
	height: 20px;
	border-bottom: 1px dotted #EEE;
    float: left;
    margin: 0 0 0 10px;
	}

#navlist .current_page_item a, #navlist a:hover {
	color: #ff9900;
	border-bottom: 1px dotted #FBB;
	}

#navcontainer img {float:right;}


.pagenav, .pagenav a {
color:#f63;
padding:5px;
margin:0;
}
.alignleft {
float:left
}
.alignright {
float:right
}


/* -------- End Navigation -------- */

.content {
	width: 100%;
	height: auto;
	}

.scrollnav {
    float: right;
	width: 42px;
	height: auto;
	} 
	
.post {
	float: left;
	width: 650px;
	height: auto;
	margin: 5px 0 5px 0;
padding-bottom:15px;
border-bottom: 1px dotted #bbb;
	}
	
.lefty {
	float: left;
	width: 42px;
	}
	
/* ------------- Date ------------- */

span.commentlink a{
background:#fff url('http://www.galacticmu.com/elements/chat_grey.gif') no-repeat left center;
padding-left:15px;
margin:0px 20px 0 0;
}

div.date, span.date {
	font-family: "Helvetica Neue", helvetica, arial, san-serif;
	color: #333;
	text-transform: uppercase;
    }

.date .month, .date .day {
	text-align: center;
	width: 35px;
    }
.date .month {
	overflow: visible;
	font-size: 1.3em;
	position: absolute;
	margin-top: 24px;
	text-transform: uppercase;
    }

.date .day {
	font-weight: normal;
	font-size: 3.1em;
	position: absolute;
	margin-top: 30px;
    }

/* ----------- End Date ----------- */
	
.mini {
	width: 35px;
	height: 16px;
	float: left;
	margin: 10px 0 0;
	text-align: right;
	font: 1.3em verdana;
	}
	
.mini a {
	color: white;
	}
	
.cmnt {
	background: #ccc;
	}

.trackback {
	background: #666;
	}

.rss {
	background: #444;
	}
	
.middy {
	float: left;
	width: 466px;
	text-align: center;
	}
	
.toptitle {
	text-align: left;
	width: 600px;
	padding: 0 0 0px 10px;
	position: relative;
	}
	
.toptitle h2 a {
font: 20px "Helvetica Neue", helvetica, arial, san-serif;
color: #333;
font-weight:bold;
}

.middy .postedby {
font: 10px "Helvetica Neue", helvetica, arial, san-serif;
color:#999;
text-align:left;
text-transform:uppercase;
}

.postedby a {
color:#555;
}

.postedby img {
margin:0px;
padding:0px;
}


.entry {
	font: 12px "Helvetica Neue", helvetica, arial, san-serif;
	width: 550px;
	text-align: left;
	margin: 0 auto;
padding: 0 0 0 10px;
line-height:16px;
	}
	
.entry a, .commentlist li a, ul.linklog li a {
	text-decoration: none;
	color: #09C;
	}

.entry a:hover, .commentlist li a:hover, ul.linklog li a:hover {
	text-decoration: underline;
	}



.cat {
	clear: both;
	}
	
.anchor {
	clear: both;
	width: 100%;
	height: 20px;
	}
	
/* ----------------------- Footer -------------------------- */

#rc{
width:200px;
text-align: left;

}

#rc p{
font-size:14px;
line-height: 13px;
text-align: left;
margin: 0 0 8px 0
}

.footer {
	width: 100%;
	clear: both;
	background: #990000;
	font: 14px "Helvetica Neue Light", helvetica, arial, san-serif;
	padding: 0px;
	margin: 0px;
	}

.footbox {
	float: right;
	text-align: right;
	width: 170px;
	border-right: 1px dotted #ffffcc;
	padding: 10px;
	margin: 0;
	}


.footbox h2 {
	font: 16px helvetica, arial, sans-serif;
font-weight:normal;
	margin-bottom: 4px;
padding: 0px;
	color: #ff9900;
	text-transform: lowercase;
	}
	
.footbox p{
	color: #ffffcc;
	text-decoration: none;
	line-height: 16px;
	padding: 0px;
	list-style: none;
margin-top:2px
	}

.footbox a {
	color: #ffffcc;
	text-decoration: none;
	padding: 0px;
	list-style: none;
margin:0px
	}
	
.footbox ul{
	color: #666;
	list-style: none;
margin-top:2px;
padding:0px
	}

.footbox .searchbar{
    margin: 0;
}

.footbox #s{
    margin: 0;
width:120px;
}

.footbox .searchbar input {
	border: 1px solid #777;
	background: #333;
    color: #ccc;

    }

#buttons {
	clear: both;
	margin: 0 20px;
	padding: 5px 20px;
	text-align: center;
	border-top: 1px dotted #ffffcc;
	color: #777;
	font: 10pt "Helvetica Neue Light", helvetica, arial, san-serif;
	}

#buttons a {
	color: white;
	}
		

#buttons a:hover {
	text-decoration: underline;
	}

/* ----------------------- End Footer ---------------------- */





/* ----------------------- Begin Images -------------------- */

p img {
	padding: 5px;
	border: 1px solid #ccc;
	background: white;
max-width:550px;
margin:5px 5px 5px 0;
	}

a img {
	border: none;
	}

/* End Images */


/* Begin Lists */


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
/* End Entry Lists */


/* ----------------------- Comments ------------------------------------------------- */

.alt {
	background: #fff;
	}

ol {
	margin: 0px; 
	padding: 0px;
	}
	
.commento {
font: 14px "Helvetica Neue", helvetica, arial, san-serif;
	clear: left;
	width: 510px;
	text-align: left;
	margin: 0 auto;
	padding: 0px 0 0;
	}
	
.commento h2{
font:18px "Helvetica Neue", helvetica, arial, san-serif;
font-weight:bold;
color:#333;
padding-top:20px
	}
	
.commentnotes{
color:#666;
font: 10px "Helvetica Neue", helvetica, arial, san-serif;
	clear: left;
	width: 500px;
	text-align: left;
	margin: 0 auto;
	padding: 0px 0 0 2px;
	}

h2 #sorry {
	font:18px "Helvetica Neue", helvetica, arial, san-serif;
font-weight:bold;
    clear: both;
	padding: 40px 0 0 10px;
	}
	
.commentlist {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	}

.commentlist li {
	margin: 10px 0 10px;
	padding: 0px 10px 20px;
	list-style-position: normal;
	border-bottom: 1px solid #ccc;
	}
	
list-style {
	background: #fff;
	}

.commentlist p {
	margin: 5px 5px 10px 0;
	padding: 0px;
	}

.commentlist cite {
font-weight:bold;
text-transform:none;

	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: left;
	margin: 0;
	padding: 0;
	}

	
#commentform {

	}
	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 3px;
	border: 1px solid #ccc;
	}

#commentform textarea {
        border: 1px solid #CCC;
	width: 500px;
	padding: 2px;
	margin: 0px;
    overflow: auto;
	}

#commentform #submit {
	margin: 0px;
    background: orange;
	}

#commentform input:focus, #commentform textarea:focus, #searchbar input:focus {
	border: 1px solid lime;
    }
	
.douche {
border:0px solid #333;
float:right;
}
/* ----------------------- End Comments --------------------------------------------- */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
color:#592401;
font: 14px times, georgia, serif;
	margin: 15px 0px 0 0px;
	padding-left: 50px;
	}

blockquote cite {
	margin: 15px 0 0;
	display: block;
	}

hr {
	display: none;
	margin: 0px;
	}

/* End Various Tags & Classes*/


/**** LINK-tag style sheet stylesheet.css ****/

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}


/**** LINK-tag style sheet grey.css?ver=3.1.4 ****/

body {
	padding-top: 28px !important;
}

#wpabar {
	z-index: 1001 !important;
	background: url('images/background.png') top left !important;
	color: #fff !important;
	font: 12px "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana !important;
	height: 28px !important;
	left: 0 !important;
	margin: 0 !important;
	position: absolute !important;
	top: 0 !important;
	width: 100% !important;
}

#wpabar .wpabar-menupop ul li a {
	color: #369 !important;
}

#wpabar .wpabar-menupop ul li a:hover {
	color: #036 !important;
	background: #ddd !important;
}

#wpabar a img {
	background: transparent !important;
	border: 0 !important;
	padding: 7px 7px 8px !important;
}

#wpabar .wpabar-menupop a:hover {
	background: none !important;
}

#wpabar small a {
	display: inline !important;
}

#wpabar ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left !important;
}

#wpabar ul li {
	float: left !important;
	margin: 0 !important;
}

#wpabar ul li.blogmeta {
	margin-top: 0.5em !important;
}

#wpabar .wpabar-menupop ul, #wpabar .wpabar-menupop ul li: last-child a:hover {
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
}

#wpabar .wpabar-dropdown {
	background: url('images/bullet_arrow_down.gif') no-repeat 100% 0 !important;
	padding-right: 1em !important;
	line-height: 28px !important;
}

#wpabar .wpabar-menupop ul {
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
	background: #eee !important;
	left: -999em;
	position: absolute !important;
	border: 1px solid #ccc !important;
	border-top-color: #bbb !important;
	float: none !important;
}

#wpabar .wpabar-menupop li {
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background-image: none !important;
}

#wpabar .wpabar-menupop li: nth-child(2n) {
	background: #f9f9f9 !important;
}

#wpabar a,.blogmeta {
	border: none !important;
	color: #eee !important;
	display: block !important;
	font: 12px "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana !important;
	font-weight: normal !important;
	letter-spacing: normal !important;
	padding: 0 0.75em !important;
	line-height: 28px !important;
	text-decoration: none !important;
}

#wpabar .wpabar-menu-first {
	background: url('images/background-logo.png') top left no-repeat !important;
}

#wpabar .wpabar-menu-first a {
	padding-left: 34px !important;
}

#wpabar .wpabar-menu-first ul li a {
	padding-left: 0.75em !important;
}

#wpabar a:hover,#wpabar .wpabar-menupop:hover {
	background: url('images/background.png') bottom left !important;
}

#wpabar .wpabar-menu-first a:hover, #wpabar .wpabar-menu-first:hover {
	background: url('images/background-logo.png') bottom left no-repeat !important;
}

#wpabar-leftside ul li ul {
	min-width: 140px !important;
}

#wpabar .count-0 {
	display: none !important;
}

#wpabar #wpabar-rightside {
	float: right !important;
}



