﻿/*
	Theme Name: iPad-Mag.ru
	Theme URI: http://ipad-mag.ru
	Author: Yelkin Daniel
	Tags: apple, ipad, iphone, ipod-touch, 
*/

body{
	font-family:'Lucida Grande',Verdana, Arial,Sans-Serif;
	margin: 0px;
	color:#444444;
	font-size:12px;
	line-height: 20px;
	text-align: center;
	background-color: #fff;
	background-position: top center;
	background-repeat: no-repeat;
}

body p{
	margin-top: 10px;
	margin-bottom: 10px
}

a{
	color: #000; 
}

blockquote{
	background-color: #FFFFFF;
	border: 0px;
	padding: 10px;
}

/*
----------------------------------------------------------------

	#############################################
	################## HEADER ###################
	#############################################

	You can edit the style of the header in this section
*/

#Header{
	margin: auto;
	width: 1004px;
	height: 155px;
	background-repeat: no-repeat;
	background-position: top right;
}

#Header h1{
	float: left;
	height: 170px;
	width: 650px;
	margin: 0px;
	text-indent: -9999px;
	background-image: url("images/ipad-mag.png");
	background-repeat: no-repeat;
}

#Header #Search{
	float: right;
	width: 260px;
	height: 38px;
	margin-right: 50px;
	padding-left: 40px;
	background-image: url("images/Search-Background.png");
	background-repeat: no-repeat;
}

#Header #Search input{
	float: left;
	color: #808080;
}

#Header #Search input.Searchbar{
	background-image: url("images/SearchbarMiddle.png");
	background-repeat: repeat-x;
	border: 0px;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	height: 21px;
	width: 170px;
}

#Header #Search div.Searchleft {
	float: left;
	background: transparent url("images/SearchbarLeft.png") no-repeat;
	height: 26px;
	width: 27px;
}

#Header #Search div.Searchright {
	float: left;
	background: transparent url("images/SearchbarRight.png") no-repeat;
	height: 26px;
	width: 13px;
}

#ContentWrapper{
	margin: auto;
	width: 1004px;
	text-align: left;
	padding-bottom:20px;
}

/*
	#############################################
	################ END HEADER #################
	#############################################

----------------------------------------------------------------

	#############################################
	################## CONTENT ##################
	#############################################

	You can style the blog Content in this section
*/

#ContentWrapper #Content{
	color: #000;
	float: left;
	width: 670px;
	height: 100%;
	border: 0px;
	text-align: left; 
}

#ContentWrapper #Content #Top{
	float:left;
	width: 670px;
	height: 20px;
	background-repeat: no-repeat;

}

#ContentWrapper #Content #Body{
	float:left;
	width: 670px;
	background-repeat: repeat-y;

	
}

h2.title{
	color: #FFFFFF;
	font-size: 1.3em;
	padding-left: 35px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#ContentWrapper #Content #Bottom{
	float:left;
	width: 670px;
	height: 20px;
	background-repeat: no-repeat;
	display: block;
}

/*
		#############################################
		################ BLOG POSTS #################
		#############################################
	
		You can style the blog Posts in this section
		(..also includes Post-Date styling used on Page as well)
*/

		div .Body-Post{
			float: left;
			text-align: top left;
			width: 640px;
			margin-left: 15px;
			margin-right: 15px;
		}
		
		div .Body-Post-Top{
			float:left;
			width: 650px;
			height: 55px;
			text-align: top;
			line-height: 20px;
			background-image: url("images/Post-Top.jpg");
			background-repeat: no-repeat;
		}
		
		h2.PostTitle{
			color:#444444;
			font-size: 1.5em;
			float: left;
			padding-top: 18px;
			padding-left: 20px;
			padding-right: 20px;
			padding-bottom: 10px;
			margin: 0px;
		}
		
		div .Body-Post-Top a{
			color:#444444;
			text-decoration: none;
			font-weight: bold;
		}
		
		div .Body-Post-Top a:hover{
			text-decoration: underline;
		}
		
		div .Body-Post-Date{
			float: right;
			height: 39px;
			width: 38px;
			margin-top: 9px;
			margin-right: 27px;
			background-image: url("images/Date.png");
			background-repeat: no-repeat;
		}
		
		div .Body-Post-Date p{
			font-weight: bolder;
			text-align: center;
			text-transform: uppercase;
			margin: 0px;
		}
		
		div .Body-Post-Date p.Month{
			height: 9px;
			line-height: 5px;	
			color: #FFFFFF;
			font-size: 0.7em;
			padding-top: 5px;
		}
		
		div .Body-Post-Date p.Date{
			color: #000000;
			font-size: 1.4em;
			height: 25px;
		}
		
		div .Body-Post-Body{
			float:left;
			width: 600px;
			padding-left: 20px;
			padding-right: 20px;
			padding-top: 10px;
			background-image: url("images/Post-Body.jpg");
			background-repeat: repeat-y;
		}
		div .Body-Post-Body p{
			margin-top: 0px;
			margin-bottom: 20px;
		}
		
		div .Body-Post-Body a{
			font-weight: bold;
		}
		
		div .Body-Post-Body a:hover{
			font-weight: bold;
			text-decoration: none;
		}
		
		
		div .Post-details{
			color: #444444;
			padding-top: 5px;
			font-weight: bold;	
			border-top: 0px;
		}

		
		div .Post-details a{
			color: #444444;
			text-decoration: none;
		}
		
		div .Post-details a:hover{
			text-decoration: underline;
			font-weight: bold;
		}
		
		div .Body-Post-Bottom{
			float:left;
			width: 640px;
			height: 24px;
			background-image: url("images/Post-Bottom.jpg");
			background-repeat: no-repeat;
		}

