
/***  CSS For PetsOnly.org  ***/
/***  					    ***/
/***  25Sep13			    ***/
  
#popup {

  /***  CSS Position  ***/
  position:fixed;
  z-index: 2000;
  top:50px;
  left:10.00%;
  right:auto;
  width: 600px;
  height: 200px;

  /***  CSS Box Model  ***/
  margin:5px;
  padding:10px;
  background-color: #f7f6cd;

  /***  CSS Borders  ***/
  border:3px solid rgb(192, 192, 192);

  /***  CSS Text and Font  ***/
  text-align:center;

  /***  CSS Rounded Corners  ***/
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;

  /***  CSS Box Shadow  ***/
  box-shadow: 5px 5px 8px 0px rgba(9, 9, 9, 1.000) ;

  -webkit-box-shadow: 5px 5px 8px 0px rgba(9, 9, 9, 1.000) ;

  -moz-box-shadow: 5px 5px 8px 0px rgba(9, 9, 9, 1.000) ;

  /***  CSS Transforms  ***/
  transform-origin: 100px 100px;
  -webkit-transform-origin: 100px 100px;
  -moz-transform-origin: 100px 100px;
  -o-transform-origin: 100px 100px;
  -ms-transform-origin: 100px 100px;
  
  display: none;
  
 /*  To hide:    <div class="hidden-div" id="hidden-div"> You can't see me </div> */
              
 /*  to show     <button onclick="getElementById('popup').style.display = 'block'"> Comment </button>  */      
  
}


#topline {
  top: 0;
  left:0;
  position: fixed;
  background-color: blue;
  font-size: 20px;
  height: 50px;
  width: 100%;
  padding: 5px;
  color: white;
  z-index: 900;
}

#boxmenu {
  float:left;
  width:840px;		
}

#textmed {
	
font-size: 18px;
padding-left: 30px;
}

#boxitem {
	
	float:left;
	width:400px;
	font-family:Verdana,Geneva,'DejaVu Sans',sans-serif;
	font-size:20px;
	color:rgb(255, 255, 255);
	background-color:blue;
	font-weight:normal;
	margin:10px;
	padding:10px; 
	margin:5px;
	padding:10px
}

#helpbutton{
  z-index: 1000;
  top: 80px;
  left:0;
  position: fixed;
  background-color: red;
  font-size: 20px;
  height: 20px;
  width: 75px;
  padding: 5px;
  margin: 5px;
  color: white;
  z-index: 900;
  border-style: solid;
  border-left-width: 2px;
  text-align: center;
  
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  
  box-shadow: 5px 5px 8px 0px rgba(62, 62, 62, 1.000) ;
  -webkit-box-shadow: 5px 5px 8px 0px rgba(62, 62, 62, 1.000) ;
  -moz-box-shadow: 5px 5px 8px 0px rgba(62, 62, 62, 1.000) ;
}

#toolbox {
    z-index: 900;
	position: absolute;
	padding: 5px;
	left:0px;
	top: 90px;
	margin-top: 200px;
	width:120px;
	height:150px;
    margin-left: -60px;	
    font-size: 18px;
	background:grey;
	text-align: center;
	border: red;
	border-width: 3px;
	border-style: solid;
	border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    box-shadow: 5px 5px 8px 0px rgba(62, 62, 62, 1.000) ;
    -webkit-box-shadow: 5px 5px 8px 0px rgba(62, 62, 62, 1.000) ;
    -moz-box-shadow: 5px 5px 8px 0px rgba(62, 62, 62, 1.000) ;
}

#vcontainer {
  display: table;
  height: 100%;
  width: 100%;
}
#hcontainer {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#vhcontent {
  display: inline-block;
  text-align: left;
}

#picbox {
  margin-top: 20px;	
}

#picleft {
	float: left;
	margin-left: 20px;
}

#pageheader {
  display: block; font-family:sans-serif;font-weight: 500;
  width: 90%;
  float:left;
  text-align: center;
  height: 20px;
  margin-bottom: 30px;
  margin-top: 10px;
  padding: 0px 2px 0px 9px;
  font-size: 40px;
  color: #08021a;
  margin-bottom: 20px;
}

#picright {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	background-color:rgb(53, 72, 126);
	width:600px;
	border: grey;
	border-width: 2px;
	border-style: solid;
	font-size: 16px;
	margin-bottom: 30px;
	color: white;
	padding: 5px;
	padding-right: 10px;
    
}

#showimagewrapper { 
 margin: 0 auto;
 margin-top: 100px;
 padding-left: 5px;
 border: #7a7575;
 border-width: 2px;
 border-style: solid;
 background-color:white;
 
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  
  box-shadow: 5px 5px 8px 0px rgba(125, 125, 125, 1.000) ;

  -webkit-box-shadow: 5px 5px 8px 0px rgba(125, 125, 125, 1.000) ;

  -moz-box-shadow: 5px 5px 8px 0px rgba(125, 125, 125, 1.000) ;
}

