/* 
Theme Name: custom
Theme URL: 
Description: A custom theme for Jess Dobkin.
Author: COMMAND C design, LLC
Author URI: http://commandc.com
Version: 1.0.0

Obviously, you may edit the above info upon your customization.
Though I wouldn't mind a link somewhere... *hint hint*
*/

/**********************
**
** COMMAND C design
** info at commandc dot com
**
***********************/

/*****************
* General
******************/

html, body {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	vertical-align: bottom;
}
.in_place_editor_field {
	overflow: auto;
}
.page_section {
	clear: left;
	padding: 10px 0;
}
.page_section h3 {
	margin: 10px 0;
}

/*****************
* Layout
******************/

body {
	background: #fff;
	color: #666;
	font-size: 12px;
	font-family: arial,helvetica,clean,sans-serif;
	line-height: 133%;
	text-align: center;
	position: relative;
}

div#container {
	margin: 0 auto 26px auto;
	padding-top: 10px;
	width: 898px;
	min-height: 538px;
	position: relative;
	
}
div#sidebar,
div#wp-sidebar {
	width: 126px;
	min-height: 519px;
	padding: 20px 25px 0 25px;
	background: #fff;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
}
div#wp-sidebar {
	right: 0;
	left: auto;
	padding: 100px 0 0 0;
}
div#sidebar div#middle {
	padding: 30px 0;
	margin: 30px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
div#page-container {
	margin: 0 180px 0 180px;
	padding: 75px 15px 0 90px;
	text-align: left;
}
div#content {
	position: relative;
}
div#header {
	min-height: 61px;
}
div#footer {
	font-size: 10px;
	color: #999;
	clear: both;
}

/*****************
* Common Elements
******************/

.scroll_buttons {
	width: 15px;
}
.scroll_buttons img {
	margin-bottom: 6px;
	cursor: pointer;
}
input, textarea {
	border: 1px solid #000;
}
input.submit {
	background: #fff url(images/arrow-right.gif) no-repeat 3px 0;
	padding: 10px 0 0 0;
	margin: 3px 0 0 0;
	border: 0;
	font-size: 12px;
	color: #666;
	cursor: pointer;
	text-transform: lowercase;
}

/*****************
* Links
******************/

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: rgb(230,0,108);
	text-decoration: none;
}
a:active {
	color: #666;
	text-decoration: none;
}
a.active:link {
	font-weight: bold;
	color: rgb(230,0,108);
	text-decoration: none;
}
a.active:visited {
	font-weight: bold;
	color: rgb(230,0,108);
	text-decoration: none;
}
 a.active:hover {
	font-weight: bold;
	color: rgb(230,0,108);
	text-decoration: none;
}
a.active:active {
	font-weight: bold;
	color: rgb(230,0,108);
	text-decoration: none;
}

/*****************
* Text formats
******************/

h1,h2,h3 {
	font-size: 19px;
	font-weight: bold;
	color: rgb(230,0,108);
}

.indent {
	padding-left: 15px;
}
.indent10 {
	padding-left: 10px;
}
.left {
	text-align: left;
}
.hidden {
	display: none;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.italic {
	font-style: italic;
}
.serif {
	font-family: "Times New Roman", Times, serif;
}
.sans {
	font-family: Arial, Helvetica, sans-serif;
}
.tiny {
	font-size: 8px;
}
.small {
	font-size: 10px;
}
.medium {
	font-size: 12px;
}
.large {
	font-size: 16px;
}
.larger {
	font-size: 22px;
}
.huge {
	font-size: 84px;
}
.nowrap {
	white-space: nowrap;
}
.upper {
	text-transform: uppercase;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.stretch {
	letter-spacing: 2px;
}
.line-below {
	margin-bottom: 10px;
}
.line-above {
	margin-top: 10px;
}
.pink {
	color: rgb(230,0,108);
}

/*****************
* Main Menu
******************/

ul#mainmenu {
	padding: 0 0 0 25px;
	margin: 0;
}
ul#mainmenu li {
	list-style: none;
	white-space: nowrap;
}

div#wp-sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#categorymenu {
	margin: 0;
	padding: 0 0 0 10px;
}
.wp-menu li {
	white-space: nowrap;
	list-style: none;
}
.wp-menu {
	margin: 0;
	padding: 0;
}
.wp-menu ul {
	margin: 0;
	padding: 0;
}
.wp-menu h2 {
	color: #666;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
li.current-cat a:link {
	color: rgb(230,0,108);
}
li.current-cat a:visited {
	color: rgb(230,0,108);
}
li.current-cat a:hover {
	color: rgb(230,0,108);
}
li.current-cat a:active {
	color: rgb(230,0,108);
}

/*****************
* Post
******************/
.post h2 a:link {
	color: rgb(230,0,108);
}
.post h2 a:visited {
	color: rgb(230,0,108);
}
.post h2 a:hover {
	color: rgb(230,0,108);
}
.post h2 a:active {
	color: rgb(230,0,108);
}
.post .byline {
	font-style: italic;
}
.post a:link {
	color: rgb(230,0,108);
	text-decoration: none;
}
.post a:visited {
	color: rgb(230,0,108);
	text-decoration: none;
}
.post a:hover {
	color: rgb(230,0,108);
	text-decoration: none;
}
.post a:active {
	color: rgb(230,0,108);
	text-decoration: none;
}


/*****************
* Comment
******************/
#commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}
.singlecomment {
	border-top: 1px solid #ccc;
}