body {
	font-family: "HelveticaBlack", "HelveticaNeueMedium", "Helvetica", sans-serif; font-stretch:normal;
	background: #f0f0f0;
}

.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;
}

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

}

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

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

#create_container {
	position: relative;
	/*overflow: hidden;*/
	max-width: 400px;
	max-height: 400px;
	border: 1px #000 solid;
	box-shadow:	0 0 5px #000000;
	-moz-box-shadow:	0 0 5px #000000;
	-webkit-box-shadow:	0 0 5px #000000;
	float:right;
	margin:0 25px;
}

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

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

input[type="text"], input[type="phone"],  textarea {
        font-size:14px;
}

header {
  background: none repeat scroll 0 0 #444;
  height: 50px;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

header div#floating-header{
	padding: 0px 0;
}

#newheader {
  background: none repeat scroll 0 0 #444;
  height: 56px;
  width: 100%;
}

#newheader div#floating-header{
	padding: 0px 0;
}

footer {
  background: none repeat scroll 0 0 #333333;
  bottom: 0;
  color: #FFFFFF;
  height: 30px;
  left: 0;
  padding-top: 3px;
  position: fixed;
  width: 100%;
  z-index: 999;
}

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

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

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

header nav ul li a {
  font-family: 'Oswald',Arial;
  font-size: 17px;
  font-weight: 400;
  padding: 5px 10px;
  color: #fff;
  text-shadow: 1px 1px 0 #008000;
}

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

#container {
	padding-top: 90px;
	padding-bottom: 60px;
}

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

.meme_container_small img {
  max-height: 125px;
  max-width: 125px;
  border-radius: 5px;
}

.meme_container_small div {
  color: #333333;
  font-size: 10px;
  font-weight: bold;
  left: 0;
  line-height: 11px;
  padding: 5px;
  position: absolute;
  top: 122px;
  width: 90%;
}

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

.centered {
	text-align: center;
}

#create_nav {
}

#create_nav ul {
	list-style: none;
	margin: 0 0 0 96px;
	padding: 0;
	width: 960px;
}

#create_nav ul li {
  float: left;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 10px;
  width: 180px;
}

#create_nav ul li a {
	font-family: 'Impact', Arial;
	color: #fff;
	display: block;
	font-size: 18px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 12px 20px;
	background: #555;
}

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

#widget {
	padding: 20px;
	padding-bottom: 37px;
	border-radius: 10px;
	background: #bbb;
	text-align: center;
}

#hashtag{
	font-size: 15px;
	position: relative;
	top: 5px;
	float: left;
	left: 9px;
	cursor: pointer;
}

#widget div.left {
	display: inline-block;
	float: left;
	width: 450px;
	margin-right: 20px;
}
#widget div.right {
	float: left;
	display: inline-block;
	width: 400px;
}

.meme-browser {
  background: none repeat scroll 0 0 #bbb;
  border-radius: 10px 10px 10px 10px;
  padding: 25px 20px 20px;
  text-align: center;
}

.meme_container {
  background-color: #999;
  border-radius: 5px 5px 5px 5px;
  display: inline-block;
  height: 202px;
  margin: 10px;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 202px;
}

.meme_container img {
  border: 1px solid #555555;
  border-radius: 5px 5px 5px 5px;
  max-height: 200px;
  max-width: 200px;
}

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

#full_meme img {
  border: 1px solid #666666;
  border-radius: 5px 5px 5px 5px;
  max-height: 400px;
  max-width: 400px;
}

#pagination strong, #pagination b {
	color: black;
	padding:0 20px;
	font-size:18px;
}

#pagination a{
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#0033cc;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 20px;
	margin-top: 8px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	}

#pagination:active {
	position:relative;
	top:1px;
	
}

#captiondisplay {
  background-color: #222222;
  border-radius: 5px 5px 0 0;
  height: 100%;
  margin-top: 10px;
  padding: 17px 10px 14px 10px;
}

.c3 {
	 font-size:16px; 
	 color:#999;
	 line-height: 18px;
}

#recaption a {
  background: -moz-linear-gradient(center top , #00A900 5%, #008B00 100%) repeat scroll 0 0 #00A900;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00A900), color-stop(1, #008B00) );
  border: 1px solid #007D00;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 1px 0 0 #00C900 inset;
  color: #FFFFFF;
  display: block;
  font-family: 'Impact',Arial;
  font-size: 21px;
  margin-top: 8px;
  padding: 15px;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 1px 1px 0 #008000;
  width:368px;
  margin:10px auto 0;
}

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

#quick-links {
	text-align: center;
	line-height: 27px;
}
	
#quick-links a {
  background-color: #999;
  border-radius: 4px 4px 4px 4px;
  color: #000000;
  font-weight: bold;
  margin: 0 -5px;
  padding: 4px 6px;
  text-decoration: none;
}

#quick-links a:hover {
	text-decoration: underline;
}
#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: -moz-linear-gradient(center top , #00A900 5%, #008B00 100%) repeat scroll 0 0 #00A900;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00A900), color-stop(1, #008B00) );
  border: 1px solid #007D00;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 1px 0 0 #00C900 inset;
  color: #FFFFFF;
  display: inline-block;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  margin-top: 8px;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #008000;
}

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

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

/*.fblike input[type="button"]{
	width: 100px;
	height: 40px;
	font-size: 23px;
	border-radius: 6px;
	border: 0;
}*/

.fblike img{
	width: 200px;
}

#customer_logout{
	float: right;
	margin-top: -15px;
}

.blacklist_form{
	float: left;
	margin-left: 30px;
}

.blacklist_viewall{
	margin-left: 46px;
	margin-top: 4px;
}

#block{
	font-size: 18px;
}

#hashtag span{
	display: block;
	float: left;
	padding: 5px;
	color: blue;
}

</style>
