/*

	Colors: 
	
	BACKGROUND
	Light: #f1fafd
	Medium: #c9ecfb
	Dark: #acdcf8
	
	TEXT
	text: #4c2c19
	a: #006699
	a:hover: #cc6f3d
	
	

*/

/* @group My Group */

#logo {
	float: left;
	margin: 0px -80px 12px;

}

#logo a {
	width: 359px;
	height: 109px;
	background: url(images/logo.png) 0 0 no-repeat;
	display: block;
	text-indent: -9999px;	
	}
	
#logo a:hover{
	background-position: 0 -110px;
}

/* @end */

/** LAYOUT **/

#body-container {
	margin: 0;
	padding: 0;
}

#wrapper {
	width:920px;
	margin:0 auto 0;
}

#header {
}

#site-info {
	width: 600px;
	margin: 0px 0 0 280px;
	text-align: center;
}

#site-info h1 {
	margin-top: 30px;
}

#nav {
	margin-top: 20px;
	padding:0;
}

#nav ul {
	margin: 0;
	padding:  0;
	list-style-type:  none;
	text-align:  center;

}
#nav ul li {
	text-align: center;
	display: inline;
}

#content {
	clear: both;
}

#main {
	
}

#entries {
	width:540px;
	float:left;
	overflow:hidden;
}

.entry {
	margin: 0 0 3em 0;
	padding: 30px;
	background: url(../../img/bg-light.jpg);
	-webkit-border-top-left-radius: 1.5em 1.5em;
	-webkit-border-top-right-radius: 1.5em 1.5em;
	-moz-border-radius-topleft: 1.5em 1.5em;
	-moz-border-radius-topright: 1.5em 1.5em;
	-webkit-border-bottom-left-radius: 1.5em 1.5em;
	-webkit-border-bottom-right-radius: 1.5em 1.5em;
	-moz-border-radius-bottomleft: 1.5em 1.5em;
	-moz-border-radius-bottomright: 1.5em 1.5em;
}

#sidebar {
	width:350px;
	float:right;
	margin:0 0 25px 0;
	overflow: hidden;
	padding: 0 10px;
}

#sidebar-left {
	float: left;
	width: 170px;
}

#sidebar-right {
	float: left;
	width:  170px;
	margin-left: 10px;
}

#sidebar-bottom {
	clear: left;
}

.block {
	margin-bottom: 20px;
}

#footer {
	text-align:center;
	padding-bottom: 0;
}

/** TYPOGRAPHY & COLORS */

body {
	background: #c9ecfb url(images/fringe.gif) repeat-x 0 0;
	font-family: georgia, serif;
	font-size:62.5%;
	color:  #4c2c19;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	margin-top: 10px;
}

a {
	text-decoration:none;
	color: #006699;
}

a:hover {
	color: #cc6f3d;
}

hr {
	margin-top:35px;
	border:0;
	width:620px;
	color:#fff;
	clear:both;
}

#logo a {	
	color: #fff;
	font: bold 36px/36px futura, 'gill sans', verdana, helvetica, arial;
	text-shadow: #6e73b3 3px 2px 0;
	letter-spacing: -1px;

}

#logo a:hover {
	color: #c0c7ec;
}

#logo h2 {
	font-size : 24px;
	font-weight : 200;
	padding : 12px 4px 0 0;
}

#site-info h1 {
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#nav {

	text-transform:uppercase;

}

#nav li a {
	font-size:20px;
	padding:5px 10px;
	margin: 10px 0 0 5px;
	text-shadow: 1px 1px 1px rgba(255,255,255,.9);
	letter-spacing: .1em;
	f

}

#nav li a:hover {

}

.entry {
	background-color: #f1fafd;
}

#entries p {
	font-size: 1.5em;
	line-height: 1.6em;
	margin-bottom: 1em;
}


#entries p.meta {
	margin: 0 0 1em;
	padding: .5em 0;
	text-transform: uppercase;
	font-size: 1.1em;
	letter-spacing: .1em;
	color: #cc6f3d;
	border-top: 1px dashed #acdcf8;
	border-bottom: 1px dashed #acdcf8;

}

#entries strong {
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .1em;
}

#entries em{
	font-style:italic;
}

#entries h3 {
	font-size:2.2em;
	margin: 0 0 .5em;
	font-weight:normal;
}

#entries h3 a {
	font-weight: normal;
}


div#entries ul,
div#entries ol {
	padding: 2em 3em 1em 2em;
	margin: 1em 0 1em 0;
	background: #c9ecfb;
	-webkit-border-top-left-radius: 1.25em;
	-webkit-border-top-right-radius: 1.25em;
	-moz-border-radius-topleft: 1.25em;
	-moz-border-radius-topright: 1.25em;
	-webkit-border-bottom-left-radius: 1.25em;
	-webkit-border-bottom-right-radius: 1.25em;
	-moz-border-radius-bottomleft: 1.25em;
	-moz-border-radius-bottomright: 1.25em;
	}
	
div#entries ul li {
	list-style-type: disc;
	list-style-image: url(images/note-med.png);	
	padding-left: 20px;
	margin-left: 50px;
	margin-bottom: 1em;
	color: #695449;
	}

