/*
Theme Name: Twitheme
Theme URI: http://izzataziz.com/
Description: Twitter like Wordpress Theme
Author: Izzat Aziz
Author URI: http://izzataziz.com
version: 1.0
*/


body {

font-family: 'Trebuchet MS',Geneva,Arial,Trebuchet,Verdana,Helvetica,sans-serif;
font-size: 12px;
margin: 0;
color: #999999;
background-color: #eee;

/*Basic Thing
---------------------------------------*/

}

code { font-family: Consolas, "Andale Mono", Courier, "Courier New"; line-height: 1em; background: #eee; }

pre { font-family: Consolas, "Andale Mono", Courier, "Courier New"; background: #eee; border: 1px solid #ddd; overflow: auto; clear: both; }

p.center { text-align: center !important; }

p.bottom { margin: 0 !important; }

.remove_bottom_margin { margin-bottom: 0 !important; }

a {

color: #999999;
text-decoration: none;

}

.entry a {

color: #999999;
text-decoration: underline;

}

a:hover{

color: #fa4a4a;

}


strong {

color: #fa4a4a;
font-weight: bolder;

}

.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#161616; color:#0fb2fc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

ul {margin:0;padding:0;}
ul li {	margin-left:5px;padding:0;}
li {list-style-type:none;}
.disc {list-style-type:disc}
/* lists inside posts */
.entry ul ol {margin-left:0;}
.entry ul li {margin-left:10px; list-style:disc; list-style-position:inside}
.entry ul li ol {margin-left:10px;}
.entry ol li {margin-left:5px; list-style: decimal; list-style-position:inside}
.entry ol li li {margin-left:5px;}

h1, h2, h3 {
margin : 0;
font-size : 13px;
color : #bbb;
text-transform : uppercase;
font-weight : bold;
letter-spacing : 0.035em;
}

h1 a {
color : #333;
}

h2.entry-title {font-size:180%;}
h2#comments{margin:20px auto 10px;font-size:140%;}
/* headings inside posts */
.entry h3 {font-size:140%;}
.entry h4 {font-size:120%;}
.entry h5 {font-size:100%;}
.entry h6 {font-size:90%;}

/*Captions
---------------------------------------*/
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*Image
---------------------------------------*/
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/*Search Box
---------------------------------------*/
#search_form input { margin: 10px 0 0 0; }
#search_form input { 
  padding: 4px 2px; 
  width: 132px;
  border: 2px solid #acacac;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #f4f4f4;
  color: #888;
  }
#search_form input:focus { background: #fff; }
#search_form input#searchsubmit { padding: 2px 10px; }


/*Page Navigation
---------------------------------------*/
#page-navi {

padding: 10px;
margin: 10px 20px;

}

#page-navi a{


color: #999999;
border: 1px solid #dddddd;
background-color: #eeeeee;

}

#page-navi a:hover{

text-decoration: none;
color: #999999;
border: 1px solid #dddddd;
background-color: #fff;

}

/*Header
---------------------------------------*/

#header {

width: 100%;
margin-bottom: 10px;

}

#header a{

border: 0px solid #333;

}

#header a:hover{

border: 0px solid #333;

}

#header img{

border: 0px solid #333;

}


#menu {
height : 40px;
width : 100%;
text-transform : uppercase;
padding: 15px;
margin-bottom: 10px;
}

#menu ul {
margin : 10px 0 0 0;
padding : 0;
}
#menu li {
margin : 0;
padding : 0;
float : left;
list-style : none;
color : #000;
letter-spacing : 0.05em;
}
#menu a {
margin : 0 20px 0 0;
padding : 0;
font-size : 11px;
line-height : 14px;
color : #000;
font-weight : bold;
}
#menu li a:hover {
color : #ff0055;
}
#menu li a.active, #menu li a.active:hover {
color : #ff0055;
}

/*Main Body
---------------------------------------*/

#wrapper {

