/*
Theme Name: forgani
Theme URI: http://forgani.com/
Version: 2.0
Author:  Mohammad Forgani
*/


/*######################################################################################################
  ###### General styles ###############################################################################
  ####################################################################################################*/

* { 
margin: 0; 
padding: 0; 
}
body { 
background: #fff;
background: url(images/forgani.jpg) no-repeat 50px 500px;
font: 9pt "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
color: #000;
}


#container { 
width: 950px;
text-align: left;
margin: 0 auto 0 auto;
background: url(images/top.jpg) no-repeat 150px 0;
padding: 0;
}


/***************** Links ******************************************************/


a.feedlink-leftalign { background: url(images/feed-icon-12x12.png) no-repeat 0 50%; padding-left: 14px; }
a.feedlink-rightalign { background: url(images/feed-icon-12x12.png) no-repeat 100% 50%; padding-right: 14px; }
a.trackback-leftalign { background: url(images/trackback-icon-12x12.png) no-repeat 0 50%; padding-left: 14px; }



/*######################################################################################################
  ###### Content #######################################################################################
  ####################################################################################################*/

#contentwrap {
width: 720px;
float: right;
display:inline;
margin-left: 0;/* margin-top: same like #sidebar */
padding-left: 10px;
margin-top: 0px;
border-right: 1px dotted #cdcdcd;
}


/*######################################################################################################
  ###### Footer ########################################################################################
  ####################################################################################################*/

#footer {
clear: both;
padding: 10px 0 10px 0;
margin: 0 auto 0 auto;
width: 950px; height: 20px;
border-top: 1px solid #cccccc;
}

#footer p {
color: #555;
text-align: center;
font-size: 8pt;
}

#footer p a {
color: #222;
}

#footer p a:hover {
color: #8b4513;
}

/*######################################################################################################
  ###### Plugins #######################################################################################
  ####################################################################################################*/


h3.sec-title {
margin: 0;
text-transform: uppercase;
width:100%;
background:#fff url(images/sidetitle.png) top repeat-x;	
letter-spacing: 0.2em;
}

#header form.searchform {
position: absolute;
top: 0px; left: 700px;
}

#header {
margin: 0px;
}

#log {
margin-left: 15px;
}

body#home #header {
border-bottom: none;
}


/***************** Images *****************************************************/
/* align right, grey border */
a img { border:0; }
img.rb { border: 1px solid #aaa; float: right; margin: 0 0 5px 5px; padding: 4px; }
img {border: 0;}

/* hn */

h1, h2, h3, h4, h5, h6 { 
font-weight: normal; 
color: #000;
margin: 0px;
}
h1 { 
margin: 0;
font-size: 4em; 
font-weight: bold; 
text-transform: uppercase;
}
h1 a { 
color: #111;
}
h1 a:hover { 
background: none;
border-bottom: none;
color: #8b4513;
}
h2 { 
font-size: 1.1em; 
}
h3 { 
font-size: 12pt; 
}
h4 { 
font-size: 10pt; 
}
h5 { 
font-size: 8pt; 
}
h6 { 
font-size: 0.7em; 
}

/* misc */

abbr, acronym {
font-style: normal; 
border-bottom: 1px dotted #666; 
cursor: help;
}
