/*
Theme Name: theiPhoner.net
Theme URI: http://theiphoner.net/
Description: Arabic WordPress theme built for  <a href="http://theiphoner.net/">the iPhoner</a> site.
Version: 1.0
Author: theiphoner.net
Author URI: http://theiphoner.net/
Tags: fixed width, three columns, widgets, gray, white, phone

	Send Cell
	http://theiphoner.net/
	This theme was built For the iPhoner Site
*/

* {
margin: 0;
padding: 0;
outline: 0;
}

body{
font-family: Tahoma, sans-serif;
font-size: 62.5%;
background-color: #F2F2F2;
color: #333;
}

#wrap{
font-size: 13px;
}

/*-------------------- Main Layout-------------------------*/
.container{
width: 980px;
margin: 0 auto;
text-align: right;
overflow: hidden;
position: relative;
}

#header{
height: 155px;
padding-top: 1px;
background: #333 url(images/headbg.png) repeat-x top;/* to move */
text-align: center;
}
#header .container{
margin-top: 17px;
background: url(images/logo.png) no-repeat right top;/* move */
}

h1#logo{
float: right;
width: 390px;
height: 107px;
padding: 0;
}
#logo a{
display: block;
width: 300px;
line-height: 107px;
height: 107px;
text-indent: -9999px;
overflow: hidden;
background: url(images/logo.png) no-repeat 0 107px; /* move */
margin :0 90px 0 0;
}
#logo a:hover{
background: url(images/logo_h.png) no-repeat 0 0px; /* move */
}

#mainnav{
width: 530px;
float: left;
}
.srch{
height: 30px;
float: left;
width: 230px;
margin-top: 20px;
margin-left: 20px;
background: url(images/srch.png) no-repeat 0 0px;/*move*/
}
#secondnav{
clear: both;
margin-top: 1px;
}



#main{
text-align: center;
overflow: hidden;
margin-top: 10px;
clear: both;
margin-bottom: 10px;
padding: 1px 0;
}

#content{
width: 590px;
float: right;
margin-left: 5px;
padding-top: 1px;
background:  url(images/conttop.png) no-repeat center top;/*move*/
}
#sidebar{
width: 380px;
float: right;
padding-top: 10px;
background: url(images/sidetop.png) no-repeat center top;
}

#footer{
position: relative;
overflow: auto;
clear: both;
background: #d4d4d4 url(images/footbottom.png) repeat-x bottom;
text-align: center;
margin-top: 20px;
padding-bottom: 5px;
}
/*------------ Search Form --------------*/
.srch #s{
margin-right: 85px;
margin-top: 7px;
width: 110px;
height: 23px;
border-width: 0;
background: transparent;
}
.srch #go{
width: 13px;
height: 13px;
margin: 7px 0;
padding: 2px 0;
vertical-align: top;
}

/* ------------------ Reset Basic elements ----------------*/
a:link, a:visited{
text-decoration: none;
color: #0088CC;
}

a:hover, a:active{
color: #CC0E00;
color: #9900CC;
}

ol, ul {
list-style: none;

}

.entry ol li{
list-style-type: decimal;
margin-bottom: 5px;
}

.entry ul li{
list-style-type: square;
margin-bottom: 5px;
}

.entry ol, .entry ul{
padding-right: 10px;
margin: 10px 10px 10px 0;
}

p{
padding: 5px;
margin-bottom: 10px;
line-height: 2;
}


h1, h2, h3{
font-family: Arial, "Times New Roman";
}
h1{
font-size: 40px; 
padding: 10px 2px;
font-weight: bold;
line-height: 50px;
}
h2{
font-size: 28px; 
padding: 5px 2px;
font-weight: bold;
line-height: 40px;
}
h3{
font-size: 22px; 
padding: 5px 2px;
font-weight: normal;
line-height: 30px;
}
h4{
font-size: 18px; 
padding: 5px 5px;
font-weight: normal;
line-height: 26px;
}
h5{
font-size: 16px; 
padding: 3px 10px 3px 3px;
font-weight: normal;
line-height: 26px;
}

h6{
font-size: 13px; 
padding: 3px 10px 3px 3px;
font-weight: bold;
line-height: 26px;
}

blockquote, .blockquote{
margin: 10px;
padding: 5px 10px 5px 5px;


border: 1px dashed #ccc;
border-right: 5px solid #ccc;
background-color: #EEE;
}

code {
font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr{
font-size: 0.9em;
cursor: help;
border-bottom: 1px dashed #ddd;
}

.center {
text-align: center;
}
.none {
display: none;
}
.clear{
clear: both;
}

/* --------------- images & Float  ---------------------- */
a img{
border: none;
}

p img {
padding: 0;
max-width: 100%;
}

img.aligncenter{
display:block;
margin-left:auto;
margin-right:auto;
}
img.alignright{
display:inline;
padding: 5px;
margin:0 0 5px 7px;
}

img.alignleft {
display: inline;
padding: 4px;
margin: 0 7px 2px 0;
}


/* align */
.alignright {
float: right;
}

.alignleft {
float: left;
}

/* --------------------- Navigation Bars ---------------- */
#mainnav{

}

.nav{
overflow: auto;
}

* html .nav{
height: 32px;
}

