/* -----------------------------------------------

blog.css

contents:
General
Articles
Search & Archives
Contributors
Comments

----------------------------------------------- */


		#main  {
			overflow:hidden;
		}
		#main .container-main {
			width: 940px;
			padding:30px 0 50px;
			margin: 0 auto;
			clear: both;
		}

		.clear_both {
			clear: both;
		}
		
		.blog_header {
			border-top:1px solid #000;
			background-color:#000;
		}
		.blog_header .header_inner {
			margin:0 auto;
			height:290px;
			width:1200px;
			padding:25px 0 0 0;
		}
		
		.blog_left_column {
			float: left;
			width: 640px;
			margin: 0px 60px 0px 0px;
		}
		
		.blog_right_column {
			float: left;
			width: 240px;
			margin: 0;
		}
		
		.blog_left_column h1 {
			font-family: Arial;
			font-size: 50px;
			color: black;
			margin: 0px 0px 7px 0px;
		}
		
		.blog_left_column h2 {
			font-family: Arial;
			font-size: 18px;
			color: #666666;
			margin: 0px 0px 15px 0px;
		}
		
		.blog_left_column h4 a {
			color: #999;
			text-decoration: none;
		}
		
		.blog_left_column h4 a:hover {
			color: #000;
			text-decoration: none;
		}
		
		.blog_right_column .blog_block {
			float: left;
			width: 340px;
			border-bottom: 1px dotted #cccccc;
			padding-bottom: 30px;
			margin-bottom: 30px;
		}
		
		.blog_right_column .blog_block.last {
			border-bottom: none;
			padding-bottom: 0px;
			margin-bottom: 30px;
		}
		
		.blog_right_column h3 {
			font-family: Arial;
			font-weight: bold;
			font-size: 18px;
			color: #999999;
			margin: 0px 0px 5px 0px;
		
		}

		.blog_right_column .third_party {
			margin-top: 10px;
			height: 23px;
		}

		.blog_right_column .third_party span {
			padding-right: 5px;
		}

		.blog_right_column .helper_link {
			font-family: Arial;
			font-weight: bold;
			font-size: 12px;
			color: #008cda;
			margin: 0px;
			padding-right: 20px;
			line-height: 14px;
		}
		
		.blog_right_column .helper_link:hover{
			color: #000000;
		}
		
		.blog_right_column .helper_link_padding {
			margin-bottom: 10px;
		}
		
		.blog_right_column p {
			font-family: Arial;
			font-weight: normal;
			font-size: 16px;
			color: #666666;
			line-height: 20px;
		}
		
		.blog_right_column p.tags {
			font-size: 14px;
			color: #008cda;
			font-weight: bold;
			margin: 0px 0px -4px 0px;
		}
		
		.blog_right_column p.tags a {
			color: #008cda;
			text-decoration: none;
		}
		
		.blog_right_column p.tags a:hover {
			color: #008cda;
			border-bottom: 1px dotted #008cda;
		}
		
		
		.blog_button_bottom_right {
			margin-right: 0px;
		}
		
		.blog_right_column .item_header {
		    color:#000;
			font-size:16px;
			font-weight:bold;
			line-height:22px;
			margin:0px 0px 11px 0px;
        }
        
	.controls .controls_inner {
		width:940px;
		text-align:right;
		margin:0 auto;
		font-size:10px;
		padding:8px 140px 0 0;		
	}
	.controls .controls_inner a:hover {
		color:#fff;
	}

        .blog_header .blog_title {
			font-size:30px;
			color: #fff;
			font-weight:bold;
        }
	.blog_header .blog_title a {
			color:#fff;
	}
        .blog_header .blog_title a span {
			color:#ff0000;
        }  
        
        .blog_header .blog_subtitle {
        	color: #ccc;
			font-size:16px;
			line-height:24px;
			font-weight:bold;
			padding-bottom:16px;
			margin:0;
width: 275px;
        }
	.blog_navigation {
		background-color:#333;
	}
	.blog_navigation_inner {
		margin:0 auto;
		width:940px;
		height:34px;
	}
	.blog_navigation ul {
		margin-left:-14px;
		padding:9px 0 0 0;
	}
	.blog_navigation ul li {
		list-style:none;
		display:inline;
	}
	.blog_navigation ul li a {
		padding:10px 14px;
		color:#d8d8d8;
		font-size:12px;
		font-weight:normal;
	}
	.blog_navigation ul li a:hover {
		background-color:#d8d8d8;
		color:#000;
	}

	.subscribe {
		float:right;
		padding:8px 3px;
		background-color:#2d2d2d;
		color:#a9a9a9;
	}
	.subscribe ul li {
		display:inline;
		font-size:12px;
		font-weight:normal;
		padding:0 5px;
	}
	.subscribe ul li a {
		color:#008bda;
		display:inline-block;
	}
	.subscribe ul li a img {
		margin-bottom:-2px;
	}

	.divider {
		clear:both;
		border-bottom:1px solid #ccc;
		margin:15px 0;
	}

