body {
  color: #aeaeae;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 19px;
  background: url('backgroud.gif') fixed repeat left top;
}

#navigation {
    text-align: center;
    padding:10px;
}

.navigate {
    font-weight: bold;
}

a:link, a:visited, a:active {
	color: #510d60;
    text-decoration: underline;
    outline-color: invert;
	outline-style: none;
	outline-width: medium;	
}

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

.leftWrap{
  width: 160px;
  position: fixed;
  top: 0;
	float:right;
	margin-right: 0px;	
	margin-top: 10px;	
  margin-left: 860px;
}

.header {
	background: #fff;
	padding: 15px 15px 10px 15px;	
}

.topWrap {
	padding-bottom: 5px;
}

.tmlogo {
	float: left;
	width: 40px;
	height: 40px;
	overflow: hidden;
}

.tmtitle{
	float: left;
  margin-left:20px;
	height: 40px;  
  font-size: 11px;
	font-weight: normal;  
	line-height: 40px;
	font-family: font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #969696;
	text-transform: uppercase;
}

.tmnav ul {
}

.tmnav li {
    background: #fff;
	padding: 5.5px 5px;  
	font-size: 11px;
	font-weight: normal;
  	text-align:center;
	list-style: none;
  	margin-top: 5px;	
}

.tmnav a:link, 
.tmnav a:visited, 
.tmnav a:active {
	text-decoration: none;
	color: #969696;
}

.tmnav a:hover {
	text-decoration: underline;
}

/* header Active Css */
.header-more{
}
.description {	
  margin: 0;
}
.description-text{
  margin: 0;
  padding: 0;
  background: #fff url(http://static.tumblr.com/ydokqes/dumm2av3p/border.png) repeat; 
  font-size: 1px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 18px;  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 19px;
  overflow:hidden;
}
.header .readmore{
  width: 10px;
  height: 6px;
  margin: 0 auto;
  cursor: pointer;
  background: #fff url(http://static.tumblr.com/ydokqes/S1Vm2av1e/arrow_down.png) no-repeat center top; 
}

.header .up{  
  background: #fff url(http://static.tumblr.com/ydokqes/Nnrm2av1y/arrow_up.png) no-repeat center top; 
}


#container {
    margin: 10px auto 0px;
    position: relative;
    width: 860px;
}

#footer {
    margin: 0px auto 0px;
    position: relative;
    width: 860px;
}

#container .posts {   
	float:left;
  width: 860px;
}

.box {
	background-color: #fff;
	width: 420px;
	margin: 0 10px 10px 0;
	float: left;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	position:relative;
}

.pagination {
	background-color: #fff;
	width: 850px;
	margin: 0px 0 10px 0;
	float: left;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: normal;
	height: 31px;
	line-height: 31px;
	padding: 0px 0 20px 0;
}

.box h3 {
	font-size: 13px;
	font-weight: bold;
}

.innerbox {
	padding: 10px 10px 10px;
	position: relative;
  color: #3f3f3f;
  _clear:both;
}

img{
display:block;
}

.post_image {
    margin:10px 0 10px;
}

.photoset {
    margin:5px 0 0px;
}

