/*
Theme Name: Dale Alcock
Theme URI: http://wordpress.org/
Description: The WordPress styled for Dale Alcock.
Version: 1.0
Author: Market United
Author URI: http://www.marketunited.com/
Tags:

*/

/* General structure */
body
{
	font-size: 0.7em; /* Resets 1em to 11px */
	font-family: Verdana, Arial, Sans-Serif;
	background: #d1d2bd url(../images/bg_tile.gif);
	color: #333;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
}

#page
{
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 940px;
	/* overflow: hidden; */
}

.more-link
{
	padding-left: 10px;
	margin-top: 20px;
	background: transparent url(../images/btn_bullet.gif) no-repeat 0% 60% ;
	display: block;
}

a
{
	color: #000000;
	text-decoration: underline;
}

.alignright
{
	float: right;
}

.alignleft
{
	float: left;
}

h1 a, h2 a, h3 a
{
	text-decoration: none;
}

img
{
	border: 0px none;
}

img.aligncenter
{
	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;
}

hr
{
	display: none;
}

.hidden
{
	display: none;
}

.screen-reader-text
{
     position: absolute;
     left: -1000em;
}


input, select, textarea
{
	background-color: #ebffaa;
	border: 1px solid #ffffff;
}
/*
 * Header
 */

 #header
 {
	padding: 0;
	width: 960px;
	margin: 0px auto;
	overflow: hidden;
}

#header div.left, #header div.right
{
	float: left;
}


#navigation
{
	height: 37px;
	width: 671px;
	background-color: #ffffff;
	padding-top: 11px;
	padding-left: 10px;

}

#navigation .inner
{
	width: 665px;
	height: 37px;
	background-color: #4b7571;


}

#navigation ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;

}

#navigation ul li
{
	float: left;
	padding: 9px 10px;


}