/* -----------------------------------------------

Articles

----------------------------------------------- */
        
        .article_container {
			font-size: 13px;
			color: #666;
			clear: both;
		}
		
		.article_container ul {
			padding-right: 15px;
		}
		
		.article_container ul li {
			padding: 0px 15px 12px 15px;
			display: inline-block;
			background-image: url('../images/bullets.gif');
			background-repeat: no-repeat;
			background-position: 0 3px;
		}
		
		.article_container.last {
			width: 580px;
			margin: 35px 20px 0px 0px;
			padding-bottom:80px;
			border-bottom: none;
		}
		
		.article_container h4 {
			padding-bottom:30px;
		}
		
		h1.article_title {
			font-size:24px !important;
			color: #000;
			line-height:24px;
			font-weight:bold;
			padding-bottom:5px;
			margin:0;
			min-height:0;
        }

		h1.article_title a {
			color: #000;
        }
        
        h1.article_title a:hover {
			color: #008CDA;
        }
        
        .article_utilities {
       		width: 580px;
			padding-top:40px;
        }
        
        .article_utilities p {
       		font-size: 12px;
       		font-weight: normal;
       		color: #999;
       		margin: 0;
        }
        
        .article_utilities a {
       		font-size: 12px;
       		font-weight: normal;
       		color: #008cda;
       		text-decoration: none;
        }
        
        .article_utilities a:hover {
       		color: #008cda;
			border-bottom: 1px dotted #008cda;
        }

	.featured_image {
		position:relative;
		min-height:40px;
	}

	.article_date {
		position:absolute;
		top:16px;
		left:0;
		z-index:100;
		background-color:#ff0000;
		padding:6px 8px;
		color:#fff;
		text-transform:uppercase;
		font-size:12px;
		font-weight:bold;
	}

	.article_content {
		clear:both;
		padding:20px 0;

	}
	.article_content p { 
		line-height:1.2em;
		font-weight:normal;
	}

	.article_container_small .article_content p {
		font-size:14px;
	}
	
	.article_container_featured, .article_container_small {
		margin-bottom:20px;
	}

	h2.article_title {
		font-size:26px;
		line-height:1.2em;
		margin:20px 0;
	}
	h2.article_title a {
		color:#000;
	}
	h1.article_title {
		font-size:26px;
		line-height:1.2em;
		margin:20px 0;
	}
	h1.article_title a {
		color:#000;
	}
	.article_container_small h2.article_title {
		font-size:16px;
	}

	.article_container_featured .article_meta {
		width:640px;
	}
        
	.article_comments {
		float:right;
		font-size:12px;
		font-weight:bold;
	}
	.article_comments img {
		margin-bottom:-2px; 
	}
	.article_container_featured .share_bar {
		height:25px;
		width:540px;
		background:url('../images/sharebar-bg.gif') top left no-repeat;
		padding:5px 0 0 100px;
		vertical-align:center;
	}

	.article_container_featured .share_bar_single {
		margin-top:25px;
		height:25px;
		width:640px;
		background:url('../images/sharebar-bg-single.gif') top left no-repeat;
		padding:5px 0 0 100px;
		vertical-align:center;
	}
	.article_container_featured .share_bar_single_author { 
		height:25px;
		width:540px;
		background:url('../images/sharebar-bg-single-author.gif') top left no-repeat;
		margin-top:15px;
		padding:5px 0 0 100px;
		vertical-align:center;
	}

	.article_container_small .share_bar {
		height:25px;
		width:300px;
		padding:5px 0 0 0;
		background:url('../images/sharebar-bg-small.gif') top left no-repeat;
		vertical-align:center;
	}
	.read_more, .more-link {
		float:right;
		height:30px;
		width:108px;
		margin-top:-5px;
		background:url('../images/read-more.gif') top left no-repeat;
	}
	
	
	.more-link{
		float:left;
		text-indent:-9999px;
		margin-top: 10px;
	}
	.read_more a {
		display:block;
		height:30px;
		width:108px;
	}
	.comment_below {
		float:right;
		height:30px;
		width:163px;
		margin-top:-5px;
		background:url('../images/comment-below.gif') top left no-repeat;
	}

	.article_container_small {
		float:left;
		width:300px;
		position:relative;
	}
	.left {
		margin-right:40px;
	}

	p.tags {
		font-size:12px;font-weight:bold;
	}


	.search-text {
		border:1px solid #908e8e;
		background:url('../images/search-bg.gif') top left no-repeat;
		padding:3px 5px 3px 25px;
		width:208px;
		font-size:12px;
		margin:0;
	}

	.about-author {
		margin-top:20px;
		border:1px solid #dbdbdb;
	}
	.about-author .author-header {
		font-weight:bold;
		padding:10px;
		background-color:#f4f4f4;
		font-size:12px;
	}
	.about-author .author-content {
		padding:10px;
		background:#f4f4f4 url('../images/author-bg.gif') top left repeat-x;
	}
	.about-author .author-content img.author-photo {
		float:left;
		margin:0 10px 0 0;
		border:2px solid #fff;
	}
	.about-author .author-content div { line-height:1.4em;padding-top:3px; }
	.about-author .author-content .author-data {
		font-size:12px;
	}

	ul.share_bar_ul {
		vertical-align:middle;
	}
	ul.share_bar_ul li {
		list-style:none;
		background-image:none;
		padding:0;
		margin:0;
	}


