/*
Theme Name:     Tips and Tricks (parent)
Description:    Parent Tips and Tricks theme
Author:         Vertaxe
Author URI:     http: //www.vertaxe.com
*/

html,body
{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	background:#888;
}
body {
	font-family: Arial, “Helvetica Neue”, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: “Gill Sans”, “Trebuchet MS”, Calibri, sans-serif;
	margin: 0 0 15px 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
      font-style:normal;
      font-weight:normal;
}
p {
	margin: 0 0 15px 0;
}
strong, b, strong *, b * { 
	font-weight: bold; 
	}
	
em, i, em *, i * { 
	font-style: italic; 
}
a:link,a:visited,a:hover
{
	color:#009EFF;
	text-decoration:none;
}
a:focus { 
    outline: none; 
}

input,textarea,select
{
	font-size:14px;
	color:#4c4c4c;
	border:1px solid #9b9b9b;
	background: #ededed url('images/bg_input.jpg') 0 bottom repeat-x;
	padding:5px;
	margin: 0px 0px 10px 0px;
}

select
{
	padding:3px;
}

input:focus,textarea:focus,select:focus
{
	border:1px solid #459DD3s;
	color:#459DD3;
	background:#FFF;
}

img.alignleft {
display: inline;	
float:left;
padding:10px 10px 10px 0px;
}

img.alignright {
display: inline;	
float:right;
padding:10px 0px 10px 10px;
}


#header
{
	background:#333333;
	height:190px;
	width: 100%;
	position: relative;
}

div h1 
{
	color:#FFF;
	line-height: 20px;
	font-size:20px;
	background-color:#0080ce ;
	border:1px solid #00385b;
	border-left:0;
	border-right:0;
	width: 650px;
	margin:0 0 10px -19px;
	padding:15px 15px;
	clear: left;
}

h1 a { color:#FFF !important; }

h2
{
	color:#FFF;
	line-height: 20px;
	font-size:20px !important;
	background:#0080ce url('images/bg_h2.jpg') center 0 repeat-y;
	border:1px solid #00385b;
	border-left:0;
	border-right:0;
	width: 650px;
	margin:0 0 20px -19px !important;
	padding:15px 15px !important;
	clear: left;
}
h2 a:link, h2 a:visited, h2 a:hover{
	color: #FFF;
}
h3 {
	font-size: 19px;
	font-weight: bold;
	color: #666;
	margin: 0 0 15px 0;
	width: 635px;
}
h4 {
	font-size: 18px;
	color: #666;
	margin: 0 0 15px 0;
}
#box_1_1 {
	width: 645px;
	margin: 0 0 20px 0;
}

/*
 --- Pagination
 */
#pagination
{
	border:1px solid #CCC;
	width:640px;
	height:25px;
	margin:10px 0 0;
	padding:2px 0;
}

#pagination a,#pagination span
{
	font-size:15px;
	font-weight:700;
	display:block;
	float:left;
	padding:5px 10px;
}

#pagination #sep
{
	width:1px;
	height:25px;
	background:#CCC;
	float:left;
}

#content
{
	background: #FFF url('images/bg_content.jpg') right 0 repeat-y; 
	color:#454545; 
	font-size: 13px;
	padding: 0 0 0 19px;
}
#content.no_sidebar {
	background: #FFF;
}
#content_container {
	float: left;
	padding: 0 19px 19px 0;
	width: 642px;
	position: relative;
}
#content_container.no_sidebar {
	width: 962px;
}
#content_container p {
	line-height:1.6em;
}

#body {
	width: 680px;
	position: relative;
}

#rightside
{
	width:320px;
	float:left;
	background:#333;
}
.widget
{
	margin:0 0 20px 0;
	padding: 0 10px 10px 10px;
	color:#FFF;
}
#outerMainTable tr {
	width: 285px;
	display: block;
}
#WidgetDesc_2 {
	display: block;
	width: 220px;
	overflow: hidden;
}
h3.sidebar
{
	display: block;
	padding: 15px 10px 0px 10px;
	background: #333;
	color:#459DD3;
	font-size:17px;
	margin: 0 0 10px 0;
	position: relative;
	left: -10px;
	width: 300px;
	font-weight: bold;
}
h3.footer {
	font-weight: bold;
	margin: 0 0 10px 0;
	width: 267px;
}

