body {
	font-family: "HelveticaBlack", "HelveticaNeueMedium", "Helvetica", arial, sans-serif; font-stretch:normal;
	background: #22262a;
	max-width: 950px;
	width: 100%;
	min-width: 360px;
	margin: 0 auto;
	font-size: 14px;
}

.content {
	background-color: #22262a;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.clear {
	margin: 0;
	clear: both;
}

header, footer, article, section, nav, menu, hgroup {  
 display: block;  
} 

#container {
  position: relative;
}

.logo {
  color: #555;
  font-family: oswald,impact,arial;
  font-size: 24px;
  background: #fff;
  padding: 5px 10px;
}

.main-bg {
  background: #262b30;
}

a {
	color: #fff;
	text-decoration: none;
}
a:hover {

}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-top-40 {
	margin-top: 40px;
}

#create_container {
  margin: 0 auto;
  max-height: 400px;
  max-width: 400px;
  overflow: hidden;
  position: relative;
}

#create_container .img_captions {
	position: absolute;
	cursor: move;
	font-family: 'Impact', Arial;
	/*-webkit-text-stroke: 1px black;*/
	text-shadow:
        0 2px 1px #000,
        0 -2px 1px #000,
        2px 0 1px #000,
        -2px 0 1px #000;
        -moz-text-shadow:
        0 2px 1px #000,
        0 -2px 1px #000,
        2px 0 1px #000,
        -2px 0 1px #000;
	-webkit-text-shadow:	
        0 2px 1px #000,
        0 -2px 1px #000,
        2px 0 1px #000,
        -2px 0 1px #000;
	color: #fff;
	display: block;
	white-space:nowrap;
	letter-spacing: 0.5px;
	font-weight: normal;
}

#create_container .img_captions.focused {
	outline-style:dotted;
	outline-color:#00ff00;
}

#create_right {
  background-color: #F1F1F1;
  border-radius: 5px;
  height: 100%;
  padding: 10px;
}

header {
  background: #333 none repeat scroll 0 0;
  height: 51px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 999;
}

header div#floating-header {
  height: 40px;
  padding: 5px 0;
  background: #003b6d;
}

footer {
  color: #555;
  height: 30px;
  padding: 8px 0;
  width: 90%;
  text-align: center;
  color: #fff;
}

footer div#floating-footer{
	padding: 5px 0;
}

header nav ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

header nav ul li {
  display: block;
  float: left;
  margin-left: 0px;
  margin-top: 7px;
}

header nav ul li a {
  color: #ffffff;
  font-family: arial;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1.05px;
  line-height: 23px;
  padding: 10px 24px 12px;
  text-transform: capitalize;
}

header nav ul li a:hover, header nav ul li a.active {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #008bc0), color-stop(1, #008bc0) );
	background:-moz-linear-gradient( center top, #008bc0 5%, #008bc0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#008bc0');
	background-color:#008bc0;
}

#container {
	padding-bottom: 60px;
}

.fulltext {
	  padding: 10px 0;
	  text-align: left;
	  color: #ccc;
	  margin: 5px;
}
	
#widget div.left {
display: inline-block;
float: left;
width: 100%;
}

#widget div.right {
  display: inline-block;
  float: left;
  width: 100%;
}

.fleft {
  display: inline-block;
  float: left;
  width: 50%;
    margin: 20px auto 0;
    min-width: 400px;
    max-width:480px;
    position: relative;
    text-align: center;
    vertical-align: top; 
}

.fright {
  display: inline-block;
  float: left;
  width: 50%;
    margin: 0 auto;
    min-width: 400px;
    max-width:480px;
    position: relative;
    text-align: center;
    vertical-align: top;
}

.twothirdstxt {
  margin: 0 auto;
  max-width: 500px;
  min-width: 340px;
  padding: 20px;
  color: #ccc;
}

.meme_container_small {
	width: 125px;
	height: 125px;
	display: inline-block;
	margin: 10px 10px 30px;
	text-align: center;
	position: relative;
	background-color: #999;
	vertical-align: top;
}

.meme_container_small img {
  max-height: 125px;
  max-width: 125px;
  min-width: 125px;
  min-height: 125px;
}

