/*
Theme Name: Tinsley House
Theme URI:  
Description:  
Version: 1.0
Author: youlove.us
Author URI: http://youlove.us
Tags: fixed-width, two-columns, white, brown, right-sidebar, threaded-comments, theme-options, translation-ready
*/

/* Import Stylesheets
-----------------------------------------------------------*/
@import url("stylesheets/master.css");

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
.alignleft { float: left; }
.alignright { float: right; }

/* Make all custom CSS changes in a Child Theme. Any custom 
changes you make here will not be overidden when you upgrade the theme.
-----------------------------------------------------------*/

.text label{
	margin-right:5px;
	width:40px;
	display:block;
	float:left;
	text-align:right;
	}


#world-clock{
	overflow:hidden;
	width:100%;
	}

.text input{
	border:1px solid #ddd;
	background:#fff;
	padding:3px;
	margin:0 0 5px;
	display:block;
	float:left;
	width:200px;
	}
.submit input{
	margin-left:45px;
	}

.homepage-widgets{
	margin:15px 0 25px;
	display:block;
	float:left;
	clear:both;
	width:100%;
	}
	
.homepage-widgets li{
	width:280px;
	display:block;
	float:left;
	margin-right:20px;
	background:#fff;
	border:1px solid #ddd;
	padding:10px;
	}
	.homepage-widgets li li{
		background:none;
		padding:0;
		border:none;
		margin:0;
		}
		.homepage-widgets .noborder{
			border:none;
			padding:0 !important;
			margin:0 !important;
			line-height:1 !important;
			}
		.homepage-widgets li li a{
			display:block;
			margin:0;
			padding:5px 5px 0;
			}
	.homepage-widgets li h2{
		margin:0;
		}