/*
Theme Name: Fatos Ustek
Theme URI: http://www.fatosustek.com
Description: Bespoke theme for fatosustek.com
Version: 1.0
Author: Alistair McDonald
Author URI: http://www.alistairmcdonald.com
*/

/* GENERAL */
body {
	padding: 0px;
	margin: 0px;
	background-color: #e9e9e9
}

img {
	border: 0px;	
}

.float_left {
	width: 224px;
	padding: 30px 0px 0px 0px;
	float: left;	
}

.float_right {
	width: 468px;
	padding: 20px 10px 0px 0px;
	float: right;	
}

span.light {
	color: #999;	
}

/* TYPOGRAPHY */
h1 {
	color:#333333;
	font-family:Arial,sans-serif;
}

h2 {
	color: #333333;
	font-size:16px;
	margin:5px 0px 5px 10px;
	font-family:Arial,sans-serif;
}

h2 a, visited {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
}

h2 a:hover {
	border: none;
	border-bottom: 1px solid #000000;
}

h3 {
	font-size: 14px;
	color:#333333;
	font-family:Arial,sans-serif;
}

h4 {
	color:#333333;
	font-size: 12px;
	margin:0px 0px 10px 10px;
	padding: 0px 0px 0px 5px;
	font-weight: normal;
	font-style: italic;
	line-height:1.6em;
	border-left: 1px dotted #000;
	font-family:Arial,sans-serif;
}

h4 a, visited {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
}

h4 a:hover {
	border: none;
	border-bottom: 1px solid #000000;
}

h5 {
	color:#333333;
	font-size: 10px;
	font-weight: normal;
	margin:0px 0px 15px 0px;
	padding: 0px 10px 0px 10px;
	line-height:1.6em;
	font-family:Arial,sans-serif;
}

h6 {
		color:#333333;
		font-family:Arial,sans-serif;
}

p {
	color:#333333;
	font-size: 12px;
	margin:0px 0px 15px 0px;
	padding: 0px 10px 0px 10px;
	line-height:1.6em;
	font-family:Arial,sans-serif;
}

p a, visited {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
}

p a:hover {
	border: none;
	border-bottom: 1px solid #000000;
}

p.cat_head {
	margin: 5px 0px 5px 0px;
	text-align: center;	
	text-transform: uppercase;
}

p.front_alt {
	margin: 5px 0px 5px 0px;
	text-align: center;	
}

a.front_excerpt {
	text-align: center;	
}

/* IMAGE FORMATTING FOR WP */
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* NAV */
.navcontainer {
	float: left;
	width: 712px;	
}

.navlist {
	margin: 0px;
	padding: 15px 0px 15px 0px;
}

.navlist li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	border-right: 1px dotted gray;
	font-size: 12px;
	font-family: Arial,sans-serif;
}

.navlist li a {
	color: #000000;
	text-decoration: none;
}

.navlist li a:hover {
	border-bottom: 1px solid gray;
}

/* SMALL NAV */
.small_nav {
	float: right;
	text-align: right;
	width: 224px;
}

.small_nav .navlist li {
	border-right: none;
	border-left: 1px dotted gray;
}

/* LAYOUT */
#wrapper {
	width: 976px;
	margin: 0px auto 0px auto;
	padding: 0px
}

#header{
   float: left;
   width: 100%;
   margin-bottom: 20px;
}


.left_header {
	float: left;
	width: 224px;
	padding: 10px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
}

.right_header{
	text-align: right;
	padding: 10px 0px 0px 0px;
	float: right;
	width: 244px;
}

#nav{
   float: left;
   width: 100%;
   margin: 0px 0px 10px 0px;
   border-bottom: 1px #ccc solid;
   background-color: #fff
}

.left{
   float: left;
   width: 732px;
}

.right{
   float: right;
   width: 244px;
}

#footer{
   float: left;
   width: 100%;
   margin-top: 10px;
   padding: 0px 0px 10px 0px;
   border-top: 1px #ccc solid;
   background-color: #ffffff
}

/* FRONT LOOP */
.front_title {
	float: left;
	width: 712px;
	margin-bottom: 10px;
	border-bottom: 1px #ccc solid;
	background-color: #ffffff
}

.narrow_title {
	width: 244px;
}

.front_post {
	float: left;
	width: 224px;
	margin: 0px 20px 10px 0px;
	border-top: 1px solid #cccccc;
	background-color: #fff
}

.news_post {
	height: auto;
}

.wide_post {
	width: 244px;	
	padding: 10px 0px 5px 0px;
}

/* OVERLAY */
.thumbnail {
	position: relative;
	width: 224px;
	height: 150px;
	z-index: 0;
}

.thumbnail .overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 10;
}

/* CAT LAYOUT */
.cat_post {
	float: left;
	width: 712px;
	margin: 0px 20px 10px 0px;
	border-top: 1px solid #cccccc;
	background-color: #fff
}

/* TOOLS */
.tools ul {
	list-style: none;	
	padding-left: 10px;
	color:#333333;
	font-size: 12px;
	font-family:Arial,sans-serif;
}

.left_header .tools ul {
	margin: 0px;
}

.tools li {
	padding: 0px 0px 2px 0px;	
}

.tools ul a, visited {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
}

.tools ul a:hover {
	border: none;
	border-bottom: 1px solid #000000;
}

/* TAG BAR */


.wp-tag-cloud li {
	list-style: none;	
	padding: 0px 0px 2px 0px;
	color:#333333;
	font-size: 12px;
	font-family:Arial,sans-serif;
}

.wp-tag-cloud  li a, visited {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
}

.wp-tag-cloud li a:hover {
	border: none;
	border-bottom: 1px solid #000000;
}