.meme_container_small div {
	color: #bebebe;
    font-family: arial;
    font-size: 12px;
    font-weight: 600;
    left: 0;
    line-height: 13px;
    max-width: 115px;
    padding: 5px;
    position: absolute;
    text-decoration: none;
    top: 125px;
    width: 90%;
    word-wrap: break-word;
    letter-spacing: -.25px;
    text-transform: capitalize;
}

.fade {
	/* for IE */
	filter:alpha(opacity=60);
   /* CSS3 standard */
	opacity:0.6;
	background: #000;
}

.centered {
	text-align: center;
}

#create_nav {
  float: left;
  height: 41px;
  margin: 0 auto;
  width: 400px;
}

#create_nav ul {
  float: left;
  height: 45px;
  list-style: none outside none;
  margin-bottom: 12px;
  padding: 0;
  width: 100px;
  margin-top: 0 !important;
}

#create_nav ul li {
  margin-bottom: 0px;
  margin-left: 0px;
  width: 100px;
  float: left;
}

#create_nav ul li a {
  background: #f0f0f0 none repeat scroll 0 0;
  color: #000;
  display: block;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.4px;
  padding: 10px;
  text-decoration: underline;
}

#create_nav ul li a.active {
  background: none repeat scroll 0 0 #f0f0f0;
  color: #000;
}

.searchbar {
  background: none repeat scroll 0 0 #f2f2f2;
  border: 1px solid #ccc;
  height: 30px;
  margin-top: 21px;
  padding-top: 5px;
  width: 300px;
  border-radius: 0;
}

.searchbutton {
  background: url("../images/searchbutton.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 0 none;
  border-radius: 0;
  cursor: pointer;
  height: 42px;
  line-height: 0;
  margin: 0 0 0 -5px;
  text-indent: -9999px;
  width: 38px;
}

.h1title {
  background: #555 none repeat scroll 0 0;
  color: #fff;
  font-family: "oswald",arial;
  font-size: 21px;
  font-weight: normal;
  letter-spacing: -0.5px;
  margin: 0 0 20px;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}

.h1titlefeat {
  background: #555 none repeat scroll 0 0;
  color: #ccc;
  font-family: "oswald",arial;
  font-size: 21px;
  font-weight: normal;
  letter-spacing: -0.2px;
  margin: 0 0 5px;
  padding: 5px 0;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}

.h2title {
  color: #008bc0;
  font-family: arial;
  font-size: 34px;
  letter-spacing: -1.75px;
  text-transform: capitalize;
}

.mainheadline {
color: #0068c5;
font-family: "oswald";
font-size: 50px;
letter-spacing: -1.6px;
line-height: 8px;
text-transform: uppercase;
}

.h3title {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.2px;
  line-height: 10px;
  margin-bottom: 0;
}

.h1titlefull {
  background: #555 none repeat scroll 0 0;
  color: #fff;
  font-family: "oswald",arial;
  font-size: 21px;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 5px 0;
  text-align: center;
  width: 100%;
  text-transform: capitalize;
}

.titleopt {
    background: #555;
    color: #fff;
    font-family: 'oswald', arial;
    font-size: 21px;
    padding: 15px 0px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    line-height: 26px;
    margin-bottom: 10px;
}

.h1titleside {
  background: none repeat scroll 0 0 #c00600;
  color: #fff;
  font-family: arial;
  font-size: 21px;
  font-weight: normal;
  letter-spacing: -1.2px;
  margin-top: 20px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  text-transform: capitalize;
}

.viewcount {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  color: #333;
  font-family: "oswald",arial;
  font-size: 34px;
  height: 52px;
  letter-spacing: -0.75px;
  margin: 20px auto 21px;
  max-width: 110px;
  min-width: 100px;
  text-align: center;
}

.viewbottom {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
  height: 0;
  margin: 0 auto;
  width: 0;
}

.search-box {
  margin: 0px 0 20px;
  width: 100%;
  padding: 5px 0 0;
}

.meme-browser {
  background: none repeat scroll 0 0 #22262a;
  padding: 0 0px 20px;
  text-align: center;
  color: #ccc;
}

.meme_container {
  background-color: #22262a;
  display: inline-block;
  height: 160px;
  margin: 10px;
  padding: 0;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px 0 #333;
  vertical-align: top;
  width: 160px;
}

.meme_container img {
  max-height: 160px;
  max-width: 160px;
  min-height: 160px;
  min-width: 160px;
}

#full_meme {
  display: inline-block;
  margin: 0;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 400px;
}

