/***** ----- Media Queries ----- *****/

/* desktops and laptops (big screens) */
@media only screen and (min-width: 1280px)
{
	.struct { margin:0 auto; width:1250px; padding:15px 0; }

	#abnpage { max-width:1250px; }
	#breadcrumb { width:1200px; }
	#content { width:910px; }

	#related-posts ul li a { max-width:255px; }

	.blogposting-title { max-width:810px; }

	#branding { height:185px; }
	#bg-head img { width:1250px; }

	#branding #sitename-description { top:15px; }
	#branding #searchform { bottom:15px; }

	.post .prd-list,
	.post .author-list,
	.post .cat-list,
	.post .tag-list { width:625px; }

	#author-description { width:650px; }
	#author-description h1 { margin:0 0 10px; }

	#authors-list li { width:40%; margin:0 50px 25px 6px; }

	.post.product { width:243px; margin:0 5px 10px; }

	.producto .addthis_toolbox { padding-left:230px; }

	#abatar { width:159px; height:177px; margin:25px auto; }
}