.boxhover {
	width: 420px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;	
	padding: 15px 15px;
	background: transparent url(http://static.tumblr.com/ydokqes/g75m1uxmo/boxhover.png) repeat 0 0;  
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	display: none; 
  	text-shadow: 0px 0px 5px #000000; filter: dropshadow(color=#000000, offx=0, offy=0);
}

.boxhover-inner{
  padding: 10px;
}
.boxhover.active {
	display: block;
}

.tmlabel {
	font-size: 10px;
	text-transform: uppercase;
  line-height: 10px;
}

.tmvalue {
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 20px;
}

a.title { 
    color: #aeaeae; 
    text-decoration: none; 
} 
 
.footer {
  margin-left:168px;
	padding: 80px 0 40px 0;
	width: 860px;
	text-align: center;
}


blockquote.classy {
    background-image: url("http://static.tumblr.com/ydokqes/qjvm1wq4i/openquote1.gif");
    background-position: left top;
    background-repeat: no-repeat;
    font: 14px/20px italic Times,serif;
    margin: 5px;
    padding: 8px;
    text-indent: 23px;
}

blockquote.classy span {
    background-image: url("http://static.tumblr.com/ydokqes/REzm1wq5e/closequote1.gif");
    background-position: right bottom;
    background-repeat: no-repeat;
    display: block;
}

table.chat {
  width: 100%;
  margin: 0 0 10px 0;
  border-collapse: collapse;
}

h2 + table.chat {
  margin: 10px 0 3px 0 !important;
}

table.chat tr td {
  padding: 0 10px;
}

table.chat tr td.name {
  font-weight: bold;
  text-align: right;
  vertical-align: top;
}

table.chat tr td.line1 {
  background: #F7F7F7;
}


.footer a:link, 
.footer a:visited, 
.footer a:active {
	text-decoration: none;
	color: #ffffff;
	text-transform: case;
	background: transparent url(http://static.tumblr.com/ydokqes/g75m1uxmo/boxhover.png) repeat 0 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
	font-size: 18px;
	line-height: normal;
}

.footer a:hover {
	text-decoration: underline;
}


/* permelink page with notes */
.postbox {		
  float:right;
  width: 420px;  
}

.postcontent {
	background: #fff;
	float: left;
	padding: 10px;	
  width: 400px;
	margin: 0 0 10px;
}

.postcontent img {
	float: left;
}

.postinfo {
	padding: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 5px 0 10px 0;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	background-color: #fff;
	width: 100%;
	float: left;
  width: 400px;
}

.note {
	padding: 10px 0px 11px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 10px;
	width: 100%;
	float: left;
	width: 400px;
	line-height: normal;
	background: #fff url(http://static.tumblr.com/ydokqes/oDZm1xgo6/border.png) repeat-x left bottom;
	list-style: none;
}

.note:first-child
{
	padding-top: 0px;
}

.notes {
	padding: 0px;
	margin: 0px;
}

.note .avatar {
	width: 16px;
	height: 16px;
	float: left;
	overflow: hidden;
}

.note .action {
	margin-left: 10px;
	line-height: 16px;
	font-size: 11px;
font-size:13px;
font-family: Verdana, Tahoma, sans-serif;
}

.more_notes_link_container {
	background-image: none;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #aeaeae;
font-size:13px;
font-family: Verdana, Tahoma, sans-serif;
}

.more_notes_link_container a:link, 
.more_notes_link_container a:visited, 
.more_notes_link_container a:active {
	color: #aeaeae;
	text-decoration: none;
}

.more_notes_link_container a:hover {
	color: #747575;
}

.c1 {
	display: block;
	text-align: center;
}

#infscr-loading {
    background: url("http://static.tumblr.com/ydokqes/g75m1uxmo/boxhover.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 18px;
    line-height: normal;
    padding: 5px;
    text-decoration: none;
    text-transform: uppercase;
    bottom: 40px;
    margin-left: 217px;
    position: fixed;
    z-index: 100;    
    text-align: center;
}
#infscr-loading img{
  position: absolute;
  left: -99999px;
  top: -99999px;
}
.rounded-corners {
    -webkit-box-shadow: 0 1px 10px rgba(81,13,96,0.5);
-moz-box-shadow: 0 1px 10px rgba(81,13,96,0.5);
box-shadow: 0 1px 10px rgba(81,13,96,0.5);
}

    
.boxhoverlink
{
color:#ffffff !important;
text-decoration:none !important;
}

.boxhoverlink:hover
{
color:silver !important;
text-decoration:underline !important;
}


.reblogbutton {
    margin-top:5px; 
}

.caption
{
float:left;
font-size:13px;
font-family: Verdana, Tahoma, sans-serif;
line-height: 18px;
}

.block
{
float:left;
font-size:13px;
font-family: Verdana, Tahoma, sans-serif;
}

.block_time
{
width:180px;
text-align:left;
}
.block_notes
{
width:170px;
text-align:left;
}
.block_reblog
{
width:50px;
text-align:right;
}

.block img
{
float:right;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
    float: left;
}

.right {
    float: right;
    text-align: right;
}

.clear {
	clear: both;
}

.pagination2 {
	clear: both;
	background: red;
	width: 100px;
	height: 100px;
}

.word {
	float: left;
	display: block;
	width: 71px;
	height: 100px;
	background-color: #510b53; 
	background-position: -0px 0px;
}

.box2 {
	background-color: #fff;
	margin: 0px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	position:relative;
}

.innerbox2 {
	padding: 7px 10px 10px;
}

#header {
    margin: 10px auto 0px;
    position: relative;
    width: 860px;
	display: block;
}

#gifcraft
{
    width: 830px;
	background-color: #510b53; 
	display: block;
}

#words
{
    width: 568px;
    margin: 0px auto;
}

.g {background-image: url("a4_purple/g.jpg");}
.i {background-image: url("a4_purple/i.jpg");}
.f {background-image: url("a4_purple/f.jpg");}
.c {background-image: url("a4_purple/c.jpg");}
.r {background-image: url("a4_purple/r.jpg");}
.a {background-image: url("a4_purple/a.jpg");}
.t {background-image: url("a4_purple/t.jpg");}

strong
{
 font-weight: bold;
}

em
{
 font-style: italic;
}