/*

Theme Name: MemesLog
Theme URI: http://www.memeslog.com/
Description: memeslog.com Theme
Version: 1.0
Author: Miguel Kudry
Author URI: http://mkd.la/
Tags: memeslog, theme, tema

*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #E6E6E6;	
}

a {
	text-decoration: underline;
	color: #990000;
}

#body {
	width: 750px;
	margin: 0 auto;	
}

.indentado {
	display: block;
	overflow: hidden;
	text-indent: -50000px;
}


h1.logo {
	width: 455px;
	height: 109px;
	float: left;
	background: url(img/logo.gif) no-repeat;
	margin: 65px 0 0 0;
}

h1.logo a {
	width: 455px;
	height: 109px;
}

.topads {
	text-align:center;
	margin: 15px 0 20px 0;
}

a.cat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #990000;
	text-decoration:none;	
}

a.tit {
	font-family: Tahoma, Geneva, sans-serif;
	color: #333333;
	font-size: 36px;
	text-decoration: none;
	padding-left: 10px;
}

.title {
	width: auto;
	padding-bottom: 4px;
}

.flecha {
	width: auto;
	background: url(img/flecha.jpg) no-repeat left bottom;
	background-position: 20px;
	clear: both;
	height: 30px;
}

.post {
	background: #FFF;
	width: auto;
	padding: 30px;
}

.post p {
	padding: 5px 0 5px 0;
}

.social {
	text-align:left;
	padding: 25px 0 0 0;
}

.clear {
	clear:both;
	margin-top: 30px;
}

.submit {
	width: 255px;
	height: 87px;
	float: left;
	margin: 68px 0 0 20px;
}

.flechasubmit {
	width: 25px;
	height: 87px;
	background: url(img/flechasubmit.gif) no-repeat;
	float:left;
}

h2.submith {
	width: 230px;
	height: 87px;
	float: left;
	background: #990000;
	line-height: 87px;
	text-align: center;
}

h2.submith a {
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	font-size: 32px;
	width: 230px;
	height: 87px;
	display: block;
}


#footer {
	height: 120px;
	width: auto;
	background: url(img/footer.gif) repeat-x;
	clear: both;
	line-height: 90px;
	text-align: center;
}

.alignrightt a {
	display: block;
	width: 192px;
	height: 46px;
	background: url(img/next.gif) no-repeat;
	overflow: hidden;
	text-indent: -50000px;
}

.alignleftt a {
	display: block;
	width: 192px;
	height: 46px;
	background: url(img/last.gif) no-repeat;
	overflow: hidden;
	text-indent: -50000px;
}

.alignleft a, .alignright a {
	font-size: 16px;
	margin-top: 20px;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 690px;
	margin: 0 auto;
}
.alignright, .alignrightt {
	float: right;
	}

.alignleft, .alignleftt {
	float: left;
	}
.aligncenter {
display:block;
margin: 0 auto;
}