/*







Theme Name: Carrington Mobile



Theme URI: http://carringtontheme.com



Description: A mobile-friendly theme for your blog. Best used with (and included with) the WordPress Mobile Edition plugin. Supports basic mobile browsers as well as advanced and touch-screen browsers with a display optimized for each. Built on the Carrington framework.



Version: 1.2



Author: Crowd Favorite



Author URI: http://crowdfavorite.com



Tags: silver, white, one-column, flexible-width







// This file is part of the Carrington Mobile Theme for WordPress



// http://carringtontheme.com



//



// Copyright (c) 2008-2009 Crowd Favorite, Ltd. All rights reserved.



// http://crowdfavorite.com



//



// Released under the GPL license



// http://www.opensource.org/licenses/gpl-license.php



//



// **********************************************************************



// This program is distributed in the hope that it will be useful, but



// WITHOUT ANY WARRANTY; without even the implied warranty of



// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 



// **********************************************************************







*/







body {



	font-family: Verdana, sans-serif;



}



h1, h2, h3, p {



	margin: 0 0 5px 0;



	padding: 0;



}



ul, ol {



	margin-top: 0;



	margin-bottom: 5px;



	margin-left:10px;



	padding: 0;



}



hr {



	color: #999;



	height: 1px;



}







/* including for compatibility */







.alignleft {



	float:left;



	margin-right:1em;



	margin-bottom:1em;



}



.alignright {



	float:right;



	margin-left:1em;



	margin-bottom:1em;



}



.aligncenter {



	display: block;



	margin-left: auto;



	margin-right: auto;



}



.wp-caption {



	border: 1px solid #ddd;



	text-align: center;



	background-color: #f3f3f3;



	padding-top: 4px;



	margin: 10px;



	/* optional rounded corners for browsers that support it */



	-moz-border-radius: 3px;



	-khtml-border-radius: 3px;



	-webkit-border-radius: 3px;



	border-radius: 3px;



}



.wp-caption img {



	margin: 0;



	padding: 0;



	border: 0 none;



}



.wp-caption p.wp-caption-text {



	font-size: 11px;



	line-height: 17px;



	padding: 0 4px 5px;



	margin: 0;



}















.grid .align-left {



    padding: 5px 20px 5px 0;



    vertical-align: top;



    text-align: left;



}



.grid th



{



background: url('http://shrine-circus.com/wp-content/themes/carrington-mobile/sort_ascending.png') no-repeat scroll left;



padding-left: 20px;



}



.grid th



{



background: url('http://shrine-circus.com/wp-content/themes/carrington-mobile/sort_descending.png') no-repeat scroll left;



padding-left: 20px;



}



.grid th a



{



color: inherit;



text-decoration: underline;



}



.grid tr.even



{



background-color: #eee;



} 



















/**



 * Table Format



 */







.wp-table-reloaded .sorting {



    background: #E6EEEE url(http://shrine-circus.com/wp-content/themes/img/bg.gif) no-repeat center right;



	cursor: pointer;



}



.wp-table-reloaded .sorting_asc {



	background: #8DBDD8 url(http://shrine-circus.com/wp-content/themes/img/asc.gif) no-repeat center right;



}







.wp-table-reloaded .sorting_desc {



	background: #8DBDD8 url(http://shrine-circus.com/wp-content/themes/img/desc.gif) no-repeat center right;



}







.dataTables_wrapper {



    position: relative;



    zoom: 1;



	clear: both;



}







.dataTables_wrapper .wp-table-reloaded {



    clear: both;



}







.dataTables_processing {



	position: absolute;



	top: 0px;



	left: 50%;



	width: 250px;



	margin-left: -125px;



	border: 1px solid #ddd;



	text-align: center;



	color: #999;



	font-size: 11px;



	padding: 2px 0;



}







.dataTables_length {



	width: 50%;



	float: left;



}







.dataTables_filter {



	width: 48%;



	float: right;



	text-align: right;



}







.dataTables_info {



	width: 60%;



	float: left;



}







.dataTables_paginate {



	width: 44px;



	* width: 50px;



	float: right;



	text-align: right;



}







.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {



	height: 19px;



	width: 19px;



	margin-left: 3px;



	float: left;



}







.paginate_disabled_previous {



	background-image: url(http://shrine-circus.com/wp-content/themes/img/back_disabled.jpg);



}







.paginate_enabled_previous {



	background-image: url(http://shrine-circus.com/wp-content/themes/img/back_enabled.jpg);



}







.paginate_disabled_next {



	background-image: url(http://shrine-circus.com/wp-content/themes/img/forward_disabled.jpg);



}







.paginate_enabled_next {



	background-image: url(http://shrine-circus.com/wp-content/themes/img/forward_enabled.jpg);



}







.paging_full_numbers {



	width: 400px;



	height: 22px;



	line-height: 22px;



}







.paging_full_numbers span.paginate_button, .paging_full_numbers span.paginate_active {



	border: 1px solid #aaa;



	-webkit-border-radius: 5px;



	-moz-border-radius: 5px;



	padding: 2px 5px;



	margin: 0 3px;



	cursor: pointer;



	*cursor: hand;



}







.paging_full_numbers span.paginate_button {



	background-color: #ddd;



}







.paging_full_numbers span.paginate_button:hover {



	background-color: #ccc;



}







.paging_full_numbers span.paginate_active {



	background-color: #99B3FF;



}







.wp-table-reloaded {



	border-collapse: separate;



	border-spacing: 1px;



	background-color: #CDCDCD;



	margin: 10px 0px 15px 0px;



	font-size: 8pt;



	width: 100%;



	text-align: left;



}



.wp-table-reloaded th {



	background-color: #E6EEEE;



	border: 1px solid #FFFFFF;



	padding: 4px;



	color: #3D3D3D!important;



}



.wp-table-reloaded td {



	color: #3D3D3D;



	padding: 4px;



	background-color: #FFFFFF;



	vertical-align: top;



}



.wp-table-reloaded .even td {



	background-color: #FFFFFF;



}



.wp-table-reloaded .odd td {



	background-color: #F0F0F6;



}



.wp-table-reloaded .row-hover tr:hover td {



	background-color: #D0D0D6!important;



}



.wp-table-reloaded-table-description {



	clear: both;



	display: block;



}

/* Mobile Switcher */

div#mobilesmart_switcher{

	height:30px;

	margin-top:15px;

	text-align:center;

	}



/*social media icons*/



ul.socialMediaIcons, ul li.widget_wysiwyg_widgets_widget{

list-style-type:none;

margin-left:0;

}