/* -----------------------------------------------

Sidebar

----------------------------------------------- */


	.product {
		padding:0 0 10px 30px;

	}
	.product h3,
	h3.connect {
		font-size:16px;
		font-family:arial;
		font-weight:bold;
		color:#000;
		padding:3px 0;
	}
	h3.connect {
		padding-bottom:10px;
	}

	h3.contributors {
		padding:20px 0 10px 0;
	}

	h3.contributors a {
		font-size:16px;
		font-family:arial;
		font-weight:bold;
	}

	.ps {
		background:url('../images/ps.gif') top left no-repeat;
	}

	.lr {
		background:url('../images/lr.gif') top left no-repeat;
	}

	.pse {
		background:url('../images/pse.gif') top left no-repeat;
	}
	.product ul {
		margin:8px 0 0;
	}
	.product ul li {
		display:inline;
		padding:0 10px 0 0;
	}

/* -----------------------------------------------

Search & Archives

----------------------------------------------- */

.search_container {
	width: 580px;
	margin: 35px 20px 0px 0px;
	padding-bottom:80px;	
	border-bottom: 3px solid #cccccc;
}

h1.search_title, h1.archive_title {
	font-size:18px;
	color: #999;
	font-weight:bold;
	padding-bottom:4px;	
	border-bottom: 1px dotted #cccccc;
}


/* -----------------------------------------------

Contributors

----------------------------------------------- */

h1.page_title {
	font-size:24px;
	color: #000;
	line-height:24px;
	font-weight:bold;
	text-transform: uppercase;
	padding-top:32px;
	margin:0;
	min-height:0;
}

.author_container {
	width: 580px;
	margin: 35px 20px 0px 0px;
	border-bottom: 1px dotted #cccccc;
	line-height: 24px;
	font-size: 16px;
	color: #666;
}

.author_container p {
	padding-bottom:32px;
}

.author_right {
	width: 460px;
	float: right;
}

.author_left {
	width: 120px;
	float: left;
}

.author_left p {
	padding:0;
}


/* -----------------------------------------------

Comments

----------------------------------------------- */

#comment-form-remember-me label {
	display:inline;
}

#comments-open-text {
	padding:4px 4px 4px 0;
}

#comments-open-data  {
 	display:block;
	padding:4px 4px 4px 0;
	clear:left;
}


/*
	Input Styles
*/
input.text, textarea, select {
	padding:2px;
	border:1px solid #ccc;
	color:#000;
	font-size:11px;
}

input.text, select {
	height:20px;
	width:200px;
}

textarea {
	height:150px;
	width:580px;
}

input:focus span, textarea:focus span {
	border: 3px solid #000;
}


/*
	Label Styles
	
*/
#comments-open-data label {
 	display:block;
	margin:14px 0 -10px 0;
	font-size:12px;
}

label {
	margin-top:-10px;
	font-size:12px;
}

#comments-open-text label {
 	display:block;
	margin-top:14px;
	padding-bottom:10px;
}


