body {
    padding-top: 55px;
}

.logo {
    text-align: right;
}
.logo p {
    font-family: gill sans mt,arial;
    font-size: large;
    color: rgb(136, 68, 136);
}
.carousel-caption {
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5);
}
.carousel-caption p {
}
.carousel-inner {
    border-radius: 4px;
}
.span6:nth-child(3) {
    clear: left;
}
.key1 {
    padding-right: 10px;
    font-size: large;
}

.key2 {
    padding-right: 10px;
    font-size: medium;
}

.key3 {
    padding-right: 10px;
    font-size: small;
}

.navbar-fixed-top {
    background: whitesmoke;
}

.navbar-fixed-top .navbar-inner {
    box-shadow: none;
}

.navbar-fixed-top .navbar-inner {
    background: white;
    box-shadow: none;
}

.navbar .nav > li > a {
    font-family: gill sans mt,arial;
    font-size: large;
}

.thumbnail {
    border: none;
    box-shadow: none;
}

img.blogthumb {
    float: left;
    padding-right: 20px;
}

.footer {
    text-align: right;
    box-shadow: 0px 0px 20px -6px #aaa;
    font-size: small;
}

@media (max-width: 480px) {
    .container {
	background-color: white;
	margin-bottom: 10px;
    }
    .navbar-fixed-top {
	margin-bottom: 0px;
    }
}
@media (min-width: 481px) {
    body {
	background-color: white;
    }
    .container {
	background-color: white;
	border-right: solid 5px white;
	border-left: solid 5px white;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #999;
	margin-top: 10px;
	margin-bottom: 10px;
    }
}
