/* @override http://www.gushindesigns.com/test/css/g-designs-2.css */
/* index of css */
/* zero out the page */
/* general page structure and layout - glob1 */
/* fonts and colors - glob2 */
/* top navigation bar - glob3 */
/* 3-column layout - glob4 */
/* footer - glob5 */
/* links - glob6 */
/* images - glob7 */
/* For the pop-up pages - glob8 */
/* //eof index */

/* first, zero out the page */
/****************************/
html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
}

/* general page structure and layout - glob1 */
/*************************************/
body {
font-family:Arial, Helvetica, sans-serif; 
font-size:.8em; 
color:#000000; 
margin:10px 0 10px 0;
padding:0 0 0 0;
background:#eeeeee;
text-align:center;
}

.page_wrap {
position:relative;
/*width:780px;*/
width:960px;
margin:0 auto;
padding:0 0 0 0;
text-align:center;
background:#fff url(../images/design_images/header-6.gif) no-repeat;
border:1px solid #666;
}

.header_text {
position:relative;
clear:none;
/*width:770px;*/
width:950px;
height:22px;
margin:70px 0 20px 0;
padding:0 0 0 0;
background:transparent;
color:#ffffff;
text-align:right;
}

.header_text h1 {
font-size: 14px;	
}

.thumbNails {
width: 560px;
height: 130px;
margin: 15px;	
border: 1px solid #999;
padding: 6px 3px 3px 6px;
background: #C4CAD1;
}
.thumbNails img {
border: 2px solid #333;
}

.thumbNails h1 {
font-size: .9em;
}

.thumbSection {
float: left;
margin: 6px;	
margin: 10px 23px;
}

#photoInst {
width: 560px;
border: 1px solid #ccc;
padding: 6px 3px 3px 6px;
margin: 0 15px 0 15px;
color: #666;
text-align: left;
line-height: .4em;
}

#photoInst2 {
width: 560px;
padding: 0px 3px 3px 6px;
margin: 0 15px 15px 15px;
color: #666;
text-align: left;
}

#photoInst span {
color: #ff0000;
font-weight: bold;
}

#photoInst .howView {
color: #ff0000;
}

.photoCat {
color: #0000ff;
font-size: .9em;
}

.photoClick {
color: #4362ff;	
}

.clear {
clear: both;
}

/* fonts and colors - glob2 */
/********************/
h1 {
font-family:Arial, Helvetica, sans-serif;
color:#4362ff;
font-size:2em;
letter-spacing:.5em;
/*text-transform:lowercase;*/
margin:0 0 0 0;
padding:0 0 0 0;
}

h2 {
font-family:Arial, Helvetica, sans-serif;
color:#697D55;
font-size:1.2em;
font-weight:bold;
padding:0 0 5px 0;
margin:0 0 -6px 0;
}

h3 {
font-family:Arial, Helvetica, sans-serif;
color:#65764B;
font-size:1.1em;
font-weight:bold;
padding:0 0 0 0;
margin:0 0 -8px 0;
}

h6 {
color: #fff;	
font-size:1.6em;
}

h5 {
color: #fff;	
font-size:1.2em;	
}

.grey {
color:#666666;
}


#mydiv a {
text-decoration: none;
color: #000;
}

/* top navigation bar - glob3 */
/**********************/
.topnav {
position:relative;
clear:both;
/*width:780px;*/
width: 960px;
height:21px;
margin:0 0 0 0;
padding:0 0 0 0;
background:#cccccc;
font-size:.8em;
border-top:1px solid #666;
}

#nav ul{
padding:0 0 0 0;
margin:0 0 0 0;
white-space: nowrap;
font-size:1.1em;
color:#ffffff;
float:left;
width:100%;
background: url(../images/design_images/topnav_bg_grey.gif);
list-style:none;
}

#nav ul li{
display:inline;
list-style:none;
}

#nav ul li a{
margin: 0 0 0 0;
padding: .25em 2em .3em 2em;
background:#ffffff url(../images/design_images/topnav_bg_grey.gif);
color: #000;
text-decoration:none;
float: left;
border-right:1px solid #cccccc;
}