/*
	Input Styles
*/
input {
	height:20px;
	border:1px solid #ccc;
	padding-left:0.5em;
	margin-top:15px;
}

fieldset {
	border: 0;
	font-size: 1.2em;
}

input#comment-bake-cookie {
	height:12px;
}



/* ----------------- guestpost form Page ---------------*/

#main .blog_left_column .ae-form h1.article_title {
	margin-bottom: 0;
}

#main .blog_left_column .ae-form .article_content {
	padding-top: 0;
}

#main .blog_left_column .ae-form.article_container ul {
	margin-left: 30px;
}

#main .blog_left_column .gform_wrapper { 
    max-width: 85%;
}

#main .blog_left_column .ae-form.article_container .gform_wrapper  ul{ 
    list-style: none !important;
	margin-left: 0 !important;
}

#main .blog_left_column .gform_wrapper  ul li { 
    padding: 0;
	background: transparent;
}


#main .blog_left_column .recaptchatable {   
    width: 57%;
	background: #fff;
}

#main .blog_left_column .recaptchatable #recaptcha_response_field { 
	margin-bottom: 0;
	font-size: 12px;
}

#main .blog_left_column #recaptcha_area tr td {
    border-top: 1px solid #E7E7E7;
    padding: 6px;
}

#main .blog_left_column .gform_wrapper .top_label input.medium, #main .blog_left_column .gform_wrapper .top_label select.medium {
	width: 57%;
	margin-bottom: 10px;
	height: 20px;
	font-size: 13px;
	margin-top: 0;
}

#main .blog_left_column  .gform_wrapper .gform_footer input.button, #main .blog_left_column  .gform_wrapper .gform_footer input[type="submit"] { 
   cursor: pointer;
   border: 0;
	padding: 5px 15px;
	font-weight: bold;
	margin-bottom: 0;	
	float: none;
}

#main .blog_left_column   .gform_wrapper .gform_footer { 
	margin-top: 0;
	padding-top: 0;
}


#main .blog_left_column  .gform_wrapper .top_label input, #main .blog_left_column   .gform_wrapper .top_label select, #main .blog_left_column   .gform_wrapper .top_label textarea.textarea {
	line-height: 1.6;
	font-size: 13px;
}


#main .blog_left_column .gform_wrapper .top_label .media-btn   input {
	margin-bottom: 0;
	margin-top: 0;
	border: 0;
	padding-left: 0;
}

#main .blog_left_column .gform_wrapper .top_label .media-btn {
	line-height: 1.5;
}

#main .blog_left_column .gform_wrapper  .media-btn .ginput_complex .ginput_full {
    display: block;
    min-height: 20px;
    overflow: hidden;
}

#main .blog_left_column  .gform_wrapper .gfield_description  {
    padding: 0;
	color: #888888;
}

#main .blog_left_column   .gform_wrapper .top_label .gfield_label {    
    color: #000;
}

#main .blog_left_column .gform_wrapper .top_label .media-btn.last-media  input {
	margin-bottom: 10px;
}

#main .blog_left_column  .gform_wrapper .gform_heading h3.gform_title {
	margin-bottom: 10px;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
}

#main .blog_left_column  .gform_wrapper .gform_heading  {
	
}

#main .blog_left_column  .gform_wrapper .write-story .gform_heading  {	
	margin-bottom: 0;
	display: none;
}

#main .blog_left_column  .gform_wrapper .gfield_required {
	color: red;
}

#main .blog_left_column .gform_wrapper .top_label .activity .gfield_checkbox input, #main .blog_left_column .gform_wrapper .top_label .adobe-products .gfield_checkbox input {
	line-height: 1.2;
	margin: 0;
}

#main .blog_left_column .gform_wrapper .top_label .activity .gfield_checkbox li, #main .blog_left_column .gform_wrapper .top_label .adobe-products .gfield_checkbox li  {
	float: left;
	margin-right: 10px;
	width: 225px;
}


#main .blog_left_column .gform_wrapper .top_label  .activity .gfield_label, #main .blog_left_column .gform_wrapper .top_label  .adobe-products .gfield_label  {
	background: url("../images/sprite1.png") no-repeat right top;
	padding-right: 24px;
	width: 242px;
	display: block;
	margin-bottom: 0;
	line-height: 12px;
	margin-top: 18px;
}

#main .blog_left_column .gform_wrapper .top_label  .activity .ginput_container, #main .blog_left_column .gform_wrapper .top_label  .adobe-products .ginput_container {
	padding-top: 10px;
}