/*
		#############################################
		############## END BLOG POSTS ###############
		#############################################

----------------------------------------------------------------

		#############################################
		########### BLOG POST SINGLE PAGE ###########
		#############################################
	
		You can style the single Blog Post Pages in this section
*/

		#ContentWrapper #Content #Body #Page{
			float: left;
			text-align: top left;
			width: 640px;
			margin-left: 15px;
			margin-right: 15px;
			color: #000;
		}
		
		div .Page-Top{
			float:left;
			width: 640px;
			height: 46px;
			padding-top: 9px;
			background-image: url("images/PostPage-Top.jpg");
			background-repeat: no-repeat;
		}
		
		div .Page-Body{
			float:left;
			width: 600px;
			padding-left: 20px;
			padding-right: 20px;
			background-image: url("images/Post-Body.jpg");
			background-repeat: repeat-y;
		}
		
		div .Page-Body img{
			border: 0px;
			margin: 15px;
			margin: 15px;
		}
		
		div .Page-Bottom{
			float:left;
			width: 640px;
			height: 24px;
			background-image: url("images/Post-Bottom.jpg");
			background-repeat: no-repeat;
		}

/*

		#############################################
		######### END BLOG POST SINGLE PAGE #########
		#############################################
		
----------------------------------------------------------------		
		
		#############################################
		################# SIDEBAR ###################
		#############################################

		Stylize your blogs sidebar from here
*/

		#ContentWrapper #Sidebar{
			float: left;
			text-align: left;
			width: 250px;
			height: 100%;
			padding-left: 10px;
		}		
		
		div .Sidebar-Top{
			float:left;
			width: 250px;
			height: 20px;
			background-repeat: no-repeat;
			display: block;
		}
		
		div .Sidebar-Body{
			float: left;
			width: 250px;

			background-repeat: repeat-y;
		}
		
		div .Sidebar-Body ul{
			margin: 0px;
			padding: 0px;
			list-style-type: none;
		}
		
		div .Sidebar-Body ul li{
			margin: 0px;
			padding-top: 2px;
			padding-bottom: 2px;
		}

		div .Sidebar-Body p.button{
			text-align: center;
			margin-bottom: 0px;
		}
		
		div .Sidebar-Body #Sponsors{
			float:left;
			width: 304px;
			margin-top: 5px;
			margin-left: 10px;
			margin-right: 10px;
		}
		
		div .Sidebar-Body #Sponsors ul{
			float:left;
			padding: 0px;
			margin: 0px;
		}
		
		div .Sidebar-Body #Sponsors ul li{
			float:left;
			width: 125px;
			height: 125px;
			margin-bottom: 18px;
			margin-left: 18px;
		}
		
		div .Sidebar-Bottom{
			float:left;
			width: 324px;
			height: 20px;
			background-repeat: no-repeat;
		}
		
		#ContentWrapper #Sidebar #Body #Sponsors{
			float:left;
			width: 304px;
			margin-top: 5px;
			margin-left: 10px;
			margin-right: 10px;
		}
		
		#ContentWrapper #Sidebar #Body #Sponsors ul{
			float:left;
			padding: 0px;
			margin: 0px;
		}
		
		#ContentWrapper #Sidebar #Body #Sponsors ul li{
			float:left;
			width: 125px;
			height: 125px;
			margin-bottom: 18px;
			margin-left: 18px;
		}

