/*
| Cascading Style Sheet for Shells Blog WordPress Template
+------------------------------------------------------------
| Theme Name: Shells
| Description: Very fresh Shells theme
| Author: robas & gun
| Copyright (c) 2007 robas
| Author URI: http://robas.info
+------------------------------------------------------------
USED COLORS
+------------------------------------------------------------
| #FFFFFF - white (backgrounds, h5 search_heading, menu_hyperlinks);
| #583A17 - dark brown (text, h2 navigation_hyperlinks, backgrounds);
| #CC9966 - light brown (content hyperlinks);
| #B4967F - dark beige (h1 heading, comments hyperlinks);
| #D1C0B2 - beige (h4 menu_heading)
| #EEE9E5 - grey (blockquote backgrounds);
| #F9F7F5 - almost white (blockquote backgrounds);
| #006699 - dark blue (h2 navigation_hyperlinks, h3 content_heading, content hyperlinks)
| #6699CC - blue (comments hyperlinks); 
| #99CCE5 - light blue (footer background, borders);
+------------------------------------------------------------
*/


/* BEGIN STRUCTURE 
---------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	background: White url(images/bg.jpg) repeat-x;
	text-align: center;
	color:#583A17;
	margin:0;
	padding:0;
}

#wrapper {
	width: 801px;
	margin: 0px auto 0 auto;
	text-align: left;
} 

#header {
	background: url(images/header.jpg) no-repeat;
	height: 195px;
	width: 801px;
}

#navtop {
	background: url(images/nav_top.jpg) top no-repeat;
	width: 801px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#navbottom {
	background: url(images/nav_bottom.jpg) no-repeat; 
	clear: both;
	position: absolute;
	height: 1px;	
	width: 801px;
}

#navigation {
	height: 32px;
	margin: 0px 50px 0px auto;
}

#content {
	background: url(images/main_bg.gif) repeat-y;
	float: left;
	width: 801px;
	margin-top: 0px;
	padding: 0;
}

#content-box {
	float: right; 
	margin-left: 10px;
	width: 570px;
}

#sidebar {
	float: left;
	background-color: transparent;
	text-align: left;
	width: 200px;
	margin-top: 0px;
}
#sidebar select {
	float: left;
	margin: 2px auto 20px 20px;
	width: 170px; height: 22px;	
	border: none;
	background: url(images/search_bg.jpg) repeat-x;
	padding:1px 1px 1px 5px;
	font: normal 13px "Trebuchet MS", Verdana, Arial;
	color: Black;
}
#sidebar option {
	font: normal 13px "Trebuchet MS", Verdana, Arial;
	color: Black;
	display: block;
	line-height: 1.2;
	background: #F6F2EF;
	padding-left: 5px;
}

#searchbar {
	float: left;
	background-color: transparent;
	text-align: left;
	width: 200px;
}

#footer {
	background: url(images/footer.jpg) no-repeat;	
	clear: both;
	text-align: left;
	margin-bottom: auto;
	width: 801px;
	height: 44px;
	border-bottom: 1px solid #006699;	
}

#footer-box {
	float: right; 
	background-color: transparent;
	margin-top: 26px;
	width: 570px;
}


/* END STRUCTURE */

/* BEGIN NAVIGATION
---------------------------- */
#navigation ul {
	list-style: none;
	float: right;
}
#navigation ul li{	
	float: left;
	margin-bottom: -5px;
}
#navigation li {
	background: url(images/button_bg.jpg) repeat-x;
	background-color: transparent;
	height: 32px;
	text-align: center; 
	width: 82px;
	display: inline;
}
/* END NAVIGATION */

/* BEGIN HYPERLINKS
---------------------------- */
a {
	color: #cc9966;
	outline-style: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
} 
/* END HYPERLINKS */

/* BEGIN TYPHOGRAPHY
---------------------------- */
h1, h1 a {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 18px;
	color: #b4967f;
	font-weight: normal;
	padding-left: 2px;
	text-decoration: none;
}

