﻿/*   
Theme Name: Patterns International
Theme URI: http://patkphoto.com
Description: The theme for Patterns International
Author: Patrick Krabeepetcharat
Author URI: http://patkphoto.com
Version: 1.0.0
.
General comments/License Statement if any.
.
*/
body{
	background: url(images/background.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
}

a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #FF0000;
}

a img{
	border: none;
}

h1, h2, h3{
	display: inline;
}

h1{
	color: #FF0000;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 24px;
}

p{
	clear: both;
}

ul{
	margin: 0;
	padding: 0;
	list-style:none;
}

li{
	display:block;
}

.date{
	color: #999999;
	font-size: 9px;
	font-weight: bold;
}

.rss-link img{
    position: relative;
	top: 3px;
}

#header{
	height: 80px;
	background: #000000;
}

#header-container{
	margin: auto;
	width: 980px;
	height: 80px;
	background: #000000;
}

#header-logo{
	position: relative;
	top: 10px;
	left: 30px;
	width: 240px;
	height: 60px;
	
	background: url(images/header_logo.gif);
	background-position: top-left;
	background-repeat: no-repeat;
}

#header-menu{
	color: #CCCCCC;
	font-size: 12px;
	text-align: right;
}

#container{
	background: #FFFFFF;
	margin: auto;
	overflow: auto;
	width: 980px;
}

#main{
	float: left;
	padding: 20px 0 20px 20px;
	background: #FFFFFF;
	width: 700px;
	min-height: 200px;
}

#main-header{
	background: #000000;
	padding: 5px 0 0 10px;
	width: 690px;
	height: 35px;
}

#main-content{
	width: 660px;
	padding: 20px 30px 30px 10px;
}

#col-right{
	float: right;
	background: #FFFFFF;
	width: 240px;
	min-height: 200px;
	padding-top: 20px;
}

#the-patterns-collection{
	width: 220px;
	padding-right:20px;
	min-height: 50px;
	padding-top: 30px;
	margin-bottom: 30px;
	background: url(images/header-the_patterns_collection.gif);
	background-align: top-left;
	background-repeat: no-repeat;
}

#who-we-are{
	width: 200px;
	padding-right:20px;
	min-height: 150px;
	padding-top: 30px;
	margin-bottom: 30px;
	background: url(images/header-who_we_are.gif);
	background-align: top-left;
	background-repeat: no-repeat;
	font-size: 11px;
}

#visit-our-showroom{
	width: 220px;
	padding-right:20px;
	min-height: 150px;
	padding-top: 30px;
	margin-bottom: 30px;
	background: url(images/header-visit_our_showroom.gif);
	background-align: top-left;
	background-repeat: no-repeat;
	font-size: 11px;
}

#footer{
	clear: both;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 980px;
}


/*///////////////////  Navigation  //////////////////////*/
.alignleft{
	float: left;	
}

.alignright{
	float: right;
}


/*///////////////////  Comments  //////////////////////*/
div #comment{
	width: 600px;
}

.comment-body{
	width: 600px;
}

div .sociable ul li{
	display: inline;
}
/*///////////////////  Post  //////////////////////*/
div .post{
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 30px;
	clear: both;
}