.nav li{
float: left;
line-height: 30px;
}
.nav ul{
display: none;
}
.nav li a{
display: inline-block;
padding: 0 10px;
}

#mainnav li a{
color: #999;
}
#mainnav li.current-cat a{

}
#mainnav li a:hover{
color: #eee;
}

#secondnav li{
background: url(images/snav_l.png) no-repeat top left;
}
#secondnav li a{
background: url(images/snav_r.png) no-repeat top right;
padding: 0 15px;
color: #eee;
}
#secondnav li.current_page_item a{
color: #999;
}
#secondnav li a:hover{
color: #999;
}
.navpages{
border-top: 1px solid #ddd;
}
.navpages li{
float: right;
}
/*----------------------SideBar -------------------- */
.sidebar{
padding: 15px;
background: url(images/sidebg.png) repeat-y center top;
overflow: hidden;
}

.sidebottom{
background: url(images/sidebottom.png) no-repeat center top;
}
.sidebottom{
clear: both;
height: 10px;
}
.insidea{
display: inline;
float: right;
width: 170px;
margin-left: 10px;
}
.insideb{
display: inline;
float: right;
width: 170px;
}

.sblock{
margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 2px;
background: #fff url(images/sblockbottom.gif) no-repeat bottom center;
}
.large{
background: #fff url(images/sblock_large_bottom.gif) no-repeat bottom center;
}
.sblock .ul{
border: 1px solid #ddd;
border-width: 0 1px;
margin-bottom: 8px;
padding: 5px 5px 5px 10px;
overflow: auto;
}
.ads .ul{
padding-right: 8px;
padding-left: 2px;
padding-top: 10px;
}
.ads img{
padding: 0px;
margin: 0 0 5px 4px;
}

.sblock li{
line-height: 20px;
padding-right: 20px;
background: url(images/arw.gif) no-repeat right top;
}

.sblock h3{
font-size: 18px;
line-height: 25px;
padding:0 25px 0 0;
margin: 0;
background: #eee url(images/side_title.gif) no-repeat top left;
color: #666;
cursor: pointer;
}
.large h3{
background: #eee url(images/side_large_title.gif) no-repeat top left;
}

.sblock h3.close{
background-position: top right;
}
/*--------------- Content -------------------------*/

.content{
padding: 10px;
margin-top: 9px;
background: url(images/contbg.png) repeat-y center top;/*move*/
}
.contbottom{
clear: both;
height: 8px;
padding: 2px 0;
background: url(images/contbottom.png) no-repeat center top;/*move*/
}
* html #content{
background: transparent;
}
* html .content{
margin-top: 5px;
background: #FFF;
border: 1px solid #ddd;
}
* html .contbottom{
display: none;
}
/* --------------------- Post ---------------------*/
.post{
clear: both;
overflow: hidden;
margin: 10px 0;
padding: 5px;
}

.post .infos{
height: 27px;
line-height: 25px;
padding: 0;
background: url(images/info.gif) no-repeat top;
}
.infos span{
display: inline-block;
}
.infos .coms{
width: 50px;
margin-right: 60px;
text-align: center;
}
.infos .cats{
width: 300px;
margin-right: 70px;
}
.entry h2, .entry h3{
border-bottom: 1px solid #ddd;
}
.entry h3.hr{
background: url(images/hr.gif) no-repeat top;
border-width: 0;
font-size: 20px;
padding:  0 10px;
}
.post h2.title{
padding-right: 10px;
}

.post h2.title a:hover{
color: #333;
}

.entry{
padding: 10px;
}
.entry em{
background-color: #eee;
}
.navigation{
margin-right: 10px;
}
/*---------------comments ------------------------------*/
#combox{
margin-top: 10px;
padding: 10px;
}
#combox li{
margin-bottom: 10px;
}

#combox input, #combox textarea{
border:1px solid #ddd;
padding: 2px 5px;
}
.vcard{
background: url(images/hr.gif) no-repeat top;
padding: 2px 5px;
}
.commentmetadata{
background-color: #eee;
}
cite.fn{
font-style: normal;
font-size: 20px;
font-weight: bold;
font-family: Arial, serif;
}
#comment{
width: 60%;
}
img.avatar{
padding: 3px;
float: left;
border:1px solid #ddd;
}
/*--------------- Footer Blocks -------------------------*/
.footer{
overflow: auto;
padding: 20px 0 0;
background:  #d4d4d4  url(images/foottop.png) repeat-x top;
}
h1#footlogo{
height: 70px;
padding: 0;
clear: both;
}
#footlogo a{
display: block;
width: 200px;
line-height: 70px;
height: 70px;
text-indent: -9999px;
overflow: hidden;
background: url(images/footlogo.png) no-repeat right top;
}

.fblock{
width: 180px;
float: right;
margin-bottom: 20px;
margin-right: 10px;
}
.fblock a:link, .fblock a:visited{
color: #666;
}

.fblock a:hover, .fblock a:active{
color: #333;
}

#footer .footer p.clear{
padding: 1px 0 0;
margin: 20px 0 0;
}
.fblock li{
background: url(images/square.gif) no-repeat top right;
line-height: 20px;
padding-right: 20px;
color: #999;
}

