/*
Theme Name: Alistar
Theme URI: http://VieoDesign.com/
Description: 
Author: Vieo Design
Version: 1.0
Tags: two-columns, three-columns, fixed-width
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html | v1.0 | 20080212
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 14px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear { clear: both; }


/***** Layout *****/

body {
	background: url('background.jpg') repeat-x top left #003366;
	font-family: Verdana, Arial, san-serif;
}

#container {
	background: ;
	font-size: 1.1em; /* 11 px */
	margin: 0 auto 0 auto;
	width: 980px;
}

#header {
	background: url('background_navigation.jpg') no-repeat center bottom;
	margin-top: 10px;
}
	#logo { float: left; }
		#logo h1 {
			background: url('Alistar_Logo.png') no-repeat;
			height: 75px;
			margin-left: 25px;
			width: 190px;
		}
			h1 span { display: none; } /* hide the h1 text to show the logo image */

		#logo h2 { display: none; }

	#nav {
		background: url('background_nav2.png') no-repeat center;
    font-size: 75%;
		float: right;
		height: 20px;
		margin: 55px 35px 0 0;
		overflow: hidden;
		text-align: center;
		width: 456px;
	}
		div.menu-main-container {}
			.menu  { margin-top: 4px; margin-right: 2px;} /* ul */
				.menu li {
					border-right: 1px solid #FFF;
					display: inline;
					margin-right: 5px;
          			margin-left: 5px;
					padding-right: 10px;
          
				}
					.menu li:last-child { border: none; } /* the last nav item should have no border, margin or padding */
				
				.current-menu-item {}
					
				.menu a {
					color: #FFF;
					text-decoration: none;
					text-transform: uppercase;
				}
				.menu a:hover { text-decoration: underline; }
										
					.sub-menu  { display: none; }
					
#banner { margin-bottom: -1px; padding: 0; }
	#banner a { }
	
