/*  
Theme Name: Mindyism
Theme URI: http://mindyism.net
Description: Two-columned fun.
Version: 1.0
Author: Mindy
Author URI: http://mindyism.net
*/

/* Stuff */

body {
	background: #fff;
	font-size: 12px;
	font-family: "Trebuchet MS";
	text-align: justify;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	font-family: Georgia;
	color: #000000;
}

h4 {
	font-weight: normal;
	font-family: Georgia;
	font-size: 11px;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #c601ff;
	text-align: right;
}

h5 {
	font-style: italic;
	font-weight: normal;
	font-family: Georgia;
	font-size: 10px;
}

h1, h2 {
	font-size: 12px;
}

p, ul, ol {
	text-align: justify;
	line-height: 16px;
}

ul {
	list-style-image: url("images/arrow.png");
} 

a:link, a:active, a:visited {
	text-decoration: underline;
	color: #c601ff;
	font-size: 11px;
	font-family: Georgia;
}

a:hover {
	text-decoration: underline;
	color: #5501ff;
	font-size: 11px;
	font-family: Georgia;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000;
	border: 1px solid #000000; 
	background: none;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	margin: auto;
	width: 700px;
	height: 28px;
	background: #fff;
}

/* Menu */

#menu {
	float: left;
	width: 700px;
	height: 28px;
	background: #fff;
	font-family: Georgia;
}

#menu ul {
	margin: auto;
	float: left;
	padding: 0 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	margin: auto;
	float: left;
	display: block;
}

#menu a {
	margin: auto;
	float: left;
	display: block;
	padding: 7px 10px 0 0;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #5501ff;
	font-family: Georgia;

}

#menu a:hover { 
	color: #c601ff;
}

/* Logo */

#logo {
	width: 700px;
	height: 130px;
	margin: auto;
	background: url(images/mindyism.png) no-repeat center top;
}


/* Page */

#page {
	width: 700px;
	margin: 0 auto;
	padding: 15px;
	background: #fff;
}

/* Content */

#content {
	float: right;
	width: 450px;
}

/* Posts */

.post {
	padding: 0;
	margin-bottom: 20px;
}

.post .title {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.post .title a {
	text-decoration: none;
	font-size: 14px;
	color: #5501ff;
}

.post .title a:hover {
	color: #c601ff;
}

.post h1 {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 12px;
	color: #000;
}

.post h2 {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 12px;
	color: #000;
}

.post .entry {
}

.post .entry img {
	border: 1px solid #000;
	float: right;
	padding: 1px;
	margin: 0 0 0 5px;
}

.post .meta {
	padding: 5px 15px 30px 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

.post .meta a {
	font-size: 12px;
}

.post .meta p {
	margin: 0;
	padding-top: 5px;
	line-height: normal;
	color: #000;
}

.post .meta .byline {
	float: left;
	font-size: 12px;
}

.post .meta .links {
	float: right;
	font-size: 12px;
}

.post .meta .more {
	padding: 0 10px 0 18px;
}

.post .meta .comments {
}

.post .meta b {
	display: none;
}

.gallery {
	text-align: center !important;
}
.gallery img {
	float: none !important;
	margin: 10px !important;
	text-align: center !important;
}

/* Sidebar */

#sidebar {
	width: 210px;
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
	border-right: 1px dotted #000;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 25px;
}


#sidebar li li {
	margin: 0;
}

#sidebar h2 {
	margin-bottom: 10px;
	padding: 0 0 0 12px;
	background: url(images/bullet.png) no-repeat top left;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

/* Search */

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 130px;
	margin-right: 5px;
	padding: 2px;
}

#x {
	padding: 2px;
	border: none;
	border: 1px solid #000;
	background: #fff;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #000;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #000;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #c601ff;
}

/* Footer */


#footer {
	width: 700px;
	margin: auto;
}

html>body #footer {
	height: auto;
}

#footer p {
	font-size: 10px;
}

#legal {
	clear: both;
	text-align: center;
	font-family: Georgia;
	color: #000;
}

#legal a {
	font-weight: normal;
	font-family: Georgia;
	color: #c601ff;
	font-size: 10px;
}

#legal a:hover {
	color: #5501ff;
}


#comment {
	width: 450px;
	height: 100px;
}

img.wp-smiley {
	border:none !important;
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
	display: inline;
}
