/*
Theme Name: newtica
Theme URI: http://isaa.me/
Description: New Wordpress theme for tica website
Version: 0.1
Author: Isa Ansharullah
Author URI: http://isaa.me/
*/
iframe{
  border: none;
}
@font-face {
      font-family: "Humanist";
      src: url(Humanist.ttf);
    }
body{
	color: #333333;
	font-style: normal;
	font-weight: normal;
	letter-spacing: -1px;
	font-family: Arial, Verdana, sans-serif, "Humanist 521 BT", Helvetica;
	font-size: 13px;
	background-repeat: repeat-x;
	background-image: url(images/bg.jpg);
	padding: 0px;
	margin: 0px;
}
#wrapper{
	margin-left: auto;
	margin-bottom: 100px;
	margin-right: auto;
        width: 810px;
        overflow: auto;
}
#container{
	background-repeat: no-repeat;
	margin-top: 15px;
	background-image: url(images/wrapper.png);
	padding: 10px; 
        min-height: 500px;
}
.floatleft{
	float: left;
}
#left{
	width: 220px;
}
#right{
	width: 550px;
	margin-top: 16px;
	margin-left: 5px;
}
#footer{
	width: 810px;
	height: 300px;
	color: #ccc;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#twitbox{
	background: url(images/twitter.png) no-repeat;
	height: 120px;
}
#tweet{
	color: white;
	padding: 20px;
}
#tweet a{
   color: yellow;
}
#fan{
	padding-right: 10px;
}
hr{
	border: solid #ccc 1px;
}
#share{
	margin-top: 30px;
	padding-left: 10px;
}
#share h4, #share h2{
	font-weight: normal;
	margin: 0px;
}
#menu{
	text-align: right;
}
#menu ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#menu li{
	display: inline;
	padding-left: 10px;
        margin-bottom: 5px;
	text-decoration: underline;
	margin-left: 0px;
         margin-top: 0px;
        margin-right: 0px;
	font-weight: normal;
        text-transform: uppercase;
        font-size: normal;
}
#post{
		letter-spacing: 0px;
		text-align: justify;
}
#clear{
	height: 110px;
	width: inherit;

}
a{
	text-decoration: none;
	color: gray;
}
a:hover{
	color: navy;
}
	
	
	
	
	
	
	
	
	
	
