@charset "utf-8";
/* CSS Document */

/* Description bar for Artwork by Anna Rose */

.midsection{
	padding-top:80px;
	height:auto;
	width:100%;
	background: rgb(236, 234, 225);
	/* Fall-back for browsers that don't support rgba */
    background: rgba(236, 234, 225, .4);
	padding-bottom:10px;}
			@media only screen and (max-width: 850px){.midsection{padding-top:10px;}}
.midcontainer{
	max-width: 940px;
	margin: 0 auto;
	padding-top:10px;}
	
	@media only screen and (max-width: 600px){.midcontainer{padding-left:20px;padding-right:20px}}
.artworkbyannarose{
	max-width: 600px;
	float:left;
	height:auto;}			
#AnnaRoseBain{
	float:left;
	width: 200px;
	padding-right:10px;}
@media only screen and (max-width: 600px){#AnnaRoseBain{width:150px;}}
.events h3 {
font-style:italic;
font-size: 0.9em;
padding-top:0px;
margin-top:0px;
font-weight: bold;
clear:none;}

.events ul{padding:0px;margin:0px;list-style-type: none;}
.events p{overflow:hidden;font-size: 0.9em;}

	
/* Styles for DivScroll */
				
#scrollbackground{
	width:100%;
	
	background: rgb(236, 234, 225);
	/* Fall-back for browsers that don't support rgba */
    background: rgba(236, 234, 225, .4);
	background-image: url(https://www.artworkbyannarose.com/homepageimages/background_texture.png);
	background-repeat: repeat-x;
	height: 400px;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}
	
		@media only screen and (max-width: 850px){#scrollbackground{height:450px;}}
			@media only screen and (max-width: 750px){#scrollbackground{height:350px;}}
				@media only screen and (max-width: 600px){#scrollbackground{height:250px;}}
.galleryimages img{
padding: 8px 12px;
float: left;
width: 80px;
height: 80px;}

.galleryimages {
padding-left:20px;
padding-right:20px;
padding-top:10px;
padding-bottom:10px;
margin:0px;
clear:left;
}
@media only screen and (max-width: 600px){.galleryimages{padding-left:10px;padding-right:0px}}
#makeMeScrollable{
	max-width:960px;
	height: 500px;
	position: relative;
	margin:0 auto;	
		}
		@media only screen and (max-width: 850px){#makeMeScrollable{height:450px;}}
			@media only screen and (max-width: 750px){#makeMeScrollable{height:350px;}}
				@media only screen and (max-width: 600px){#makeMeScrollable{height:250px;}}
#makeMeScrollable div.scrollableArea img{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	/* If you don't want the images in the scroller to be selectable, try the following
	block of code. It's just a nice feature that prevent the images from
	accidentally becoming selected/inverted when the user interacts with the scroller. */
	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	height:100%;/* you can use % */
    width: auto;}
/* Invisible left hotspot */
div.scrollingHotSpotLeft
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 75px;
	width: 10%;
	height: 100%;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	background-image: url(https://www.artworkbyannarose.com/smoothdiv/images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	/*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
	cursor: url(https://www.artworkbyannarose.com/smoothdiv/images/cursors/cursor_arrow_left.png), url(https://www.artworkbyannarose.com/smoothdiv/images/cursors/cursor_arrow_left.cur),w-resize;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background-image: url(https://www.artworkbyannarose.com/smoothdiv/images/arrow_left.gif);				
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35; /* Standard CSS3 opacity setting */
	-moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	min-width: 75px;
	width: 10%;
	height: 100%;
	background-image: url(https://www.artworkbyannarose.com/smoothdiv/images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	cursor: url(https://www.artworkbyannarose.com/smoothdiv/images/cursors/cursor_arrow_right.png), url(https://www.artworkbyannarose.com/smoothdiv/images/cursors/cursor_arrow_right.cur),e-resize;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-image: url(https://www.artworkbyannarose.com/smoothdiv/images/arrow_right.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;}

div.scrollableArea{
	position: relative;
	width: auto;
	height: 100%;}

/* Facebook and Blog area */

.lowercontainer{
	margin: 0 auto;
	max-width: 960px;
	padding-top:10px;}
		@media only screen and (max-width: 600px){.lowercontainer{padding-left:20px;}}
.lowersection {
	width: 100%;
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
	margin:0 auto;
	float:left;
	clear: left;}

#instagrampost {
	max-width:320px;
	height:auto;
	float:left;
	clear:none;
	padding-right: 0px;
	padding-left:20px;}
	@media only screen and (max-width: 850px){#instagrampost{padding-top:20px;padding-left:0px;}}
	
.instabox{position:relative;clear:both;width:320px}
.instabox h2{text-align:center;margin:0px;padding:0px}
.instabox2{position:relative;clear:both;width:320px;height:50px;}


		@media only screen and (max-width: 600px){.instabox2{clear:both}}
	
	.commentpic{position:absolute;left:175px;top:10px;}
.comments{position:absolute;left:215px;top:13px;}
.heartpic{position:absolute;left:65px;top:10px;}
.likes{position:absolute;left:105px;top:13px;}
.followpic{padding:2px 0px 0px 60px;}

.latestinstagram{padding:0px;}

#section1 {
	width:307px;
	height:auto;
	float:left;
	clear:left;
	padding-right: 10px;}
#section2 {
	border-left:2px solid rgba(0, 0, 0, .05);
	border-right:2px solid rgba(0, 0, 0, .05);
	padding-left:10px;
	padding-right:10px;
	width:300px;
	height:auto;
	float:left;}
	@media only screen and (max-width: 900px){#section2 {border-right:none}}
	@media only screen and (max-width: 600px){#section2 {border-left:none}}
#section3 {
	padding-left:10px;
	width:301px;
	font-size:1.2em;
	height:auto;
	float:left;}

/* Facebook */

.facebookrss {	
	color: #333333;
	width: 100%;
	height:auto;
	margin-top: 0px;
	padding-bottom:10px;}
.facebookrss ul  {
	list-style-type: none;
	padding:0;
	margin:0;}
.facebookrss ul li a{
	text-decoration: none;	
	font-weight: bold;
	color: #000000;}
.facebookrss ul li a:hover  {
	text-decoration: underline;}
.fbprofilepic {
	float: left;
	padding-left: 3px;}
.fbimg {
	float: left;
	width:240px;
	font-size: 0.9em;}
.fbimgclass {
	padding:3px;
	margin:3px;
	border:thin solid #cccccc;
	float:left;}
.fbpost {
	padding-top:3px;
	float:left;
	border-bottom: 2px solid rgba(0, 0, 0, .05);
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 3px;
	margin-right: 0px;
	overflow: auto;
	font-size: 1em;}
.fbtime {
	float: right;
	text-align:right;
	padding-left: 0px;
	padding-top: 3px;
	padding-right:5px;
	font-size: 0.8em;}
.fbcontent {
	float: left;
	padding-left: 3px;
	font-size:0.8em;
	margin: 0px;}

/*Blogger */

.bloggerrss {
	color: #333333;
	width: 100%;
	height:auto;	
	margin-top: 0px;
	max-width:100%;
	overflow-x:hidden;
	overflow-y:auto;}
.bloggerheader {
	padding-top:5px;
	margin-left:0px;
	position: relative;	
	padding-bottom:0px;}
.blogposthead {
	clear:both;
	margin-left:0px;	
	font-size: 0.875em;
	color: #000;}
.blogbox {
	overflow:auto;
	margin-left:10px;
	margin-right:0px;}
.blogtitle{	
	font-size: 0.9em;
	margin-left:0px;
	font-style: italic;
	color: #000000;
	clear:both;}
.blogpost {
	clear:both;
	margin-left:5px;
	font-size: 0.8em;
	margin-right: 20px;
	font-style: normal;}
.blogimg {
	float:right;
	padding-right: 0px;
	padding-top:5px;
	padding-bottom: 5px;
	padding-left:10px;}
.blogcontinue{
	font-size: 0.85em;
	margin-left:0px;
	font-style: italic;
	color: #000000;
	clear: both;}
.blogcontinue a:link{		
	font-size: 1em;
	font-style: italic;
	color: #000000;
	text-decoration:underline;}
.blogcontinue a:visited{		
	font-size: 1em;
	font-style: italic;
	color: #000000;
	text-decoration:underline;}
.blogcontinue a:hover{
	text-decoration: underline;}
.blogsubscribe{
	padding-top: 2px;
	padding-left:200px;
	float:left;}
.blogsubscribe a:link{
	font-size: 0.75em;}
.blogsubscribe a:hover {
	color: #000;
	text-decoration: underline;}
.blogsubscribe a:visited {
	color: #000;
	text-decoration: underline;}
.blogsignup{
	float:right;
	padding-top: 1px;
	padding-right: 10px;}
.blogsignup p{
	font-size: 0.75em;
	text-align: center;
	font-style: normal;}
.blogsignup p textarea, .blogsignup p submit, .blogsignup p input {background-image:none;}

/* Newsletter */

.newsletter {
	font-size: 0.8em;
	color: #000000;
	width: 100%;
	height:370px;
	margin-top: 0px;
	max-width:100%;
	overflow-x:hidden;
	overflow-y:auto;}
.newsletterbanner {
	padding-top:5px;
	margin-left:0px;
	position: relative;	
	padding-bottom:0px;}
.pastnewsletters {
	padding-top:6px;
	margin-left:97px;
	height:20px;
	position: relative;	
	padding-bottom:5px;
	font-size:1em;
	font-weight: normal;
	color: #000000;}
.newstitle {
	font-weight: bold;}
.newsyear {
	float: left;
	width: 130px;}
.newsyear a:link {
	color:#000000}
#fcf2 {
	font-size:0.75em;
	height:auto;
	margin:5px;
	font-weight: normal;
	width:280px;
	color: #000000;}
#fcf2 h3 {
	font-size:1.5em;
	float:left;
	color:#000000;
	font-weight: normal;
	padding:0px;
	margin:0px;}
#fcf2 p {
	text-align:left;
	padding:0px;}
#fcf2 em {
	color:#000;}
#fcf2 div.r {
	clear: none;
	padding-top: 5px;}
#fcf2 label {
	float: left;
	width: 80px;
	text-align: right;}
#fcf2 span.f {
	float: right;
	width: 190px;
	text-align: left;}
#fcf2 span.f1 {
	float: left;
	padding-left:10px;
	width: 100px;
	text-align: left;}
#fcf2 span.f a{
	color: #000;
	text-decoration: underline;}	
#fcf2 span.f a:link{
	color: #000;
	text-decoration: underline;}
#fcf2 span.f a:hover {
	color: #000;
	text-decoration: underline;}
#fcf2 span.f a:visited {
	color: #000;
	text-decoration: underline;}
#fcf2 div.sp {
	clear: both;}
#fcf2 .req {
	font-weight: normal;}
#fcf2 input, #fcf2 textarea {
	background: #FFF;
	border:1px solid #6e7478;
	padding:2px;}
#fcf2 input:focus, #fcf2 textarea:focus {
	background: #f2f2f2;
	border:1px solid #6e7478;}
#th {
	clear:both;
	font-size:0.75em;
	padding-top:5px;}
.submitbutton {
	float:left;
	z-index: 100;
	padding-top:0px;
	padding-left: 0px;
	margin:0px;
	}
.submittext {
	font-size:1em;
	font-weight: normal;}
.smalltext {
	font-size: 0.9em;
	float: left;
	margin-top:7px;
	margin-right:10px;
	margin-bottom:5px;
	padding:0px;}
.textarea {resize: none;} 
.bottomform {position: relative;}
.pastnewsletters{clear:both}
.pastnewsletters a:link{
	color: #000;
	text-decoration: underline;}
.pastnewsletters a:hover {
	color: #000;
	text-decoration: underline;}
.pastnewsletters a:visited {
	color: #000;
	text-decoration: underline;}