@charset "UTF-8";
/* CSS Document */

/* -----------------------------------
Site:  aikidosouthflorida.com     
CSS author: Alex Duarte
Created: 10/10/11
Updated: Date here
----------------------------------- */

/* -----------------------------------
Site Colors:

background-color: #6a2225;
dark brown: #583b1c
Font color: #604027
----------------------------------- */

body {	margin: 0;
		padding: 0;
		}
		
* {
	box-sizing: border-box;
}
		
h1 {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	color: #6a2225;
	}
	
h2 {
	font-size: 180%;
	font-weight: bold;
	color: #6a2225;
	text-align: center;
	}
	
h3 {
	font-size: 160%;
	font-weight: bold;
	color: #6a2225;
	}
	
h4 {
	font-size: 140%;
	text-align: center;
	}
	
h5 {
	font-size: 120%;
	}
	
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


	
/* -----------------------------------
	Calendar Styles
----------------------------------- */

#cal_conntainer {
		margin-top: 10px;
		margin-left: 10px;
		width: 503px;
		height:500px;
		}

/* -----------------------------------
	Photo Gallery Page
----------------------------------- */
.gallery {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #6a2225;
		list-style-type: square;
		padding: 0;
		font-weight: bold;
		font-size: 14px;
		}
		
.gallery li {margin-left: 20px;
			padding: .5em;}

.gallery a {text-decoration: none; }

.gallery a:link { color: #6a2225;}

.gallery a:visited { color: #999999;}

.gallery a:hover {color: #d8a74a;}

/* -----------------------------------
Contact Us Form Styles
----------------------------------- */

.inputWrapper {
	margin: 0 0 4px;
	padding: 4px 0;
}

.inputWrapper:hover { background: #d5ccb5; }


.input-wide
{
	width: 250px;
	height: 24px;
	margin: 0;
	padding: 3px 3px 3px 3px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #b4b4b4;
}

.input-textarea { height: 150px; }

label {
	float: left;
	width: 120px;
	margin: 0 15px 0 0;
	padding: 5px 0 0;
	text-align: right;
}

legend span
{
	display: block;
	width: 120px;
	padding: 15px 0 10px 15px;
	font-size: 125%;
	font-weight: bold;
}

.captchaWrapper {
	padding-left: 140px;
}

.submit_btn {
	margin-left: 140px;
}

/* -----------------------------------
Links Page
----------------------------------- */
.alt0 		{background-color: #FCF1D1;}
.alt1 		{background-color: #E6E0CC;}
.alt2 		{background-color: #c8bfa3;}
.alt5 		{background-color: #6a2225; color: #fff;}

/* -----------------------------------
MEDIA QUERIES
----------------------------------- */

/* Smartphones (portrait and landscape) */
@media only screen and (min-width : 320px) and (max-width :768px) {
	
	/* -----------------------------------
 Layout
----------------------------------- */

body {	
		color: #604027;
		font: 1em Verdana, Arial, Helvetica, sans-serif;
		background: #000;
		}
/* give all images a max width*/		
img {
	max-width: 100%;
	height: auto;
}

#outerWrapper {
	margin: 0;
	padding: 0;
}

#mainNavContainer {
	text-align: left;
	margin: 0;
	padding: 0;
	background-color:#fff;
	
}


#mainBodyContainer {
	
}

#bodyContainer {
	background: url(images/center.gif) 0 0 repeat-y;
	background-size: 100%;
	width:100%;
	min-height: 1200px;
	padding: 10px;
}

#headerWrapper {
		width: 100%;
		height: auto;
		margin: 0;
		text-align: center;
}



#headerWrapper2 {
		width: 100%;
		height: auto;
		margin: 0;
}

#headerWrapper3 {
		width: 100%;
		height: 100px;
		margin: 0;
}

#headerWrapper img, #headerWrapper2 img, #headerWrapper3 img {
	max-width: 100%;
	height: auto;
}

#rightLogoWrapper {
	
	display: none;
	
}

#bonsai { 
	width: 100%;
	height: auto;
	margin: 20px auto;
}

#bonsai img { 
	max-width: 100%;
	height: auto;
}

#footer {
	background-color: #000;
	color: #fff;
	text-align: center;
	height: 40px;
	padding-top: 5px;
	clear: both;
	
}

.clearFloat {
	clear:both;
}

