/*
Theme Name: just chic
Theme URI: http://www.viz1designs.com/
Description: A simple design with no sidebar to just showcase large pictures when posted. 
Version: 1.0.5
Author: VD 
Author URI: http://www.viz1designs.com/
Tags: fixed width, valid CSS, white, simple, valid XHTML

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Layout */
body {background:#3d4855 url(images/bg.gif) repeat; margin:0; padding:0; font-family: Gammond, Palatino Linotype, Georgia, serif; color:#9fa0a2; font-size:82.5%;}

/* Default */
a {
	color: #e6b3a4;
	text-decoration:underline;
	outline:none;
}

a:hover {
	text-decoration: none;
}

h1 {
}

h2 {
}

h3 {
}

img.alignleft {
	float: left;
	margin: 0 .8em .8em 0;
}

img.alignright {
	float: right;
	margin: 0 0 .8em .8em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

ul, ol {margin: 0 0 1.5em; padding: 0;	list-style:none;}

span {color:#e6b3a4;}


form {
padding: 0;
	margin: 0;	
}

blockquote {
	background: url(images/blockquoteBk.gif) left 0.2em no-repeat;
	color: #9fa0a2;
	padding: 0 1em 0 2.2em;
	margin: 0;
}

#page {
	width: 950px;
	background: url(images/body.png) repeat-y;
	margin: 15px auto;
}

#header {
	width:936px;
	background: transparent;
	height: 300px;
	margin-left:8px;
	margin-bottom:1px;
}

#headerimg {
	width:100%;
	float:left;	
}

#logo {
	width:316px;
	height:300px;
	float:left;
}

#mainPicture {
	width:620px;
	height:300px;
	float:left;
	background:#fff url(images/img_01.jpg) no-repeat;}

#navcontainer	{
	margin-left:8px;
	background: #3d4855;
	color: #e6b3a4;
	float: left;
	width: 936px;
	height: 33px;
	font-size: 1em;
	text-transform: uppercase;
	display: inline; }

#navcontainer ul {float: left;background: #3d4855;text-align:left;text-transform:uppercase;padding:0 0px;margin:0;}

	#navcontainer ul li {float:left; margin-right:10px; margin-left:60px;}

	#navcontainer ul li:hover, #navcontainer ul li.sfhover {}
	
	
#navcontainer a {display: block;color:#e6b3a4;padding: 7px 10px 7px;text-decoration:none;}

	#navcontainer ul li a:hover	{color:#fff; text-decoration:none; }

	#navcontainer ul li.active a	{color:#e6b3a4; text-decoration:none;}
	

/* dropdowns */

#navcontainer ul ul {position: absolute; left: -999em; padding: 0px; padding:0 0px 10px; background:#3d4855;z-index:99;}

#navcontainer ul li:hover	{visibility:inherit;  /* fixes IE7 'sticky bug' */}

#navcontainer ul li:hover ul, #nav ul li.sfhover ul {left: auto; z-index:100;}

#navcontainer ul li ul li {float:none; clear:both; background:#3d4855; margin-left:10px; font-size: .9em;}

#navcontainer ul li ul a {float:none; margin: 0; padding: 5px 0px 5px; display: block; margin-right:0px; margin-left:0px;}

#navcontainer ul li ul a:hover, #navcontainer ul li.sfhover ul li.sfhover {} 



#content {
	padding: 0;
	margin: 0;
	background: transparent;
	width: 936px;
	float: left;
}


#footer {
	clear: both;
	padding: 0;
	margin: 0.5em auto 0 auto;
	width: 936px;
}

#footer p {
	padding: 0 15px;
	margin: 0;
	text-align: left;
	font-size: 0.8em;
	color: #fff;
}

#footer p .footerbuttons {
	float: right;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer img {
	border: 0;
}

#footer a:hover {
	color: #ccc;
}


/* Post */
.post h2,
.post small {
	padding: 0;
	margin: 0;
}

.post {
	margin: 55px 30px 25px 40px;
}

.post h2 {
	color: #3d4855;
	font-size:1.8em;
	text-transform: uppercase;
	font-weight:normal;
}

.post h2 a {
	color: #3d4855;
	text-decoration: none
}

.post h2 a:hover
 {
	text-decoration: underline;
}

ul.postmetadata {
	clear: both;
}

.post small.postmetadata
 {
	font-size: 1em;
	text-transform:uppercase;
}

ul.postmetadata {font-size:.85em; text-transform:uppercase;}

