/*
Simple Responsive Template


primary styles
   Author: www.prowebdesign.ro
   Add your own styles to customize the project.

primary colors
                #F4880F yellow
                #B01E20 red

BASE (MOBILE) SIZE
	These are the mobile styles. It's what people see on their phones.
	Remember, keep it light: Speed is Important.
*/




/* typography */



body{
	color:#663300;
	font-family: 'Trebuchet MS', serif;
	font-size:18px;
	line-height: 150%;
	font-weight:normal;
    background-color: #033800;
background-image: url(../patterns/dark-wood.png);
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */

}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	margin:.45em 0;
	padding:0;
}

#main {
	padding: 15px;
}

/* Sidebar background colors */

#sideColor1 {

    background-color: #530123;
    padding: 1px 0 10px 10px;
    display: block;
    margin-bottom: -13px;
    color: #C4C075;
    display: block;

}
#sideColor1 h2 {
color: white;
}
#sideColor2 {
background-color: #361620;
   padding: 1px 0 10px 10px;
    display: block;
    margin-bottom: -13px;
    color: #C4C075;
}
#sideColor2 h2 {
color: white;
}

#sideColor3 {
background-color: #89810B;
    padding: 1px 0 10px 10px;
    display: block;
    margin-bottom:-13px;
    color: #C4C075;

}
#sideColor3 h2 {
color: white;
}


.sidebarImg {
    background-color: yellow;
    width: 100%;
margin: 0 0 0 -10px;
    padding: 0 0 0 -10px;
}

/* links */
a,
a:visited,
a:active,
a:hover{color:#006307;}
a:hover{ text-decoration:none;}


/* Box sizing. Awesome thing. Read about it here: http://www.w3schools.com/cssref/css3_pr_box-sizing.asp */
*{	box-sizing:border-box;
	-moz-box-sizing:border-box;}


/* structure */
.wrapper{
	width: 100%;
	margin: 0 auto;
}
header{
	padding: 0;
    background-color: #FFF;
}

#logo {
    float: left;
    display: none;
    padding: 15px 10px 0 0;
}

#banner{
	text-align:center;

}
#tagLine {display: none;}

#hero,
#page-header{
	background:#f3f3f3;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	padding:20px 0;
}
#hero h1{
	line-height:1.2em;
	margin-top:0px;
	margin-bottom:10px;}

.flexslider{
	display:none;
}

#content {
	margin: 10px 0;
}

#dynamicContent {
    padding: 15px; margin: 0px -12px -35px -12px; background: white; -webkit-box-shadow: 0px -1px 21px 5px rgba(50, 50, 50, 0.43);
-moz-box-shadow:    0px -1px 21px 5px rgba(50, 50, 50, 0.43);
box-shadow:         0px -1px 21px 5px rgba(50, 50, 50, 0.43);
    min-height: 300px;
}


aside {
	margin:30px 0;
}

p{ margin:0 0 2.5em;}


/* RESPONSIVE IMAGES */
img{ max-width:100%; height:auto;}



/*SPACE GRID ELEMENTS VERTICALLY, SINCE THEY ARE ONE UNDER ANOTHER SO FAR*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	margin-bottom:25px;
}

/*FOOTER*/
footer{
	clear:both;
	font-size:90%;
	padding:10px 0 0 0;
    margin-bottom: -90px;
}
footer ul{
	margin:0;
	padding:0;
}

                                                        /*colors and backgrounds*/
body{


}
h1, h2, h3, h4, h5, h6{
	color:#333;
}

footer{
	background:#686B3C;
	color:#ccc;
}
footer h1, footer h2, footer h3, footer h4{
	color:#F4880F;
	margin-bottom:5px;
}
footer ul{
	margin:0 0 0 8%;
}

a.buttonlink{
	background:#006307;
	border-radius:7px;
	color:#fff;
	display:block;
	padding:10px;
	text-decoration:none;
    text-align: center;
}
a.buttonlink:hover{
	background:#F4880F;
	color: white;

}




/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.rightfloat{
	float:right;
}
.leftfloat{
	float:left;
}




/*
TABLET & SMALLER LAPTOPS
The average viewing window and preferred media query for those is 768px.
But I think that some more breathing space is good:)
*/
@media only screen and (min-width: 800px) {


#logo {
    display: inline-block;
    text-align: center;
    clear: both;
}

.wrapper{
	max-width: 1200px;
	margin: .85em auto;
}

#banner{
	float:left;
	text-align:left;
	margin-bottom:0px;
}
header{
	padding:0;
}
#content {
	float:left;
	width:65%;
}
#content.wide-content{
	float:none;
	width:100%;
}

.flexslider{
display:block;
/*demo 1 slider theme*/
margin: 0 0 30px;
background: #fff;
border: 4px solid #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
box-shadow: 0 1px 4px rgba(0,0,0,.2);
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
}


aside {
	float:right;
	width:30%;
}

/*GRID*/
/*
 & Columns : 12

 */
.grid_1 { width: 5%; }
.grid_2 { width: 13.333333333333%; }
.grid_3 { width: 21.666666666667%; }
.grid_4 { width: 30%; }
.grid_5 { width: 38.333333333333%; }
.grid_6 { width: 46.666666666667%; }
.grid_7 { width: 55%; }
.grid_8 { width: 63.333333333333%; }
.grid_9 { width: 71.666666666667%; }
.grid_10 { width: 80%; }
.grid_11 { width: 88.333333333333%; }
.grid_12 { width: 96.666666666667%; }

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	margin-left: 1.6666666666667%;
	margin-right: 1.6666666666667%;
	float: left;
	display: block;
}

#tagLine {display: block;}

.alpha{margin-left:0px;}
.omega{margin-right:0px;}
.rightfloat{float:right;}
/* @
 * tinyfluidgrid.com
 & girlfriendnyc.com
 */

}

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/

/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1100px) {

 #logo {
    display: block;
    float: left;
 }

}

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {


}

/*
iPHONE 5 MEDIA QUERY
iPhone 5 or iPod Touch 5th generation styles (you can include your own file if you want)
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {


}

/*
PRINT STYLESHEET
*/
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

<!-- CUSTOM -->

.banner {color: red;}

#dynamicContent .grid_4 {background-color: WhiteSmoke; padding: 10px;}
#dynamicContent .grid_4 p {font-size: .9em;}
#dynamicContent .grid_4 img {width: 100%; margin: 0 auto 0 auto; text-align: center;}

#blogBox {
    min-height: 500px;
}
#blogBox:hover {
    background-color: #E3E3E3;
}