/*
Theme Name: a4guide Default
Theme URI: http://a4guide.com/
Description: The default a4guide blog theme.
Version: 1.0
Author: a4trip development team
Author URI: http://www.a4trip.com/
Tags: blue, custom header, fixed width, three columns

	a4guide v1.0
	http://a4guide.com/

	This theme was designed and built by a4trip development team,
	whose blog you will find at http://www.a4trip.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
body, td {
	font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	color: #333;
	font-size: 0.8em;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
a, a:link, a:visited, a:active {
	text-decoration : none;
	color : #3A8800;
}
a:hover {
	text-decoration: underline;
}
.big {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.medium {
	font-size: 0.75em;
	line-height: 1.5;
}
.small {
	font-size: 0.7em;
}

.bigbutton { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #000000;
	background: #AFAFAF;
	border-bottom: 2px solid #9D9D9D;
	border-right: 2px solid #9D9D9D;
	border-left: 2px solid #CDCDCD;
	border-top: 2px solid #CDCDCD;
	height: 29px;
	width: 80px;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	cursor: hand;
	padding: 0px;
}
.smallbutton { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #000000;
	background: #AFAFAF;
	border-bottom: 2px solid #9D9D9D;
	border-right: 2px solid #9D9D9D;
	border-left: 2px solid #CDCDCD;
	border-top: 2px solid #CDCDCD;
	height: 24px;
	width: 50px;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	cursor: hand 
}
input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em; 
	background: #FFFFFF; 
	border-bottom: 1px solid #888888;
	border-right: 1px solid #888888;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	color: #000000;
	text-decoration: none; 
	padding: 2px;
	height: 25px;
}
textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em; 
	background: #FFFFFF; 
	border-bottom: 1px solid #888888;
	border-right: 1px solid #888888;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	color: #000000;
	text-decoration: none; 
	padding: 2px;
}
.radio {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em; 
	background: #FFFFFF;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	color: #000000;
	text-decoration: none; 
	padding: 0px;
}
.checkbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em; 
	background: #FFFFFF;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	color: #000000;
	text-decoration: none; 
	padding: 0px;
}
select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em; 
	background: #FFFFFF; 
	border-bottom: 1px solid #888888;
	border-right: 1px solid #888888;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	color: #000000;
	text-decoration: none; 
	padding: 2px;
	height: 25px;
}
.submit { 
	font-family: Tahoma,sans-serif; 
	font-size: 12px; 
	background: #D4D0C8; 
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #E2E2E2;
	border-top: 1px solid #E2E2E2;
	color: #000000;
	height: 26px;
	text-decoration: none;
	padding: 4px;
	cursor: hand; 
}
a img {
	border: none;
}

/*
.cat * {
	padding: 7;
}
*/

.cat a, .cat a:visited, .cat a:link, .cat a:active {	
	color: #000;
	padding: 3px 7px 3px 7px;
}


.cat a:hover  {
	background: #A5CE39;
	color: #fff;
	text-decoration: none;	
}



/* CSS for image shadow */
img {
	border: 0px;
}

.img-shadow {	
	background:url('img/shadow.gif') no-repeat right bottom;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	padding-left:4px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:10px;
}
/***************************/

/* CSS for sidebar bullet */
.sidelink ul {
	margin-left: 16px;
	margin-bottom: 0px;
	padding-left: 5px;
}

.sidelink ul li { 
	list-style-type: none;
	list-style-image: url('img/bul02.gif');
}

.sidelink ul li a { 
	margin-left:-4px;
}
/***************************/