/*
Theme Name: sun_mobile_five
Theme URI: http://sonomasun.com
Author: lahaye
Author URI: http://sonomasun.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sun_mobile_five
Tags:

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.

sun_mobile is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
# N
--------------------------------------------------------------*/

	.thumbnail {
	height: 100px;
	width: 100px;
	overflow-x: hidden;
	overflow-y: hidden;
}
	
.thumbnailsmall {
	height: 70px;
	width: 70px;
	overflow-x: hidden;
	overflow-y: hidden;
}



h1 { font-size: 1.5rem; }
h2 { font-size: 1.3rem; }
h3 { font-size: 1.17rem; }
h5 { font-size: .83rem; }
h6 { font-size: .75rem; }

html {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	color: #333333;
	font-size: 18px;
}

body {
	margin: 0;
	background-color: #FFFFFF;
}
#sunheader {
	color: rgba(255,255,255,1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
}
#suntag {
	color: rgba(255,255,255,1.00);
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 16px;
}
.categorie {
	color: #999999;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-top: 10px;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
#sunheader a:link {
	color: #FFFFFF;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
#sunheader a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#sunheader a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: orange;
}


#footer {
	width: 100%;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	position: fixed;
	bottom: 0px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */


a:link {
	color: #950101;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #950101;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: orange;
}


p img {
  width: 100% !important;
  height: auto;
}


.thumbnailwide {
	height: 150px;
	width: 300px;
	overflow-x: hidden;
	overflow-y: hidden;
}
.test {
	
	float: left;
}

#screen {
	width: 100%;
	margin-top: 40px;	
}

#header {
	width: 100%;
	background-color: #950101;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	position: fixed;
	top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 45px;
}



#content {
	margin-right: 5%;
	margin-left: 5%;
	background-color: rgba(255,255,255,1.00);
	margin-top: 55px;
	padding-top: 5px;
}

#navleft {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: left;
	float: left;
}
#navright {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: right;
	float: right;
}
.sun-following-box {
	color: #666666;
	font-family: Georgia, 'Times New Roman', Times, serif;
	margin-bottom: 0px;
	font-size: 16px;
	width: 100%;
	border-bottom: 1px solid #C4C4C4;
	line-height: 18px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
}

