/*
File:			layout.css
Description:	Layout styles for Sean Martinez

/*---:[ core layout elements ]:---*/
#container { width: 1040px; margin-top: 0em !important; margin-right: auto; margin-bottom: 0em; margin-left: auto; background-color: none;}
	#page { padding: 0 2.2 2.2 2.2em; margin: 0px auto !important;}
		#header {padding: 0 0 0 0em;}
		#footer, #footer a {padding: 1.1em 0.0em 1.1em 0.0em; color: #fff; }
		#footer a:hover {color: #FF0;}
		#content_box {
	width: 958px;
	background-color: #C8C8C8;
	background-image: url("images/brushedmetal_v3thin.gif");
	background-repeat: repeat;
	margin: 0 auto;
	border-style: solid;
	border-color: #666;
	border-width: 0px 1px 0px 1px;
}
		.no_sidebars { background-image: none; }
			#content { width: 600px; float: left; background-color: #FFF; padding: .5em 1.0em 1.0em 1.0em; margin: 1.5em 1.5em 0 1.5em;}
			.no_sidebars #content { width: 876px; background-image: none;}
			.no_sidebars #content #post-39  {margin: 0em; padding: 1em 1.1em 1em 1.1em; background-color: #000;}

				.post_box, .teasers_box, .full_width #content_box .page { margin: 0 1.1em 0 1.1em; }
					.full_width #content_box .page { width: auto; }
				.no_sidebars .post_box { margin: 0 1.1em; }
				.teasers_box { width: 580px; }
					.teaser { width: 280px; }
				#archive_intro, .prev_next { padding-right: 2.2em; padding-left: 1.1em; }
			#sidebars {
				width: 276px;
				border: 0;
				float: right;
				margin-top: 0em;
				}
				#sidebar_1 { width: 270px;  float: left;  }
				#sidebar_1 p {color:#EEE; font-size:0.85em;}
				#sidebar_1 p a {color:#CFF;}
				#sidebar_1 p a:hover {color:#FF9;}
				#sidebar_2 { width: 270px; float: left; }
				#sidebar_2 p {color:#EEE; font-size:0.85em;}
				#sidebar_2 p a {color:#CFF;}
				#sidebar_2 p a:hover {color:#FF9;}
					.sidebar ul.sidebar_list { padding-right: 1.0em; padding-left: 1.2em; margin: 2.0em 1.5em .5em .5em; }
					#sidebar_1 ul.sidebar_list { padding-right: 1.0em; padding-left: 2.0em; margin: .5em .5em .5em .5em;}
					#sidebar_2 ul.sidebar_list { padding-right: 1.0em; padding-left: 2.0em; margin: .5em .5em .5em .5em;}
				#home_setup {
	width: 200px;
	height: 150px;
	float: left;
	clear: both;
	padding: 15px 37px 12px 38px;
}

/*---:[ nav styles ]:---*/
#menu_container {
	width: 960px;
	margin:0 auto;
	padding: 0;
	background-image: url("images/menu-bg2-trans.png");
	background-color: transparent;
	background-repeat: repeat-x;
	height: 46px;
}

.menu {line-height:1;
	list-style:none outside none;
	margin:0;
	padding:0;
	z-index:99;
	border-width: 0 0 0.1em 0.1em; 
	margin:0 0em 0em 0em;}
	
.menu ul, .menu ul li { width: 195px; }
.menu ul ul, .menu :hover ul :hover ul { left: 175px; }
.menu li:hover ul, .menu a:hover ul { left: -0.1em; }

/*---:[ multimedia box elements ]:---*/
#multimedia_box { padding: 1.1em; }
	#image_box img { display: block; padding: 0.1em; border-width: 0.1em; }
	#image_box img.square { width: 40.9em; height: 40.9em; }
	#image_box img.four_by_three { width: 40.9em; height: 30.7em; }
	#image_box img.three_by_four { width: 40.9em; height: 54.5em; }
	#image_box img.three_by_two { width: 40.9em; height: 27.3em; }
	#image_box img.two_by_three { width: 40.9em; height: 61.4em; }
	#image_box img.five_by_four { width: 40.9em; height: 32.7em; }
	#image_box img.four_by_five { width: 40.9em; height: 51.1em; }
	#image_box img.sixteen_by_nine { width: 40.9em; height: 23em; margin: 0 auto; }
	#image_box img.nine_by_sixteen { width: 40.9em; height: 72.7em; margin: 0 auto; }
	#image_box img.two_by_one { width: 40.9em; height: 20.5em; }
	#image_box img.one_by_two { width: 40.9em; height: 81.8em; }