margin: 30px auto;
width: 850px;
background-color: #ffffff;

}

#main {

width: 850px;

}

#wrap {

margin: 40px;
float: left;
width: 540px;

}

.top {

float:left;
height:40px;
margin:0;
width:850px;
}

#top-left {
background-image:url(images/top-left.gif);
float:left;
height:40px;
width:40px;
}

#top-right
{
	background-image:url(images/top-right.gif);
	background-possition: top right;
	background-repeat: no-repeat;
	
	float:right;
	#height:40px;
	#width:40px;
	
	height: 70px;
	width: 220px;
}


#top-right #nickVassilevLogo
{
	width: 210px;
	height: 60px;
	margin: 10px 10px 0px 0px;
	border: 0px;
}

#bot-left {
background-image:url(images/bot-left.gif);
float:left;
height:40px;
width:40px;
}

#bot-right {
background-image:url(images/bot-right.gif);
float:right;
height:40px;
width:40px;
}


/*Post
---------------------------------------*/


div.hoverme, div.off {
padding: 5px;

background-color: #fff;
}
div.hoverme:hover, div.on {
padding: 5px;
background-color: #ededed;
}

.entry {

font-size: 12px;

}

.widget {
margin-right: 5px;
}

/*Sidebar
---------------------------------------*/

#sidebar {

width: 200px;
float: left;
}

.widget ul {

}
.widget ul li {	

margin-bottom: 5px;
margin-left: 0;
padding-bottom: 5px;

}

.widget ul li a{	
display: block;
border-bottom: 1px dashed #ddd;

}

.widget ul li a:hover{	

border-bottom: 1px solid #ddd;

}

.widgettitle {

font-size: 18px;
margin-bottom: 10px;
color: #000000;

}

/*Comment
---------------------------------------*/

#commentform textarea {
background : #f8f7f6;
border : 1px solid #d6d3d3;
width : 460px;
}
#commentform textarea:hover {
background : #ffffff;
border : 1px solid #d6d3d3;
}
#commentform textarea:focus {
background : #ffffff;
border : 1px solid #939793;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size : 1.1em;
background : #ffffff;
border : 1px solid #939793;
width : 280px;
}
#commentform input {
margin-bottom : 3px;
}
.com-list {}
.com-list h3 { font-size: 18px; line-height: 22px; font-weight: normal; padding-bottom: 10px;  border-bottom: solid 1px #ebeadd;}
.com-entry { margin-bottom: 5px; }
.com-entry-bot { }

.com-con { width: 80%; padding: 10px 20px 10px 20px; font-size: 11px; line-height: 16px; color:#666; border: solid 1px #e7e5dd; position: relative;margin-right: 10px;margin-top: 15px;}
.com-name { }
.com-avt { position: absolute; top: 10px; right: 20px; width: 30px; height: 30px; }
* html .com-avt { right: 40px;}
.com-avt img { border: 1px solid #ccc;}
.com-date { font-size: 10px; color: #999; margin-bottom: 10px; }
.com-text { width:200px; }
.com-date a, .com-date a:visited, .com-date a:hover { color: #999; text-decoration: underline; }

/*Footer
---------------------------------------*/

#footer {

clear:both;
width: 850px;
padding: 10px;

}

#twitter_div {
	background-image: url('images/twitterTOP.gif');
	background-repeat: no-repeat;
	border-bottom-style: no-solid;
	border-bottom-width: 1px;
	border-bottom-color: #5AA5BC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-top: 10px;
	padding-top: 40px;
	padding-right: 5px;
	padding-left: 0px;
}
 
#twitter_div ul li {
	color: #0C93BA;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #A1E8F7;
}
 
#twitter_div ul li a {
	text-decoration: none;
	color: #DDA84E;
}
 
#twitter_div ul li a:hover {
	text-decoration: none;
	color: #D78E42;
}
 
#twitter_div p {
	text-align: right;
	padding-right: 6px;
	padding-bottom: 10px;
}






