@charset "UTF-8";
/* CSS Document */
/* CSS Document */

/*Stylesheet for Carina's Vacation Home Services
Version 1.0 created on 06/01/13
copyright 2013  PentronicsPublishing.com */

/*___________Color Guide__________________
#435c05 : forest green 	| Drop caps and lead-in paragraph bold words
#4a4156 : gray purple 	| body text

#2d0e5c : purple 			| nav buttons

#ccbada : lavender 		| boxes
#b9c89a : sage 			| boxes
#5b3f85 : dark purple	   	| caption 

#333 	: gray 			  	| gray body text
#57770a : light forest	| alternate text*/

/*To jump to a specific section, search for the unique character pair at the front of each TOC section <<tip, highlight the spcial character and use the shortcut for Find Selection: Cmd + Shift + G. */

/*-------------Stylesheet Table of Contents-----------------
^1 Global Constants
^2 CSS reset
^3 Global classes
^4 Home page layout
^5 Top-level layout
^6 Region detail styles
		^6a Header
		^6b Image box
		^6c Tagline
		^6d Navigation
		^6e Main Content
				^6f Text
		^6g Sidebar
		^6h Footer region */
		
		
/*^1------------------- global constants-----------------------*/	

html {
	background-image: url(../images/bkgd.jpg);
	background-position:top left;
	background-repeat: repeat-y;
	background-size:cover;
	height: 100%;
}
body {
	background: rgba(255, 255, 255,.8);
	border-radius: 5px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	top: 2px;
	width: 85%;
	max-width: 1000px;

}

aside {
	clear:both;
	float: left;
	margin-left: 2%;
	width: 18%;
	text-wrap: normal;
	text-align:center;
	font-family: "Myriad Pro",Helvetica, Arial, sans-serif;
	font-size: .8em;
	line-height: 1em;

}

article {
	float: right;
	background-color: white;
	color: black;
	width: 70%;
	margin-right: 5%;
	overflow: auto;
	text-wrap:normal;
	font-family:"Myriad Pro",Helvetica, Arial, sans-serif;
	font-size: 1em;
	padding: 1%;
	margin-bottom: 2%;
	border-radius: 5px;
}


.footer {
	clear: both;
	position: relative;
	color: #4a4156;
	height: 3em;
	margin-top: 3em;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family:"Myriad Pro",Helvetica, Arial, sans-serif;
	font-size: 1em;
	padding-bottom: 2em;

}



h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: boldl;
	color: #0c4aa5;
	font-size: 1em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.text {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	color: #000;
	font-size: .9em;
	text-align: left;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.inline {
	float: right;
	margin:0 0 1em 2em;
	width: 40%;
	min-width: 150px;	
}
.caption {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	color: #000;
	font-size: .9em;
	text-align: left;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}


h2 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: lighter;
	color: #000;
	font-size: 1em;
	text-align: center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

h3 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	color: #000;
	font-size: .8em;
	text-align: center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.contact{
	clear: both;
	display: block;
	text-align: center;
	color: black;
	font-size: 1em;
	font-weight: normal;
	z-index: 1;
	width: 90%;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
}
.asideheader {
font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif; 
font-weight: bolder; 
color: #0c4aa5; 
font-size: 1.2em; 
text-align: center;
font-size: 1.3em; }
	

h5 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-style: italic;
	font-weight:normal;
	color: #5b3f85;
	font-size: .9em;
	text-align: left;
}
h6 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-style:normal;
	color: #15347C;
	font-size: 1em;
	text-align: center;
}

h7 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #15347C;
	font-size: .9em;
	text-align: left;
}

.paypal {
	color: #F58B08;
	font-weight: bold;
	font-style:italic;
}
.eventdate {
	color: #0c4aa5;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration:underline;
	
}
	
ul {
	list-style: none;
	display: inline; 
	}
	
li {
	width: auto;
	background-color: white;
	font-family:"Myriad Pro",Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1em;
	margin: .5em 10%;

	line-height: 1em;

}

ol {
	clear: both;
	list-style-type: none;
	position: relative;

	width: 90%;
	text-wrap: normal;
	text-align:center;
	text-transform: uppercase;
	font-family: "Myriad Pro",Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	padding: 2%;
	margin-left: auto;
	margin-right: auto;

}