div.divider
{
	border-bottom:1px dashed #CCC;
	width:648px;
	height:1px;
	margin:10px 0;
}

span.siteinfo
{
	display:block;
	padding-top:5px;
	font-size:10px;
	color:#646464;
}

#page
{
	width:1000px;
	background-color:#FFF;
	border: 1px solid #333;
	border-top: 0;
	border-bottom: 0;
	margin:0 auto;
}

hr.clear
{
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	border-width:0;
	margin:0;
	padding:0;
}

#tt_msg,p.message
{
	display:block;
	border:1px solid #739AFD;
	border-left:0;
	border-right:0;
	background-color:#E7EEFF;
	width:622px;
	margin:10px 0;
	padding:10px;
}

a.tt_button:link,.tt_button,.tt_button:active,.button-primary,p.submit input
{
	display:block;
	width:auto;
	font-size:14px;
	line-height:14px;
	text-decoration:none;
	text-align:center;
	color:#666;
	cursor:pointer;
	border:1px solid #666;
	background:0;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
	padding:5px 15px;
}

a.tt_button:visited
{
	color:#666;
}

a.tt_button:hover,input.button-primary:hover,input.tt_button:hover,p.submit input:hover
{
	color:#1278DB;
	text-decoration:none;
	border:1px solid #1278DB;
	background:0;
}

#addtip
{
	display:block;
	border:1px solid #459DD3;
	background-color:#E6F5FF;
	width:620px;
	margin:35px 0 25px;
	padding:10px;
}

form#add_tip select#phone
{
	width:637px;
	margin:0 0 10px;
}

div#addtip div#tt_msg {
margin:15px 0;
width:600px;	
}



div.tt_modal
{
	display:none;
	color:#000;
	font-size:13px;
	padding:8px 0 0 8px;
}

div.tt_modal h3.actionbar_title,div.tt_modal #tt_msg
{
	width:550px;
}

#bottom_bar
{
	position:absolute;
	bottom:12px;
	width:538px;
	color:#000;
	font-size:16px;
	font-weight:700;
	background-color:#FFF;
	z-index:9999;
	border:1px solid #666;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:10px;
}
.right {
	float: right;
}
#bottom_bar input
{
	margin:0 0 0 10px;
}

#bottom_bar_spacer
{
	height:72px;
	width:560px;
	visibility:hidden;
}

input.new_wording,textarea.new_wording
{
	width:548px;
	margin:10px 0 0;
}

textarea.new_wording
{
	height:200px;
}

input.actionbar_submit,input.actionbar_vote
{
	float:right;
	background:#FFF;
	border:1px solid #CCC;
	cursor:pointer;
	padding:5px 10px;
}

input.actionbar_vote
{
	border:0;
	font-size:16px;
	padding:15px 5px 15px 40px;
}

input.actionbar_vote.up
{
	background:url('images/thumb_up.png');
	background-repeat:no-repeat;
}

input.actionbar_vote.down
{
	background:url('images/thumb_down.png');
	background-repeat:no-repeat;
}

#actionbar_tip
{
	border:1px solid #CCC;
	color:#000;
	font-size:12px;
	line-height:12px;
	width:538px;
	background:0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin:10px 12px 10px 0;
	padding:10px;
}

#actionbar_newphone
{
	height:27px;
	border:1px solid #666;
	color:#000;
	font-size:12px;
	width:548px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin:10px 12px 10px 0;
	padding:12px 5px 5px;
}

div.tt_modal form.actionbar_newphone
{
	width:462px;
	float:none;
	padding:5px 0 10px;
}

#simplemodal-overlay
{
	background-color:#000;
	z-index:100;
}