/*
	  		#############################################
			############## SIDEBAR POSTS ################
			#############################################

			This section allows you to stylize the posts on the sidebar 
			i.e. Author, Categories, Blogroll etc
*/

			div .Sidebar-Post{
				float: left;
				margin-left: 24px;
				margin-right: 25px;
			}
			
			div .Sidebar-Post-Top{
				height: 35px;
				width: 235px;
				line-height: 25px;
				padding-top: 10px;
				padding-left: 40px;
				font-size: 1.5em;
				background-image: url("images/Sidebar-Post-Top.png");
				background-repeat: no-repeat;
			}
			
			div .Sidebar-Post-Body{
				width: 225px;
				padding-left: 25px;
				padding-right: 25px;
				padding-top: 10px;
				padding-bottom: 10px;
				background-image: url("images/Sidebar-Post-Body.png");
				background-repeat: repeat-y;
			}
			
			div .Sidebar-Post-Body a{
				color: #444444;
				font-size: 1.2em;
				font-weight: bold;
				text-decoration: none;
			}
			
			div .Sidebar-Post-Body a:hover{

			}
			
			div .Sidebar-Post-Body textarea{
				width: 100%;
			}
			
			div .Sidebar-Post-Body ul li{
				line-height: 15px;
			}
			
			div .Sidebar-Post-Bottom{
				height: 30px;
				width: 275px;
				background-image: url("images/Sidebar-Post-Bottom.png");
				background-repeat: no-repeat;
			}

/*
			#############################################
			########### END SIDEBAR POSTS ###############
			#############################################

----------------------------------------------------------------

		#############################################
		############## END SIDEBAR ##################
		#############################################

----------------------------------------------------------------

	#############################################
	################ END CONTENT ################
	#############################################
	
----------------------------------------------------------------

	#############################################
	################### FOOTER ##################
	#############################################

	You can stylize your Footer in this section
*/

#Footer{
	float: left;
	height: 53px;
	width: 100%;
	color: #333333;
	font-size: 10px;
	text-align: right;
	line-height: 14px;
	padding-top: 10px;
	margin-top: 20px;
	background-image: url("images/Footer-Background.png");
	background-repeat: repeat-x;
}

#Footer p{
	margin-top: 15px;
	margin-bottom: 0px;
	padding-right: 15px;
}

#Footer a{
	text-decoration: none;
	color: #333333;
}

/*

	#############################################
	################# END FOOTER ################
	#############################################
	
----------------------------------------------------------------
	
	#############################################
	############# COMMENTS SECTION ##############
	#############################################
	
	You can style the Comments section on your blog below
*/

ol.commentlist{
	list-style-type: none;
	padding-left: 0px;
}
ol.commentlist li{
	padding-left: 30px;
}

#respond{
	border-top: 0px;
	padding-top: 10px;
}

/*
	#############################################
	########### END COMMENTS SECTION ############
	#############################################
*/

#main-nav{
	width:988px;
	list-style:none;
	margin:0 auto;
	margin-left: -24px;
	position:relative;
}
#main-nav li{float:left;}

a.block {
background:url(images/index.jpg) 0 0 no-repeat;
display:inline-block;
width:234px;
height:135px;
margin-left: 15px;
}
a.block:hover{
background-position:0 -135px;
}
a.block2 {
background:url(images/iphone-4.jpg) 0 0 no-repeat;
display:inline-block;
width:351px;
height:135px;
margin-left: 8px;
}
a.block3 {
background:url(images/ipad.jpg) 0 0 no-repeat;
display:inline-block;
width:351px;
height:135px;
margin-left: 8px;
}



a.hr {
background:url(menu/hr.png) 0 0 no-repeat;
display:block;
width:3px;
height:38px;
}
a.main {
background:url(menu/main.png) 0 0 no-repeat;
display:block;
width:45px;
height:38px;
}
a.main:hover{
background-position:0 -38px;
}
a.news {
background:url(menu/news.png) 0 0 no-repeat;
display:block;
width:84px;
height:38px;
}
a.news:hover{
background-position:0 -38px;
}
a.tablet {
background:url(menu/tablet.png) 0 0 no-repeat;
display:block;
width:154px;
height:38px;
}
a.tablet:hover{
background-position:0 -38px;
}
a.games {
background:url(menu/games.png) 0 0 no-repeat;
display:block;
width:75px;
height:38px;
}
a.games:hover{
background-position:0 -38px;
}
a.soft {
background:url(menu/soft.png) 0 0 no-repeat;
display:block;
width:113px;
height:38px;
}
a.soft:hover{
background-position:0 -38px;
}
a.acs {
background:url(menu/acs.png) 0 0 no-repeat;
display:block;
width:123px;
height:38px;
}
a.acs:hover{
background-position:0 -38px;
}