#main {
	background: url('background_main.png') repeat-y; /* shadow */
	clear: both;
}

	/* I HATE doing this, but I could not find another way to get both the gradient and the shadows to work without adding an extra div */
	#main_content_background { background: url('background_main_content.png') no-repeat center top; padding: 10px 25px 0 25px; }
	
	#content {
		background: url('background_content.png') no-repeat center top #FFF;
		padding: 10px;
	}
	
		#main_content { float: left; margin-right: 10px; }
			#main_content.three_column { /* Homepage with 2 Sidebars */
				width: 400px;
			}
			#main_content.two_column { /* Every page but Homepage with 1 Sidebar */
				width: 660px;
			}
			
			#main_content h1, /* Don't allow users to use these two headings. H3 and down are good enough. */
			#main_content h2 { display: none; } 
			
			h3 {
				color: #003366;
				font-size: 1.4em;
				font-style: italic;
				margin-bottom: 10px;
			}
			
				#main_content h3 a {
					color: #003366;
					text-decoration: none;
				}

				#main_content h3 a:hover {
					text-decoration: underline;
				}

			p { margin-bottom: 10px; }

			ul { margin-bottom: 10px; }
				li { margin: 10px; }
			
			/***** Post / Page Content Styles *****/
			
			. entry { margin-bottom: 10px; }
			
				.entry h3,
				.entry h4,
				.entry h5,
				.entry h6 { margin-bottom: 10px; }
				
				.entry ul { margin-left: 10px; }
					.entry ul li { list-style: disc; }
					
				.entry ol { margin-left: 10px; }
					.entry ol li { list-style: upper-alpha; }
			
			
			
		/***** Generic Sidebar Styles - Applies to All Sidebars *****/
		.sidebar {}
			.sidebar ul {}
				.sidebar li { margin: 0; }
				
				.sidebar ul li ul { margin: 0 0 5px 15px; }
					.sidebar ul li ul li { list-style: disc; margin: 0 ; }
					
			.sidebar .widget_container { margin-bottom: 10px; }

		/***** Specific Sidebar Styles for #sidebar and #sidebar-2 *****/

		/* #sidebar-2 only appears on the homepage */
		#sidebar-2 { color: #cc6600; float: left; margin-right: 10px; width: 250px; }
		
		#sidebar-2 .widget_content { background: url('background_widget_container_orange.png') repeat-y; padding: 0 10px 5px 10px; }
				#sidebar-2 .widget_top { background: url('background_widget_top_orange.png') no-repeat center top; height: 10px; }
				#sidebar-2 .widget_btm { background: url('background_widget_bottom_orange.png') no-repeat center top; height: 10px; }
		
			ul {}
				li {}
					img {}

					#sidebar-2 h3 { color: #CC6600; }
					
					p {}
					
					ul {}
						li {}
		
		/* #sidebar appears on the homepage and every other page */
		#sidebar { float: left; padding-right: 5px; width: 235px; }
		
		#sidebar .widget_content { background: url('background_widget_container_blue.png') repeat-y #CCC; padding: 0 10px 5px 10px; }
				#sidebar .widget_top { background: url('background_widget_top_blue.png') no-repeat center top; height: 10px; }
				#sidebar .widget_btm { background: url('background_widget_bottom_blue.png') no-repeat center top; height: 10px; }
				
			ul {}
				li {}
				
				li.widget_container {}
				li.widget_recent_entries {}
					h3.widget_title {}
					
					ul {}
						li {}
							h4 {}
								h4 a  {}
							p {}
					
					/* "View All Headlines" formatting */
					p {}
					a {}
					
		/***** Sidebar Specific Styles for the plugin Image Widget ****
		 *
		 * The image widget should not show the Title or have the "boxes" around it
		 *
		*/
		
		.sidebar .widget_sp_image {} 
			.sidebar .widget_sp_image .widget_title { display: none; }
			.sidebar .widget_sp_image .widget_content { background: none !important; padding: 0 !important; }
				.sidebar .widget_sp_image .widget_top,
				.sidebar .widget_sp_image .widget_btm { display: none;}
		

		/***** Sidebar Specific Styles for the Custom Menu Widget ****
		 *
		 * The menu widget should appear in a bulleted list instead of in-line like in the header and footer
		 *
		*/
		.sidebar .menu  { margin: 4px 0 0 15px; } /* ul */
			.sidebar .menu li {
				border: none;
				display: list-item;
				list-style: disc;
				margin: 0 0 5px 0;
				padding: 0;
			}
				
			.sidebar .menu a {
				text-decoration: none;
				text-transform: none;
			}
			
				#sidebar .menu a { color: #003366; }
				#sidebar-2 .menu a { color: #CC6600; }
			
			.sidebar .menu a:hover { text-decoration: underline; }
									
				.sidebar .sub-menu  { display: block; margin: 5px 0 5px 15px; } /* ul */
					.sidebar .sub-menu li { list-style: circle; }
						.sidebar .sub-menu ul {}
							.sidebar .sub-menu ul li { list-style: disc;}
								.sidebar .sub-menu ul li ul {}
									.sidebar .sub-menu ul li ul li { list-style: circle;}


		/***** Sidebar Specific Styles for the Latest News Widget *****/
		.sidebar .widget_latest_news {}
			.sidebar .widget_latest_news h4 { font-size: 14px; font-weight: bold; margin-bottom: 5px;}
				.sidebar .widget_latest_news h4 a { color: #000; text-decoration: none; }
					.sidebar .widget_latest_news h4 a:hover { text-decoration: underline; }
					
			.sidebar .widget_latest_news .latest_news_post { clear: both; margin-bottom: 10px; }
			
			.sidebar .widget_latest_news .latest_news_more { margin-top: 10px; text-align: right; }
			
			.sidebar .widget_latest_news .latest_news_view_all {
				font-size: 1.4em;
				font-weight: bold;
				margin-top: 20px;
				margin-bottom: 0;
				padding-bottom: 0;
				text-align: center;
			}
					
					

/***** Footer *****/

#footer {
	background: url('background_footer.png') no-repeat center top;
	clear: both;
	height: 30px;
	padding-top: 30px;
	text-align: center;
}
	
	#footer .site_name { color: #FFF; margin-top: 15px; text-transform: uppercase; }
		#footer .site_name a { color: #FFF; text-decoration: none; }
		#footer .site_name a:hover { text-decoration: underline; } 
		
	#footer ul {}
		#footer li { display: inline; }

/***** Content *****/

.post_extras{
 position: relative;
 margin-top: 10px;
}

.post_date_wrap {
    background-color: #D9D9D9;
    border: 1px solid #BEBEBE;
    color: #797979;
    height: 48px;
    float: left;
    width: 36px;
    margin-right: 10px;
}
.post_month {
    border-right: 1px dotted #797979;
    display: block;
    font-weight: bold;
    margin-top: 1px;
    text-align: center;
    width: 36px;
}
.post_date {
    background-color: #f9a85f;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    height: 23px;
    margin-bottom: 1px;
    margin-top: 1px;
    text-align: center;
    width: 36px;
    padding-top: 5px;
}
.comments_linker{
 position: relative;
}

