/******************** Home Page ********************/
#home #tipOfTheDayContainer {
    width: 700px;	
    margin-top: 20px;
    clear: both;
}

#home #tipOfTheDay {
    width: 500px;
    color: #556677;
    overflow: hidden;
    float: right;        
}

#home #tipOfTheDay #siteName {
    width: 340px;
    text-align: left;
    font-size: 14px;
    float: left;
}

#home #tipOfTheDay #tipDate {
    width: 150px;
    text-align: right;
    float: left;
}

#home #tipOfTheDay #tip {
    width: 430px;
    margin-top: 2px;
    border-top: 2px dotted #ed6d17;
    float: left;
    padding: 5px 30px 12px 30px;
}

#home #middleGoogleAd {
    margin-bottom: 22px;
    padding-top: 16px;
}

#home #bottomGoogleAd {
	margin-top: 24px;
    margin-bottom: 8px;
}

#articles {
	width: 700px;
	overflow: hidden;
}

#articles #intro {
    color: #928563; 
    width: 390px; 
    text-align: center;  
    clear: both;  
    padding-bottom: 12px;
}

#writeup {
    width: 680px;
    padding-bottom: 18px;
}

#writeup .contents {
    text-indent: 30px;
    font-size: 14px;   
}

#seoBlog {
    width: 700px;	
    overflow: hidden;    
}

#seoBlog #latestSeoBlogs {
    width: 320px;
    clear: both;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;	
}

#seoBlog .feed {
    width: 320px;
    overflow: hidden;
    float: left;
    padding-left: 20px;
    padding-bottom: 28px;
}

#seoBlog .title {
    width: 300px;
    font-size: 16px;
    font-weight: bold;
}

#seoBlog .publisher {
    width: 300px;
    text-align: right;
    padding-bottom: 12px;
}

#seoBlog .date {
    width: 300px;
}

#seoBlog .feedContent {
    width: 300px;
    padding-top: 6px;
    text-indent: 20px;
}

#seoBlog .tags {
    width: 300px;
    padding-top: 6px;
}

#seoBlog #readAllBlogs {
	width: 700px;
	padding-top: 16px;
	text-align: center;
    overflow: hidden;	
}

#seoBlog #noResult {
    width: 700px;
    margin-top: 80px;
    text-align: center;
    font-size: 16px;
    color: #556677;
    overflow: hidden;    
}

/******************** End Home Page ********************/

/******************** File not found *******************/

#fileNotFound {
    font-size: 16px;
    color: #556688;
    text-align: center;
    width: 700px;
    height: 400px;
    padding-top: 100px;
    overflow: hidden;
}

/******************** End File not found *******************/

/******************** Category on Home Page ********************/
#home #category {
    width: 720px;
}

#home #category .group {
    width: 235px;
    float: left;
}

#home #category .single {
    width: 225px;
    height: 60px;
    padding: 6px 0px 6px 0px;
    clear: both;
}

#home #category .name {
    font-size: 16px;
}

#home #category .total {
  color: #445566;
  font-size: 14px;
}

#home #category .feature {
    margin-left: 24px;
    font-size: 12px;
}

#home #category .feature a:link, #home #category .feature a:visited {
    text-decoration: underline;
}

#home #category .feature a:hover {
    text-decoration: underline;
    background: #689e2e;
    color: #FFFFFF;
}
/******************** End Category on Home Page ********************/

/******************** Category Page ********************/
#categoryPage {
    overflow: hidden;
}

#categoryPage .total {
    margin: 12px 0px 6px 18px;
    color: #445566;
    font-size: 12px;
}

#categoryPage .group {
    width: 720px;
}

#categoryPage .single {
    width: 225px;
    padding: 3px 0px 3px 0px;
    margin-left: 10px;
    float: left;
}

#categoryPage .name {
  width: 223px;
  font-size: 12px;
  clear: both;
}
#categoryPage .totalSite {
    color: #445566;
}

#categoryPage .name a:link, #categoryPage .name a:visited {
    color: #33046C;
}

