/*
Theme Name: Romantic
Theme URI: http://www.vctechnetwork.com
Description: Romantic Theme for WordPress released by <a href="http://www.menj.org">Critical Thoughts</a>.
Version: 1.0
Author: Critical Thoughts
Author URI: http://www.menj.org
*/


/************************/
/*     Global Design    */
/************************/
* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover{
    text-decoration: underline;
}

body {
    font-family: "Trebuchet MS", sans-serif;
    background-color: #9ad8ff;
}

ul, ol {
    list-style-type: none;
}

blockquote, #content ul, #content ol, p {
    margin: 5px 0;
}

/************************/
/*     Layout Design    */
/************************/

#page {
	width: 788px;
    padding: 0 20px;
	margin: 0 auto;
    background: url(images/background.jpg) repeat-y center;
}

#header {
    height: 290px;
    background: url(images/header.jpg) ;
}

#wrapper {
    background: url(images/wrapper.jpg) no-repeat top;
}

#content {
	float: left;
	width: 550px;
    padding-left: 20px;
    margin-top: 20px;
}

#sidebar {
	float: right;
    margin-top: 14px;
    margin-right: 10px;
    width: 180px;
    background: #e6edfb url(images/menu-top.jpg) no-repeat top;
    padding-top: 15px;
}

#footer {
	clear: both;
    height: 197px;
    background: url(images/footer.jpg) no-repeat;
	width: 788px;
	margin: 0 auto;
}

/************************/
/*     Header Design    */
/************************/

#navigation {
    height: 20px;
    background: url(images/navbar.jpg);
    padding: 12px 0;
    padding-left: 150px;
}

#navigation ul {
    font-size: 16px;
    font-family: Georgia;
}

#navigation ul li {
    display: inline;
    float: left;
}

#navigation ul li a {
    padding: 3px 10px;
    color: #FFF;
}

#navigation ul li a:hover {
}

#navigation ul ul li {
    display: none;
}

#headerimg {

}

#headerimg h1 {
    padding-left: 20px;
    padding-top: 5px;
}

.description {
    display: none;
}

/************************/
/*    Sidebar Design    */
/************************/
#sidebar ul {
    background: url(images/menu-bottom.jpg) no-repeat bottom;
    padding-bottom: 10px;
}

#sidebar ul h2 {
    font-size: 16px;
    margin-top: 10px;
    padding: 0 10px;
    color: #4a8ba4;
}

#sidebar ul li {
    font-size: 12px;
}

#sidebar ul ul {
    background: none;
    padding: 0 10px;
}

#sidebar ul ul li {
    margin-top: 5px;
    padding-left: 10px;
}

#sidebar ul ul ul {
    padding: 0;
    display: none;
}

#sidebar p {

}

#sidebar a {

}
#sidebar a:hover {

}

#sidebar a:visited {

}


/************************/
/*    Content Global    */
/************************/
blockquote {
    font-style: italic;
    padding: 0 10px;
}

h1 {
    font-size: 2em;
}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

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 Design    */
/************************/
h2 a:hover, h2 a:visited, h2 a {
    color: #4a8ba4;
}

.post {
    margin: 10px 0;
    font-size: 12px;
    background: url(images/post.jpg) repeat-x bottom;
    padding-bottom: 15px;
}

.post p {
}

.post a {
    color: #0083ca;
}

.post ul {

}

.post li {

}

.entry {
    overflow: hidden;
}

.entrytext .postmetadata {

}

p.alt {
    font-size: 12px;
}

.postmetadata a {

}

.navigation {
    height: 1em;
}

#nav-above {
    margin-bottom: 10px;
}

#nav-below {
    margin-top: 10px;
}

.alignleft, .nav-previous {
    float: left;
}

.alignright, .nav-next {
    float: right;
}

.center {

}

.pagetitle {

}

cite {

}

a img {

}

acronym, abbr {

}


/************************/
/*    Comment Design    */
/************************/

#content ol.commentlist {
    list-style-type: none;
    padding: 0;
    font-size: 12px;
}

ol.commentlist li cite.author, ol.commentlist li cite.author a {
    color: #0083CA;
    font-weight: bold;
    font-size: 15px;
}

ol.commentlist li {
    margin: 10px 0;
}

ol.commentlist li.alt {

}

ol.commentlist a {

}

ol.commentlist p {
    margin: 3px 0;
}

#comment {
    width: 95%;
}

#author, #email, #url, #comment {
    border: ;
    background-color: ;
    padding: ;
}

small.commentmetadata {

}

h3#comments, h3#respond {
    font-size: 18px;
    margin: 8px 0;
    color: #0083CA;
}

/************************/
/*     Search Design    */
/************************/

#searchform {
    padding: 0 5px;
}

#searchform input {

}

#searchform #s {
    width: 130px;
}

#searchform #searchsubmit {
    width: 30px;
}

/************************/
/*   Calendar Design    */
/************************/

#wp-calendar {
    width: 100%;
}

#calendar_wrap {
    padding: 0 5px;
}

#wp-calendar th, td {
    text-align: center;
}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/************************/
/*    Footer Design     */
/************************/

#footer p {
    margin: 0;
    clear: both;
    padding-left: 150px;
    padding-top: 10px;
}

#footer h2 {
    color: #4A8BA4;
}

#footer ul {
    padding: 10px 0;
    padding-left: 150px;
    font-size: 14px;
}

#footer ul li {
    float: left;
    width: 50%;
}

#footer ul ul {
    padding: 0;
}

#footer ul ul li {
    float: none;
    width: auto;
}


/************************/
/*     Other Design     */
/************************/
.clear {
    clear: both;
}


