/*  
Theme Name: Blogging Gold
Theme URI: http://www.wpskins.org/
Description: A perfect blog theme for personal or celebrity blogs! Easy on the eyes, yet visually appealing.
Author: Free Wordpress Themes
Author URI: http://www.wpskins.org/
	 
	This theme was designed and built by WPskins.org, http://www.wpskins.org

	The CSS, XHTML and design is released under Attribution-ShareAlike 2.5 Licence You must leave our links intact on this theme if you wish to use it: 	http://creativecommons.org/licenses/by-sa/2.5/

*/	
* {
    margin: 0;
    padding: 0;
}

a {
	color: #494949 ;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

body {
    font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
    background: #C5E6EF url(images/background.jpg) repeat-x;
    color: #494949;
}

ul, ol {
    list-style-type: none;
}

blockquote, #content ul, #content ol, p, pre {
    margin: 0 0 0.5em 0;
}

/************************/
/*     Layout Design    */
/************************/

#page {
	width: 817px;
	margin: 0 auto;
}

#header {
    position: relative;
    background: url(images/header.jpg);
    border-bottom: 10px solid #eaeaea;
}

#wrapper {
    clear: both; /* Clear float items in from navi-bar */
    background: #fff url(images/footer.jpg) no-repeat bottom;
}

#content {
	float: right;
	width: 580px;
    margin-top: 5px;
}

#sidebar {
	float: left;
    width: 210px;
    background: url(images/menu.png) repeat-y;
    margin: 10px;
}

#footer {
	clear: both;
    height: 76px;
    background: url(images/wordpress.jpg) no-repeat;
}

/************************/
/*     Header Design    */
/************************/
#headerimg {
    height: 80px;
    padding-top: 50px;
    padding-left: 50px;
}

#headerimg a {
}

.description {
    font-size: 12px;
}

/* Navigational bar */
ul#navi-bar {
    font-size: 12px;
    height: 58px;
    background: url(images/nav-bar.jpg);
}

ul#navi-bar h2 {
    font-size: 120%;
}

ul#navi-bar li {
    float: left;
    padding: 15px 15px;
    background: ;
}

ul#navi-bar ul {
    display: none;
}

#navi-bar a {
    display: block;
    padding: 5px 5px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
}

#navi-bar a:visited, #navi-bar a:hover {

}
/************************/
/*    Sidebar Design    */
/************************/
.menu-top {
    background: url(images/menu-top.png) no-repeat top;
    height: 6px;
}

.menu-bottom {
    background: url(images/menu-bottom.png) no-repeat bottom;
    height: 6px;
}

#sidebar ul {
	font-size: 12px;
    margin: 0 10px;
}

#sidebar ul h2 {
    font-size: 120%;
    color: #cf9320;
    margin-bottom: 3px;
}

#sidebar ul li {
    margin-bottom: 10px;
}

#sidebar ul ul {
    margin: 0;
}

#sidebar ul ul li {
    margin-bottom: 3px;
    line-height: 14px;
    background: url(images/bullet.png) no-repeat left;
    padding-left: 10px;
    padding-bottom: 4px;
    border-bottom: 1px dotted #cecece;
}

#sidebar ul ul ul {
    display: none;
}

#sidebar p {

}

#sidebar a {
    color: #494949;
}

#sidebar a:hover {

}

#sidebar a:visited {

}

/************************/
/*    Content Global    */
/************************/
blockquote {
    font-style: italic;
    padding: 0 10px;
}

h1, h2, h3, h4, h5, h6 {
	color:;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 18px;
}

.posttitle h2, .posttitle h3 {
    font-weight: normal;
    border-bottom: 1px dotted #494949;
    margin-bottom: 2px;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 12px;
}

code, pre {
    overflow: auto;
    white-space: pre;
    font-family: Courier;
}

#content ul {
    padding-left: 20px;
    list-style-type: square;
}

#content ol {
    padding-left: 25px;
    list-style-type: decimal;
}

#content ul ol, #content ol ul {
    margin-top: 0.5em;
}

/************************/
/*    Content Design    */
/************************/
h2 a:hover, h2 a:visited, h2 a {

}

.post {
    margin-bottom: 10px;
	font-size: 12px;
}

.postdata {
    margin-bottom: 5px;
}

.post .posted {
	width: 73px;
    height: 37px;
    float: left;
    background: url(images/calendar.jpg);
    font-size: 30px;
    text-align: center;
    padding: 18px 0;
    color: #FFF;
}

.posttitle {
    float: left;
    margin-left: 5px;
    padding: 15px 0;
}

.post p {
}

.post a {

}

.post img {
    max-width: 100%;
    margin: 3px;
}

.post ul {

}

.post li {

}

.entry {
    line-height: 20px;
}

.postmetadata {
    margin: 5px 0;
    line-height: 18px;
    background: url(images/post-meta.jpg) no-repeat;
    height: 38px;
    padding: 5px 10px;
}

.postmetadata a {

}

.entrytext {

}

p.alt {
    font-size: 12px;
}

.entry-tags {
    display: block;
}

.navigation {
    height: 1em;
    font-size: 12px;
    margin: 5px 0;
}

#nav-above {
    margin-bottom: 10px;
}

#nav-below {
    margin-top: 10px;
}

.alignleft, .nav-previous {
    float: left;
}

.alignright, .nav-next {
    float: right;
}

.center {

}

.pagetitle {
    font-size: 20px;
    color: #CF9320;
}

cite {

}

a img {
    border: none;
}

acronym, abbr {

}


/************************/
/*    Comment Design    */
/************************/

#content ol.commentlist {
	font-size: 11px;
	padding: 0;
	list-style-type: none;
    margin: 0;
    width: 560px;
}

ol.commentlist li cite.author {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}

ol.commentlist li {
    margin-bottom: 1em;
    line-height: 20px;
}

ol.commentlist li.alt {

}

ol.commentlist a {

}

ol.commentlist p {
    margin: 0 0 0.5em 0;
}

#commentform p {
    font-size: 12px;
    margin: 0 0 5px 0;
}

#comment {
    width: 95%;
}

#author, #email, #url, #comment {
    border: ;
    background-color: ;
    padding: 3px;
    font-family: Verdana, sans-serif;
    font-size: 10px;
}

small.commentmetadata {
    margin: 0 0 0.3em 0;
}

h3#comments, h3#respond {
    font-size: 20px;
    margin: 4px 0 4px 0;
    color: #CF9320;
}

/************************/
/*     Search Design    */
/************************/

#searchform {

}

#searchform input {

}

#searchform #s {

}

.searchbox {
    position: absolute;
    top: 140px;
    right: 9px;
}

#ss {
    border: none;
    background-color: transparent;
    padding: 5px;
}

#searchsubmits {
    margin-left: 15px;
    border: none;
    background-color: transparent;
    text-indent: -9000px;
    width: 50px;
    height: 30px;
}


/************************/
/*   Calendar Design    */
/************************/

#wp-calendar {
	width: 100%;
}

#wp-calendar td {
	text-align: center;
}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/************************/
/*     Footer Design    */
/************************/
#footer-meta {
    font-size: 12px;
    padding-top: 30px;
    padding-left: 100px;
    color: #FFF;
}

#footer-meta a {
    color: #494949;
}

/************************/
/*     Other Design     */
/************************/
.clear {
    clear: both;
}
