/*
Theme Name: Shiner Sosin
Version: 1.0
Description: Custom Wordpress Theme developed for Shiner Sosin by Ethan Piliavin at Los Angeles Web Design
Author: Angeles Web Design
Theme URI: http://www.angeleswebdesign.com/
Author: Ethan Piliavin - 323-898-4425

*/

.post .entry {
    overflow: hidden;
}
.post .entry h1 { font-size: 20px; }
.post .entry h2 { font-size: 18px; }
.post .entry h3 { font-size: 16px; }
.post .entry h4 { font-size: 14px; }
.post .entry h5 { font-size: 12px; }
.post .entry h6 { font-size: 10px; }
.post .entry ul { margin-left: 15px; }
.post .entry ol { margin-left: 15px; }
.post .entry table { border: solid 1px #000; }
.post .entry a img { border: 0 }

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

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;
}


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

.aligncenter,
div.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;
	-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;
}

/* tpl html ... */

/*----- Start "Main definitions" -----*/
* { padding: 0; margin: 0; outline: 0; }

body {
    font-size: 13px;
    line-height: 1.5;
    font-family: "Times New Roman", Georgia, "Trebuchet MS", Serif;
    color: #000;
    background: #fff;
    text-align: left;
}

a img { border: 0; }
a { color: #3c5c6d; text-decoration: none; }
a:hover { color: #800b1e; text-decoration: none; }

.cl, .clear { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
/*----- End "Main definitions" -----*/

#page { 
	width: 900px;
	margin: 0 auto;
	padding-right: 24px;
}

/*
	Header
*/
#header {
	padding: 34px 0;
}
#logo {
	float: left;
	display: inline;
	width: 205px;
	height: 67px;
	font-size: 0;
	line-height: 0;
}
#logo a {
	display: block;
	height: 67px;
	text-indent: -4000px;
	background: url(images/logo.gif) no-repeat 0 0;
}
h2#phone {
	float: right;
	display: inline;
	width: 161px;
	height: 35px;
	font-size: 0;
	line-height: 0;
	position: relative;
	right: -24px;
	padding-top: 28px;
}
h2#phone a {
	display: block;
	height: 35px;
	text-indent: -4000px;
	background: url(images/phone.gif) no-repeat 0 0;
}
/*
	Navigation
*/
#navigation {
	font-size: 13px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	width: 100%;
	z-index: 10;
}
#navigation li {
	float: left; 
	margin-right: 10px;
	list-style-type: none;
    position: relative;
}
#navigation li a {
	float: left; 
	display: inline;
	padding: 8px 25px 10px 10px;
	background: #fff;
    line-height: 1;
}
#navigation li a.active {
	border: solid 1px #000000;
	border-bottom: none;
	padding: 7px 24px 10px 9px;
	position: relative;
	z-index: 11;
}
#navigation li ul {
	display: block;
	position: absolute;
	top: 30px;
	left: 0;
    /* min-width: 100%; */
	background: #fff;
	font-size: 9px;
	line-height: 12px;
	font-family: Georgia, "Times New Roman", "Trebuchet MS", Serif;
	visibility: hidden;
	border: solid 1px #000;
}
#navigation li ul li {
	margin: 0;
	padding: 0;
	float: none;
	display: block;
	
}
#navigation li ul li a,
#navigation li ul li a.active {
	float: none;
	display: block;
	height: 100%;
	width: auto;
	position: relative;
	padding: 5px 5px 5px 10px;
	letter-spacing: 0;
	border: none;
}
/*
	Head Image
*/
#headimage {
	position: relative;
	z-index: 9;
	width: 924px;
	margin-bottom: 10px;
	overflow: hidden;
}
#headimage img {
	display: block;
}

.main-title {
	background: url(images/main-title-bg.gif) repeat-x 0 0;
	font-size: 17px;
	line-height: 20px;
	height: 20px;
	color: #fff;
	padding: 10px 0 11px 14px;
}

/*
	Three Columns Content
*/
.three-columns .column {
	float: left;
	display: inline;
	width: 290px;
	margin-right: 15px;
}
.three-columns .last-column {
	margin-right: 0;
}
.three-columns .column .content {
	background: #f1ebe8 url(images/three-columns-column-content.gif) no-repeat 0 bottom;
	min-height: 162px;
	font-size: 13px;
	line-height: 21px;
	padding: 30px 35px 55px 20px;
}
/*
	Footer
*/
#footer {
	padding: 35px 0 10px;
	font-size: 10px;
	line-height: 15px;
	color: #1a3c59;
}
#footer .nfo {
	float: right;
	display: inline;
	text-align: right;
	letter-spacing: 2px;
}
.page-top ul {
    list-style-type: none;
    
}
.page-top ul a {
    color: #fff;
}
.page-top ul a:hover {
    text-decoration: underline;
}
.page-top {
    background: url('images/title-bg.gif');
    height: 40px;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    padding: 0 0 0 15px;
}
.post-content p {
    padding-top: 25px;
}
.post {
    margin-bottom: 25px;
}
.wpcf7 input, .wpcf7 textarea {
    margin-top: 7px;
    margin-left: 7px;
    background: #fff;
    border: solid 1px #807980;
}
.wpcf7 {
    color: #807980;
}
.posts {
    padding-left: 90px;
}
.left {
    display: inline;
    float: left;
}
.postimg {
    margin-right: 20px;
}
.posts a {
    color: #6a100d;
}
.posts .more {
    font-weight: bold;
}
.right {
    display: inline;
    float: right;
}