#categoryPage .name a:hover {
    background: #9E8100;
    color: #FFFFFF;
}

#categoryPage .centerGoogleAd {
    margin: -26px 0px 6px 0px;
}

#categoryPage #noSite {
	width: 720px;
	padding-top: 50px;
}

#categoryPage .bottomGoogleAd {
	overflow: hidden;
	z-index: 101;
}

#categoryPage #sub-pages { width:700px; text-align:center; margin:12px 0 6px 0; }

#categoryPage .categoryContent {
	width: 720px;
	overflow: hidden;
	padding: 12px 0px 12px 0px;
}

#categoryPage #noSite {
    width: 700px;
    font-size: 18px;
    color: #556677;
    text-align: center;	
    padding-bottom: 250px;
}
/******************** End Category Page ********************/

/******************* Search Page ********************/
#searchPage {
    overflow: hidden;
}

#searchPage #searchCategory {
    overflow: hidden;
    padding-bottom: 36px;	
}

#searchPage #searchCategory .breadcrumb {
	padding: 3px 0px 3px 0px;
    width: 650px;
    border-bottom: 2px dotted #ed6d17;
    overflow: hidden;
}

#searchPage #searchSite {
    overflow: hidden;
    padding-bottom: 12px;	
}

#searchPage #searchSite .breadcrumb {
    padding: 12px 0px 3px 0px;
    width: 650px;
    overflow: hidden;
}

#searchPage .matches {
    width: 700px;
    height: 30px;
    padding-top: 30px;
    color: #556677;    	
}

#searchPage #noResult {
	width: 720px;
	padding-top: 80px;
	text-align: center;
	font-size: 18px;
	color: #556677;
	padding-bottom: 300px;
}

#searchPage #middleGoogleAd {
    margin-bottom: 22px;
}

#searchPage #bottomGoogleAd {
    margin-top: 24px;
    margin-bottom: 8px;
}
/******************* End Search Page ********************/

/*********************** Single Site ************************/
#singleSite #comment {
    padding: 12px 0px 12px 0px;
    overflow: hidden;
}

#singleSite #alexa {
    width: 595px;
    text-align: center;
    overflow: hidden;
}

#singleSite #comment .header {
    width: 595px;
    background-color: #223F99;
    color: white;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    border: 1px solid black;
}

#singleSite #comment .header .reviewName {
    width: 199px;
    float: left;
    padding: 2px;
}

#singleSite #comment .header .reviewContent {
    width: 367px;
    float: left;
    border-left: 1px solid black;
    padding: 2px;
}

#singleSite #comment .review {
    width: 595px;
    overflow: hidden;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

#singleSite #comment .review .reviewName {
    width: 199px;
    float: left;
    padding: 2px;
    overflow: hidden;
    word-wrap: break-word;
}

#singleSite #comment .review .reviewContent {
    width: 367px;
    float: left;
    border-left: 1px solid black;
    padding: 2px 2px 2px 8px;
    overflow: hidden;
    word-wrap: break-word;
}

#singleSite #comment .review .reviewContent .date {
    width: 360px;
    padding-bottom: 6px;
}

#singleSite #comment #noReview {
    width: 500px;
    text-align: center;
    font-size: 18px;
    color: #556677;
    padding-top: 36px;
    padding-bottom: 36px;
}

#singleSite #writeReviewBox {
    width: 435px;
    padding-top: 12px;
    padding-bottom: 24px;
}

#singleSite #writeReviewBox .errors {
    width: 205px;
    overflow: hidden;
}

#singleSite .input {
    padding-top: 4px;
    padding-bottom: 4px;
}

#singleSite .formTextarea {
    width: 420px;
    height: 120px;
}

#singleSite .formText {
    width: 353px;
}

#singleSite .submit {
    padding-top: 8px;
    width: 430px;
    text-align: center;
}

#singleSite #middleGoogleAd {
	margin: 10px 0px 12px 0px;
}

#singleSite #bottomGoogleAd {
    margin-bottom: 8px;
}
/*********************** End Single Site ************************/