#fullpic { 
 margin: 10px;

 margin-top: 10px;
 border: #7a7575;
 border-width: 2px;
 border-style: solid;
 background-color:white;
 padding: 10px;
 
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  
  box-shadow: 5px 5px 8px 0px rgba(125, 125, 125, 1.000) ;
  -webkit-box-shadow: 5px 5px 8px 0px rgba(125, 125, 125, 1.000) ;
  -moz-box-shadow: 5px 5px 8px 0px rgba(125, 125, 125, 1.000) ;
}


#boxedin { 
 position: relative;
 margin: 0px 5px 5px 0px;
 padding: 5px;
 width: 95%;
 float: left;
 margin-bottom: 10px;
 border: #dedde4;
 border-width: 5px;
 border-style:solid;
 border-radius:10px;
 -webkit-border-radius:10px;
 -moz-border-radius:10px;
 font-size: 18px;
 background: white;

}

#bar {
	width:300px;	
	float: left;
}

#MedButton
{
    font-family:sans-serif;
    position:relative;   
    float: left; 
    color:white;
    font-size:18px;
    font-weight: normal;
    width: 290px;
    border: white;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    background-color:rgb(53, 72, 126);
}

#SmallButton
{
    font-family:sans-serif;
    position:relative;   
    float: left; 
    color:white;
    font-size:18px;
    font-weight: normal;
    width: 90px;
    border: white;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    background-color:rgb(53, 72, 126);
}

#left50 { 
 position: relative;
 margin: 0px 5px 5px 0px;
 padding: 5px;
 width: 47%;
 float: left;
 margin-bottom: 10px;
}

#right50 { 
 position: relative;
 margin: 0px 5px 5px 0px;
 padding: 5px;
 width: 48%;
 float: right;
 margin-bottom: 10px;
}

#boldtext { 
 position: relative;
 margin: 0px 0px 0px 0px;
 padding: 2px;
 width: 98%;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 5px;
}

#imgcontainer
{
    height:300px;
    width:900px;
    position:relative; 
    margin: 0 auto;
    top: 10px;
}

#imagep
{    
    position:absolute;
    left:0;
    top:-15px;
}

#imageavatar
{    
    position:relative;
    left:690px;
    top:140px;
    height:150px;
    width:150px;
    background: white;
    padding: 5px;
    border: black;
    border-width: 1px;
    border-style: ridge;
    z-index:200;
    
  box-shadow: 5px 5px 8px 0px rgba(9, 9, 9, 1.000) ;
  -webkit-box-shadow: 5px 5px 8px 0px rgba(9, 9, 9, 1.000) ;
  -moz-box-shadow: 5px 5px 8px 0px rgba(9, 9, 9, 1.000) ;
}

#avatarmsg
{
    z-index:900;
    display:block; font-family:sans-serif;
    position:absolute;    
    color:white;
    font-size:24px;
    font-weight: lighter;
    left:700px;
    top:270px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 2.000) ;
}

#textp
{
    z-index:800;
    display:block; font-family:sans-serif;
    position:absolute;    
    color:white;
    font-size:24px;
    font-weight: normal;
    left:50px;
    top:225px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 2.000) ;
}


#petcontainer
{
   height: auto;
    width:300px;
    position:relative; 
    margin: 0px;
    border: #9e9696;
    border-width: thin;
    border-style: none;

}

#actbox2
{
    width:98%;
    float: left;
    position:relative; 
    margin: 4px;
    padding: 5px;
    border: black;
    border-width: thin;
    border-style:inset;
    background:#c8c9d4;
}

#actbox { 
 position: relative;
 margin: 0px 0px 0px 0px;
 padding: 5px;
 padding-right: 20px;
 width: 98%;
 float: left;
 height: auto;
 margin-bottom: 10px;
 padding-bottom: 20px;
 color: #333;
 border: 1px solid #ccc;
 background: #faf2ef;
 font-size: 18px;
 
   border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
 
   box-shadow: 5px 5px 8px 0px rgba(125, 125, 125, 1.000) ;
  -webkit-box-shadow: 5px 5px 8px 0px rgba(125, 125, 125, 1.000) ;
  -moz-box-shadow: 5px 5px 8px 0px rgba(125, 125, 125, 1.000) ;

}

#acttext
{
    font-family:sans-serif;
    position:relative;    
    color:black;
    font-size:18px;
    font-weight: normal;
    left:20px;
    top:5px;
    width:98%;
    padding-right: 20px;
    height:auto;
}

#chatboxindent { 
 position: relative;
 margin: 0px 0px 0px 0px;
 padding: 5px;
 padding-right: 70px;
 margin-left: 50px;
 width: 80%;
 float: left;
 height: auto;
 margin-bottom: 10px;
 padding-bottom: 20px;
 color: #333;
 border: 1px solid #ccc;
 background: #faf2ef;
 font-size: 14px;
 
   border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
 
   box-shadow: 5px 5px 8px 0px rgba(125, 125, 125, 1.000) ;
  -webkit-box-shadow: 5px 5px 8px 0px rgba(125, 125, 125, 1.000) ;
  -moz-box-shadow: 5px 5px 8px 0px rgba(125, 125, 125, 1.000) ;

}