a.iphone {
background:url(menu/iphone.png) 0 0 no-repeat;
display:block;
width:142px;
height:38px;
}
a.iphone:hover{
background-position:0 -38px;
}
a.prokachka {
background:url(menu/prokachka.png) 0 0 no-repeat;
display:block;
width:94px;
height:38px;
}
a.prokachka:hover{
background-position:0 -38px;
}
a.ipad {
background:url(menu/ipad.png) 0 0 no-repeat;
display:block;
width:118px;
height:38px;
}
a.ipad:hover{
background-position:0 -38px;
}



a.img1 {
background:url(img/img1.jpg) 0 0 no-repeat;
display:inline-block;
width:70px;
height:71px;
}
a.img1:hover{
background-position:0 -71px;
}
a.img2 {
background:url(img/img2.jpg) 0 0 no-repeat;
display:inline-block;
width:70px;
height:71px;
}
a.img2:hover{
background-position:0 -71px;
}
a.img3 {
background:url(img/img3.jpg) 0 0 no-repeat;
display:inline-block;
width:70px;
height:71px;
}
a.img3:hover{
background-position:0 -71px;
}
a.img4 {
background:url(img/img4.jpg) 0 0 no-repeat;
display:inline-block;
width:70px;
height:71px;
}
a.img4:hover{
background-position:0 -71px;
}
a.img5 {
background:url(img/img5.jpg) 0 0 no-repeat;
display:inline-block;
width:70px;
height:71px;
}
a.img5:hover{
background-position:0 -71px;
}
a.img6 {
background:url(img/img6.jpg) 0 0 no-repeat;
display:inline-block;
width:70px;
height:71px;
}
a.img6:hover{
background-position:0 -71px;
}
a.img7 {
background:url(img/img7.jpg) 0 0 no-repeat;
display:inline-block;
width:70px;
height:71px;
}
a.img7:hover{
background-position:0 -71px;
}
a.img8 {
background:url(img/img8.jpg) 0 0 no-repeat;
display:inline-block;
width:70px;
height:71px;
}
a.img8:hover{
background-position:0 -71px;
}
a.img9 {
background:url(img/img9.jpg) 0 0 no-repeat;
display:inline-block;
width:70px;
height:71px;
}
a.img9:hover{
background-position:0 -71px;
}

a.how {
background:url(menu/how.png) 0 0 no-repeat;
display:inline-block;
width:218px;
height:50px;
}
a.how:hover{
background-position:0 -50px;
}

a.how2 {
background:url(menu/how2.png) 0 0 no-repeat;
display:inline-block;
width:218px;
height:50px;
}
a.how2:hover{
background-position:0 -50px;
}


a.soft1 {
background:url(img/soft1.jpg) 0 0 no-repeat;
display:inline-block;
width:70px;
height:71px;
}
a.soft1:hover{
background-position:0 -71px;
}
a.soft2 {
background:url(img/soft2.jpg) 0 0 no-repeat;
display:inline-block;
width:70px;
height:71px;
}
a.soft2:hover{
background-position:0 -71px;
}
a.soft3 {
background:url(img/soft3.jpg) 0 0 no-repeat;
display:inline-block;
width:70px;
height:71px;
}
a.soft3:hover{
background-position:0 -71px;
}

a.right-acs {
background:url(menu/right-acs.png) 0 0 no-repeat;
display:block;
width:218px;
height:52px;
}
a.right-acs:hover{
background-position:0 -52px;
}
a.right-preview {
background:url(menu/right-preview.png) 0 0 no-repeat;
display:block;
width:218px;
height:52px;
}
a.right-preview:hover{
background-position:0 -52px;
}
a.right-ipad {
background:url(menu/right-ipad.png) 0 0 no-repeat;
display:block;
width:218px;
height:52px;
}
a.right-ipad:hover{
background-position:0 -52px;
}
a.right-iphone {
background:url(menu/right-iphone.png) 0 0 no-repeat;
display:block;
width:218px;
height:52px;
}
a.right-iphone:hover{
background-position:0 -52px;
}
a.right-video {
background:url(menu/right-video.png) 0 0 no-repeat;
display:block;
width:218px;
height:52px;
}
a.right-video:hover{
background-position:0 -52px;
}
a.right-apps {
background:url(menu/right-apps.png) 0 0 no-repeat;
display:block;
width:218px;
height:52px;
}
a.right-apps:hover{
background-position:0 -52px;
}
a.right-dif {
background:url(menu/right-dif.png) 0 0 no-repeat;
display:block;
width:218px;
height:52px;
}
a.right-dif:hover{
background-position:0 -52px;
}
a.right-mail {
background:url(menu/right-mail.png) 0 0 no-repeat;
display:block;
width:218px;
height:52px;
}

a.adv_uslugi {
background:url(menu/adv_uslugi.png) 0 0 no-repeat;
display:block;
width:218px;
height:208px;
}
a.adv_uslugi:hover{
background-position:0 -208px;
}
