@charset "utf-8";

/*
|--------------------------------------------------------------------------
| labs.amediacreative.com > Frontend > Global Style Sheet
|--------------------------------------------------------------------------
|
| @package		Amedia Creative Labs
| @subpackage	Frontend
| @company		Amedia Creative, Inc.
| @phone		310/651/8733
| @fax			310/388/1210
| @author		Joey Avino
| @email		joey@amediacreative.com
| @link			http://www.amediacreative.com
| @copyright	2009 Amedia Creative, Inc.
|
*/










/*
|--------------------------------------------------------------------------
| labs.amediacreative.com > Frontend > Global Style Sheet > Primary Site Colors
|--------------------------------------------------------------------------
|
| White 			#ffffff
| Light Gray 		#E2E7ED
| Med Gray 			#AAB0BC
| Dark Medium 		#c5cbd4
| Lighter Dark 		#575e6f
| Dark Gray 		#4A4B5D
| Lighter Black 	#393b4d
| Black 			#141319
| Green 			#94E400
| Light Green 		#A5FD00
| Dark Green 		#79BA00
|
*/









/*
|--------------------------------------------------------------------------
| labs.amediacreative.com > Global Resets
|--------------------------------------------------------------------------
|
| @package		Amedia Creative Labs
| @subpackage	Frontend
| @company		Amedia Creative, Inc.
| @phone		310/651/8733
| @fax			310/388/1210
| @author		Joey Avino
| @email		joey@amediacreative.com
| @link			http://www.amediacreative.com
| @copyright	2009 Amedia Creative, Inc.
|
*/

body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}










/*
|--------------------------------------------------------------------------
| labs.amediacreative.com > Global Font Resets
|--------------------------------------------------------------------------
|
| @package		Amedia Creative Labs
| @subpackage	Frontend
| @company		Amedia Creative, Inc.
| @phone		310/651/8733
| @fax			310/388/1210
| @author		Joey Avino
| @email		joey@amediacreative.com
| @link			http://www.amediacreative.com
| @copyright	2009 Amedia Creative, Inc.
|
*/

	body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}










/*
|--------------------------------------------------------------------------
| labs.amediacreative.com > Frontend > Global Style Sheet > Global Images
|--------------------------------------------------------------------------
|
| Declares all global images and some positioning.
| Additional positioning can be found following this section.
|
*/

	body, html { background: white url('http://images.amediacreative.com/amedia/main/white_bg.jpg') repeat-x 0px 230px; }

	.icon16x16-img { background: url('http://images.amediacreative.com/labs/icons/icon16x16-img.png') no-repeat top left; }
		.icon16x16-img.twitter 			{ background-position: 0px 0px !important; }
		.icon16x16-img.facebook 			{ background-position: 0px -37px !important; }
		.icon16x16-img.rss 				{ background-position: 0px -70px !important; }
		.icon16x16-img.visit-amedia 		{ background-position: 0px -106px !important; }
		.icon16x16-img.contact				{ background-position: 0px -140px !important; }

	#global_header { width: 100%; height: 230px; background: black url('http://images.amediacreative.com/labs/layout/labs_header.jpg') no-repeat center; }



	