#full_meme img {
  max-width: 400px;
  margin-bottom: 10px;
}

.sidenav {
  background: none repeat scroll 0 0 #BBBBBB;
  border-radius: 0 5px 5px 0;
  float: right;
  margin: 0 -1px 0 -30px;
  padding: 36px 16px 20px 0;
  height: 1038px;
}

.sidenavbrowse {
  background: none repeat scroll 0 0 #BBBBBB;
  border-radius: 0 5px 5px 0;
  float: right;
  margin: 0 -1px 0 -30px;
  padding: 36px 16px 20px 0;
  height: 992px;
}

#pagination strong, #pagination b {
	color: black;
	font-family: arial;
	font-size: 16px;
	padding: 2px 20px 0;
}

#pagination a {
  background: #ededed none repeat scroll 0 0;
  border-radius: 3px;
  color: #000000;
  display: inline-block;
  font-family: arial;
  font-size: 15px;
  font-weight: normal;
  margin-top: 8px;
  padding: 6px 20px;
  text-decoration: underline;
}
	
#pagination:active {
	position:relative;
	font-family: 'oswald',arial;
	top:1px;
}

#memeadbg {
  background-color: #f1f1f1;
  border-radius:0 0 5px 5px;
  height: 100%;
  margin-top: -10px;
  padding: 10px;
}

.hpshare {
  background: #fff none repeat scroll 0 0;
  margin: -20px auto -5px;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}

#captiondisplay {
  height: 100%;
  padding: 20px 10px;
  text-align: center;
}

.c3 {
  color: #fff;
  font-family: "oswald",arial;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
}

#recaption a {
  background: #3fa83f none repeat scroll 0 0;
  box-shadow: 0 2px 0 0 #5fb84f inset;
  color: #ffffff;
  display: block;
  font-family: arial;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: -1.15px;
  margin: 5px auto 20px;
  padding: 12px;
  text-decoration: none;
  width: 300px;
  text-transform: capitalize;
}

#recaption a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5fb84f), color-stop(1, #5fb84f) );
	background: #5fb84f);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#5fb84f');
	background-color:#5fb84f;
}

#recaptionside a {
  background: #3fa83f;
  box-shadow: 0 2px 0 0 #5fb84f inset;
  color: #ffffff;
  display: block;
  font-family: arial;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: -1.15px;
  margin: 15px auto 0;
  padding: 15px;
  text-decoration: none;
  width: 270px;
  text-transform: capitalize;
}

#quick-links img {
  color: transparent;
  font-size: 0;
  margin-left: 0px;
  vertical-align: middle;
  width: 260px;
  border: none;
}
	
#quick-links a {
  border-radius: 4px;
  color: #ccc;
  font-family: arial;
  font-size: 13px;
  font-weight: normal;
  line-height: 24px;
  text-decoration: underline;
}

#quick-links a:hover {
	color: #ccc;
}
#quick-links b u {
	font-size: 20px;
}

ul.admin-list {
	list-style: none;
}
ul.admin-list li {
	float: left;
	margin: 10px;
	display: inline-block;
}
ul.admin-list li img {
	height: 200px;
}

.btnbg {
  background: none repeat scroll 0 0 #3fa83f;
  border: medium none;
  color: #ffffff;
  display: inline-block;
  font-family: arial;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.8px;
  margin: 8px;
  padding: 12px 24px;
  text-decoration: none;
  text-transform: capitalize;
}

.btnbg:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #008bc0), color-stop(1, #008bc0) );
	background:-moz-linear-gradient( center top, #008bc0 5%, #008bc0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#008bc0');
	background-color:#008bc0;
}.btnbg:active {
	position:relative;
	top:1px;
}

@font-face {
  font-family: 'Impact';
  src: url('../fonts/impact.ttf');
}


#sharebar {
  bottom: 0;
  display: block !important;
  font: 11px Helvetica,Tahoma,Arial;
  height: 43px !important;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 980000 !important;
}