div#entries ol li {
	list-style-type: decimal;
	}

div#entries li{
	font-size: 1.5em;
	line-height: 1.6em;
	margin: 0 0 1em 1.25em;
	}

div#entries li strong {
	color: #cc6f3d;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: .8em;
	}


.entry .indent {
padding-left:10px;
}
.entry .indent p {
padding-left:10px;
}
.entry small {
font-size:11px;
}
.entry small a {
font-weight:normal;
}
.entry .alignright {
float:right;
margin-left:10px;
}
.entry .alignleft {
float:left;
margin-right:10px;
}
.entry .aligncenter {
margin:0 auto;
display:block;
}
.entry abbr {
font-weight:normal;
}

.entry .wp-caption {
background:#f7f7f7;
border:1px solid #ccc;
margin:10px;
text-align:center;
padding:5px 0 0;
}
.entry .wp-caption-text {
margin:0;
}
.entry .wp-caption a, .entry .wp-caption a:hover {
}

#entries blockquote {
	background: #c9ecfb;
	padding: 1em;
	-webkit-border-top-left-radius: 1em 1em;
	-webkit-border-top-right-radius: 1em 1em;
	-moz-border-radius-topleft: 1em 1em;
	-moz-border-radius-topright: 1em 1em;
	-webkit-border-bottom-left-radius: 1em 1em;
	-webkit-border-bottom-right-radius: 1em 1em;
	-moz-border-radius-bottomleft: 1em 1em;
	-moz-border-radius-bottomright: 1em 1em;
	}

#entries blockquote p {
	background: url(images/treble-med.png) 0 0px no-repeat;
	padding-left: 40px;
	font-size: 1.6em;
	font-style: italic;
	margin: 0 0 1em 0;
	}


p.breakout{
	font-size: 3em;
	line-height: 1.2em;
	text-align:center;
	text-shadow: 1px 1px 1px rgba(255,255,255,.9);
	background: #c9ecfb; /*url(images/background-dark.jpg);*/
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	padding: 10px;
	font-weight: bold;
	
}

.entry pre {
font-family:courier;
font-size:12px;
letter-spacing:-1px;
margin:14px 0 14px 0;
}
.entry .message ul {
margin:12px 0 0;
}
.entry .message {
display:none;
background:#0F67A1;
margin-top:10px;
padding:20px;
color:#fff;
}


#sidebar h3 {
	font-size: 14px;
	text-align: center;
	margin-bottom: 5px;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px rgba(255,255,255,.8);
	font-weight: bold;
}

#sidebar h3 {
	font-size: 12px;
	text-align: center;
	margin-bottom: 2px;
	text-transform: uppercase;
}

#sidebar .block .block-bottom {
	padding: 0;
	margin: 0;
	height: 8px;
	background: #c9ecfb url(images/fringe.png) repeat-x center;

}

#sidebar {
	font-size: 1.4em;
	line-height: 1.5em;
}

#sidebar p {
	padding-bottom: 1em;
}



#sidebar .textwidget, #sidebar .block ul {
	padding: 20px 20px 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	background: #acdcf8; 
}


#sidebar .block ul {
	list-style-type: disc;
	list-style-image: url(images/note-dark.png);
	padding: 15px;
	margin: 0;
}

#sidebar .block ul {
margin: 0;
padding: 15px;
}

#sidebar .block li {
	margin: 0 0 .5em 30px;
	padding:0 0 0 15px;
}



#sidebar .widget_search label {
display:block;
padding:25px 0 3px 0;
font-size:18px;
margin:0 0 5px;
}


span.emp {
	font-style: italic;
	color: #cc6f3d;
	text-transform: lowercase;
	font-variant: normal;
}



/** COMMENTS **/
#comments h3, #comments h4{
font-family:Georgia;
font-size:24px;
margin:35px 0 5px;
font-weight:normal;
}
#comments h4{
font-size:28px;
}
#comments cite{
font-family:Georgia;
font-size:18px;
font-weight:normal;
}
#comments em {
font-style:italic;
text-align:right;
}
#comments ol.commentlist li {
margin-top:20px;
border:1px dotted #ccc;
border-right:0;
padding:10px 5px 20px 10px;
min-height:110px;
}
#comments p {
margin:10px 0 0 10px;
width:auto;
}
#comments span {
display:block;
color:#eee;
font-family:Georgia;
font-size:120px;
font-weight:normal;
float:right;
padding-top:25px;
}
#comments ul.formlist {
margin:20px auto;
width:375px;
}
#comments ul.formlist li {
display:block;
margin:10px 0 0;
}
#comments ul.formlist p{
margin:10px 0 0;
text-align:center;
}
#comments input {
font-family:Georgia;
width:370px;
font-size:18px;
font-weight:normal;
}
#comments textarea {
font-family:Georgia;
width:370px;
font-size:18px;
font-weight:normal;
}
#comments li.submitbutton input {
text-align:center;
background:#fff;
border:1px solid #aaa;
color:#000;
font-family:Georgia;
font-weight:normal;
font-size:20px;
width:374px;
}
#comments .center {
text-align:center;
}