/*
Theme Name: Art Jewelry Forum
Description: A Wordpress theme for Art Jewelry Forum
Version: 1.0
Author: Art Jewelry Forum
*/

/*
	Dark Grey: #3F3F3F
	Light Grey: #8C8C8C
	Image border: #b3b3b3
	Red: #BD2025
*/

/* Reset styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* 
* Layout
*/

#header {
  position: relative;
  width: 825px;
  margin: 2em auto 2em auto;
}

#container {
  position: relative;
  width: 825px;
  margin: 0 auto;
  min-height: 600px;
}

#center {
	float: left;
	width: 825px;
}

#left-sidebar {
	width: 210px;
	float: left;
}

#right-sidebar {
	width: 210px;
	float: right;
}
.sidebar-left #center {
	width: 605px;
}
.sidebar-right #center {
	width: 605px;
}

.two-sidebars #center {
	width: 395px;
}

#footer {
  padding-top: 20px;
  text-align: center;
  margin-top: 3em;
  color: #8C8C8C;
  font-size: 0.75em;
}

/*
 * Generic Styles
 */

body {
  color: #3F3F3F;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px;
  font-size:100%;
  letter-spacing: 1.2px;
  line-height:1.125em; /* 16×1.125=18 */
}

p {
	font-size: 0.75em;
	margin-bottom: 0.5em;
}

li {
	font-size: 0.75em;
	/*text-align: justify;*/
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1em;
}

h1, h1.blog-title {
	font-size: 1.125em;
  text-transform: uppercase;
	font-weight: bold;
	color: #BD2025;
	margin-bottom: 1em;
	text-align: left;
}
h1.comments {
	margin-top: 2em;
}

#sidebar h4 {
	font-size: 0.875em;
	font-weight: bold;
	text-transform: uppercase;
}
 

h2 {
	font-size: 0.875em;
	color: #BD2025;
	font-weight: bold;
	text-align: left;
}

h3 {
	font-size: 0.875em;
	color: #3F3F3F;
	font-weight: bold;
	text-align: left;
}

h4 {
	font-size: 0.75em;
	color: #BD2025;
	font-weight: bold;
}

h5 {
	font-size: 0.75em;
	color: #3F3F3F;
	font-weight: bold;
}

h6 {
	font-size: 0.625em;
	color: #BD2025;
	font-weight: bold;
}

a, a:link, a:visited, .highlight {
  color: #BD2025;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #3F3F3F;
}

img {
	border: none;
}

/* 
 * Custom Styles
 */

.date-stamp {
	margin-bottom: 0;
	font-size: 0.625em;
}

.alignleft {
 	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}

#container .post {
	text-align: justify;
	padding-right: 2em;
	margin-bottom: 2em;
}

.share-links {
	text-transform: uppercase;
	font-size: 0.625em;
	margin-top: 1.5em;
}

.share-links a {
	color: #3F3F3F;
}

.share-links a:hover {
	text-decoration: underline;
}

#sidebar h4 {
	margin-bottom: 0.5em;
}

div.textwidget, form {
	margin: 0 0 1.5em 0;
}

div.textwidget {
	/*text-align: justify;*/
}

#sidebar ul {
	margin: 0 0 1.5em 0;
}

#sidebar ul li {
	margin-left: 1em;
	text-indent: -1em;
}

.sociable {
	height: 1.5em;
	line-height: 1.5em;
}

.sociable .sociable_tagline {
	display: inline;
}

#container .sociable ul {
	text-decoration: none;
	display: inline;
	margin: 0;
	padding: 0;
}

.sociable ul li { 
	display: inline;
}


/*
 * Misc 
 */
 
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
