/**
 * Hello Traveler!
 * This CSS file has kindly been sponsored by Appointmind: http://www.appointmind.com/
 * Appointmind makes appointment scheduling and resource booking easy
 */

body {
	background-color:#000000;
	background-image:url(./../images/background.png);
	background-position:top center;
	background-repeat:no-repeat;
	color:#EFEFEF;
	text-shadow: 1px 1px #000000;
}

h1 {
	font-size:40px;
	color:#ffffff;
}

h2 {
	font-size:18px;
	color:#EFEFEF;
}

a {
	color:#81A5CF;
	text-decoration:none;
}

a:hover {
	color:#81A5CF;
	text-decoration:underline; 
}

i.icon-cake {
	background-image:url(./../images/cakepiece.png);
	background-repeat:no-repeat;
	width:36px;
	height:40px;
}

.input-append input[type="submit"] {
	height:30px;
}

.header {
	min-height:100px;
	text-align:center;
	margin-top:20px;
}

.header i {
	margin-left:20px;
}

.header a {
	color:#ffffff;
	text-decoration:none;
}

.footer {
	margin-top:50px;
	font-size:80%;
}

.footer h2 {
	margin-bottom:5px;
	padding-bottom:0px;
	font-size:14px;
	line-height:14px;
}

.middle-content {
	background-color: rgba(255, 255, 255, 0.15);
    width:600px;
    padding:0 20px;
    border-radius:8px;
}

.middle-content i {
	color:#000000;
}

.sidebar-content {
	background-color: rgba(255, 255, 255, 0.1);
    width:300px;
    padding:0 20px;
    border:1px solid transparent;
    margin-bottom:20px;
    border-radius:8px;
}

#cakeday {
	margin:20px 0;
	font-weight:bold;
	font-size:14px;
}

.alert {
	background-color:#FFF8CF;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
}

.alert i {
	color:#C09853;
}

.alert-error i {
  color: #b94a48;
}

.alert-success {
	background-color:#DDFFCF;
}

.alert-success i {	
	color: #468847;
}