/*---:[ comments area ]:---*/
#comments { margin-right: 2.2em; margin-left: 0em; }
	.comments_intro, #respond_intro { margin-left: 1.1em; }
		dl#comment_list dt, dl#trackback_list dt { padding-right: 1.1em; padding-left: 1.1em; }
		dl#comment_list dd, dl#trackback_list dd { padding-left: 1.1em; }
			dl#comment_list dd .format_text, dl#comment_list dd #respond { padding-right: 1.1em; }
		dl#comment_list dl dt { padding-left: 2.2em; border-width: 0 0 0 0.1em; }
		dl#comment_list dl dt.bypostauthor { padding-left: 2.1em; border-width: 0 0 0 0.2em; }
		dl#comment_list dl dd { padding-left: 0; }
		dl#comment_list dl dd .format_text { padding-left: 1.6em; border-width: 0 0 0 0.071em; }
		dl#comment_list dl dd.bypostauthor > .format_text { padding-left: 1.5em; border-width: 0 0 0 0.143em; }
		dl#comment_list dl dd dl { padding-left: 2.2em; }
#commentform { padding-right: 2.2em; padding-left: 1.1em; }
.comments_closed, .login_alert { margin-left: 1.1em; }

/*---:[ content elements ]:---*/

	#header { padding-top: 0em; padding-bottom: 0em; }
		.post_box { padding-top: 2.2em; }
			.headline_area { margin-bottom: .5em; margin-top:0.5em; }
		.teasers_box { padding-top: 2.2em; padding-bottom: 2.2em; }
		#multimedia_box { margin-bottom: 0.0em;
			border-bottom-style:none;
			border-right-color: #666;
			background-color: #326291;
			background-image: url("images/sidebar-bg3.png");
			background-repeat: repeat-y;
		}

/*---:[ #header styles ]:---*/
#header #logo {
	font-size: .01em;
	line-height: .01em;
	margin: 0 auto;
	text-indent: -9999px;
	background-image: url("images/header-bg4.png");
	height: 198px;
	width: 1040px;
	}
#header #tagline {
	font-size: .01em;
	line-height: .01em;
	text-indent: -9999px;
	margin: 0 0em 0em 0;
}

/*---:[ nav menu styles ]:---*/
.menu table { bottom: -0.1em; }
.menu li {
	border-right:1px solid #000000;
	float:left;
	width:auto;
}
.menu li ul { background:none repeat scroll 0 0 #FFFFFF;
	border-color:#999999;
	border-style:solid;
	border-width:0 1px 1px;
	left:-999em;
	position:absolute;
	width:225px;
	z-index:999; }

.menu .current a, .menu .current-cat a,  {
	background-image:url(images/nav-bg-li.png);
	background-repeat: no-repeat;
	background-attachment: scroll; 
	background-position:center bottom;
	background-color: transparent;
	color:#fff !important;
}

