/*
Theme Name: Landsharkz
Theme URI: http://inchoo.net
Description: Default landsharkz theme.
Version: 1.0
Author: Branko Ajzele, Inchoo.net
*/


/* CUSTOM: Please write down the css rues for override of Magento rules */

/* to override the styling of content area elements please use .entry class as reference */
.entry table {  
	border-collapse: separate;	
}

.entry hr {
	width:98%;
	height:20px!important;
	padding:20px!important;
	border:none;
	background-image:url('http://landsharkz.ca/sharkz/wp-content/themes/landsharkz/images/line-of-sharkz.gif');
	background-repeat:no-repeat;
	color: #FFFFFF;
	/*background-color:#FFFFFF;*/
	margin-top:15px!important;
	margin-bottom:15px!important;
	
	/* Added by Branko... You need this CSS rule on WP side */
	visibility:visible!important;
}


/* Basic text formatting - used throughout*/

h2 {
	color:#800000;
	text-align: left;
}

.para-heading {
	color:#800000;
	font-weight:bold;
}

h3 {
	color:#800000;
	font-weight:bold;
	text-align: center;
}

.left {
	float:left;
	clear:none;
	padding:20px;
}

.right {
	float:right;
	clear:none;
	padding:20px;
}

ul.sub-list {margin: 5px 20px 5px 40px;} 

a:link		{color:#375A7E}
a:visited	{color:purple}
a:hover		{color:#800000}
a:active	{color:#300000}


.entry p {padding: 15px 0px 0px 0px;}




/********************************************************
*  The following are for adding a right column where    *
*  I want to control the content of the box. This is    *
*  used on the west coast page.                         *
********************************************************/

.pad  {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:8px;
	padding-right:8px;
}

.left-side {
	position:relative;
	float:top;
	float:left;
	width:72%;
}

.right-side {
	position:relative;
	float:top;
	float:right;
	width:180px;
	margin-left:20px;
}

.blue-box {
	width:100%;
	background-color:#D5E1EF;
	font-size:0.9em;
	color:#000000;
}

.blue-header {
	width:100%;
	background-color:#375A7E;
	background:#375A7E url(http://landsharkz.ca/skin/frontend/default/landsharkz/images/bg_mini_box_header.gif) left top no-repeat;
	margin-bottom:15px;
	position:relative;
	top:5px;
	color:#FFFFFF;
	text-align:Left;
	font-size:1.1em;
}

/* */
.TweetThis{clear:both; margin-top:20px; margin-bottom:10px;}

#TB_closeWindow{visibility:hidden;}
#TB_caption span{display:block;}
#TB_secondLine{text-align:center;}
#TB_prev{float:left;margin-left:20px;}
#TB_next{float:right;margin-right:27px;}

.searchResults { text-align:left; }
.searchResults h3 { text-align:left; }
.searchResults h3 a { text-decoration:none; }