/* -----------------------------------
 Navigation
----------------------------------- */
#nav {
	display: none;
}


nav#mobile a {
	text-decoration: none;
	color: #FFF;
}

/*
Entire Menu System
*/

nav#mobile {
	background-color:#111;
	box-shadow: 0 0 3px 2px rgba(0,0,0,0.3);
	display:block;
	/*
	Add the lines below to force the menu bar stay fixed at the top of the page while scrolling.
	position:fixed;
	width:100%;
	*/
}

/*
Top black bar that holds the toggle button
*/

nav#mobile #toggle-bar {
	line-height:60px;
}

/*
Toggle button #1 ("Menu")
*/

nav#mobile strong a {
	margin-left:20px;
	border:1px solid #444;
	padding:10px;
}

/*
Toggle button #2 ("Navicon")
*/

nav#mobile .navicon {
	float: right;
	height: 6px;
	width: 34px;
	margin: 20px;
	border-top: 12px double #FFF;
	border-bottom: 3px solid #FFF;
	font-size:0;
}

/*
The dropdown menu
*/

nav#mobile ul {
	padding: 0;
}

nav#mobile ul li {
	clear:both;
	list-style:none;
	font-family: Papyrus, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

nav#mobile ul li a {
	display:block;
	background-color: #444;
	letter-spacing:.2em;
	margin:8px 0;
	padding:6px 0 6px 8px;
	
}

nav#mobile ul ul {
	font-size:small;
}

nav#mobile ul ul li {
	margin-left:0;
}

nav#mobile ul ul a {
	background-color:#333;
	padding-left:8px;
}

nav#mobile ul ul a:before {
	content: "\2192";
	padding-right:8px;
}


/* ----------------------------
Header Images Styles 
-------------------------------*/

#mainPic { 
	display: none;
	/*max-width: 100%;
	height: auto;
	-webkit-box-shadow:2px 2px 7px #333333;
	-moz-box-shadow:2px 2px 7px #333333;
	box-shadow:2px 2px 7px #333333;*/
		}

.subPic { 
	display: none;
}


/* -----------------------------------
 Classes
----------------------------------- */	
.brush-stroke {
	max-width: 95%;
	height: auto;
}

 #slides {
      display: none;
    }
	

    .container {
      margin: 0;
	  width: 100%;
    }
	

.deshiStay {
	display: none;
	}
	


.storyWrapper{
	width: 530px;
	margin: 20px 0px 10px 0px;
	padding: 5px;
	clear: both;
}

.2colStory {
	
	
}

.videoRotation {
	margin: 15px 0px 15px 0px;
	padding: 1px;
	text-align: center;
}

.footer-type {color:#FFFFFF;
		font-size:.7em;
		}
		
.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.sidbarItem {
	width: 190px;
	height: auto;
	margin-top: 15px;
	color: #fff;
	font-size: 90%;
	text-align: center;
	font-family: 'Kaushan Script', cursive;
	font-size: 1.5em;
}

.sidbarItem a:link {
	text-decoration: none;
	color: #fff;
}

.sidbarItem a:visited { color: #999999;}

.sidbarItem a:hover {color: #d8a74a;}



/*TESTIMONIAL*/
.sig {font-weight: bold; font-style: italic; }

.photoA {
	width: 500px;
	margin: 0px auto;
	text-align: center;
	}

.photoB {
	width: 500px;
	margin: 0px auto;
	text-align: center;}

.photoInset {float: right;
		margin: 10px;
		}
		
.list {
	margin-left: 5px;
}

.list li {
	list-style: disc;
	margin: 0px 0px 10px 10px;
}

ol li {
	margin-bottom: 10px;
}

.footnote {
	font-size: 80%;
}

.campBannerContainer {
	text-align: center;
	margin: 0;
	width: 100%;
}

.imgFloatRight {
	float: right;
	margin: 5px;
}

.imgFloatLeft {
	float: left;
	margin: 5px;
}

.imgFloatRight img, .imgFloatLeft img {
	border: 1px solid #000;
}

.campDates {
	font-family: 'Peralta', cursive;
	color: #0071bb;
}


.fb-like-box {
	background-color: #fff;
}


/* -----------------------------------
WEEKLY SCHEDULE TABLE
----------------------------------- */
.scheduleTable {
	width: 503px;
	text-align: center;
	margin-left: 10px;
	padding: 0;
	}

.dayOfWeek {
	text-align: center;
	background-color:#6a2225;
	color: #fff;
	text-transform: uppercase;
	font-size: 80%;
	font-weight: bold;
	}
	
.classTimes {
	font-size: 80%;
	}
	
.classTimes td {
	border: 1px solid black;
	width: 75px;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	}
	
.newTime {
	/*background-color:#FFFFCC;*/
	}
	
.newTimeLabel {
	background-color:#FFFFCC;
	width: 300px;
	padding: 4px;
	border: 1px solid black;
	text-align: center;
	}
	
	}

/* Regular Tablets from 480 to 800px including Galaxy tablets - 768px is only good for iPad */
@media only screen and (min-width : 768px) and (max-width : 1024px) {

	/* -----------------------------------
 Layout
----------------------------------- */

body {	
		color: #604027;
		font: .85em Verdana, Arial, Helvetica, sans-serif;
		background: #000 url(images/patternBG.png);
		}
/* give all images a max width*/		
img {
	max-width: 100%;
	height: auto;
}

#outerWrapper {
	margin: 0;
	padding: 0;
}

#mainNavContainer {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}


#mainBodyContainer {
	width: 650px;
	position: relative;
	background: url(images/mainContainer_bg.png) 0 0 repeat-y;
	margin: 0 auto;
}