#sharebar #sharebar-color {
  height: 26px;
  position: absolute;
  top: 13px !important;
  width: 100%;
  z-index: 985000;
}

#sharebar .sharebar-shade-bg-gloss {
  background: none repeat scroll 0 0 #333333 !important;
}

#sharebar #sharebar-shade {
  height: 37px;
  position: absolute;
  top: 10px !important;
  width: 100%;
  z-index: 990000;
}

.tags_cont .label {
    border-radius: 0.25em;
    color: #ffffff;
    display: inline;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: 0.2em 0.6em 0.3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.tags_cont .label-info {
    background-color: #5bc0de;
    margin-right:10px;
}

.ui-widget {
  font-family: Arial,sans-serif !important;
  font-size: 1.1em;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;

}
.logout_li a{
  padding:0px;font-size:13px;
}
.logout_li a:hover{
  background:none;
  text-decoration: underline;
}
.logout_li img{
  margin-right:5px;margin-top:-5px;
}

#widget {
	text-align: center;
	width: 100%;
}
	
.memeview {
  background: #22262a none repeat scroll 0 0;
  float: left;
  min-height: 100%;
  width: 100%;
  padding-bottom: 15px;
}

.banner {
  background-position: center center;
  border-bottom: 10px solid #9ccdd5;
  margin-bottom: 0px;
}

.f0_text {
	line-height: 18px; 
	padding: 15px 15px 25px; 
	text-align: left;
	background: #22262a;
	color: #ccc;
}

.ff_text {
	line-height: 18px; 
	padding: 15px 15px 5px; 
	text-align: left;
	background: #22262a;
	color: #ccc;
}

.top_ad_res { width: 320px; height: 100px; }
	@media(min-width:500px)  {.top_ad_res {width:468px; height: 60px;}}
	@media(min-width:800px)  {.top_ad_res {width:728px; height: 90px;}}


.ad_res {
  background-color: #22262a !important;
  padding: 10px 0 15px;
  text-align: center;
}
	
.link_ad_res { width: 728px; height: 15px; }
	@media(min-width:500px)  {.top_ad_res {width:468px; height: 15px;}}
	@media(min-width:800px)  {.top_ad_res {width:728px; height: 15px;}}	
	
.link_ad_bg {
  background-color: #22262a !important;
  display: block;
  height: 15px;
  margin-top: 5px;
  padding: 5px 0;
}	
	
@media (max-width: 949px) {
	.twothirds {
		width:100%;
	}
	
	.rightsidebar {
	  background: #22262a none repeat scroll 0 0;
	  margin: 0 auto;
	  min-width: 400px;
	  width:100%;
	}
		
	#quick-links {
		display: none;
	}
}

@media (min-width: 950px) {
	.twothirds {
		width:50%;
		float: left;
		text-align: center;
	}

	.rightsidebar {
	  background: none repeat scroll 0 0 #22262a;
	  float: right;
	  width: 50%;
	  height: 100%;
	  text-align: center;
	}
	
	#quick-links {
	  line-height: 20px;
	  text-align: center;
	  background: #22262a;
	  padding: 10px;
	  color: #fff;
	}
}

.ad468 {
  background-color: #22262a;
  display: block;
  margin: 20px 0 5px;
}

@media (min-width: 728px) {
	.ad728 {
	padding: 10px 0;
	display:block;
	}
	
	.ad336 {
		background-color: #22262a;
		padding: 20px 0;
		display: none;
	}
	
	.fleft {
	  width: 100% !important;
	}
	
	.fright {
	  width: 100% !important;
	}
}

@media (max-width: 727px) {
	.ad728 {
	padding: 10px 0;
	display:block;
	}
	
	.ad336 {
		background-color: #22262a;
		padding: 20px 0;
		display: block;
	}
	.fleft {
	  width: 100% !important;
	  max-width: 100% !important;
	}
	
	.fright {
	  width: 100% !important;
	  max-width: 100% !important;
	}
}

#at15pf, #at16pf {
  background: #f2f2f2 none repeat scroll 0 0;
  border-top: 1px solid #e5e5e5;
  box-sizing: content-box;
  height: 12px;
  position: relative;
  display: none !important;
}