#navigation ul li.active
{
	background-color: #1e3f3c;

}
#navigation ul li a
{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

#navigation ul li a:hover
{
	color: #ebffaa;
}

#navigation ul li.active a:hover
{
	color: #ffffff;
}

/*
*  Content area
*/
#content
{
	float: left;
	color: #434343;
}

#content p
{
	line-height: 1.5em;
}

#content h2
{
	margin: 0px;
	padding: 0px;
	font-size: 1.6em;
	margin-bottom: 10px;
	color: #274e49;
}

#content h2  a
{
	color: #274e49;
}

.narrowcolumn {
	float: left;
	margin: 0px;
	width: 660px;
	}

/*
 *  Posts
 */
.post
{
	margin: 20px 0px 0px 20px;

	padding-bottom: 20px;
	float: left;
	background: url(../images/content_seperator_line.gif) no-repeat 10px 100%;
	display: inline;
}

.post.last
{
	background-image: none;
}

.post .left-column
{
	width: 140px;
	float: left;
	text-align: center;
	font-size: 11px;
	/* padding-right: 10px; */
}

.post .left-column .circle
{
	background: url(../images/btn_date_circle.gif) no-repeat top left;
	width: 80px;
	height: 67px;
	text-align: center;
	padding-top: 24px;
	font-size: 25px;
	font-weight: bold;
	margin-left: 10px;
	float: left;
}

.post .left-column .month
{
	text-transform: uppercase;
	width: 100px;
	float: left;
}

.post .left-column .posted
{
	background: url(../images/bg_posted_by.gif) no-repeat top left;
	padding-top: 20px;
	width: 80px;
	margin-top: 25px;
	margin-left: 10px;
	float: left;
}

.post .left-column .comment
{
	background: url(../images/img_comment_poster_line.gif) no-repeat 10px 0px;
	padding-top: 10px;

	margin-top: 12px;
	font-size: 0.85em;
	text-align: left;
	position: relative;
	float: left;
}

.post .left-column .comment .comments
{
	padding-left: 22px;
	background: url(../images/icon_comments.gif) no-repeat left top;
	margin-bottom: 10px;
}

.post .left-column .comment .add_comment
{
	padding-left: 18px;
	background: url(../images/icon_add_comment.gif) no-repeat top left;
}

.post .left-column  .add_this
{
	margin-top: 10px;
	text-align: left;
	float: left;
	width: 128px;
	/* width: 135px; */
	font-size: 0.85em;
	/* margin-left: -2px; */
}

.post .right-column
{
	width: 480px;
	float: left;
	margin-top: 20px;
}


/*
 * Regular post
 */

div#regular_post
{
	margin-top: 10px;
	background-color: #ffffff;
	float: left;
	width: 100%;
}


/*
 * Feature post
 */

div#feature_post
{
	position: relative;
	height: 307px;
	width: 660px;
	margin-top: 10px;
	background: #493336 url(../images/banner_background.jpg) no-repeat top left;
	color: #ffffff;
}

div#feature_post .comment
{
	position: absolute;
	bottom: 10px;

}

div#feature_post .comment .comments
{
	float: left;
	padding-left: 22px;
	background: url(../images/icon_comments.png) no-repeat left top;
}

div#feature_post .comment .add_comment
{
	float: left;
	padding-left: 18px;
	margin-left: 15px;
	background: url(../images/icon_add_comment.png) no-repeat top left;
}

div#feature_post .post
{
	margin-left: 158px;
	background-color: transparent;
	background-image: none;
}

div#feature_post a
{
	color: #ffffff;
}

div#feature_post h2
{
	margin-top: 40px;
}

div#feature_post .more-link
{
	background: transparent url(../images/arrow_green.png) no-repeat 0% 60% ;
}

/*
 * Page
 */
div.page
{
	margin: 20px 20px 0px 140px;
}


/*
 * Comments
 */
#comments_container
{
	float: left;
	width: 470px;
	margin-left: 160px;
	display: inline;
}

#comments_container h2, div#respond h2
{
	margin-top: 25px;
}

#comments_container .navigation
{
	margin-bottom: 40px;
}

#comments_container .navigation .alignleft
{
	padding-left: 10px;
	background: transparent url(../images/arrow_left.png) no-repeat 0% 60% ;
}

#comments_container .navigation .alignright
{
	padding-right: 10px;
	background: transparent url(../images/arrow_right.png) no-repeat 100% 60% ;
}

/* Facebook comments */

div#respond
{
	float: left;
	width: 460px;
	display: inline;
	background: url("../images/content_seperator_line.gif");
	background-repeat: no-repeat;
	background-position: top;
}

body.single-post .post
{
	background: none;
}

/* New sharing */
ul.socialShare
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: both;
}
ul.socialShare li
{
	clear: both;
	padding-top: 10px;
}


.children { padding: 0; }


/*
 *  Post navigation
 */
div.post_navigation
{
	padding: 0px 20px 0px 160px;
	width: 480px;
	float: left;
}

div.post_navigation.top
{
	padding-top: 10px;
}

div.post_navigation.bottom
{
	margin-bottom: 10px;
	float: none;
	overflow: hidden;
}

div.post_navigation .alignleft
{
	padding-left: 10px;
	background: transparent url(../images/arrow_left.png) no-repeat 0% 60% ;
}
div.post_navigation .alignright
{
	padding-right: 10px;
	background: transparent url(../images/arrow_right.png) no-repeat 100% 60% ;
}
/*
 *  Sidebar
 */

 #sidebar
{
	padding: 15px 0px 20px;
	margin-top: 10px;
	margin-left: 30px;
	width: 250px;
	background-color: #f0f0f0;
	float: left;
	display: inline;
}


 #sidebar ul, #sidebar ul ol
 {
	margin: 0px;
	padding: 0px;
}

#sidebar ul li
{
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	overflow: hidden;
}

