.theme-frame {
  -webkit-box-shadow: 0 10px 6px -6px #999;
  box-shadow: 0 10px 6px -6px #999;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;

  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  overflow:hidden;
}


.theme-frame:hover {
  -webkit-box-shadow: 0 18px 24px -9px #999;
  box-shadow: 0 18px 24px -9px #999;
}


.theme-stage-magazine {
	background-color: #ffffff;
}

.theme-stage-profile {
	background-color: #ffffff;
}

.theme-stage-trackchat {
	background-color: #ffffff;
}

.theme-stage-people {
	background-color: #ffffff;
}

.theme-stage-search {
	background-color: #ffffff;
}


.theme-user-base {
	background-color: #ffffff;
}

.theme-user-name {
	color: #222222;
}

.theme-user-site {
	color: #777777;
}

.theme-header {
	background-color: #aaaaaa;

  // small corner top
  -webkit-border-radius: 50px 50px 0px 0px;
  -moz-border-radius: 50px 50px 0px 0px;
  border-radius: 50px 50px 0px 0px;

}

.blogpost .theme-header-info {
  font-size: 12px;
  color: #00ff00;
  font-weight: 400;
}

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

.blogpost .theme-header-info a:hover {
  color: #ffffff;
}


.theme-header-info {
  font-size: 12px;
  color: #00ff00;
  font-weight: 400;
}

.theme-header-info a {
  color: #000000;
  text-decoration:none;
}

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

.theme-no-image {
	background-color: #444444;
}


.theme-post {
	border: #00ff00 1px solid;
}

.theme-content {
	background-color: #444444;
}

.theme-content-title {
	font-family: Raleway;
	color: #f0f0f0;
}

.theme-content-body {
	font-family: Raleway;
	color: #f0f0f0;
}

.theme-content-body-joke {
	font-family: Love Ya Like A Sister;
	font-size: 20px;
	font-style: italic;
	color: #444444;
}

.theme-content-title-joke {
	font-family: Love Ya Like A Sister;
	font-size: 20px;
	color: #444444;
}


.theme-adbanner-content-title {
	font-family: Raleway;
	color: #ffffff;
}

.theme-adbanner-content-body {
	font-family: Raleway;
	color: #dddddd;
}


.theme-footer {
	background-color: #444444;
	border-top: #666666 1px solid;
}


.theme-footer-info {
	color: #777777;
}

.theme-footer-info a {
	color: #777777;
}

.theme-sponsored {
	color: #333333;
}


.theme-hamburger {
	color: #eeeeee;
}


.theme-magazine-header-title
{
	font-size: 64px;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	color: #ffffff;
	line-height: 1.2;
	text-transform: uppercase;
}


.theme-magazine-header-second
{
	font-size: 20px;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	color: #dddddd;
	line-height: 1.2;
}


.theme-magazine-header-summary
{
	font-size: 40px;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	color: #eeeeee;
	line-height: 1.2;
}


.theme-magazine-header-name
{
	font-size: 12px;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	color: #dddddd;
	line-height: 1.2;
}


.theme-magazine-header-line
{
	font-size: 20px;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	color: #ffcc00;
	line-height: 1.2;
}


.theme-magazine-header-content
{
	font-size: 16px;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #ffcc00;
	line-height: 1.2;
}


