/*   
Theme Name: Risque Sommelier v.4
Theme URI: http://www.ikovacic.net/test-blog/index.php?preview\_theme=black3column
Description: Risque Sommelier 3 column fixed width
Author: David Langaard
Version: 1.1
Tags: three columns, fixed width, valid CSS, valid XHTML, right sidebar, black, simple
.
License: GNU General Public License (GPL) version 3
.
*/

* { margin: 0; padding: 0; }

body { background: #d5d6d7 url('images/Damask2.gif'); 
color: #67260c;}

#container {
	width: 975px;
	margin: 0 auto;
}

#header {
	background: url('images/Satin Risque Sommelier JALG Logo 185 Left.gif') no-repeat bottom left;
	}

#menu {
	float: right;
	text-align: right;
	width: 49%;
}

#menu a, a:visited { color: #cc0066; use list-style:none;}
#menu a:hover { color: #777; text-decoration: none; }

#menu ul {
	list-style: none;
	font-size: 1px;
        font-weight: bold;
	margin-top: 200px;
        text-decoration: none;
}

#menu ul li {
	display: none;
        text-decoration: none;
	color: #cc0066;
	font-family: Monotype Corsiva;
	font-size: 15pt;
	padding-left: 15px;
}

#columns {
	padding-top: 50px;
}

#content {
	width: 500px;
	padding-right: 10px;
        border-right: transparent;
	float: left;
}

#content .entry {
	margin-bottom: 20px;
        color: #cc0066;
}

#content .entry a, a:visited {
	text-decoration: none;
	color: #cc0066;
}

#content .entry a:hover {
	text-decoration: none;
	color: #777;
}

#content .entry h1 {
	color: #cc0066;
	font-family: Monotype corsiva;
	font-size: 17pt;
	font-weight: semi-bold;
}

#content .entry h1.archive {
	font-size: 17pt;
}

#content .entry p {
	color: #67260c;
	font-family: Times New Roman;
	font-size: 12pt;
	text-align: justify;
	margin-top: 5px;
	padding-bottom: 5px;
}

#content .entry .info {
	border-top: 1px solid #565656;
	border-bottom:  1px solid #737373;
}

#content .entry .info p.infoleft {
	width: 40%;
	float: left;
	font-size: 7pt;
	border-bottom: none;
}

#content .entry .info p.inforight {
	width: 40%;
	float: right;
	font-size: 7pt;
	border-bottom: none;
	text-align: right;
}

#sidebar {
	float: left;
	width: 464px;
}

#sidebar li {
   list-style: none;
}

#sidebar #sidebar1 {
	float: left;
	padding: 0px 10px;
	border-right: transparent;
	width: 216px;
}

#sidebar #sidebar1 a, a:visited {
	color: #cc0066;
	text-decoration: none;
}

#sidebar #sidebar1 a:hover {
	color: #777;
	text-decoration: none;
}

#sidebar #sidebar2 {
	float: right;
	width: 216px;
}

#sidebar #sidebar2 a, a:visited {
	color: #cc0066;
	text-decoration: none;
}

#sidebar #sidebar2 a:hover {
	color: #777;
	text-decoration: none;
}

#sidebar #sidebar1 h2, #sidebar #sidebar2 h2 {
	color: #cc0066;
	font-family: 'Monotype Corsiva', Times New Roman, Lucida Grand, Sans-Serif;
	font-size: 15pt;
	font-weight: semi-bold;
}

#sidebar #sidebar2 p {
	text-align: justify;
	color: #cc0066;
	font-family: 'Monotype Corsiva', Times New Roman, Lucida Grand, Sans-Serif;
	font-size: 12pt;
}

#sidebar #sidebar1 ul, #sidebar #sidebar2 ul {
	font-size: 1px;
	margin-left: 15px;
        margin: 10px 0px;
}

#sidebar #sidebar1 ul li, #sidebar #sidebar2 ul li {
	color: #cc0066;
	font-family: 'Monotype Corsiva', Times New Roman, Lucida Grand, Sans-Serif;
	font-size: 12pt;
}

.widget_search .screen-reader-text {
	display:none;
}

#sidebar #sidebar1 .advertising, #sidebar #sidebar2 .advertising {
	width: 99%;
	border: 1px solid #737373;
	margin: 5px 0px 10px 0px;
	height: 100px;
}

#footer {
	color: #cc0066;
	font-family: Times New Roman;
	font-size: 12pt;
	margin-bottom: 5px;
}

#footer a, a:visited {
	color: #cc0066;
	text-decoration: none;
}

#footer a:hover {
	color: #777;
	text-decoration: none;
}

#sidebar #sidebar1 .searchbox #s, #sidebar #sidebar2 .searchbox #s {
	width: 195px;
	border: 1px solid #737373;
	color: #E5E5E5;
	font-family: Monotype Corsiva;
	font-size: 12pt;
	padding: 2%;
	margin: 10px 0px;
	background:transparent none repeat scroll 0 0;
	color:#E5E5E5;
	font-family:Monotype Corsiva;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:auto;
	line-height:normal;
	padding: 6px 10px 5px;
}

#sidebar #sidebar1 .searchbox #x, #sidebar #sidebar2 .searchbox #x {
	display: none;
}

.tagcloud {
	font-family: Monotype Corsiva;
	font-weight: normal;
}

/* Wordpress required */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