#simplemodal-container
{
	height:350px;
	width:600px;
	color:#bbb;
	background-color:#FFF;
	border:1px solid #00385B;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
	padding:12px 0 12px 12px;
}

#simplemodal-container a.modalCloseImg
{
	background:url('images/x.png') no-repeat;
	width:26px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:5px;
	right:5px;
	cursor:pointer;
}

#userpanel input.input
{
	height:18px;
	width:200px;
	font-size:18px;
	color:#666;
	background-color:#FFF;
	border:1px solid #CCC;
	margin-bottom:10px;
	padding:2px;
}

hr#openid_split
{
	visibility:hidden;
	border:0;
}
/* 
 --------- Main menu 
*/
ul.main
{
	font-size:12px;
	color:#666;
	display:block;
	border-top:1px solid #333;
	background: #999 url('images/bg_menu.jpg') 0 0 repeat-x;
	list-style:none;
	height:38px;
	margin:0;
	padding:0;
}
ul.main li
{
	float:left;
	height:auto;
	margin:0;
}
ul.main li a
{
	color:#666;
	text-shadow: #FFF 2px 2px;
	border-bottom: 6px solid #999;
	font-size:12px;
	line-height: 12px;
	display:block;
	letter-spacing:0.1em;
	padding:10px 34px;
}
ul.main li a:hover, ul.main li.current-menu-item a
{
	color:#000;
	border-bottom: 6px solid #666;
}
ul.main li.current-menu-item a {
	border-bottom: 6px solid #009EFF;
}
ul.main li.current-menu-item ul.sub-menu a {
	border-bottom: 6px solid #666;
}
ul.main li.current-menu-item ul.sub-menu a:hover {
	border-bottom: 6px solid #009EFF;
}
ul.main li ul.sub-menu {
	display: none;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
	z-index: 999;
	background: #FFF;
	border: 2px solid #666;
	border-top: 0;
	border-bottom: 0;
}
ul.main li ul.sub-menu a {
	display: block;
	padding: 10px;
	background: #FFF;
	width: 180px;
}
ul.main li:hover ul.sub-menu {
	display: block;
}

#addthis
{
	width:320px;
	height:40px;
}

table.listby_brand,#tip,#suggest-form div,#list_os,#contact-form
{
	width:605px;
	font-size:12px;
	border:1px solid #CCC;
	position:relative;
	text-align:left;
	margin:0 0 40px 0;
	padding:20px;
}

td span.ptt_icon2
{
	color:#000;
	font-size:12px;
	font-weight:400;
	display:block;
	width:18px;
	height:15px;
	background:#000;
	float:right;
	z-index:999;
	position:relative;
	margin:0 5px 0 0;
}

td span.ptt_icon2 span
{
	width:130px;
	float:right;
	display:block;
	background:#eee;
	border:1px solid #6a6140;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	visibility:hidden;
	position:absolute;
	right:-55px;
	top:31px;
	padding:5px;
}


span.ptt_icon:hover span,td span.ptt_icon2:hover span,div.votelistind:hover #ptt_info
{
	visibility:visible;
}


#contact-form textarea
{
	width:500px;
}
/*
 ---- Tip listing
 */

#tip
{
	width:640px;
/*	background:url('images/tip_bg.png') 0 20px repeat-x;*/
	-moz-box-shadow: 2px 2px 5px 1px #666;
	-webkit-box-shadow: 2px 2px 5px 1px #666;
	box-shadow: 2px 2px 5px 1px #666;
	margin: 30px 0 0 0;
	padding: 0 5px;
}

#OSlabel {
padding:2px 0 0 5px;
}

#tip_top {
	width: 620px;
/*	height: 35px;*/
	padding: 10px 10px 0 10px;
	margin: 0 0 10px 0;
}
#tip_top h3 {
	color: #0066FF;
	margin: 1px 0 0 0;
	display: block;
	width: auto;
	font-size:23px;
}
#tip_top .ptt_icon
{
	display:block;
	width:35px;
	float: right; 
}