h2, h2 a {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
 	font-variant: small-caps;
	padding-left: 11px;
	margin-top: 3px;
}
h2 a:link {
	text-decoration: none;	
	color: #583a17;
}
h2 a:visited {
	text-decoration: none;
	color: #583a17;
}
h2 a:hover {
	text-decoration: none;
	color: #006699;
}
h2 a:active {
	text-decoration: none;
	color: #006699;
} 


/*guns modification to pass to wordpress*/
.page_item, .current_page_item, .page_item a, .current_page_item a {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 15px;
	font-weight: bold;
	font-variant: small-caps;
	padding: 5px 0px 0px 0px;
}
.page_item a:link, .current_page_item a:link {
	text-decoration: none;	
	color: #583a17;
}
.page_item a:visited, .current_page_item a:visited {
	text-decoration: none;
	color: #583a17;
}
.page_item a:hover, .current_page_item a:hover {
	text-decoration: none;
	color: #006699;
}
.page_item a:active, .current_page_item a:active {
	text-decoration: none;
	color: #006699;
}
/*end of guns modification*/


h3, h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #006699;
	font-weight: bold;
	margin: 23px 10px 0px 0px;
	text-transform: uppercase;
}
h3 a:link {
	text-decoration: none;	
}
h3 a:visited {
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}

h4 {
	font-family: "Trebuchet MS", Verdana, Arial;	
	color: #D1C0B2;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
}

#sidebar ul li h4 {
	font: bold 16px "Trebuchet MS", Verdana, Arial;
	color: #D1C0B2;
	text-decoration: none;
	font-variant: small-caps;
	text-align: left;
	margin: 20px 10px 0 15px;
}

h5 {
	font: bold 16px "Trebuchet MS", Verdana, Arial;
	color: #D1C0B2;
	text-decoration: none;
	font-variant: small-caps;
	margin-top: 30px;
}

#sidebar h5 {
	font: bold 16px "Trebuchet MS", Verdana, Arial;
	color: #D1C0B2;
	text-decoration: none;
	font-variant: small-caps;
	text-align: left;
	padding-left: 20px;
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #006699;
	font-weight: bold;
	font-variant: small-caps;
	margin: 23px 10px 0px 0px;
}
/* END TYPHOGRAPHY */

/* BEGIN LISTS
---------------------------- */
#sidebar ul li {
	list-style: none;
}

#sidebar ul li ul li a {
	display: block;
	height: 1%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: 500;
	text-align: left;
	padding-left: 57px;
	padding-right: 15px;
	text-decoration: none;
}
#sidebar ul li ul li a:hover {
	color: #cc9966;  
	text-decoration: underline;
}
#sidebar ul li ul li a:visited {
	text-decoration: none;
}

#sidebar ul li ul li ul li a {
	padding-left: 67px;
	font-weight: normal;
}
#sidebar ul li ul li ul li a:hover {
	color: #cc9966;
	text-decoration: underline;
}
#sidebar ul li ul li ul li a:visited {
	text-decoration: none;
}

#content .entry ol,
#content .entry ul,
ol.entry {
	margin: 0 0 0 50px;
	list-style-position: outside;
}

ol.entry li {
	position: relative;
}
ol.entry li ul li,
ol.entry li ol li {
	margin-left: 5px;
	padding-left: 5px;
} 
/* END LISTS */

/* BEGIN FORMS
---------------------------- */
#searchbar form#sbar-searchform {
	height: 22px;
	margin: 0 5px 0 20px;
	height: 1%; 
}
#searchbar form#sbar-searchform #sbar-s {
	background: url(images/search_bg.jpg) repeat-x;
	border: none;
	float: left;
	width: 120px;
	height: 22px;
	margin-top: 4px;
	padding-left: 5px;
	font: normal 13px "Trebuchet MS", Verdana, Arial;
	color: Black;
}
#searchbar form button#sbar-searchsubmit {
	background: url(images/search_button.png);
	width: 33px;
	height: 30px;
	border: none;
	margin-top: 2px;
	cursor: pointer;
}