/*
|--------------------------------------------------------------------------
| labs.amediacreative.com > Frontend > Global Style Sheet > Global Styles
|--------------------------------------------------------------------------
|
*/

	/* ----- Global Declerations -------------- */
	div { position: relative; text-align: left; }
	.spacer21px { height: 21px; display: block; clear: both; }
	img { border: 0px; }
	.left { float: left; display: inline; }
	.highlight { background:#FFF2B6; border:1px solid #E8D591; padding: 3px 7px; }
	strong { font-weight: bold; }

	/* ----- Global hr -------------- */
	.hr { border-bottom: 1px solid #E2E7ED; margin: 0px; }
		.hr hr { display: none; }


	/* ----- Header Styles -------------- */
	h1 { }
	h2 { margin-bottom: 7px; line-height: 21px; }
		h2, h2 a { color: #575E6F; font-size: 25px;  }
	h3 { font-size: 20px; font-weight: normal; margin: 0px; color: #575E6F; padding-bottom: 7px; }
	h4 { }
	h5 { }

	/* ----- Links And Text Classes. -------------- */
	a { color: #ff0099; font-weight: bold; text-decoration: none; outline: none; }
		a:hover { color: #94E400; }
		.block-link { display: inline-block; }

	/* ----- Pre -------------- */
	pre { background: #e2e7ed; padding: 21px; margin: 7px; overflow: auto; }

	/* ----- Blockquote -------------- */
	blockquote { padding: 4px 21px; color: black; background: #ebebeb; text-align: justify; font-size: 11px; }

	/* ----- CSS3 Rounded Corners -------------- */
	.round, .commentlist li, input, textarea, pre { 

		/* ----- Firefox -------------- */
		-moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
		-moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px;

		/* ----- Safari - Chrome -------------- */
		-webkit-border-top-right-radius: 5px;  -webkit-border-top-left-radius: 5px;  
		-webkit-border-bottom-left-radius: 5px;  -webkit-border-bottom-right-radius: 5px;

	}

	/* ----- Icon Class 16x16 -------------- */
	a.icon16x16-img { float: left; display: block; width: 20px; height: 20px; text-indent: -9999px; }
	span.icon16x16-img { width: auto; height: auto; padding: 2px 0px 0px 20px; margin-right: 5px; }

	/* ----- Clearfix -------------- */
	.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
	.clearfix { display: inline-block; }
	html[xmlns] .clearfix { display: block; }
	* html .clearfix { height: 1%; }










/*
|--------------------------------------------------------------------------
| labs.amediacreative.com > Frontend > Global Style Sheet > Global Layout
|--------------------------------------------------------------------------
|
*/


	/* ----- Body, Html -------------- */
	body, html { margin: 0; font: 12px Arial, Helvetica, sans-serif; text-align: left; line-height: 18px;  color: #131319; }





	/* ----- Header -------------- */
	#global_header { width: 100%; height: 230px; }
		#info { position: absolute top: 0px; left: 0px; }
			.blogname, .blogdescription { visibility: hidden; }
			#labs_link { position: absolute; width: 500px; height: 100px; top: 67px; left: 50%; margin-left: -490px;  z-index: 100; text-indent: -9999px; }
			#amedia_link { position: absolute; width: 230px; height: 200px; top: 15px; left: 50%; margin-left: 238px;  z-index: 100; text-indent: -9999px; }





	/* ----- Global Wrapper -------------- */
	#global_wrapper { margin: 0px auto; width: 100%; height: 100%; }
		
		
		
		
		/* ----- Global Columns & Grid -------------- */
		#global_content { width: 986px; padding: 0px 7px; margin: 0px auto; }
		.col2-layout.col-left { float: left; width: 578px;; border-right: 1px solid #E2E7ED; }
		.col2-layout.col-right { float: right; width: 386px; }





		/* ----- Content -------------- */
		#main {  padding: 21px 21px 0px 0px; height: 100$; }
			#entry { padding: 0px 20px; }
				.entry p { padding: 0; margin-bottom: 14px; }
					p.postmetadata { border-bottom: 1px dashed #AAB0BC; margin: 14px 0 28px 0; padding-bottom: 6px; font-size: 10px; color: #000000; }
					.title h2 a { font-weight: normal; }





			/* ----- Comments -------------- */
			h3.comments { padding: 0; margin: 40px auto 20px ; }
			
			ul.commentlist { padding: 0; text-align: justify; }
				.commentlist p { margin: 10px 5px 10px 0; font-size: 11px; color: #575E6F; }
				.commentlist li { margin: 14px 0 3px; padding: 14px 4px 3px 14px; list-style: none; border: 1px solid #f1f4f7; background: #f7fafd; }
					.commentlist li .avatar { float: left; border: 1px solid #AAB0BC; background: white;  margin-right: 7px; }
					.alt { margin: 0; padding: 10px; background-color: #ebebeb; }
					.commentmetadata { margin: 0; display: block; }
			
			#commentform p { margin: 7px 0; }
			.nocomments { text-align: center; margin: 0; padding: 0; }





		/* ----- Right Rail --main------------ */
		#right_rail { font-size: 12px; font-weight: normal; }
			#right_rail a { }
				#right_rail a:hover { color: #94E400; }

			#right_rail form { }
				input#s { width: 295px; }
				input#searchsubmit { width: 37px; }
			
				.sidebox { margin: 21px; }
					.sidebox.small { width: 192px; margin: 0px; }
						#gossip { border-right: 1px solid #E2E7ED; }
						.sidebox.small { font-size: 10px; }
							.sidebox.small li { border-bottom: 1px solid #E2E7ED; padding: 4px 21px; }
							.sidebox.small h3 { border-bottom: 1px solid #E2E7ED; padding: 14px 21px; }
					.sidebox.black { padding: 14px; background: #141319; }
						.sidebox.black h3 { color: white; padding: 0px; margin-bottom: 7px; line-height: 21px; }
						.sidebox.black p { color: white; }
					.sidebox.white { }

			.sidenav li { }





	/* ----- Footer -------------- */
	#footer { text-align: left; color: white; background: #141319; padding: 14px; font-size: 11px; }







/*
|--------------------------------------------------------------------------
| labs.amediacreative.com > Frontend > Global Style Sheet > Forms
|--------------------------------------------------------------------------
|
*/

	input, textarea { border: 1px solid #aab0bc; background: white; width: 215px; font-size: 12px; color: #4A4B5D; padding: 3px; }
		input.submit { background-color: #4a4b60; color: white; border: 0px; cursor: pointer; width: 75px; }
	
	.input_wrapper { margin-bottom: 7px; }
		.input_wrapper.wide label { display: block; }
		.input_wrapper.wide input, .input_wrapper.wide textarea { width: 570px; }
		.input_wrapper.wide input.submit { width: 75px; }

/*
|--------------------------------------------------------------------------
| labs.amediacreative.com > Frontend > Global Style Sheet > Captions and Images
|--------------------------------------------------------------------------
|
*/
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { border: 1px solid #D1DAE4; text-align: center; background-color: #E2E7ED; 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; }

