/*
Theme Name: ArchCG_T1
Theme URI: http://cg.my
Description: Child Theme for fullscreen
Author: cmjohncheng
Author URI: http://archcg.my
Template: fullscreen
Version: 0.3
*/
 
@import url("../fullscreen/style.css");

/* Masthead */

/*#masthead h2, #branding h2 { text-transform:capitalize;}
#masthead .description, #branding .description { color: #B0C029; }
#branding a:hover { color: #B0C029 }
#branding .description { color: #B0C029;}*/

#masthead .description, #branding .description { color: #AABB22; }
#branding a:hover { color: #AABB22 }
#branding .description { color: #AABB22;}

/*#masthead .description, #branding .description { color: #99EE00; }
#branding a:hover { color: #99EE00 }
#branding .description { color: #99EE00;}*/


/* Navigation at rest */
#nav { position: absolute; top: 0; right: 0; padding:0;}
#branding #nav { position: absolute; top: 42px; left:750px; }

/* Posts */

#content h2, .post h2 {text-transform:capitalize;}

div.storeimg
  {
        float:left;
        width: 160px;
	border: 1px solid #ccc;
	text-align: center;
	background-color: #ddd;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
  }
div.storeimg img
  {
        width: 150px;
        height: 150px;
  }

.storeDesc
  {
  text-align:left;
  font-weight:normal;
  width:120px;
  margin:2px;
  color:black;
}

.storePrice{
  width:120px;
  margin:2px;
  color:green;
  position:absolute;
  top: 0; 
  right: 20px;
}

table{ border:0px #F1F1F1 solid;}
table td{border:0px #F1F1F1 solid; width:25%}

.css3{ float:left; width:100%; border: 0px #F1F1F1 solid;}
.table1{ float:left; width:20%;border:0px #F1F1F1 solid;}