#tip_top .ptt_icon span
{
}
#tip_top .ptt_icon:hover span {
}
#tip_toolbar
{
	width: 620px;
	margin: 10px 10px 20px 10px ;
}
#browse_site {
	font-size: 16px;
	margin: 15px 0 0px;
	padding: 5px 0 5px 5px;	
	border: 1px solid #739AFD;
	border-left: 0;
	border-right: 0;
	background-color: #E7EEFF;
}
#info_bar {
	clear:both;
}
#info_bar .info, #info_bar .comments, #info_bar .permalink {
	display: inline-block;
	padding: 0 0 0 15px;
	margin: 0 15px 0 0;
	background: url('images/tip_info_icn.gif') 2px 2px no-repeat;
}
#info_bar .comments {
	background: url('images/tip_comm_icn.gif') 2px 2px no-repeat;
}
#info_bar .permalink {
	background: url('images/tip_perma_icn.gif') 0 2px no-repeat;
}
#voteitup
{
	float:right;
	color: #666;
	margin: 0 0 10px 0;
	padding: 5px;
}
p.tip-content {
	padding: 0 10px;
	margin: 0 0 20px 0;
}

div#content_container div#tip p {
	padding: 0 10px !important;
	font-size:14px;
}

#actionbar
{

}
/*
 ---- Tips dashboard
 */
 #tips_dashboard
{
	width:630px;
	height: 17px;
	position:relative;
	padding:10px;
}
a.addtip
{
	color:#00385b;
	float:left;
	font-size:17px;
	line-height: 17px;
	font-weight:700;
	position:relative;
	padding:0 0 0 25px;
}

a.addtip span
{
	color:#1278DB;
	font-size:30px;
	position:absolute;
	left:0;
}
#sort
{
	width:300px;
	height: 17px;
	float: right;
	font-size:12px;
	line-height: 12px;
	color:#51585C;
	text-align:right;
	margin:0;
	padding: 1px 0 0 0;
}

#sort input
{
	display:inline;
	background-color:none;
	background:none;
	border:0;
	color:#00385B;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:left;
	font-size:12px;
	font-weight:700;
	margin:0 0 0 6px;
	padding:0 0 0 15px;
}

#sort input.DESC
{
	background-image:url('images/sort_up.jpg');
}

#sort input.ASC
{
	background-image:url('images/sort_down.jpg');
}

#sort input.ASC.on,#sort input.DESC.on
{
	text-decoration:underline;
	color:#51585C;
}



h3.actionbar_title
{
	color:#FE5E06;
	font-weight:700;
	font-size:16px;
	letter-spacing:0.1em;
	display:block;
	background-color:#F6F6F6;
	border:1px solid #CCC;
	border-left:0;
	border-right:0;
	padding:5px;
}



#actionbar #thisphone
{
	background:#000;
	color:#FFF;
	padding:5px;
}

#actionbar #actionbar_buttons
{
	height:25px;
	background: #333;
}

#actionbar div span
{
	line-height:25px;
	padding:0 0 0 10px;
}

#tip_message
{
    background: #666666;
    border-top: 1px solid #444444;
    color: #FFFFFF;
    width: 640px;
}

#tip_message #message_text, #tip_message a, #tip_message .messagebar_count {
	display:block;
	color:#FFF;
	padding:5px;
    font-size: 11px;
	line-height: 11px;
}
#tip_message a, #tip_message .messagebar_count {
	float:right;
	text-align:center;
	border-left: 1px solid #555;
}
#tip_message a.messagebar {
	display: inline;
	color: #009EFF;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
	float: none;
	border: 0;
}
#tip_message .messagebar_button {
	width: 70px;
	background: #777;
}
#actionbar #message a
{
	float:right;
	font-weight:400;
	width:auto;
	padding:2px 5px;
}

#actionbar #message a.messagebar
{
	background:transparent;
	border:0;
	color:#1278DB;
	display:inline;
	width:auto;
	float:none;
	margin:0;
	padding:0;
}