#nav ul li a:hover{
background:/*#9EB874*/#4362ff /*url(../images/design_images/topnav_bg_green.gif)*/;
color: #ffffff;
text-decoration:none;
border-right:1px solid #cccccc;
}

/* 3-column layout - left, center, right - glob4 */
/****************************************/
/*left_column begin - for the left nav*/
#left_column {
display:block;
float:left;
width:128px;	
height: 100%;
clear:left;
margin:4px 0 5px 0px;
border:1px solid #ccc;
}

#left_column ul {/*to avoid rule conflicts*/
list-style-type: none;
margin: 0px;
padding: 0px;
text-indent: 0px;	
}

#left_column li {
list-style-type: none;
border: 1px solid #fff;
background: #fff;
width: 120px;
padding: 3px 0 3px 5px;
text-align: left;
}

#left_column a {
color: #4362ff;
display: block;
text-decoration: none;
font-weight: bold;
border: 1px solid #fff;
background: #fff;
padding: 0 0px 0 0;
}

#left_column a:hover {
color: #ccc;
text-decoration: none;
font-weight: bold;
border: 1px solid #4362ff;
background: #4362ff;
padding: 0 0px 0 0;
}

#left_column .topCell {
background: #fff;
color:#000;
font-weight: bold;	
border-bottom: 1px solid #ccc;
}

#left_column .subHead {/*top of indented items*/

}

#left_column .subHead a {
color:#ff0000;	
display: block;
}

#left_column .sub {/*indented items*/
height:100%;
}

#left_column .sub a {
color:#4362ff;	
display: block;
margin-left: 0px;
padding-left: 15px;
}

#left_column .subHead a:hover {
color:#ccc;	
}

#left_column .sub a:hover {
color:#ccc;	
display: block;
margin-left: 0px;
padding-left: 15px;
}

/*ie needs extra margin and padding for indented li*/
/**html #left_column li ul li {
margin-left: -10px;
padding-left: 10px;	
}*/
/*end ie hack*/

/*center_column begin*/
#center_column {
display:block;
float:left;
width:595px;	
background:#fff;
margin:4px 5px 5px 5px;
text-align: left;
color: #666;
}

#center_column p {
padding: 8px;	
}

/*#center_column #textBackground {
background: #fff url(../images/design_images/customized-solution.gif) top no-repeat;
}*/

#center_column .listText li {
list-style-type: square;
margin: 0 0 0 30px;
}

#center_column h1 {
padding: 8px 8px 8px 25px;	
border: 1px solid #ccc;/*box around main title*/
}

#center_column #capsule {
width: 359px;
height: 100%;
border: 1px solid #ccc;
float: left;
margin: 10px 0 0 0;
}

#center_column #capsule img {
margin: 8px 0px 0px 8px;
border: 1px solid #666;
}

#center_column #capsule p {
color: #666;
border-bottom: 1px solid #ccc;
margin: 3px;
}

#center_column #capsule .lastwkSite p {
border-bottom: 1px solid #fff;
}

#center_column #capsule a {
text-decoration: none;
}

#center_column #capsule .paper {
border: 1px solid #fff;
}

#center_column .theGraphic {
margin: 10px 0 0 0;	
position: relative;
float: left;
}

#center_column .theAbout350 {
margin: 10px 0 0 0; 
position: relative;
float: right;	
border: 1px solid #ccc;
text-align: left;
width: 225px;
}

#center_column .theAbout350 .aboutHead {
color: #ff0000;
font-weight: bold;
padding: 8px;
margin: 0 0 0 0;
}

#center_column .theAbout350 .aboutHead img {
margin: -2px 8px 0 0;	
padding: 0 0 0 0;
float: left;
}

#center_column .theAbout350 .aboutHead2 {
color:#636564;
font-weight: bold;	
}

#center_column .theAbout350 #vidApps {
color: #999;
}

#center_column .theAbout350 ul {
margin: 0 0 10px 20px;
list-style-type:square;	
}