#sidebar ul p, #sidebar ul select
{
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol
{
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol
{
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li
{
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li
{
	margin: 3px 0 0;
	padding: 0;
}

#sidebar h2 {
	background-color: #4b7571;
	color: #ffffff;
	font-size: 14px;
	padding: 3px 20px;
	margin-top: 10px;
	text-transform: uppercase;
}

#sidebar form
{
	margin: 5px;
}


/* Widget search */

#sidebar #searchform
{
	margin: 10px auto;
	padding: 5px 0px 5px 10px;
}

#sidebar #searchform #s
{
	width: 162px;
	padding: 2px;
	float: left;
}



/* Widget popular posts */
#sidebar .popular-posts ul, #sidebar .widget_links ul
{
	margin: 20px 0px 20px 20px;
}

#sidebar .popular-posts li, #sidebar .widget_links li
{
	padding-left: 15px;
	background: url(../images/btn_bullet.gif) no-repeat center left;
}

/* Widget archive */
#sidebar li.widget_archive select
{
	margin: 20px;
	margin-bottom: 10px;
}

/* Widget opt in */
#sidebar li.widget_newsletter form
{
	margin: 20px;
}

/* Widget post notification */

* html #sidebar li.post_notification_widget form p
{

	height: 40px;
}


#sidebar li.post_notification_widget input
{
	float: left;
	padding: 3px;
	width: 110px;
}


#sidebar li.post_notification_widget input.submit
{
	padding: 0px;
	width: auto;

}

#sidebar li.post_notification_widget span
{

	width: 36px;
	padding-top: 6px;
	padding-right: 3px;
	float: left;
	padding-left: 10px;
}

/* Widget Poll */
#sidebar .widget_polls-widget ul.wp-polls-ul input
{
	background-color: transparent;
}
/* RSS Feed button */
#sidebar .rss_btn
{
	padding-left: 10px;
	padding-top: 20px;
	overflow: hidden;
}

#sidebar .rss_btn div
{
	float: left;
}

#sidebar .rss_btn div.label
{
	margin-top: 6px;
}

#sidebar .rss_btn div img
{
	padding-left: 10px;
}

/* Banner */

#sidebar .banner
{
	margin: 20px 0px 0px 5px;
}
/*
 * Footer
 */

#footer
{
	background: #4b7571;
	padding: 0px;
	margin: 0px;
	padding: 14px 0;
	text-align: center;
	float: left;
	width: 100%;

}

#footer .inner
{
	margin: 0px auto;
	width: 820px;
}

#footer ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
}

#footer ul li
{
	float: left;
	padding: 5px;
	color: #ffffff;
}

#footer ul li a
{
	text-decoration: none;
	color: #ffffff;
}

/*
 * Contact form
 */

div.contactform div.contactleft
{
	width: 150px;
	clear: both;
	float: left;
	display: inline;
	padding: 5px 0px;
}

div.contactform div.contactright
{
	padding: 5px 0px;
}

div.contactform input, div.contactform textarea
{
	border: 0 none;
}

div.contactform #contactsubmit
{
	float: right;
	padding-right: 30px;
	background-color: transparent;
}

#recaptcha_widget_div
{
	clear:both;
}

/* Homepage holding page */
body.page-id-1073 div#feature_post
{
        position: relative;
        margin-top: 0;
        background: url('/wp-content/themes/dale/images/word_from_dale.jpg');
}

body.page-id-1073 div#regular_post h2
{
        display: none;
}

body.page-id-1073 div#feature_post div.feature_post_copy
{
        font-size: 1em;
        position: absolute;
        top: 85px;
        left: 158px;
        width: 460px;
        font-weight: bold;
}

body.page-id-1073 div#feature_post div.feature_post_copy p
{
		margin-bottom: 0px;
		margin-top: 8px;
}

body.page-id-1073 div#feature_post div.feature_post_copy a.view_blog_link
{
        position: absolute;
        top: 170px;
        left: 0px;
}

body.page-id-1073 div.page
{
        margin: 0;
}


body.page-id-1073 div.tesimonials img
{
        margin-top: 10px;
}

body.page-id-1073 div#regular_post
{
        background: none;
        margin-bottom: 30px;
}

body.page-id-1073 li.widget_polls-widget
{
        display: none;
}
body.page-id-1073 div#sidebar div.rss_btn,
body.page-id-1073 div#sidebar div.banner,
body.page-id-1073 div#sidebar li.widget_archive
{
        display: none;
}

/* disqus */
#disqus_thread
{
	padding: 0 20px;
}


.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
}