.menu li a:hover, .menu .current a:hover, .menu .current-cat a:hover  {
	background-image:url(images/nav-bg-li.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:center bottom;
	background-color: transparent;
	color:#FC3 !important;
}
.menu li ul li {
background:none repeat scroll 0 0 #999;
border-color:#999999 -moz-use-text-color #D6D6D6;
border-left:medium none;
border-right:medium none;
border-style:solid none;
border-width:1px medium;
}
.menu li ul li a {
border:medium none;
color:#555555;
font-size:0.8em;
width:200px;
}
.menu li ul li a:hover, .menu li ul li.current_page_item a {
	background:none repeat scroll 0 0 #ccc;
	background-repeat:no-repeat;
	background-attachment: scroll;
	border:medium none;
	background-position: left center;
}
.menu a { font-size: 1.0em; line-height: .6em; padding: 0.54em 0.48em; border-width: 0em; border-left-width: 0; }
.menu ul a { width: 11.818em; border-left-width: 0.0em; }
	.menu .submenu li {
	height:12px;
	margin-top:0px;
	padding: 0.5em 0.25em 1.0em 0.0em;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
}
		.menu .submenu li a {	line-height: 1.0em; padding: 0.5em 0.0em 0.5em 2.0em; border-width: 0em; border-left-width: 0; }
/*---:[ nav colors ]:---*/
.menu, .menu a, .menu li ul { border-color: #ddd; }
.menu .current a, .menu .current-cat a { border-bottom-color: #fff; }
.menu ul .current a, .menu ul .current-cat a, .menu .current ul a, .menu .current-cat ul a { border-bottom-color: #ddd; }
.menu a, .menu .current ul a, .menu .current-cat ul a { color: #369; background: transparent; }
.menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover {
	color: #0C0;
	background: none;
}

.menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover {
	color: #369;
	background: transparent;
	border:dotted;
	border-color: #FC0;
	border-width: 1px;
}

.menu .current-parent > a, .menu .current-cat-parent > a { 	color: #369;
	background: transparent;
	border:dotted;
	border-color: #FC0;
	border-width: 1px; }

.menu .submenu {
	background-color: #999;
	border:solid;
	border-color: #333;
	border-width: 1px;
}
/* .menu .submenu .current ul li {background-color: #CCC; }*/

.menu .submenu li a:hover {
	color: #FF0;
}
.menu .submenu .current > a { background-color: #ccc; }

/*---:[ headlines ]:---*/
.headline_area h1, .headline_area h2, .headline_area h2 a {
	font-size: 1.6em;
	line-height: 1.6em;
	font-family: Verdana, Geneva, sans-serif;
	color:#0352a2;
	font-weight:bold;
	border-bottom-style:dotted;
	border-color:#666;
	border-bottom-width: 3px;
	padding: 0 0 0.5em 0;
}
h2.entry-title, h2.entry-title a {
	font-size: 1.4em;
	line-height: 1.4em;
	font-family: Verdana, Geneva, sans-serif;
	color:#0352a2;
	font-weight:bold;
	padding: 0 0 0.5em 0;
	border-bottom:none;
}

/*
.headline_area h2, .headline_area h2 a {
	font-size: 1.4em;
	line-height: 1.4em;
	font-family: Verdana, Geneva, sans-serif;
	color:#0352a2;
	font-weight:bold;
}
*/


.format_text h2 {
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0em 0 0.5em 0;
	font-family: Verdana, Geneva, sans-serif
}
.format_text h3 {
	font-size: 1.2em;
	line-height: 1.444em;
	margin: .833em 0 0.611em 0;
	font-family: Verdana, Geneva, sans-serif;
}

.format_text h4 { font-size: 1em; }
.format_text h5 { font-size: 0.786em; }
.format_text h6 { font-size: 0.786em; }
.teaser h2 {color:#005500;}
.teaser h2 a {color:#005500;}
.sidebar h3 { font-size: 1em; line-height: 1.385em; margin-top: 0.0em; margin-bottom: 0.6em; }
#archive_intro h1 { font-size: 1.6em; line-height: 1.6em; }

/*---:[ bylines ]:---*/
.headline_meta { font-size: .8em; line-height: 1.25em; }
	.headline_meta .pad_left { padding-left: 0.9em; }

/*---:[ headline area (image thumbnails) ]:---*/
.headline_area img.alignleft { margin: 0 2.2em 2.2em 0; }
.headline_area img.alignright { margin: 0 0 2.2em 2.2em; }
.headline_area img.alignnone { margin: 0 auto 2.2em 0; }
.headline_area img.aligncenter { margin: 0 auto 2.2em auto; }
.headline_area img.frame { padding: 1em; border-width: 0.1em; }

/*---:[ post content area ]:---*/
.format_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.571em;
}
	.format_text p {
	margin-bottom: 1.0em;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.571em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#highlight  {background-color:#FF9;}
	.format_text p.note, .format_text p.alert { padding: 0.571em 0.786em; }
	.format_text .drop_cap { font-size: 3.571em; line-height: 0.76em; padding: 0.04em 0.12em 0 0; }
	.ie6 .format_text .drop_cap { padding-right: 0.06em; }
	.format_text acronym, .format_text abbr { font-size: 0.786em; }
	.format_text code, .format_text pre { font-family: Consolas, "Andale Mono", Monaco, Courier, "Courier New", Verdana, sans-serif; }
	.format_text code { font-size: 0.857em; }
	.format_text pre { font-size: 0.857em; line-height: 1.5em; margin-bottom: 1.833em; padding: 0.667em 0.917em; }
	.format_text sub, .format_text sup { line-height: 0.786em }
	.format_text ul { margin: 0 0 2.571em 3.571em; }
		#servicesList li {margin: 0 0 0em 1.571em; }
	.format_text ol { margin: 0 0 1.571em 1.571em; }
		.format_text ul ul, .format_text ul ol, .format_text ol ul, .format_text ol ol { margin: 0 0 0 1.571em; }
	.format_text dl { margin-bottom: 1.571em; }
		.format_text dd { margin-bottom: 1.571em; }
	.format_text blockquote { font-size: 1.2em; margin: 1.571em auto; padding: 0em 0.786em 0em 0.786em; }
		/*---:[ pullquotes ]:---*/
		.format_text blockquote.right, .format_text blockquote.left { width: 45%; font-size: 1.286em; line-height: 1.222em; }
		.format_text blockquote.right { margin: 0 0 1.222em 1.222em; }
		.format_text blockquote.left { margin: 0 1.222em 1.222em 0; }
	/*---:[ image handling classes ]:---*/
	.format_text img.left, .format_text img.alignleft, .wp-caption.alignleft { margin: .3em 1.571em 1.0em 0; }
	.format_text img.right, .format_text img.alignright, .wp-caption.alignright { margin: 0.0em 0 1.571em 1.571em; }
	.format_text img.center, .format_text img.aligncenter, .wp-caption.aligncenter { margin: 0 auto 1.571em auto; }
	.format_text img.block, .format_text img.alignnone, .wp-caption.alignnone { margin: .1em .5em .5em .1em; }
	.format_text img[align="left"] { margin-right: 1.571em; margin-bottom: 1.571em; }
	.format_text img[align="right"] { margin-bottom: 1.571em; margin-left: 1.571em; }
	.format_text img[align="middle"] { margin-bottom: 1.571em; }
	.format_text img.frame, .format_text .wp-caption { padding: 0.0em; border-width: 0.0em; }
	.format_text img.stack { margin-left: 1.571em; }
	.format_text .wp-caption p {
	color:#333;
	font-size: 0.68em;
	line-height: 1.5em;
	margin-bottom: 0;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

	/*---:[ ad and miscellaneous "block" classes ]:---*/
	.format_text .ad { margin-left: 1.571em; }
	.format_text .ad_left { margin-right: 1.571em; }

	/*---:[ after-post elements ]:---*/
	.format_text .to_comments { font-size: .8em; line-height: 1.833em; margin-bottom: 1.833em; }
		.format_text .to_comments span { font-size: 1.833em; }
	.format_text .post_tags { font-size: 0.857em; line-height: 1.833em; margin-bottom: 1.833em; }

/*---:[ multimedia box ]:---*/

#custom_box { font-size: 1.3em; line-height: 1.538em; }

/*---:[ archive information block ]:---*/
#archive_intro { padding-top: 1.1em; padding-bottom: 1.1em; }
	#archive_intro p { font-size: 1em; line-height: 1em; margin-bottom: 1.1em; }

/*---:[ previous and next links on index, archive, and search pages ]:---*/
.prev_next { padding-top: 1.1em; padding-bottom: 1.1em; }
	.prev_next p { font-size: 1em; line-height: 2.0em; }
	.post_nav .previous { margin-bottom: 0.55em; }
	.post_nav a { font-size: 1.2em; line-height: 1.571em; }

/*---:[ comment area ]:---*/
.comments_intro { margin-top: 4.4em; margin-bottom: 1.1em; }
	.comments_intro p { font-size: 1.2em; line-height: 1.833em; }
		.comments_intro span { font-size: 1.833em; }
	dl#comment_list dt { padding-top: 1.8em; }
		dl#comment_list dt span { font-size: 1.2em; line-height: 1.833em; }
		dl#comment_list dt .comment_author { font-size: 1.2em; line-height: 1.375em; padding-right: 0.688em; }
			.avatar img { margin-left: 0.833em; }
		.comment_time { padding-right: 0.917em; }
		.comment_num { padding-left: 0.833em; }
			.comment_num a { font-size: 1em; line-height: 1.833em; padding: 0.083em 0.25em; }
	dl#comment_list dd { padding-top: 1.1em; }
		dl#comment_list dd p.reply a { font-size: 0.786em; line-height: 1.636em; }
			dl#comment_list dl dd p.reply { margin-bottom: 0; }
	dl#comment_list dl dt, dl#comment_list dl dd { padding-top: 0; }
	dl#comment_list dl dd .format_text { margin-bottom: 1.571em; }
	dl#trackback_list dt { padding-top: 1.1em; }
		dl#trackback_list dt a { font-size: 1.2em; line-height: 1.571em; }
	dl#trackback_list dd span { font-size: 1.2em; line-height: 1.833em; }
.comments_closed { margin-top: 4.4em; margin-bottom: 2.2em; }

/*---:[ comment form styles ]:---*/
#respond_intro { margin-top: 0.4em; margin-bottom: 1.1em; }
.comment #respond_intro { margin-top: 0; }
	#respond_intro p { font-size: 1.2em; line-height: 1.294em; }
	#cancel-comment-reply-link { font-size: 1.1em; line-height: 1em; padding: 0.545em 0.727em; border-width: 0.182em; }
.login_alert { margin-top: 4.4em; margin-bottom: 2.2em; padding: 8em 1.1em; }
#commentform { padding-top: 1.1em; padding-bottom: 2.2em; }
	#commentform p, .login_alert p { font-size: 1.0em; line-height: 1.571em; }
	#commentform p.comment_box { line-height: 0.786em; }
		#commentform label { padding-left: 0.786em; }
		#commentform textarea { height: 12.571em; line-height: 1.571em; }
		#commentform span.allowed { width: 97.3%; padding-top: 0.5em; padding-bottom: 0.5em; border-width: 0 0.071em 0.071em 0.071em; }
			#commentform span.allowed span { font-size: 0.857em; line-height: 1.833em; padding: 0 0.583em; }
	/* Support for the highly-recommended Subscribe to Comments Plugin */
	#commentform p.subscribe-to-comments { font-size: 1.2em; }
		#commentform p.subscribe-to-comments label { font-size: 1em; }

/*---:[ sidebar styles ]:---*/
.sidebar { }
#column_wrap .sidebar ul.sidebar_list { padding-top: 2.2em; }
	li.widget { font-size: .9em; line-height: 1.2em; margin-bottom: .692em; }
	li.tag_cloud { line-height: 1.692em; }
		li.widget p { margin-bottom: 1.385em; }
		li.widget abbr, li.widget acronym { font-size: 0.769em; }
		li.widget code { font-size: 0.846em; }
			li.widget ul li { margin-bottom: 0.692em; }
				li.widget li ul { margin: 0.692em 0 0 1.385em; }
	/*---:[ widget box styles ]:---*/
	li.widget .widget_box { padding: 0.692em; border-width: 0.077em; }
	/*---:[ google custom search ]:---*/
	li.thesis_widget_google_cse form input[type="submit"] { font-size: 1em; margin-top: 0.462em; padding: 0.154em 0.231em; }
	/*---:[ calendar widget ]:---*/
	#calendar_wrap a { padding: 0.077em; }
	#calendar_wrap a:hover { padding: 0.077em; }
		table#wp-calendar caption { font-size: 1.4em; line-height: 2em; }
		table#wp-calendar th { font-size: .8em; line-height: 2em; padding-top: 0.091em; }
		table#wp-calendar td { font-size: .8em; line-height: 1.692em; }
		table#wp-calendar td#next, table#wp-calendar td#prev { font-size: 1em; line-height: 2em; }
		table#wp-calendar td#next { padding-right: 0.545em; }
		table#wp-calendar td#prev { padding-left: 0.545em; }

/*---:[ form inputs ]:---*/
input, textarea { font-family: Georgia, "Times New Roman", Times, serif; }
.format_text input, #commentform input, #commentform textarea { width: 95%; padding: 0.214em; border-width: 0.071em 0.071em 0.071em 0.071em; }
#commentform textarea { width: 96%; }
.format_text input.form_submit, #commentform .form_submit { font-size: 1.143em; padding: 0.313em 0.25em; }
.sidebar .text_input, .sidebar .form_submit { padding: 0.308em; font-family: Georgia, "Times New Roman", Times, serif; }
.sidebar input[type="text"], .sidebar input[type="submit"] { padding: 0.308em; font-family: Georgia, "Times New Roman", Times, serif; }
/*---:[ footer styles ]:---*/
#footer p { font-size: .9em; line-height: 1.5em; }
#footer a { border-bottom: 0px solid #888; }
div #footer_1  {
	width:960px;
	float:left;
}
div #footer_1 li {
	font-size: .9em; line-height: 1.5em;
}
div #text-3 {
	width:200px;
	padding: .0em .5em .0em 0;
	margin: 0 auto 1.1em auto;
	font-size: .9em;
	line-height: 1.2em;
	text-align: left;
	color: #ccc;
	list-style-type: none;
	clear:both;
	}
	#text-3 h2 {font-size:1.2em; color:#ffcc33; line-height:1.6}
	 #text-3 ul li a {  margin: 0 .5em; }

div #text-4 {
	width:200px;
	padding: .0em .5em .7em 0;
	margin: 0 auto 1.1em auto;
	font-size: .9em;
	line-height: 1.2em;
	text-align: left;
	color: #ccc;
	list-style-type: none;
	clear:both;
	}
	#text-4 h2 {font-size:1.2em; color:#ffcc33; line-height:1.6}
	 #text-4 ul li a {  margin: 0 .5em; }
div #text-5 {
	float: left;
	width:290px;
	padding: .7em .5em .7em 0;
	margin: 0 auto 1.1em auto;
	font-size: .9em;
	line-height: 1.2em;
	text-align: left;
	color: #ccc;
	list-style-type: none;
	border-right-style: dotted;
	border-right-color: #FFF;
	border-right-width: thin;	}	 
div #search {
	float: left;
	width:270px;
	padding: .7em 0em .7em 0;
	margin: 0 auto 1.1em auto;
	font-size: .9em;
	line-height: 1.2em;
	text-align: left;
	color: #ccc;
	list-style-type: none;
	border-right-style: dotted;
	border-right-color: #FFF;
	border-right-width: thin;	}	 
div #pages-3 {
	float: left;
	width:290px;
	padding: .7em .5em .7em .9em;
	margin: 0 auto 1.1em auto;
	font-size: .9em;
	line-height: 1.2em;
	text-align: left;
	color: #ccc;
	list-style-type: none;
border-right-style: dotted;
	border-right-color: #FFF;
	border-right-width: thin;
	}	
div #tag_cloud-3{
	float: left;
	width:210px;
	padding: .7em .5em .7em .0em;
	margin: 0 auto 1.1em auto;
	font-size: .9em;
	line-height: 1.2em;
	text-align: left;
	color: #ccc;
	list-style-type: none;
	}	
div #recent-posts-2 {width:290px; float:left; 
	text-align:left; 
	font-size: .8em; 
	line-height:1.5em; 
	border-right-style: none;
	border-right-color: #FFF;
	border-right-width: thin;
	padding: .7em .5em .7em .9em;
}
div #salesPageMid {clear:both;}
div #SeanVideo {width:500px; float:left; }
div #multi-player {margin: 0 020px 0 20px;}
div #testimonials {float:left; width:840px;}
div #clearBoth {clear:both;}
	 #recent-posts-2 ul li a {  margin: 0 .5em; }