#center_column .theAboutVideo {
margin: 10px 0 0 0; 
position: relative;
float: right;	
border: 1px solid #ccc;
text-align: left;
width: 333px;
}

#center_column .qt {
font-size:9px;
color: #666;	
}

#center_column .qt img {
margin: 5px 10px 0 6px;	
float: left;
}

#center_column .qt350 {
font-size:9px;
color: #666;	
}

#center_column .qt350 img {
margin: 5px 10px 0 60px;	
float: left;
}

#center_column .redHead {
color: #ff0000;	
}

#center_column .hide {
visibility: hidden;	
position: absolute;
top: -1250px;
right: 2000px;	
}

#center_column #resumeEnclose
{
color: #666;
margin: 10px 0 0 0px;
}

#myInfo {
border: 1px solid #ccc;
padding: 2px;
margin: 10px 0 0 0;
text-align: right;
}
#resumeMe 
{
color: #000;
list-style-type: none;
margin: 2px 0 0 10px;
}

#resumeEd 
{
color: #666;
list-style-type: none;
margin: 0 0 0 10px;
}

#resumePersonal {

}

#resumeEducation {
margin: 5px 0;
}

#edHistory {
border: 1px solid #ccc;
padding: 4px;
margin: 10px 0 0 0;
}

#proHistory {
border: 1px solid #ccc;
padding: 4px;
margin: 10px 0 0 0;
}

#interests {
border: 1px solid #ccc;
padding: 4px;
margin: 10px 0 0 0;
}

#objective {
border: 1px solid #ccc;
padding: 4px;
margin: 10px 0 0 0;
}

#skills {
border: 1px solid #ccc;
padding: 4px;
margin: 10px 0 0 0;
}

#center_column #resumeEnclose h4 {/*titles like skills, objectives*/
color: #ff0000;
margin: 5px 0;
font-size: 1.2em;
}

#center_column #theProcessEnclose {
margin:  0 0 10px 0;
}

#center_column #theProcessEnclose h4 {
color: #ff0000;
margin: 5px 10px;
font-size: 1.2em;
}

#center_column #affordableEnclose h4 {
color: #ff0000;
margin: 5px 10px;
font-size: 1.2em;
}

#center_column #theProcessEnclose h5 {
color: #666;
margin: 5px 10px;
font-size: 1.0em;
}

#center_column #resumeEnclose h5 {/*each company*/
color: #666;
font-size: .9em;
}

.openSite {
/*width: 210px;*/
/*float: left;*/
}

.openSite a {
float: left;
text-decoration: none;
}

#center_column .redEmphasis {
color: #ff0000;
}

#hanGallery {
margin:5px 0 0 25px;
}

#trailersFlash {
margin:5px 0 0 25px;
}

/*right_column begin*/
#right_column {
display:block;
float:right;
width:210px;
/*height: 600px;*/
/*background:#C4CAD1;*/
background:#fff;	
margin:4px 5px 5px 0;
text-align: center;
/*padding: 0 5px 0 5px;*/
border:1px solid #ccc;
color: #666;
}

#right_column .redEmphasis {
color: #ff0000;
}

#right_column img {
margin: 4px 0 0 0;
}

#right_column .hide {
visibility: hidden;	
position: absolute;
top: -1250px;
right: 2000px;	
}

#right_column .clickPhoto {
font-size: .7em;
color: #4362ff;
}

#right_column p {
padding: 8px;	
text-align: left;
}

#right_column h1 {
padding: 8px;	
}

.box_right {
position:relative;
float:right;
clear:both;
width:200px;
margin:0 0 5px 10px;
padding:0 10px 0 10px;
background:#CFD9BE;
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.75em;
}

/* footer section - glob5 */
/******************/
.footer {
position:relative;
clear:both;
/*width:780px;*/
width: 960px;
height:20px;
margin:10px 0 0 0;
padding:4px 0 0 0;
background:#CFD9BE; /*url(../images/design_images/grass_footer.jpg) bottom no-repeat;*/
font-size:.8em;
text-align:center;
border-top:1px solid #666;
}

/* links - glob6 */
/*********/
a {
color:#4362ff;
text-decoration:underline;
}