.post small a,
ul.postmetadata a {
	color: #95a0a2;
	text-decoration: none;
}

.post small a:hover,
ul.postmetadata a:hover {
	color:#e6b3a4;
	text-decoration: none;
}

.entry {
	
}

.entry img {
	border: 1px solid #999; 
	padding: 2px;
}

ul.postmetadata {
	list-style: none;
	padding: 0.5em 0 1em 0;
	margin: 0;
}

ul.postmetadata li {
	display: block;
	float: left;
	width: 50%;
}

ul.postmetadata li.comments {
	text-align: right;
}

.navigation {	
	margin: 25px 30px 25px 40px;
	font-size:1em;
	text-transform: uppercase;
}

.navigation a {
	color: #95a0a2;
	text-decoration:none;
	
}

.navigation a:hover {
	color: #e6b3a4;
	text-decoration:none;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


/* Calendar */
#wp-calendar {
	border-collapse:collapse;
	width: 190px;
}

#wp-calendar th,
#wp-calendar td {
	text-align: center;
	padding: 1px;
	width: 14%;
}

#wp-calendar td#today {
	font-weight: bold;
}

#wp-calendar td a {
	display: block;
	padding: 1px;
	color: #e24b6a;
	border: 1px solid #4F4F4F;
	text-decoration: none;
}

#wp-calendar td#today a {
	background-color: #4F4F4F;
	border: 1px solid #666;
}

#wp-calendar td a:hover {
	color: #fff;
	background-color: #4F4F4F;
	border: 1px solid #666;

}

#wp-calendar td#next a,
#wp-calendar td#prev a,
#wp-calendar td#next a:hover,
#wp-calendar td#prev a:hover {
	color: #e24b6a;
	border: 0;
}

#wp-calendar td#next a:hover,
#wp-calendar td#prev a:hover {
	background-color: transparent;
	text-decoration: underline;
}


/* Heading */
#content h2.pagetitle {
	
	margin: 55px 30px 25px 40px;
	padding: 0;
	font-size: 1.4em;
	text-align: left;
	font-weight:normal;
}

/* Comments */
ol.commentlist {
	padding: 0;
	margin: 25px 30px 25px 17px;
	list-style: none;
	font-size: 1em;
}

ol.commentlist li.commentind {
	
	padding: 1em;
	margin-bottom: 1em;
}

img.avatar {
	border: 1px solid #999;
	padding: 2px;
	float: left;
	margin-right: 1em;
}

ol.commentlist li.commentind cite {
	font-style: normal;
}

ol.commentlist li.commentind a {
	color: #e6b3a4;
}

ol.commentlist li strong {
	display:block;
	float:left;
	height:84px;
	font:80px/82px Gammond, Palatino Linotype, Georgia, serif;
	color:#e6b3a4;
	overflow:hidden;
}

.commentmetadata {font-size:1em;}


h2.commentheading {
	clear: both;
	margin: 25px 30px 25px 40px;
	padding: 0;
	font-size: 1.4em;
	text-align: left;
	font-weight:normal;
	color:#e6b3a4;
}

form#commentform {
	margin: 25px 30px 25px 40px;
        
}

form#commentform p {
	font-size: 1.1em;
}

form#commentform a {
	color: #e6b3a4;
}

p.commentsclosed {
	margin: 25px 30px 25px 40px;
	padding: 0;
	text-align: left;
	font-size:1.1em;
}

input#author:focus, 
input#email:focus,
input#url:focus,
textarea#comment:focus {
	background-color: #fff;
	border: 1px solid #999;
}

input#author, 
input#email,
input#url,
textarea#comment {
	width: 20em;
	background-color: #fff;
	border: 1px solid #999;
}


textarea#comment {
	width: 50%;
}

p.commentWrapper {
	padding: 0;
	margin: 0;
}

div#recaptcha_widget_div {
	float: right;
}

input#submit {
	margin: 15px 0px 20px 0px ;
	width:150px;
	height:28px;
	color:#e6b3a4;
	float:left;
	font-size:1em;
	background: #fff;
	border: 1px solid #999;
}


/* Searchform */

#searchform {width:100px; margin-left:0px;}

input.searchinput{border: 1px solid #999; background:#fff; width:100%; text-transform:uppercase; color:#e6b3a4; margin:0px; font-size:.9em; padding-top:5px;}

#s {height:18px; margin-left:0px;}

#searchsubmit {margin:0px;}

/* Wordpress required */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

img#wpstats{display:none;}