#actionbar_buttons a
{
	display:block;
	width:148px;
	text-align:center;
	float:left;
	padding:5px;
	color: #FFF;
}

#actionbar #actionbar_div
{
	height:25px;
	width:0;
	float:left;
	border:0;
	border-left:1px solid #222;
}

#tt_vote
{
	width:530px;
	display:block;
	text-align:right;
}

#tt_vote input
{
	border:1px solid #CCC;
	background-color:#FFF;
	display:inline;
}


#list_os_sub1
{
	width:200px;
	float:left;
	clear:left;
	text-align:left;
	padding:10px;
}

#list_os_sub0
{
	text-align:left;
	width:200px;
	float:right;
	clear:right;
	padding:10px;
}

span.list_brand_title
{
	position:relative;
}

.list_brand_title
{
	display:inline-block;
	height:30px;
	width:300px;
	margin: 10px 0 0 0;
}

table.listby_brand
{
	border-collapse:collapse;
	border:0;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	width:641px;
	margin:0 0 30px;
	padding:0;
	display: block;
}
table.listby_brand tbody {
	display: block;
}

.listby_brand tr.listby_brand
{
	font-weight:700;
	font-size:12px;
	background:#464646 url('images/bg_listby_brand_header.jpg') 0 0 repeat-y;
	color:#FFF;
	display: block;
	width: 639px;
	border: 1px solid #666;
	border-top: 0;
	border-bottom: 0;
}

tr.listby_brand td
{
	background:none;
}

h3.list_os_title
{
	font-size:15px;
	color:#00007c;
	font-weight:700;
}

.listby_brand tr
{
	border:1px solid #CCC;
	border-top:0;
	border-bottom:0;
}

.listby_brand td
{
	width:210px;
	text-align:left;
	padding:15px 0 15px 25px;
}

tr.values
{
	border-top:1px solid #CCC;
	background:url('images/bg_listby_brand_values.jpg') 0 bottom repeat-x;
}

tr.values:hover
{
	background:#FFF;
	border-top:1px solid #CCC;
}

td.tipcount
{
	width:50px;
}

td.tipcount.value
{
	font-size:15px;
	color:#444;
	font-style:italic;
}

td.icon
{
	width:75px;
	padding:15px 0 15px 20px;
}

div.icon
{
	width:75px;
	height:75px;
	display:block;
}

td.phone
{
	width:245px;
}

td.opsys {
	width:145px;
}
td.other
{
	width:100px;
}

#phone_header
{
	width:600px;
}

#phone_header_partition
{
	width:150px;
	height:100px;
	float:left;
}

#phone_body
{
	width:600px;
	border:1px solid #CCC;
	padding:5px;
}

#phone_desc
{
	width:590px;
	border:1px solid #CCC;
	background-color:#ededed;
	padding:5px;
}

#addphone
{
	width:130px;
	text-align:right;
	float:right;
	position:relative;
	top:-20px;
}
/*
 ---- Footer
 */
#footer
{
	margin:0 auto;
	width:1000px;
	color:#FFF;
	background: #45494C;
}
.footer_box {
	width: 267px;
	margin: 20px;
	padding: 10px;
	display: inline-block;
	background: #333333;
	vertical-align:top;
	line-height:1.5em;
}
.footer_box .widget {
	margin: 0;
}
#footer_copyright {
	width: 998;
	text-align: center;
	font-size: 12px;
	background: #333;
	padding: 20px 0;
	color: #FFF;
}
#footer h2
{
	font-size:18px;
	letter-spacing:0.1em;
	color:#FFF;
	margin:0 0 5px;
}



.main-font,label
{
	font-size:13px;
	color:#51585C;
}
.font-bold
{
	font-weight:bold;
}

.font-bold-bl
{
	font-weight:bold;
	color:#000;
}

.font-red 
{
	font-size:13px;
	color:#FF0000;
}

.font-red-bold 
{
	font-size:13px;
	color:#FF0000;
	font-weight:bold;
}
	