div #categories-2 {width:300px; float:left;  text-align:center; font-size: .8em; line-height:1.5em; border-right-style: dotted;
	border-right-color: #FFF;
	border-right-width: thin;}
	 #categories-2 ul li a {  margin: 0 .5em; }
div #archives-2 {width:290px; float:left; text-align:center; font-size: .8em; line-height:1.5em; }
	 #archives-2 ul li a {  margin: 0 .5em; }

div #footerCatList  {width:315px; float:left; font-size: 1.1em; line-height:1.5em; border-right-style: dotted;
	border-right-color: #FFF;
	border-right-width: thin;}
div #footerPagesList {width:315px; float:left; font-size: 1.1em; line-height:1.5em;}
/*---:[ after footer styles ]:---*/
div #copyrightNotice {width:1040px; text-align:center;background-color: none; padding:0em 0em; margin:0;} 
#copyrightNotice p {
	font-size: 0.8em;
	line-height:1.2em;
	margin-top: 2em;
	color: #999;
}
#copyrightNotice a {
	color: #CCC;
}
#copyrightNotice a:hover {color: #FF0;}
/*---:[ teaser styles ]:---*/
.teaser h2 { font-size: 1.4em; font-weight:bold; line-height: 1.375em; }
.teaser .format_teaser {font-family: Georgia,"Times New Roman",Times,serif; font-size: 1.0em; line-height: 1.4em; margin-top: 1.5em; margin-bottom: 1.5em; }
.teaser .teaser_author, .teaser .teaser_category, .teaser .teaser_date, .teaser .teaser_comments, .teaser .edit_post { font-family: Georgia, "Times New Roman", Times, serif; }
.teaser .teaser_author { font-size: 1em; line-height: 1.6em; }
.teaser .teaser_category { font-size: 1em; line-height: 1.6em; }
.teaser .teaser_date { font-size: 1em; line-height: 1.6em; }
.teaser .teaser_comments { font-size: 1em; line-height: 1.6em; }
.teaser .teaser_link { font-size: 1.2em; line-height: 1.5em; }
.teaser .post_tags { font-size: 1.1em; line-height: 1.636em; }
.teaser .edit_post { padding-left: 0.8em; }