#bodyContainer {
	background: url(images/center.gif) 0 0 repeat-y;
	width: 550px;
	min-height: 1200px;
	margin-left: 50px;
	padding: 10px;
	float: left;
}


#headerWrapper {
		width: 100%;
		height: auto;
		margin: 0;
}



#headerWrapper2 {
		width: 100%;
		height: auto;
		margin: 0;
}

#headerWrapper3 {
		width: 100%;
		height: 100px;
		margin: 0;
}

#headerWrapper img, #headerWrapper2 img, #headerWrapper3 img {
	max-width: 100%;
	height: auto;
}

#rightLogoWrapper {
	
	display: none;
	
}

#bonsai { 
	width: 100%;
	height: auto;
	margin: 20px auto;
}

#bonsai img { 
	max-width: 100%;
	height: auto;
}

#footer {
	background-color: #000;
	color: #fff;
	text-align: center;
	height: 40px;
	padding-top: 5px;
	clear: both;
	
}

.clearFloat {
	clear:both;
}

/* -----------------------------------
 Navigation
----------------------------------- */
#nav {
	display: none;
}


nav#mobile a {
	text-decoration: none;
	color: #FFF;
}

/*
Entire Menu System
*/

nav#mobile {
	background-color:#000;
	box-shadow: 0 0 3px 2px rgba(0,0,0,0.3);
	display:block;
	/*
	Add the lines below to force the menu bar stay fixed at the top of the page while scrolling.
	position:fixed;
	width:100%;
	*/
}

/*
Top black bar that holds the toggle button
*/

nav#mobile #toggle-bar {
	line-height:60px;
}

/*
Toggle button #1 ("Menu")
*/

nav#mobile strong a {
	margin-left:20px;
	border:1px solid #444;
	padding:10px;
}

/*
Toggle button #2 ("Navicon")
*/

nav#mobile .navicon {
	float: right;
	height: 6px;
	width: 34px;
	margin: 20px;
	border-top: 12px double #FFF;
	border-bottom: 3px solid #FFF;
	font-size:0;
}

/*
The dropdown menu
*/

nav#mobile ul {
	padding: 0;
}

nav#mobile ul li {
	clear:both;
	list-style:none;
	font-family: Papyrus, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

nav#mobile ul li a {
	display:block;
	background-color: #444;
	letter-spacing:.2em;
	margin:8px 0;
	padding:6px 0 6px 8px;
	
}

nav#mobile ul ul {
	font-size:small;
}

nav#mobile ul ul li {
	margin-left:0;
}

nav#mobile ul ul a {
	background-color:#333;
	padding-left:8px;
}

nav#mobile ul ul a:before {
	content: "\2192";
	padding-right:8px;
}


/* ----------------------------
Header Images Styles 
-------------------------------*/

#mainPic { 
	display: none;
	/*max-width: 100%;
	height: auto;
	-webkit-box-shadow:2px 2px 7px #333333;
	-moz-box-shadow:2px 2px 7px #333333;
	box-shadow:2px 2px 7px #333333;*/
		}

