/*  
Theme Name: Ski Sports Theme
Theme URI: http://ophelianicholson.com/2008/04/20/free-wordpress-theme-ski/
Description: Ski sport wordpress theme - 2 column theme
*/

/* General */
body {
	margin: 0;
	font: 10pt verdana, arial, helvetica, sans-serif;
    direction:rtl;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

/* Page */

#page {
	margin: 0 auto;
	width: 800px;  /* width: 1004px; */
	border-color:  #004fcd !important ;    /* #004fcd; */
    border: solid 2px ; 
	
}

/* Header */

#header { /* header pic + horizontal menu */
	width: 800px;  /* width: 1004px; */
	height: 150px; /* height: 150px; */
	background: url("images/header.jpg") no-repeat;
	position: relative;
	/*  margin-bottom: 15px; */
}

	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 17px;
		left: 736px;
		width: 250px;
		height: 28px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 250px;
		height: 28px;
	}
	
	#header #header-search #s {
		width: 141px;
		height: 18px;
		border: 0;
		padding: 5px 6px;
		font: normal 12px "Trebuchet MS", Verdana;
		color: #000000;
		background: transparent;
		float: left;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 89px;
		height: 28px;
		padding: 0;
		float: right;
	}
	
	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		color: #ffffff;
		font: bold 28px "Trebuchet MS", Verdana;
		/* top: 25px;     top: 125px;
		left: 550px;  */
	}
	
	#header #header-info h1 {
		color: #ffffff;
		font: bold 50px "Trebuchet MS", Verdana;
	}
	
	#header #header-info h1 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ffffff;
		font: bold 17px "Trebuchet MS", Verdana;
	}
	
	#header-info {
		position: absolute;
		color: #ffffff;
		font: bold 38px "Trebuchet MS", Verdana;
		/* top: 25px;     top: 125px;
		left: 550px;  */
		padding-top: 30px;
		padding-right: 100px;
	}
	#header-description {
		color: #ffffff;
		font: bold 20px "Trebuchet MS", Verdana;
		padding-top: 80px;
		padding-right: 100px;
	}
	
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 160px; /* top: 387px; */
		padding: 0px 10px 0 0px;
		height: 30px;
		
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 30px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 30px;
		font: bold 12px/30px "Trebuchet MS", Verdana;
		color: #ffffff;
		background: url("images/header_menu_left.png") no-repeat;
		margin-left: 10px;
		letter-spacing: 0.2px;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		padding-right: 15px;
		margin-left: 15px;
		text-decoration: none;
		background: url("images/header_menu_right.png") no-repeat right top;
		display: block;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
		/* Header - Menu - Feed */
		
		#header #header-menu ul li.header-menu-feed {
			height: 30px;
			background: none;
		}
		
		#header #header-menu ul li.header-menu-feed a {
			padding-right: 0;
			margin-left: 0;
			background: none;
		}
		
		/* Header - Menu - Submenu */
		
		#header #header-menu ul li ul {
			display: none;
		}


/* Main */

