* {	margin:0;
	padding:0;}

	
.header {
width: auto;
height:auto;

margin: 0;
padding-left: 75px;
padding-bottom:25px;
padding-top: 50px;
}	
	
	
.callout{font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2", Sans-Serif;
font-style: italic;
font-size: 24px;
line-height: 28px;

}

.callout:hover{

color:#35aaa6;
-webkit-transition: color 0.8s ease;
-moz-transition: color 0.8s ease;
-o-transition: color 0.8s ease;
  transition: color 0.8s ease; 
  }
  
  
 .callout{
 color:#666;
-webkit-transition: color 0.5s ease;
-moz-transition: color 0.5s ease;
-o-transition: color 0.5s ease;
  transition: color 0.5s ease;}

	
	
}
.copy  {font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2", Sans-Serif;
	font-size:11px;
        line-height:18px;}
.date  {font-family:"ff-tisa-web-pro-1","ff-tisa-web-pro-2", Sans-Serif;
	font-size:12px;
        line-height:18px;
font-style:;
color:#B5B5B5;}

.name{font-family:"ff-tisa-web-pro-1","ff-tisa-web-pro-2", Sans-Serif;
padding-top: 0px;
padding-bottom: 10px;
          font-size:18px;


           


}

.threecol{ max-width: 500px;
			width: 100%;
			height: 75px;
			overflow: hidden;
			margin: 0 auto;
}
.third{width: auto;
	float: left;
	text-align: center;
	margin-right: 2%;}





/*
icons{width: 500px;
height: 70px;

text-align: center;
	-moz-column-count: 3;
	-moz-column-gap: 5px;
	-webkit-column-count: 3;
	-webkit-column-gap: 5px;
	column-count: 3;
	column-gap: 5px; 
	vertical-align: baseline;
	padding-bottom: 25px;
	
}
.icons * {line-height: 10px;}

.icons img {padding-bottom: 5px;}
*/













body {
	/*
padding-left: 0%;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-top: 50px;
*/
	word-spacing: 0.01px;

	background-image:;
	background-repeat: repeat;
	color:#666;
	font-family:"ff-tisa-web-pro-1","ff-tisa-web-pro-2", Sans-Serif;
	font-size:11px;
line-height:18px;}
        /*
background-image: url(/core/user/gfx/header2.png);
	background-repeat: repeat-x;



@font-face {
  font-family: Junction;
  src: url(/core/user/gfx/Junction.otf);
  [font-weight: Regular];
filter: progid:DXImageTransform.Microsoft.
AlphaImageLoader(src=hIEfix.png,sizingMethod=crop);
    	zoom: 1;
  -webkit-font-smoothing: none;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-font-smoothing: antialiased;
}
*/

/*BASIC ELEMENTS*/

.dash {
	background-color:#666;
	width:12px;
	height:1px;
	float:left;
	margin:7px 0 0 0;
}

#left { float: right;
	padding-left: 0px;
	/*position:absolute;*/
}

#right {
	/*padding-bottom: 50px;
	padding-right: 0;*/
	padding-left: 75px;
	padding-top: 0;
	position:absolute;*/
	left: 300px;
	top: 125px;
	/*max-width: 1500px;*/
	max-width: 1200px;
}

#logo {
	margin-left: 0;
	margin-bottom: 30px;
	margin-right: 0;
	margin-top: 15px;
}

	.logo-img {
		margin:0 0 0 15px;
padding-left: 15px;
		/*float:left;*/
	}


#pages {
	/*
margin-left: 30px;
	margin-bottom: 50px;
	margin-right: 0;
	margin-top: 0;
*/
}

#entries {
	margin:0 0 30px 30px;
}



#social{
border-radius:3px;
background: #e0e0e0;
opacity: 0.6;
color: #666666;
width: 375px;
padding:10px;
margin-bottom: 20px;
margin-left: -10px;

-webkit-transition: opacity 0.5s ease;
-moz-transition: opacity 0.5s ease;
-o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;}

#social a{color: #666666;font-size:12px;
}

#social a:hover{color: white	;
}


#social:hover{
opacity: 1.0;
-webkit-transition: opacity 0.5s ease;
-moz-transition: opacity 0.5s ease;
-o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;}