.main-font-heading 
{
	font-size:24px;
	color:#000;
	font-weight:bold;
	padding: 3px 0px 3px 6px;
	background-color:#CCC;
	width:620px;
}

.main-font-16 
{
color: #000000;
font-size: 16px;
font-weight:bold;
}

.main-font-18 
{
color: #000000;
font-size: 18px;
font-weight:bold;
}


.main-font-22
{
color: #000000;
font-size: 22px;
font-weight:bold;
}

.main-ul ul
{
padding: 10px 0 5px 15px;
}

.main-ul li {
list-style:disc;
padding: 0 0 5px 3px;
}

.img-border
{
margin: 5px 5px 0 0;
padding: 7px;
}

table.padded-table td 
{
padding:5px;
}



.tip-title
{
	font-weight:700;
	font-size:20px;
	letter-spacing:2px;
	color:#06F;
}

.tip-content
{
	font-size:14px;
	color:#000;
	line-height:1.5em;
	padding:20px 0 15px;
}

#tips-by-OS
{
	color:#FFF;
	letter-spacing:0.1em;
	font-weight:400;
	font-size:16px;
	background-color:#459dd3;
	border:1px solid #666;
	border-left:0;
	border-right:0;
	margin:0 330px 10px 0;
	padding:8px;
}

.info-box
{
	background:#f5fbff url('images/bg_intro_text.jpg') center 0 repeat-y;
	color:#f0f0f0;
	text-shadow:#000 1px 1px;
	font-size:13px;
	line-height:1.5em;
	text-decoration:none;
	vertical-align:middle;
	width:618px;
	position:relative;
	margin:27px 0 30px;
	padding:15px 10px 10px 20px;
/*	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;*/

}

.info-box strong
{
	color:#FFF;
	text-shadow:#000 2px 2px;
}

#info-box_top,#info-box_bottom
{
	width:648px;
	height:14px;
	position:absolute;
	left:0;
}

#info-box_top
{
	background:url('images/info-box_top.jpg') 0 0 no-repeat;
	top:-14px;
}

#info-box_bottom
{
	background:url('images/info-box_bottom.jpg') 0 0 no-repeat;
	bottom:-14px;
}

.info-box .sharebox
{
	width:650px;
	clear:both;
	margin:30px 0 0;
}

.info-text
{
	color:#459DD3;
	font-size:26px;
	font-weight:700;
	width:618px;
	display:block;
	margin:0 0 10px;
}

.info_bar
{
	color:#666;
	padding:0 10px 0 0;
}

#suggest-form
{
	width:648px;
	margin:0 0 10px;
}

#suggest-form div
{
	margin:10px 0;
}

#suggest-form div span
{
	display:block;
	width:100px;
	float:left;
	color:#666;
	font-weight:400;
}

#suggest-form div input,#suggest-form div textarea
{
	width:450px;
	display:block;
	margin:2px;
}

#suggest-form div textarea
{
	width:575px;
}

#tt_latest
{
	border:1px solid #CCC;
	background:0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:#eee 0 1px 0;
	-moz-box-shadow:#eee 0 1px 0;
	box-shadow:#eee 0 1px 0;
	color:#000;
	width:650px;
	font-size:13px;
	margin:0 0 10px;
	padding:10px;
}

#tt_blog
{
	border:1px solid #CCC;
	background:0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:#eee 0 1px 0;
	-moz-box-shadow:#eee 0 1px 0;
	box-shadow:#eee 0 1px 0;
	color:#666;
	width:650px;
	position:relative;
	font-size:13px;
	margin:0 10px 10px 0;
	padding:10px;
}

#tt_blog div.shareinpost
{
	position:absolute;
	right:4px;
	bottom:0;
}

a.tt_readon
{
	display:block;
	font-weight:700;
	padding:0 0 0 575px;
}

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

#tt_blog_description
{
	width:296px;
	float:right;
	color:#666;
	font-size:13px;
	margin:0 10px 10px 0;
}