#commentform input {
	width: 200px;
	height: 18px;
	background-color: #EEE9E5;
	color: #583a17;
	padding: 0 0 1px 5px;
}
#commentform textarea {
	width: 400px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EEE9E5;
	color: #583a17;
	padding: 0 0 1px 5px;
}
#commentform #submit {
	float: left;
	width: auto;
}
#commentform p {
	padding: 2px 0 1px 2px;
}
#commentform button#submit {
	background: url(images/submit_button.png);
	width: 78px;
	height: 23px;
	border: none;
	margin-top: 2px;
	cursor: pointer;
}
/* END FORMS */

/* BEGIN SIDEBAR 
---------------------------- */
.sidebar {
 	background-color: #583A17;
	 color: #FFFFFF;
}
.sidebar-content {
	text-align: left;	
	line-height: 1.5;
}
/* END SIDEBAR */

/* BEGIN CONTENT 
---------------------------- */
.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #583a17;
	text-align: left;
	/*padding-top: 10px; */
}

.post {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #583a17;
	line-height: 1.5;
}
/* END CONTENT */

/* BEGIN IMAGES
---------------------------- */
#content .post img {
	background: #EEE9E5;
	border: 1px solid #99CCE5;
	padding: 5px;
	margin: 5px 10px 5px 0px;
}

#content .post img.left {
	display: inline;
	float: left;
	margin: 5px 0px 0px 5px;
}
#content .post img.right {
	display: inline;
	float: right;
	margin: 5px 0 0 5px;
}
#content .post img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* END IMAGES */

/* BEGIN OTHERS
---------------------------- */
#content .post {
	position: relative;
	margin: 25px 0 5px 0;
	width: 510px;
}
#content .post h3 a {
	display: block;
	width: 510px;
}

#content .entry {
	background: url("images/blue_line.jpg") no-repeat 0 100%;
	margin: 0 0 5px 0;
	padding-bottom: 0px;
	padding-top: 20px;
}

#content .comments_top small {
	display: block;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color: #B4967F;
	text-align: right;
	padding-top:10px;
}
#content .comments_top small a {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #B4967F;
}

#content .comments_bottom small {
	display: block;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #6699CC;
	text-align: right;
}
#content .comments_bottom small a {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #6699CC;
}

#content .post blockquote {
	background-color: #EEE9E5;
	border-left: 1px solid #99CCE5;
	margin: 5px 20px 15px 20px;
	height: 1%;
	color: #583a17;
	font-style: italic;
	padding: 2px 1px 2px 10px;
	line-height: 1.5;
}
#content .post blockquote {
	background-color: #F9F7F5;
	border-left: 1px solid #99CCE5;
	margin: 7px 5px 7px 10px;
	height: 1%;
	font-style: italic;
	padding-left: 10px; 
	line-height: 1.5;	
}

#content .contentlist {
	position: relative;
	margin: 0 0 5px 0;
	width: 510px;
}

#content .viewmore,
#content .viewmore a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #cc9966;
	font-weight: bold;
	font-variant: small-caps;
	cursor: pointer; 
}
.entry viewmore a:link {
	text-decoration: none;	
}
viewmore a:visited {
	text-decoration: none;
}
viewmore a:hover {
	text-decoration: underline;
}

.navigation {
	display: block;
	width: 513px;
	padding: 50px 0 0 0;
	text-align: center;
}
.navigation_all {
	display: block;
	width: 513px;
 padding: 0;
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}

#content .list_top small {
	display: block;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #6699CC;
	text-align: left;	
}
#content .list_top small a {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #6699CC;
}

#content .list_bottom small {
	display: block;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color: #B4967F;
	text-align: left;	
	padding-bottom: 5px;
}
#content .list_bottom small a {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #B4967F;
}
/* END OTHERS */

/* BEGIN FOOTER BOX 	
---------------------------- */
.footer {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #006699;
}

.footer-content {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	text-align: center;
	margin-right: 50px;
	font-weight: normal;
	text-decoration: none;
}
.footer-content a {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #583A17;
}
.footer-content a:link {
	text-decoration: none;	
}
.footer-content a:hover {
	text-decoration: underline;
}
/* END FOOTER BOX	*/