.subPic { 
	display: none;
}


/* -----------------------------------
 Classes
----------------------------------- */	
.brush-stroke {
	max-width: 95%;
	height: auto;
}

 #slides {
      display: none;
    }
	

    .container {
      margin: 0;
	  width: 100%;
    }
	

.deshiStay {
	display: none;
	}
	


.storyWrapper{
	width: 530px;
	margin: 20px 0px 10px 0px;
	padding: 5px;
	clear: both;
}

.2colStory {
	
	
}

.videoRotation {
	margin: 15px 0px 15px 0px;
	padding: 1px;
	text-align: center;
}

.footer-type {color:#FFFFFF;
		font-size:.7em;
		}
		
.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.sidbarItem {
	width: 190px;
	height: auto;
	margin-top: 15px;
	color: #fff;
	font-size: 90%;
	text-align: center;
	font-family: 'Kaushan Script', cursive;
	font-size: 1.5em;
}

.sidbarItem a:link {
	text-decoration: none;
	color: #fff;
}

.sidbarItem a:visited { color: #999999;}

.sidbarItem a:hover {color: #d8a74a;}



/*TESTIMONIAL*/
.sig {font-weight: bold; font-style: italic; }

.photoA {
	width: 500px;
	margin: 0px auto;
	text-align: center;
	}

.photoB {
	width: 500px;
	margin: 0px auto;
	text-align: center;}

.photoInset {float: right;
		margin: 10px;
		}
		
.list {
	margin-left: 5px;
}

.list li {
	list-style: disc;
	margin: 0px 0px 10px 10px;
}

ol li {
	margin-bottom: 10px;
}

.footnote {
	font-size: 80%;
}

.campBannerContainer {
	text-align: center;
	margin: 0;
	width: 100%;
}

.imgFloatRight {
	float: right;
	margin: 5px;
}

.imgFloatLeft {
	float: left;
	margin: 5px;
}

.imgFloatRight img, .imgFloatLeft img {
	border: 1px solid #000;
}

.campDates {
	font-family: 'Peralta', cursive;
	color: #0071bb;
}


.fb-like-box {
	background-color: #fff;
}


/* -----------------------------------
WEEKLY SCHEDULE TABLE
----------------------------------- */
.scheduleTable {
	width: 503px;
	text-align: center;
	margin-left: 10px;
	padding: 0;
	}

.dayOfWeek {
	text-align: center;
	background-color:#6a2225;
	color: #fff;
	text-transform: uppercase;
	font-size: 80%;
	font-weight: bold;
	}
	
.classTimes {
	font-size: 80%;
	}
	
.classTimes td {
	border: 1px solid black;
	width: 75px;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	}
	
.newTime {
	/*background-color:#FFFFCC;*/
	}
	
.newTimeLabel {
	background-color:#FFFFCC;
	width: 300px;
	padding: 4px;
	border: 1px solid black;
	text-align: center;
	}

	

	}

/* Desktops and Laptops */
@media only screen  and (min-width : 1024px) {
	/* -----------------------------------
 Layout
----------------------------------- */

body {	
		color: #604027;
		font: .85em Verdana, Arial, Helvetica, sans-serif;
		background: #000 url(images/patternBG.png);
		}

#outerWrapper {
	width: 1050px;
	margin: 0 auto;
	padding: 0;
}

#mainNavContainer {
	width: 190px;
	min-height: 600px;
	text-align: left;
	float: left;
}

#mainBodyContainer {
	width: 650px;
	float: left;
	position: relative;
	background: url(images/mainContainer_bg.png) 0 0 repeat-y;
}

#bodyContainer {
	background: url(images/center.gif) 0 0 repeat-y;
	width: 550px;
	min-height: 1200px;
	margin-left: 50px;
	padding: 10px;
	float: left;
}

#headerWrapper {
		width: 540px;
		height: 315px;
		margin: 0px auto;
}

#headerWrapper2 {
		width: 540px;
		height: 360px;
		margin: 0px auto;
}

#headerWrapper3 {
		width: 540px;
		height: 250px;
		margin: 0px auto;
}

#rightLogoWrapper {
	width: 190px;
	height: 670px;
	float: left;
	
}

#bonsai { 
	width: 420px;
	height: 248px;
	margin: 20px auto;
}