#tt_blog_list
{
	width:276px;
	height:350px;
	overflow:auto;
	border:1px solid #CCC;
	background:0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:#eee 0 1px 0;
	-moz-box-shadow:#eee 0 1px 0;
	box-shadow:#eee 0 1px 0;
	color:#666;
	float:right;
	clear:right;
	margin:0 10px 10px 0;
	padding:10px;
}

#tt_blog_list a
{
	width:246px;
	display:block;
	border-bottom:1px solid #CCC;
	margin:0 0 2px;
	padding:5px;
}

h3.tt_blog_title
{
	margin:0 0 10px;
}

h3.tt_blog_title a
{
	font-size:18px;
	color:#1278DB;
	margin:0 0 10px;
}

#post-single
{
	width:646px;
	line-height:1.636em;
}

/* 
Banners 
*/
#banner {
/*	background:#222;
	border: 1px solid #555;*/
	padding: 8px;
	position: absolute;
	top: 8px;
	right: 8px;
/*	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;*/
}
#banner #ad {
	background: #000;
}
/* Dimensions */
#banner #ad.leaderboard {
	width: 728px;
	height: 90px;
}




.format_text p
{
	font-size:13px;
	line-height:1.7em;
}

.prev_next
{
	letter-spacing:normal;
}

div.votelistind
{
	position:relative;
	padding:5px;
}

div.votelistind:hover
{
	background:#000;
}

div.votelistind div.votemicro
{
	background:none repeat scroll 0 0 #000;
	border:1px solid #00385B;
	color:#459DD3;
	font-size:16px;
	font-weight:700;
	position:relative;
	bottom:-2px;
	margin-top:-4px;
	padding:0 2px;
}

#tt_info
{
	width:150px;
	display:block;
	font-size:12px;
	color:#459DD3;
	background:#00385B;
	border:1px solid #000;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	position:absolute;
	right:0;
	top:30px;
	visibility:hidden;
	z-index:102;
	padding:5px;
}

.sharebox
{
    background: none repeat scroll 0 0 #F5F5F5;
    border: 4px solid #CCCCCC;
    margin: 0 0 30px 15px;
    padding: 0 0 5px 2px;
    width: 602px;
}
span.stButton {
margin-right:27px;	
}
#sidebarblogs
{
	padding:7px 0 0 10px;
}
ul.sidebar_posts {
	font-size: 12px;
	margin: 0 0 10px 0;
	padding-left:5px;
}

ul.sidebar_posts h4 {
font-weight:bold;
font-size:12px;
}

ul.sidebar_posts li {
padding-bottom:5px;
}


#tip_comments
{
	background-color:#f3f3f3;
	border:1px solid #CCC;
	width:626px;
	padding:7px;
	margin-top:70px;
}

#comments_title
{
	color:#333;
	font-size:18px;
	margin:0 0 15px;
}

#tip_comments #disqus_thread
{
	background-color:#FFF;
	border:1px solid #CCC;
	margin:0;
	padding:10px;
}

#rectads_cont
{
/*	width:680px;
	height:280px;
	margin:0 0 20px;*/
	position:relative;
	right:18px;
	z-index:1000;
	clear:both;
}

#rectad_left
{

	height:280px;
	float:left;
	margin:0 0 20px 0;
	text-align: left;
}

#topad_tips
{
	width:645px;
	text-align:center;
	margin:0 0 20px;
}

.ad_top_headline
{
	font-size:20px;
	font-weight:700;
	color:#FF0000;
	padding:10px 0 10px 10px;
}

.app_header
{
	color:#FF7300;
	font-weight:700;
	font-size:17px;
}

.amazon_head {
color: #FF7300; 
font-weight: bold; 
font-size: 18px; 
padding: 20px 0 5px 87px; 

}


