/*   
Theme Name: Artcode Blog v2
Description: Art & Code Blog custom theme based on thematic template
Author: Art & Code Studio
Author URI: www.artandcode.eu
Template: thematic
Version: 2.0

Copyright (c) 2011 Art & Code. All rights reserved.
*/

/* Google Fonts */
@import url(http://fonts.googleapis.com/css?family=Maven+Pro);

/* Reset browser defaults */
@import url('css/reset.css');

/* Apply a basic artcode layout */
/*@import url('css/blog-layout.css');*/

/* Apply artcode menu styles */
@import url('css/blog-menu.css');

/* Apply artcode content styles */
/*@import url('css/blog-content.css');*/

/* Apply artcode image styles */
/*@import url('css/blog-images.css');*/

/* Apply artcode comment styles */
@import url('css/blog-comments.css');

/* Apply artcode widget styles */
@import url('css/blog-widgets.css');

/* Apply artcode new blog styles */
@import url('css/style.css');



/* =Global Elements
-------------------------------------------------------------- */
body, input, textarea {
	font: 12px Maven Pro, Helvetica, sans-serif;
  line-height: 1.35;
  color: #808080;
	background-color: #eee;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a:link, a:visited, a:active {/*Internet Explorer 7 and earlier versions don’t support the value inherit for any properties other than direction and visibility.*/
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: #373737;
}