/*---:[ thumbnails ]:---*/
.teaser .post_image_link img.alignleft { margin-right: 1.8em; margin-bottom: 1.8em; }
.teaser .post_image_link img.alignright { margin-left: 1.8em; margin-bottom: 1.8em; }
.teaser .post_image_link img.aligncenter { margin-bottom: 1.8em; }
.teaser .post_image_link img.alignnone { margin: 0 auto 1.8em 0; }
.teaser .post_image_link img.frame { padding: 0.8em; border-width: 0.1em; }
.teaser .format_teaser .post_image_link img.alignleft { margin-right: 0.75em; margin-bottom: 0; }
.teaser .format_teaser .post_image_link img.alignright { margin-left: 0.75em; margin-bottom: 0; }
.teaser .format_teaser .post_image_link img.aligncenter { margin-bottom: 1.5em; }
.teaser .format_teaser .post_image_link img.frame { padding: 0.333em; border-width: 0.083em; }

/*---:[ layout colors ]:---*/
body { color: #111; background: #fff; }
#page { width: 1040px; background: none; }
a, h2 a:hover, #logo a:hover {
	color: #0C0;
}
#logo, #logo a {color: #fff;}
#tagline { color: #AAA; }
h1, h2, h2 a { color: #0C0; }
.headline_meta, .headline_meta a, .teaser_author, .teaser_date, .teaser .edit_post, .teaser_author a, .teaser_comments, .teaser_category, .teaser .edit_post a { color: #888; }
.headline_meta a:hover, .teaser_author a:hover, .teaser_comments:hover, .teaser_category:hover, .teaser .edit_post a:hover { color: #111; }
.sidebar h3 { color: #FFF; }
.image_box { background: #eee; }
.video_box { background: #000; }
.custom_box { background: #eee; }

/*---:[ border package ]:---*/
#header { border-width: 0 0 0.0em 0; }
.post_box, .teasers_box { border-width: 0.1em 0 0 0; }
#feature_box, #archive_intro, #comment_nav_2 { border-width: 0 0 0.2em 0; }
.prev_next { border-width: 0.2em 0 0 0; }
.image_box, .custom_box { border-width: 0 0 0.1em 0; }