/*

Theme Name: Lovephysics

Theme URI: http://wordpress.org/extend/themes/lovephysics

Author: Automattic

Author URI: http://automattic.com/

Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.

Version: 1.4

License: GNU General Public License

License URI: license.txt

Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

*/



/* =Structure

-------------------------------------------------------------- */
body { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px;}
@charset "utf-8";
.MainMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000099;
	font-weight: bold;
}
.headlines {
	font-size: x-large;
	font-family: Verdana;
	color: #000099;
}
.bodytext {
	color: #000000;
	font-size:13px;
}
.fineprint {
	font-size: x-small;
}
.main{ max-width: 1000px; margin: 0 auto; padding-top: 1%}
.left-sidebar{max-width: 15%; float:left;}
.content{float: left; max-width: 63%; padding-left:7%;}
.right-sidebar{float: right; max-width: 15%;}
img {max-width:100% !important;
    height:auto;
    display:block;}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media all and (max-width: 768px) and (min-width: 240px){
.left-sidebar{max-width:25%; float:left; font-size:15px;}
.content{float: left; max-width: 46%; padding-left:2%; padding-right:2%;}
.right-sidebar{float: right; max-width:25%;}
.widget-area, .widget-area img {max-width:100%;}
@charset "utf-8";
.MainMenu { font-size:9pt!important; overflow:hidden;}
.headlines { font-size:large;}
}