/*
Theme Name: WPTricks
Theme URI: http://wptricks.net
Description: Created by WPGPL.com and enjoy it <a href="http://wptricks.net">WPTricks Network</a>.
Version: 1.0
Author: WPTricks
Author URI: http://wptricks.net
Tags: custom header, fixed width, two columns, widgets

	First Coded
	16 December 2009 18.29
	
	Last Coded
	20 Februari 2010
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
@import url('css/all-tricks.css');

body {
	font: 12px Helvetica, Arial, sans-serif;
	line-height: 18px;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}

.aToolTip {
background: #fff;
border:1px solid #E6E6E6;
margin:0;
padding:6px 12px 6px 12px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

.aToolTip .aToolTipContent-content {
position:relative;
margin:0;
padding:0;
}
.navigation span {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	text-shadow: #ccc 2px 2px 2px;
	text-transform: uppercase;
	letter-spacing: -1pt;
}
.lite {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	text-shadow: #ccc 2px 2px 2px;
	text-transform: uppercase;
	letter-spacing: -1pt;
}
.riletad {
	margin-bottom: 20px;
}	

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images *

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.wp-caption.alignleft {
	margin-right: 10px;
}
.wp-caption.alignright {
	margin-left: 10px;
}
.wp-caption {
	border:1px solid #ccc;
	text-align:center;
	position: relative;
	margin-bottom: 15px;
}

.wp-caption img {
	border:0 none;
	margin:0;
	padding:0;
}

.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	position: absolute;
	right: 0;
	bottom: 15px;
	background: #d10000;
	color: #fff;
	padding: 4px;

	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
/* End captions */	

.postmetadata {
	color: #999;
	font-size: 11px;
}
.sharer {
	float: right;
	margin-left: 10px;
}
.meme {
	margin-left: 10px !important;
}
.boxshadow { -moz-box-shadow: 0 0 4px #999; -webkit-box-shadow: 0 0 4px #999; -webkit-transition: all 0.1s ease-out; }
.boxshadow:hover { -moz-box-shadow: 0 0 8px #555; -webkit-box-shadow: 0 0 8px #555; }

.stt-recent {
	display: block;
	overflow: hidden;
}
.stt-recent li {
	float: left;
	display: inline;
	margin-right: 5px;
}
.stead {
	border-top: 1px dotted #ccc;
	padding: 20px 0;
	margin-top: 20px;
}
.stt-tag {
	overflow: hidden;
	display: block;
}
.latestpost ul {
	margin-bottom: 20px;
}
.recent-comment li, .aggregrate,.toppost li {
	display: block;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	overflow: hidden;
}
.recent-comment .avatar-30, .avatar,.cripimage, .tptn_thumb {
	float: left;
	margin-right: 10px;
}
.stt-tag {
	margin-left: 0 !important;
	padding-left: 0 !important;
}
.stt-tag li {
	display: inline;
	float: left;
	margin-right: 10px;
}
.wp-post-image {
	border: 1px solid #ccc;
}
.spare {
 display: block;
margin-bottom: 10px;
}
.toppost h3 {
	text-transform: none !important;
	border-bottom: none !important;
}

.bixu {
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 10px;
}
.ad-ui h4 {
	color: #999;
	font-weight: normal;
	font-size: 13px;
}
.gapgap {
	margin-bottom: 20px;
}
.netresult {
	border-bottom: 1px solid #efefef;
	padding: 0 0 5px 0;
	margin-bottom: 0 0 15px 0 !important;
}
h2.nettitle {
	font-size: 13px !important;
	padding: 0 !important;
	margin: 0 !important;
}
.smiler {
	color: #777;
	font-size: 10px;
}

.first-child .cap {
background: #000;
margin-right: 5px;
margin-top: 5px;
font-size: 48px;
padding: 10px 0 !important;
float: left;
font-weight: normal;
color: #fff;
font-family: Georgia, 'Times New Roman', serif;
}
.first-child .cap span {
	margin: 15px 5px !important;
}
.noted {
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}