/*  
Theme Name: Gaston version Wordpress
Theme URI: 
Description: Une tentative de theme par Gaston et MatDumSa
Version: 0
Author: Gaston & Mds
Author URI: http://www.disney.com/

	Gaston 0
	 http://www.senorgaston.com
*/

.fakeLink {
	cursor:pointer;
	cursor:hand;
	cursor:row-resize;
}
html, body {
	height:100%;
	padding:0;
	margin:0;
}

body {
	background:#FFFFFF url(images/repeat.jpg);
}


#page {
	min-height:100%;
	margin-bottom:-105px;
	position:relative;
	background-color:white;
}

#wrapper { /*why don't we center stuff*/
	margin-left: auto;
	margin-right:auto;
	height:100%;
	width:980px;
}


#header img {
	border:0;
	float:left;
}

#pagecontent {
	padding-top:33px;
	padding-left:5px;
	background:url(images/home_12.jpg) no-repeat top;
	float:left;
  }

#right_pane {
	float:right;
	margin-top:40px;
	margin-right:5px;
	width:140px;
	overflow:hidden;
}

#right_pane img {
	border:0;
}
.menuItemContainer ul, .linkcat, .blogroll {
	list-style-type: none;
	margin:0;
	padding:0;
}


.narrowcolumn {
	width:800px; /*980-140-5px*/
	float:left;
	padding-right:30px;
}

#footer {
	height:105px;
	position:relative;
}

.clearfooter {
	height:105px;
	clear:both;
}

.post h2 {
	font-size: 20px; 
	font-family: helvetica;
	font-weight:normal;
	margin-bottom:0px;
	padding-bottom:0px;
}
.postmetadata {
	font-size:10px;
}

 a {
	text-decoration:none;
	color:#000000;
}

a:hover {
	color:#aaaaaa;
}

.post {
	font-family:helvetica;
	margin-top:0px;
	padding-top:0px;
}

.entry p {
	margin-top:0px;
	padding-top:0px;
}

.entry p img {
	padding-bottom:5px;
}

.entry {
	overflow:hidden;
}

.menuItemContainer {
	font-family:helvetica;
	text-align:right;
}

.menuItemContainer a {
	text-transform:uppercase;
	font-size:8pt;
}

.tagMenu {
	cursor:pointer;
	cursor:hand;
}

#searchsubmit {
	width:140px;
	height:19px;
	border:0;
	padding:0;
	background:url(images/search.jpg);
	margin:0;	
}

#searchformField {
	width:138px;
	border:1px #CCCCCC solid;
}

#sideShoppingCart {
	width:138px;
	margin-top:30px;
	padding-top:83px;
	background:url(images/shoppingcart.jpg) no-repeat top;
	border:1px #CCCCCC solid;
	min-height:90px;
	font-family: helvetica;
	font-size:10px;
	line-height:9px;

}

#sideShoppingCartPayButton {
		width:136px;
		height:23px;
		background:url(images/paypalcheckout.jpg) no-repeat top;
		margin-top:5px;
		clear:both;
		cursor:pointer;
		cursor:hand;
}

.smallx {
	width:10px;
	height:10px;
	float:right;
	background:url(images/smallx.jpg);	
	cursor:pointer;
	cursor:hand;
}

.sideShoppingCartItem {
	width:125px;
	margin:5px;
	border-bottom:1px dashed #CCCCCC;
	height:52px;
		
}

.sideShoppingCartItemPicture {
	width:45px;
	height:45px;
	border:0px;// black solid;
	float:left;
	margin-right:5px;
}

.sideShoppingCartItemName {
	width:50px;
	float:left;
}

#cartPriceContainer {
	margin:5px;
}
.shoppable {
	height:30px;
	width:192px;
	background:url(images/buyonline.jpg);
	border:0px;
	margin:0px;
	padding:0px;
	cursor:pointer;
	cursor:hand;
}
.shoppable:hover {
	background:url(images/addtocart.jpg);
}

.thumbPic {
	width:45px;
	height:45px;
}

#previousEntry {	background:url(images/previous.jpg); width:98px; height:23px; float:left;	}
#previousEntry:hover {	background:url(images/previous_hover.jpg);	}

#nextEntry {	background:url(images/next.jpg); width:102px; height:23px; float:left;}
#nextEntry:hover {	background:url(images/next_hover.jpg); }
