﻿/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');



a:link {color: #483D8B;}
a:visited {color: #483D8B;}
a:hover {color: #C1B8FE;}
a:active {color: #483D8B;} 


#wrapper {
	background-color:#FFF;
}

#branding {
	padding:20px 0 20px;
}


body {
	background:url('../thematicchild/images/extended_background.jpg')repeat-x;
	color: #000;
	font-family: Arial, sans-serif;
	border-bottom: 2px solid #CCCCCC;
	border-top: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border: 2px solid #CCCCCC;
              margin-top:15px;
              margin-bottom:15px;
              margin-right:200px;
              margin-left:200px;
}

#main {
	background-color:#FFF;
}

#container {
	background-color:#F5F5F5;
	position:relative; left:12px;
	width:583px;
}

#content {
	border-bottom: 1px solid #e7daff;
	border-top: 1px solid #e7daff;
	border-left: 1px solid #e7daff;
	border-right: 1px solid #e7daff;
	border: 1px solid #e7daff;
	padding-left:15px;
	padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
	position:relative; right:10px;
}


#primary {
	background:url('../thematicchild/images/header_04.jpg');
	color:#FFF;
}

#primary a {
	color:white;
}
	

#secondary {
	
	color:#551A8B; 
	border-bottom: 2px solid #e7daff;
	border-top: 2px solid #e7daff;
	border-left: 2px solid #e7daff;
	border-right: 2px solid #e7daff;
	border: 2px solid #e7daff;
}

#secondary a {
	color:#9F79EE;
}

.entry-title {
	color: #483D8B;
}

.single-post {
	font-size: 13px;
	font-style: Arial;
}

.entry-content {
	font-size: 13px;
	font-style: Arial;
}
	

#access {
	color:#FFF;
	margin-left:15px;
	margin-right:15px;
	align: center
}
 
padding {
	padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    border: 2px solid #CCCCCC; 
}

#footer {
	background-color:#E6E6FA;
	width:auto;
}


#twitter_div {
	background-image: url('../thematicchild/images/twitterBG.png');
	background-repeat: no-repeat;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #5AA5BC;
	border-right-style: solid;
	border-right-color: #5AA5BC;
	border-right-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-top:20px;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 10px;
	text-decoration: none;
	color: #DDA84E;
	
}
 
#twitter_div ul li {
	color: #0C93BA;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #A1E8F7;
}
 
#twitter_div ul li a {
	text-decoration: none;
	color: #DDA84E;
}
 
#twitter_div ul li a:hover {
	text-decoration: none;
	color: #D78E42;
}

<!-- TWITTER -->
<div id="twitter_div">
	<ul id="twitter_update_list">
		<li> </li>
	</ul>
	<p><a href="http://twitter.com/weddingmusicpro" title="Follow me on Twitter" target="Twitter">Follow me on Twitter</a></p>
</div>
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/WeddingMusicPro.json?callback=twitterCallback2&amp;count=3"></script>
<!-- END TWITTER -->
 
#twitter_div p {
	text-align: right;
	padding-right: 6px;
	padding-bottom: 10px;
	text-decoration: none;
	color: #DDA84E;
} 
	