.links {
	text-align: center;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: .9em;
	margin-left: auto;
	margin-right: auto;
	
}

.photolg {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	repeat: none;
	
}

.break { color: black;}





/*^3------------------- global classes------------------------*/



.header {
	clear: both;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding-bottom: 0;
}

.header2 {
	clear: both;
	width: 90;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding-bottom: 0;
}

.textlink {
	background-color: #90DEF9;
	font-size: 1em;
	color: white;
	font-weight: bold;
	display: block;
	padding: 4px;
	text-align: center;
	
	
}

	
li a:link, a:visited {
	text-decoration: none;
	background-color: #71a5f1;
	font-size: 1em;
	color: white;
	font-weight: bold;
	display: block;
	padding: 4px;
	text-align: center;
	margin-bottom: 2px;
}
	

	
li a:hover, a:active {
	background-color: white;
	color: #0c4aa5;
	font-weight: bold;
	font-style: normal;
}

a:link {
	color: #0c4aa5;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
	color: #064488;
}
a:active {
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bolder;
	font-style: italic;
}

.rotate1000 { 
	width: 100%;}
	

.rotate500 { 
	width: 100%; }
			


.pagetitle {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-style: normal;
	text-decoration: none;
	color: #5b3f85;
	font-size: .9em;
	text-align: center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: o;
}	

.pagetitlehead {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-style: bold italic;
	text-decoration: none;
	color: #9B5908;
	font-size: .9em;
	text-align: center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}

.electronically {
	clear:both;
	text-align:center;
	background-color: rgba(255,255,255,0.00)

}
.electronically a:hover {
	color: #57397e;
	text-decoration: none;
	}
.electronically a:link {
	color: #57397e;

	}
.centerimg {
	text-align: center;
	color: #0c4aa5;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.3em;
	}
	.videodesk {
text-align: center;}

.videoph {
text-align: center;}

		
/* ----------------Desktop rules for min-width of 821px---------------  */
@media only screen and (min-width: 821px) {

.rotate500 {display: none}
.rotatefull500 {display: none}

.header2 {display: none;}
	.videoph {display: none;}
body {
	width: 85%;
	background-color: rgba(255,255,255,.8);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding-bottom: 2em;
	margin-top: 0;
}
.photosm {display: none;}

ol {display: none;}


.electronicallysm {display: none;}


.header {
	margin-bottom: 5px;}


.header2 {display: none;}
ontactmobile {display: none;}

.photosm {display: none;}
}







/* ----------------TABLET-------------  */
@media only screen and (min-width: 551px) and (max-width: 820px) {

.rotate500 {display: none}
.rotatefull500 {display: none}
aside {display: none;}
article {
	float: inherit;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
	.videoph {display: none;}

.break {display: none;}

.photosm {display: none;}

.electronicallysm {display: none;}	

.headerph {display: none;}




.header {
	margin-bottom: 5px;}
.header2 {display: none;}	
	



ul {
	display: none;
}


nav p {
	display: none;
}
	
body {
	width: 85%;
	background: rgba(255, 255, 255,.8);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: inherit;
	padding-bottom: 2em;
	font-weight: bold;
}

}

/* ----------------MOBILE---------------  */
@media only screen and (max-width: 550px){
	.videodesk {display: none;}

.rotate1000 {display: none}
aside {display: none;}	
article {
	float: inherit;
	width: 90%;
	font-size: 1em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.inline {
	float: none;
	margin:0 0 1em 2em;
	width: 80%;
}


ul {display: none;}

.break {display: none;}

.electronicallysm {
	clear:both;
	text-align:center;
	width: 100%;
	background-color: #FFF;

}

.electronicallysm a:hover {
	color: #57397e;
	text-decoration: none;
	}
.electronicallysm a:link {
	color: #57397e;

	}

.electronically {display: none;}	

body {
	width: 90%;
	display: block;
	background: rgba(255, 255, 255,.8);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: inherit;
	padding-bottom:2em;
}


.headerph {
	border-radius: 25px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}


.links500 {display: none;}

.header {display: none;}
.contactmobile {	display: block;
	text-align: center;
	z-index: 1;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.contact500 {
	display: none;}
	
	
.photolg {display: none;}
.photosm {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	repeat: none
}

}