.comments_linker a{
 position: absolute;
 right: 0px;
 top: 4px;
 text-decoration: none;
}

.testimonial_box_large{
 min-height: 130px;
}

hr.testimonial_sep{
 margin-bottom: 10px;
 margin-top: 10px;
 border: none 0;
 border-top: 1px solid #d7d7d7;/*the border*/
 height: 1px;
}

.entry{
 margin-bottom: 30px;
}

.testimonial_signed{
 text-align: right;
 color: #446a8e;
 margin-top: 9px;
}
.vieo_socialize{

}

/***** Comments *****/ 

.post_wrap {width: 650px;float: left;border-bottom: 1px solid #DDD;padding-bottom: 40px;margin-bottom: 40px;}
.post_top {width: 650px;float: left;}
.post_top h2 {padding-bottom: 5px;}
.post_wrap h2 a {color: #000 !important;}
/*.post_date_wrap {width: 58px; height: 61px;float: left;background:#0C3569 url("bg_div_post_date_wrap.jpg") 0 0 no-repeat;text-align: center;margin: 0 20px 0 7px;}
.post_date {color: #FFF;font-size:3.3em;margin: 7px 0 0 0;padding: 0 !important;width: 58px;}
.post_month {color: #9BB6C8;font-size:1.7em;margin: -6px 0 0 0;padding: 0 !important;width: 58px;text-transform: lowercase;}*/
.post_content {width: 650px;float: left;}
.post_content p {margin: 0 0 0 6px;}
.wp_ss_tags a {text-decoration: none;color: #636B75;}
.wp_ss_tags a:hover {text-decoration: underline;}
.post_image_wrap {background: url("bg_div_post_image_wrap.gif") 0 0 no-repeat;width: 650px;height: 249px;margin: 0 0 15px 0;}
.post_image_wrap img {margin: 8px 0 0 12px;}
.post_reply_wrap, .comment_outside_wrap {width: 650px;float: left;background: #F9F9F9;border: 1px solid #CECECE;}
.post_reply_wrap p {padding-bottom: 25px;width: 568px;}
.post_reply_wrap .userlogged a {color: #0C3569;}
.post_reply_wrap .button {color: #FFF !important;}
.post_reply_form_wrap {width: 568px;float: left;margin: 50px 0 50px 40px;}
.post_user_name, .post_user_email, .post_user_website {width: 235px;height: 25px;background: url("bg_input_post_user_name.jpg") 0 0 no-repeat;border: 0;color: #636B75;padding: 9px 20px 0 27px;font-size: 1em;}
.post_user_email {background: url("bg_input_post_user_email.jpg") 0 0 no-repeat;width: 232px;height: 25px;padding: 9px 20px 0 30px;}
.post_user_website {background: url("bg_input_post_user_website.jpg") 0 0 no-repeat;width: 232px;height: 25px;padding: 9px 20px 0 30px;}
.post_user_message {width: 548px;height: 189px;background: url("bg_input_post_user_message.jpg") 0 0 no-repeat;border: 0;color: #636B75;padding: 15px;font-size: 1em;}
.post_title_wrap {width: 553px;float: right;}


.post_title_wrap p {width: 553px;}
.comment_inside_wrap {width: 584px;float: left;margin: 37px 0 15px 31px;}
.comment_user_wrap {float: left;width: 91px;}
.comment_user_gravatar {width: 91px;height: 90px;background: url("bg_div_user_comment_gravatar.gif") left top no-repeat;}
.comment_user_gravatar img {margin: 6px 0 0 6px;}
.comment_user_wrap .comment_user, .comment_user_wrap .comment_user a {color: #0C3569;font-weight: bold;padding: 4px 0 0 6px;margin: 0;width: 91px;text-decoration: none;}
.comment_user_wrap .comment_user a {padding: 0;}
.comment_user_wrap .comment_user a:hover {text-decoration: underline;}
.comment_user_wrap .comment_date {color: #ff9900;padding: 0 0 0 6px;margin: -2px 0 37px 0;width: 91px;}
.comment_message_wrap {width: 477px;float: left;margin: 0 0 0 10px;position: relative;}
.comment_message {background: #FFF;border: 1px solid #E0E0E0;float: right;width: 461px;}
.comment_message_wrap p {font-size: 1.2em;width: 400px;padding: 24px;font-size: 1.2em;}
.comment_arrow {position: absolute;top:25px;left: 0;}
.comment_outside_wrap {padding: 5px 0 30px 0;margin: 0 0 75px 0;}
.moderation {padding-left: 35px;}
	