a:hover {
color:#ff0000;
text-decoration:none;
}

#about .about, #contact .contact, #site_design .site_design, #refresh .refresh, #theProcess .theProcess, #maintain .maintain, #graphics .graphics, #affordable .affordable, #blog .blog, #fun_family .fun_family {
color: #ff0000;	
}

#web_sites .web_sites, #logo_design .logo_design, #illustrator .illustrator, #photoshop .photoshop, #flash .flash, #photography .photography, #making_bomb .sub .making_bomb, #the_sled .sub .the_sled, #gumby .sub .gumby, #camera_store .sub .camera_store, #closeout_corner .sub .closeout_corner, #semler_appraisals .sub .semler_appraisals, #gr8pix .sub .gr8pix, #gr8rub .sub .gr8rub, #babybegin .sub .babybegin, #joie_de_deux .sub .joie_de_deux, #bar_mitzvah .sub .bar_mitzvah, #owcp .sub .owcp, #rooty_jr .sub .rooty_jr,  #day_job .sub .day_job, #my_day_job .my_day_job, #resume .resume, #my_passion .my_passion, #stokol .sub .stokol {
color: #ff0000;	
}

#footer a {
color:#4F6C1F;
text-decoration:none;
}

#footer a:hover {
color:#000;
text-decoration:none;
}

/* images - glob7 */
/**********/
img {
border:none;
}

#logo {
position:absolute;
top:20px;
left:10px;	
}

#camera {
position:absolute;
top:15px;
left:200px;	
}

#contactArrow {
float: right;
}

/*#coffee {
position:absolute;
top:12px;
left:180px;	
}*/

/*#terms {
position:absolute;
top:8px;
left:320px;	
}*/

.right img {
position:relative;
float:right;
padding:0 0 0 0;
margin:5px 2px 2px 5px;
}

.left img {
position:relative;
clear:none;
float:left;
padding:0 0 0 0;
margin:5px 5px 2px 0;
}

.titleImg {
float: left;	
margin: 4px 8px 0 8px;
}

/* For the pop_up pages - glob8 */
/************************/
#pop_up {
margin: 5px 5px 5px 5px;
}

#pop_up img {
border: 1px solid;
}

#pop_up_window {
background: #ccc;	
}

#pop_up_window a {
text-align: center;	
}

/* For the To Be Read */
/************************/

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

body {
    background-color: #f4f2e9;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
}

/* headings */
h1 {
    text-align: center;
}

/* lists */
ul {
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
}

li {
    margin: 20px 0px 10px;
    padding: 10px;
    border-bottom: 1px solid #dedede;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

li > div {
    margin-right: 60px;
}

/* forms: inputs, btns, etc. */
input {
    display: block;
    margin: 20px 0;
    padding: 5px;
    font-size: 1em;
    border: 1px solid #dedede;
}

button {
    margin: 20px 0;
    border: 1px solid #00635d;
    padding: 6px 18px;
    font-size: 1em;
    background-color: #00635d;
    color: white;
    transition: all 0.5s ease-in-out;
}

button:hover {
    color: #00635d;
    background: transparent;
}

button.remove {
    height: 50px;
    width: 50px;
    border-color: #dedede;
    border-radius: 50%;
    padding: 0;
    display: flex;
    justify-content: center;
    flex: 0 0 auto;
    background-color: #dedede;
    transition: all 0.5s ease-in-out;
}

button.remove:hover {
    background-color: black;
}

button.remove:hover>svg {
    fill: #dedede;
}

.input-half {
    width: 50%;
}

.input-half:first-child {
    margin-right: 20px;
}

.input-full {
    width: 100%;
}

/* elements */
svg {
    height: 25px;
    width: 25px;
    fill: #333;
}

/* general styles */
#app {
    position: relative;
    left: 25%;
    width: 50%;
    padding: 40px;
    background-color: #f1f2f2;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
}

.light {
    font-weight: 300;
}

.title {
    display: block;
    font-style: italic;
}

.flex-container {
    display: flex;
    justify-content: center;
}

/* 9-22-2022 test */