#chatttextindent
{
    font-family:sans-serif;
    position:relative;    
    color:black;
    font-size:14px;
    font-weight: normal;
    left:20px;
    top:5px;
    width:98%;
    padding-right: 20px;
    height:auto;
}

#petimagecontainer
{

 margin: 0px 0px 0px 0px;
 padding: 0px;
 width: 100%;
 float: left;
 margin-bottom: 10px;
 color: #333;
 border: 1px solid #ccc;
 background: #faf2ef;
 
}

#ownerimage
{    
    position:relative;
    left:2px;
    top:2px;
    height:95px;
    width:95px;
    background: white;
    padding: 1px;
    border: black;
    border-width: 0px;
    border-style: ridge;
}

#petimagesmall
{    
    position:relative;
    left:2px;
    top:2px;
    width:250px;
    background: white;
    padding: 1px;
    border: black;
    border-width: 0px;
    border-style: ridge;
}

#petimage
{    
    position:relative;
    left:2px;
    top:2px;
    height:66px;
    width:66px;
    background: white;
    padding: 1px;
    border: black;
    border-width: 0px;
    border-style: ridge;
}

#Actimage
{    
    position:relative;
    float: left;
    top:40px;
    left:20px;
    padding: 5px;
    margin-bottom: 45px;
    border: black;
    border-width: 0px;
    border-style: ridge;
    padding-bottom: 5px;
    border: white;
    border-width: 1px;
    border-style: ridge;
    background: white;
    border-color: black;
}


#smallavatar
{    
    position:relative;
    z-index: 900;
    left:5px;
    top:5px;
    height:40px;
    float: left;
    width:40px;
    background: white;
    padding: 2px;
    border: black;
    border-width: 1px;
    border-style: ridge;
     
  box-shadow: 5px 5px 8px 0px rgba(125, 125, 125, 1.000) ;
  -webkit-box-shadow: 5px 5px 8px 0px rgba(125, 125, 125, 1.000) ;
  -moz-box-shadow: 5px 5px 8px 0px rgba(125, 125, 125, 1.000) ;
  
}

#actavatar
{    
    position:relative;
    z-index: 900;
    left:5px;
    top:5px;
    height:80px;
    float: left;
    width:80px;
    background: white;
    padding: 2px;
    border: black;
    border-width: 1px;
    border-style: ridge;
     
  box-shadow: 5px 5px 8px 0px rgba(125, 125, 125, 1.000) ;
  -webkit-box-shadow: 5px 5px 8px 0px rgba(125, 125, 125, 1.000) ;
  -moz-box-shadow: 5px 5px 8px 0px rgba(125, 125, 125, 1.000) ;
  
}
#petavatar
{    
    position:relative;
    left:10px;
    top:10px;
    height:90px;
    width:90px;
    background: white;
    padding: 5px;
    border: black;
    border-width: 1px;
    border-style: ridge;
}

#petpage_textpet
{

    font-family:sans-serif;
    position:relative;    
    color:black;
    font-size:20px;
    font-weight: normal;
    left:10px;
    height: auto;
    top:5px;
    padding: 5px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 15px;
}

#textpet
{
    z-index:100;
    display:block; font-family:sans-serif;
    position:absolute;    
    color:black;
    font-size:18px;
    font-weight: normal;
    left:120px;
    top:5px;
}
#textpet2
{
    font-family:sans-serif;
    position:relative;    
    color:black;
    font-size:18px;
    font-weight: normal;
    left:50px;
    top:10px;
    width: 150px;
    background: blue;
}
#acttextOLD
{
    z-index:100;
    display:block; font-family:sans-serif;
    position:absolute;    
    color:black;
    font-size:18px;
    font-weight: normal;
    left:120px;
    top:10px;
    height:auto;
}


#textboxleft
{
    font-family:sans-serif;
    position:absolute;    
    color:black;
    font-size:18px;
    font-weight: normal;
    left:5px;
    top:5px;
}

#imgblock{

}

#avatarbox
{
     float: left;
     height: 100px;
}

#avatar
{    
    position:relative;
    margin: 1px;
    margin-top: 2px;
    margin-bottom: 3px;
    margin-left: 2px;
    width: 95px;
    height: 95px;
}

#avatar45
{    
    position:relative;
    margin: 1px;
    margin-top: 2px;
    margin-bottom: 3px;
    margin-left: 2px;
    width: 45px;
    height: 45px;
}

#avatartext
{
    z-index:800;
    position:relative;    
    text-align: center;
    color:white;
    font-size:15px;
    font-weight: lighter;
    left:5px;
    top:-40px;
    display:block; font-family:sans-serif;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 2.000) ;
}