#main .blog_left_column .gform_wrapper .top_label  .adobe-products .gfield_label  {	
	width: 344px;	
}

#main .blog_left_column .gform_wrapper ul li.gfield.display-name {
	margin-top: 10px;
}


#main .blog_left_column .gform_wrapper .top_label  .add-more1,  #main .blog_left_column .gform_wrapper .top_label  .sub-btn  {	
	display: none;
}

#main .blog_left_column .gform_wrapper .top_label  .add-more1  {	
	line-height: 1;
	margin-bottom: 10px;
}

.gform_wrapper ul li.gfield.tag-field  {
	display: none;
}

#main .blog_left_column .gform_wrapper .top_label  .gpost-video .gfield_label {
	margin-top: 15px;
}

#main .blog_left_column .gform_wrapper li.gfield.gfield_error, #main .blog_left_column .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
background-color: #FFDFDF;
}

#main .blog_left_column .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label, #main .blog_left_column .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
margin-top: 0;
}

#main .blog_left_column .gform_wrapper .gfield_description {
margin-top: 0;
padding: 0 !important;
}

#main .blog_left_column .gform_wrapper .validation_error {
color: #f00;
}

#widgets.widget_recent_entries, #widgets.widget_categoryposts {
	border-bottom: 0;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#widgets li {
	margin-left: 18px;
}

#main .video-section a {
	display: block;
	height: 107px;
	width: 143px;
	position: relative;
}

.single #main .video-section {
	margin-bottom: 18px;
}

#main .video-section a .play-overlay {
	background: url("../images/videoPlayButton.png") no-repeat 0 0;
	display: block;
	height: 107px;
	width: 143px;
	position: absolute;
	top: 0;
	z-index: 10;
}

#main .video-section a .play-overlay:hover {
	background-position: 0 -137px;
}

img.new-posts {
	display: block;
	float: right;
}

img.old-posts {
	display: block;
	float: left;
}

.blog_left_column .view-all, .blog_left_column .two-col-content {
	clear: right;
}

.gform_wrapper .day1to20 ul.gfield_radio li input[type="radio"]:checked + label, .gform_wrapper .day1to20 ul.gfield_checkbox li input[type="checkbox"]:checked + label {
font-weight: normal;
}

.sh-form h1.article_title {
	display: none;
}

.sh-form  .article_content {	
	padding: 0 0 20px;
}

.sh-form .article_content img {
	margin-top: -1em;
}

.sh-form  .gform_wrapper .gform_heading span.gform_description {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.3;
}

#main  .blog_left_column  .sh-form  .gform_wrapper {
	max-width: 82%;
	margin: 10px auto;
}

.sh-form  .gform_wrapper  .top_label .rules .gfield_label {
	position: absolute;
	top: -1px;
	left: 18px;
}

#main .sh-form  .gform_wrapper .rules .gfield_checkbox li label {
	width: 100%;
	position: static;
	font-size: 11px;
	padding-top: 6px;
	padding-left: 7px;
}

.sh-form  .gform_wrapper .rules .gfield_checkbox li label a {
	
}

#main .blog_left_column .sh-form .gform_wrapper ul li.rules {
	position: relative;
}

#main .blog_left_column  .sh-form .gform_wrapper .gform_heading  {
	margin-bottom: 5px;
}

#main .blog_left_column  .sh-form .gform_wrapper .gform_heading h3.gform_title {	
	text-align: center;
}

#main .blog_left_column  .sh-form  .gform_wrapper .input_guess .gfield_description {
	font-size: 11px;
}

#main .blog_left_column  .sh-form  .gform_wrapper .input_guess .gfield_description strong {
	font-size: 10px;
	font-weight: normal;
}

.gform_confirmation_message_2 strong,  .gform_confirmation_message_5 strong, .gform_confirmation_message_6 strong, .gform_confirmation_message_7 strong, .gform_confirmation_message_8 strong, .gform_confirmation_message_9 strong, .gform_confirmation_message_10 strong, .gform_confirmation_message_11 strong, .gform_confirmation_message_12 strong, .gform_confirmation_message_13 strong, .gform_confirmation_message_14 strong, .gform_confirmation_message_15 strong, .gform_confirmation_message_16 strong, .gform_confirmation_message_17 strong, .gform_confirmation_message_18 strong, .gform_confirmation_message_19 strong, .gform_confirmation_message_20 strong, .gform_confirmation_message_21 strong, .gform_confirmation_message_22 strong, .gform_confirmation_message_23 strong {
	font-size: 18px;
}