#main {
	width: 800px;  /* width: 1004px; */
}

	/* Main - Sidebar */
	
	#sidebar {
	/* mvoved left to solve adsense problem */
		/* float: right; */  
		float: left;
		width: 251px; /* width: 193px; */
		/*font: normal 11px/18px "Trebuchet MS", Verdana; */
		color: #000000;
		padding: 17px 10px 0 9px; /* top, right , bottom , left */
		margin-bottom: 10px;
	}
	
	#sidebar a {
		color: #004fad;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	#sidebar .sidebar-box {
		width: 251px; /* width: 193px; */
		margin-bottom: 15px;
	}
	
	#sidebar.sidebar-box  ul li  {
	   list-style-type: none ;
	   color: #ff0000;
	}
	
	#sidebar .sidebar-box-center {
		width: 251px; 
		margin-bottom: 15px;
		text-align: center ;
	}
	
	
	
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			font: bold 16px ; /* /33px "Trebuchet MS", Verdana; */
			color: #ffffff;
			/* padding-left: 14px; */
			width: 241px; /* width: 179px; */ 
			height: 33px;
			background: url("images/sidebar_title.png") no-repeat;
			text-indent: 10px;
			padding-top: 2px ;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 5px 0 0 0;
			padding: 0;
			list-style-type: none;
		}
		
		#sidebar ul li { /* ? */
			font: bold 12px ; /*"Trebuchet MS", Verdana; */
			color: #004fad;
			border-bottom: 1px solid #b8cee8;
			padding-right: 0px;
			margin-right: 0px;
			list-style-type: none ;
		}
		
		#sidebar ul li a {
			color: #004fad;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				margin: 0;
				padding: 0;
			}
			
			#sidebar ul li ul li {
				border-bottom: none;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 15px 0;
			width: 193px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 143px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			padding-top: 5px;
			width: 115px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 5px 5px 0 5px;
		}
	
	/* Main - Content */
	
	#content {
		float: right;
		width: 750px; 
		padding-top: 5px;
		padding-right: 20px; /* needed when content is on the right and sidebar on the left*/
	}
	
	/* Main - Content - Post */
	
	#content .post-center {
		text-align: center ;
	}
	
	#content .post {
		/* float: left; */
		/* margin-top: 35px; */
		/* margin-bottom: 15px; */
		/* padding-bottom: 15px; */
		width: 750px;
		/*  background: url("images/post.gif") repeat-y;  */
	}
	
	#content .post  h1 {
			color: #000066;
			font: bold 20px "Trebuchet MS", Verdana;
			padding: 0px ;
			margin-bottom: 10px;
            margin-top: 0px;
		}
		
		#content .post  h2 {
			color: #004fad;
			font: bold 20px "Trebuchet MS", Verdana;
			margin-bottom: 6px;
            margin-top: 10px;
		}
		#content .post h3 {
			color: #004fad;
			font: bold 14px "Trebuchet MS", Verdana;
			margin-bottom: 2px;
            margin-top: 10px;
		}
		
	#content .post ul { 
	list-style-position: inside;
	text-indent: -1em ; /* move first line to the right , so text will be aligned if it wraps */
	margin-right: 1em;  /* move everything to the left*/
	padding-right: 0;
	}

	#content .post ul li{ 
	margin-bottom: 2px;  
	}

	
		/* Post - Title */
		
		#content .post .post-title {
			background: url("images/post_title.gif") no-repeat;
			width:  704px; 
			height: 20px;
			color: #004fad;
			font: bold 11px "Trebuchet MS", Verdana;
			/* padding: 21px 23px 0 23px; */
			padding: 0px 0px 0px 0px ; /* top, right, bottom and left */
		}
		
		#content .post .post-title a {
			color: #004fad;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		
		
		/* Post - Entry */
		
		#content .post .post-bg { /* for bg on the sides*/
			width: 600px; /* width: 691px; */
			/* padding: 0px 20px 0px 20px;  */ /* top, right, bottom and left */
			/* margin: 0 0 10px 10px; */
			/* background: url("images/post_entry.gif") repeat-x;  */
			 background: url("images/post.gif") repeat-y; 
			/* float: left; */
			
		}
		
		#content .post .post-entry { /* for content */
			/*font: 14px "Trebuchet MS", Verdana; */
			color: #000000;
			width: 560px; /* width: 691px; */
			/* padding: 0px 20px 0px 20px;  */ /* top, right, bottom and left */
			padding: 0px 20px 0px 20px;
			/* margin: 0 0 10px 10px; */
			/* background: url("images/post_entry.gif") repeat-x;  */
			/* background: url("images/post.gif") repeat-y;  */
			/* float: left; */
			min-height: 35px;
		}
		
		/*
		#content .post .post-entry h1 {
			color: #004fad;
			font: bold 20px "Trebuchet MS", Verdana;
			padding: 0px ;
			margin-bottom: 5px;
            margin-top: 0px;
		}
		
		#content .post .post-entry h2 {
			color: #004fad;
			font: bold 16px "Trebuchet MS", Verdana;
			margin-bottom: 5px;
            margin-top: 8px;
		}
		#content .post .post-entry h3 {
			color: #004fad;
			font: bold 14px "Trebuchet MS", Verdana;
			margin-bottom: 4px;
            margin-top: 6px;
		}
		*/
		
		#content .post .post-entry a {
			color: #004fad;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 12px/20px "Trebuchet MS", Verdana;
			color: #004fad;
			float: right;
		}
		
		#content .post .post-entry .more-link a {
			color: #004fad;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			width: 600px; /* width: 230px; */
			height: 22px;
			clear: both;
			/*padding: 0 40px 0 480px; */
			/* padding: 21px 23px 0 23px;  */
			padding: 0px 0px 0px 0px ;
			
			background: url("images/post_info.gif") no-repeat;
			font: bold 11px/22px "Trebuchet MS", Verdana;
			color: #ffffff;
		}
		
		#content .post .post-info a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		
		/*
		#content .post h3 {
			color: #004fad;
			font: normal 17px "Trebuchet MS", Verdana;
			margin: 20px 0 10px 0;
		}
		*/
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #000000;
			width: 541px; /* width: 691px; */
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #004fad;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #f2f2f2;
		}
		
		#content .post .comments ol li cite {
			color: #004fad;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #004fad;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #004fad;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #000000;
			width: 470px; /* width: 670px; */
			margin: 0;
			padding-left: 21px;
		}
		
		#content .post #commentform a {
			color: #004fad;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 12px/25px "Trebuchet MS", Verdana;
		color: #004fad;
		width: 520px;  /* width: 720px;  */
		float: left;
		padding: 0 15px;
		margin-bottom: 15px;
	}
	
	#content .navigation a {
		color: #004fad;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}


/* Footer */

#footer {
	width: 800px;  
	height: 40px;
	color: #ffffff;
	/* font: normal 12px/36px "Trebuchet MS", Verdana; */
	text-align: center;
	background: #004fad;
	margin-top: 25px;
}

#footer a {
	color: #ffffff;
	text-decoration: none ; /* underline; */
}

#footer a:hover {
	text-decoration: underline;
}

/*

style="text-align: center;">

*/