/*
#twocol {
	width: 600px;
height:300px;
	
	text-align: left;
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px; }
*/

#tags {
	/* margin:0 0 30px 30px; */
}

#thumbs {padding-bottom: 50px;
	max-width: 1500px;
}

#footer {
	padding:30px 0 0 0;
	color:#999;
}

#load-content {
/*new*/padding: 0px;
	max-width: 500px;
	display:none;
	margin:0 0 30px 0;

}

#core-loader {
	
	left;
	display:none;
}

/*GENERAL*/

.link-active {
	background-color:#CCC;
	color:#333;
-webkit-transition: color 0.5s ease;
-moz-transition: color 0.5s ease;
-o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.clear {
	clear:both;
}

img
{  
	border-style: none;
}

a {
	outline: none;
	color: #666;
	text-decoration:none;
	-webkit-transition: color 0.5s ease;
-moz-transition: color 0.5s ease;
-o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

a:hover {
	color: #35aaa6;
	opacity: 1.0;
-webkit-transition: color 0.5s ease;
-moz-transition: color 0.5s ease;
-o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

/*ENTRY.PHP*/
.entry-title {
	/*
border-bottom-color: #b6b6b6;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
*/
	margin-left: 0;
	margin-bottom: 15px;
	margin-right: 0;
	margin-top: 0;
	font-size:18px;
	
    font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2", Sans-Serif;
   /*  font-variant: small-caps; */
    
}

.entry-date {
	font-size:10px;
	color:#666;
}

.entry-line {
line-height:20px;
	background-color:#111;
	width:700px;
	height:1px;
	margin:45px 0 80px 0;
}

.entry {
	margin-left: 0;
	margin-bottom: 30px;
	margin-right: 0;
	margin-top: 0;
	width:700px;
}

.entry img {
	margin:0 0 20px 0;
}


.entry a {
	padding:0 0 0 0;
}

.entry-extra1 {
	float:left;
	margin:0 30px 0 0;
}

.entry-extra2 {
	float:right;
}

.entry-text {
	margin:0 0 20px 0;
}

.entry-text-top {
	margin:0 0 20px 0;
}

#close-entry {font-size: 12px;
font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2", Sans-Serif;

	cursor:pointer;
	color:#333333;
}

.copy #close-entry {font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2", Sans-Serif;
font-size: 10px;
	cursor:pointer;
	color:#333333;}

#close-entry:hover {
	color:#666666;
}


/*ENTRY_LINK_THUMBS.PHP*/

.thumb {
	
	float:left;
	margin:10px 25px 25px 0;
	padding:0 0 25px 0;
height:150px;
	width:200px;
}
/*
.thumb img{-webkit-transition: -webkit-transform 1.0s ease-in-out;
-moz-transition: -moz-transform 0.5s ease-in-out;
transition:  transform 0.5 0.5s ease-in-out;
	}



#thumbs a:hover img {
-webkit-transform: scale(1.1) rotate(360deg);
-moz-transform: scale(1.25) rotate(10deg);
-o-transform: scale(1.25) rotate(10deg);
  transform: scale(1.25) rotate(10deg);

-webkit-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.3);
-box-shadwow:5px 5px 25px rgba(0, 0, 0, 0.3);
}
*/

.thumb.link-text{color: #666;}
	
/*
.thumb .link-text{  white-space:nowrap ;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    -o-text-overflow: ellipsis;  
    -moz-binding: url('assets/xml/ellipsis.xml#ellipsis');
    width: 190px  
    height:100px; 
 -o-text-overflow: ellipsis;	/* required for Opera
    

    width: 100%;
	}
*/
	

#thumbs a:hover {opacity: 1.0;}



#thumbs a {opacity: .8;
-webkit-transition: opacity 0.5s ease;
-moz-transition: opacity 0.5s ease;
-o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;}

#thumbs .entry-text:hover {
	background:#232323;
	padding:0;
}

.thumb-tags {
	padding:0;
	margin:0;
}


.thumb-info {
	max-width:190px;
	padding:0;
	margin:0;
}

.media {
	max-width: 500px;
}

.clear {
	clear: both;
}