#sort form,#tt_vote form
{
	display:inline;
}
/* User buttons */
span.user_buttons {
	color: #FFF;
	width: 280px;
	clear: both;
	display: block;
	font-size: 12px;
	margin: 0 0 10px 0;
	text-align: left;
}
#user_buttons {
	border: 1px solid #222;
	background: #444;
}
#user_buttons .button {
	width: 148px;
	padding: 12px 0;
	text-align: center;
	line-height: 14px;
	font-size: 14px;
	float: left;
	display: block;
	color: #FFF;
}
#user_buttons .button:hover {
	text-decoration: underline;
	background: #333;
}
#user_sep {
	height: 38px;
	width: 0px;
	border-left: 1px solid #222;
	border-right: 1px solid #555;
	float: left;
}

/*
 ---- Posts
*/
.post {
	background: #fafafa;
	border: 1px solid #CCCCCC;
	width: 570px;
	padding: 20px;
	margin: 0 0 20px 15px;
}
.post a {
	color: #009EFF;
}
.post .post_img {
/*	width: 250px;*/
	width: 200px;
	height: 200px;
	background: #FFF;
	float: left;
	margin: 0 10px 10px 0;
}
.post .post_img.right {
	margin: 0 0 10px 10px;
}
.post h4, .post .post_content {
	float: left;
	display: block;
/* 	width: 310px;*/
 	width: 360px;
}
.post h4 a {
	font-size: 20px;
}
.post .post_author {
	clear: left;
	padding: 5px 10px;
	text-align: right;
	font-size: 12px;
	font-style: italic;
	border: 1px solid #CCC;
	background: #EEE;
}
.author_bar {
	clear: left;
	padding: 5px 10px;
	text-align: left;
	font-size: 12px;
	font-style: italic;
	border: 1px solid #CCC;
	background: #EEE;
}

.more-link {
	clear: left;
	display: block;
	width: 100%;
	text-align: right;
}
ul.list_posts {
	display: block;
	width: 150px;
	font-size: 12px;
	float: left;
	margin: 0 10px 10px 0;
	color: #8C8C8C;
}

span.tt_info {
	color:#000;
	font-size:12px;
	font-weight:400;
	display:block;
	width:18px;
	height:15px;
	background:url('images/info.png') 0 0 no-repeat;
	float:right;
	z-index:999;
	position:relative;
	margin:0 5px 0 0;
}

span.tt_info span
{
	width:120px;
	display:none;
	background:#fffcf3;
	border:1px solid #6a6140;
	position:absolute;
	right:-55px;
	top:31px;
	padding:5px;
	z-index: 999;
}

span.tt_info:hover span {
	display: block;
}

#breadcrumbs {
	margin: 0 0 20px 0;
	color: #8C8C8C;
}
table#innerMainTable {
	border-collapse:separate !important;
	border-spacing:5px;
	}
	
.header_bar {
	position:relative;
	top:140px;	
}

.header_sharetext {
	color:#459DD3;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;	
	width:225px;
	float:left;
	padding:11px 0 0 10px;
}

.header_sharebox {
	width:240px;
	float:left;
}

.header_searchbox {
	margin-left:270px;
	float:left;
}

.header_login {
	width:200px;
	float:left;
	color:#459DD3;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;	

}

div.header_sharebox span.stButton {
	margin:0px;
}

.subs_email {
	width:180px; 
	margin: 0 11px; 
	width:194px; 
	color:#4C4C4C; 
	padding:0 5px;
	height:28px; 
	vertical-align:top;
}

.subs_submit {
	color:#4C4C4C; 
	height:30px; 
	vertical-align:top;
}

.search_input {
	width:200px; 
	height:30px;
	margin-left:5px; 
	padding:5px;
	color:#454545;
}

.search_select {
	width:200px; 
	height:28px;
	margin-left:5px; 
	padding:0px 5px; 
	vertical-align:bottom;
	color:#454545;
}

.home-recommend {
	background: none repeat scroll 0 0 #FAFAFA;
	border: 1px solid #CCCCCC;
	margin: 0 0 20px 15px;
	padding: 20px;
	width: 570px;
	clear:both;
}

div.header_searchbox form#cse-search-box div input {
	padding:10px !important;
}

div#tip ol li { font-size:14px !important; line-height:1.6em; }