#footer {
	background-color: #000;
	color: #fff;
	text-align: center;
	height: 40px;
	padding-top: 5px;
	clear: both;
	-webkit-box-shadow:2px 2px 7px #333333;
	-moz-box-shadow:2px 2px 7px #333333;
	box-shadow:2px 2px 7px #333333;
}

.clearFloat {
	clear:both;
}

/* -----------------------------------
 Navigation
----------------------------------- */

#mobile {
	display: none;
}

#nav {margin-top: 25px;}

#nav ul {
		font-family: Papyrus, Verdana, Arial, Helvetica, sans-serif;
		color: white;
		list-style: none;
		padding: 0;
		font-weight: bold;
		font-size: 1.25em;
		}
		
#nav li {padding: .5em;}

#nav a {text-decoration: none; }

#nav a:link { color: white;}

#nav a:visited { color: #999999;}

#nav a:hover {color: #d8a74a;}

/* ----------------------------
Header Images Styles 
-------------------------------*/

#mainPic { 
	width: 503px;
	height: 137px;
	margin-left: 13px;
	-webkit-box-shadow:2px 2px 7px #333333;
	-moz-box-shadow:2px 2px 7px #333333;
	box-shadow:2px 2px 7px #333333;
		}

.subPic { 
	width: 104px;
	height: 104px;
	display: block;
	float: left;
	margin: 20px 14px;
	-webkit-box-shadow:2px 2px 7px #333333;
	-moz-box-shadow:2px 2px 7px #333333;
	box-shadow:2px 2px 7px #333333;
}


/* -----------------------------------
 Classes
----------------------------------- */	


.deshiStay {
	font-size: 13px;
	padding: 5px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	}
	
.deshiStay li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 2em;
	}
	
	
.deshiHeader {
	font-size: 130%;
	font-weight: bold;
	color: #FC0;
}

.storyWrapper{
	width: 530px;
	margin: 20px 0px 10px 0px;
	padding: 5px;
	clear: both;
}

.2colStory {
	
	
}

.videoRotation {
	margin: 15px 0px 15px 0px;
	padding: 1px;
	text-align: center;
}

.footer-type {color:#FFFFFF;
		font-size:.7em;
		}
		
.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.sidbarItem {
	width: 190px;
	height: auto;
	margin-top: 15px;
	color: #fff;
	font-size: 90%;
	text-align: center;
	font-family: 'Kaushan Script', cursive;
	font-size: 1.5em;
}

.sidbarItem a:link {
	text-decoration: none;
	color: #fff;
}

.sidbarItem a:visited { color: #999999;}

.sidbarItem a:hover {color: #d8a74a;}



/*TESTIMONIAL*/
.sig {font-weight: bold; font-style: italic; }

.photoA {
	width: 500px;
	margin: 0px auto;
	text-align: center;
	}

.photoB {
	width: 500px;
	margin: 0px auto;
	text-align: center;}

.photoInset {float: right;
		margin: 10px;
		}
		
.list {
	margin-left: 5px;
}

.list li {
	list-style: disc;
	margin: 0px 0px 10px 10px;
}

ol li {
	margin-bottom: 10px;
}

.footnote {
	font-size: 80%;
}

.campBannerContainer {
	text-align: center;
	margin: 0;
	width: 100%;
}

.imgFloatRight {
	float: right;
	margin: 5px;
}

.imgFloatLeft {
	float: left;
	margin: 5px;
}

.imgFloatRight img, .imgFloatLeft img {
	border: 1px solid #000;
}

.campDates {
	font-family: 'Peralta', cursive;
	color: #0071bb;
}


.fb-like-box {
	background-color: #fff;
}


/* -----------------------------------
WEEKLY SCHEDULE TABLE
----------------------------------- */
.scheduleTable {
	width: 503px;
	text-align: center;
	margin-left: 10px;
	padding: 0;
	}

.dayOfWeek {
	text-align: center;
	background-color:#6a2225;
	color: #fff;
	text-transform: uppercase;
	font-size: 80%;
	font-weight: bold;
	}
	
.classTimes {
	font-size: 80%;
	}
	
.classTimes td {
	border: 1px solid black;
	width: 75px;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	}
	
.newTime {
	/*background-color:#FFFFCC;*/
	}
	
.newTimeLabel {
	background-color:#FFFFCC;
	width: 300px;
	padding: 4px;
	border: 1px solid black;
	text-align: center;
	}
	




	}
